Sport-Specific Examples
Complete, copy-paste examples for each sport type.
Running
Interval Run with HR Targets
{
"name": "5x3min HR Intervals",
"sport": "running",
"step_blocks": [
{
"steps": [{
"completion_condition": { "type": "time", "value": 300 },
"intensity_type": "warmup"
}]
},
{
"completion_condition": { "type": "reps", "value": 5 },
"steps": [
{
"completion_condition": { "type": "time", "value": 180 },
"intensity_type": "active",
"intensity_targets": [{
"target_type": "heart_rate_max_percentage",
"value_low": 85,
"value_high": 90
}]
},
{
"completion_condition": { "type": "time", "value": 120 },
"intensity_type": "rest"
}
]
},
{
"steps": [{
"completion_condition": { "type": "time", "value": 300 },
"intensity_type": "cooldown"
}]
}
]
}Tempo Run with Pace Target
Cycling
FTP Intervals
Indoor Cycling with Cadence
Swimming
Lap Swimming with Strokes
Swimming with Equipment
Strength Training
Basic Strength Workout
Exercise Name Flexibility
Multi-Sport (Triathlon)
Last updated
Was this helpful?