I’ve now changed the units that intervals provides me. It’s quite misleading as
* Intervals UI → shows min/km
* API → stores m/s
* pace_units label → misleading
"threshold_pace": 3.5714285,
"pace_units": "MINS_KM"
they now look like
"threshold_pace": 3.5714285,
"pace_units": "M_PER_SEC",
Hopefully this resolves the issue.
Br
Clive