Skip to content

Instantly share code, notes, and snippets.

@dgvalde
Last active October 16, 2020 18:03
Show Gist options
  • Save dgvalde/9e00a590388224122bd7d295f886bced to your computer and use it in GitHub Desktop.
Save dgvalde/9e00a590388224122bd7d295f886bced to your computer and use it in GitHub Desktop.
Example of workout with power intervals for Movescount
{
"name": "Power Intervals",
"steps": [
{
"duration": {
"durationName": "time",
"value": 60.0
},
"target": {
"targetName": "power",
"valueRange": {
"max": 240.0,
"min": 210.0
}
},
"text": "Warmup at 225w",
"type": {
"typeName": "warmup"
}
},
{
"type": {
"typeName": "repeatStart",
"value": 8
}
},
{
"duration": {
"durationName": "time",
"value": 120.0
},
"target": {
"targetName": "power",
"valueRange": {
"max": 348.0,
"min": 318.0
}
},
"text": "Run at 333w",
"type": {
"typeName": "interval"
}
},
{
"duration": {
"durationName": "time",
"value": 120.0
},
"target": {
"targetName": "power",
"valueRange": {
"max": 210.0,
"min": 150.0
}
},
"text": "Recover at 180w",
"type": {
"typeName": "recovery"
}
},
{
"type": {
"typeName": "repeatEnd"
}
},
{
"duration": {
"durationName": "time",
"value": 60.0
},
"target": {
"targetName": "power",
"valueRange": {
"max": 225.0,
"min": 195.0
}
},
"text": "Cooldown at 210w",
"type": {
"typeName": "cooldown"
}
}
],
"workoutDescription": "8x2min intervals with power"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment