Thank you both, all that makes sense and thanks for clarifying.
Followup question: Is there a way with the API to determine if an activity is being included in TIZ or not? I don’t see an endpoint to get the list of activity types and their weights for fitness and fatigue from the user settings. My weight training activity above has the following data returned by the API and I don’t see anything there that I could use to determine if it’s included in TIZ:
{
"id": "i82454286",
"start_date_local": "2025-06-10T06:07:58",
"type": "WeightTraining",
"icu_ignore_time": false,
"icu_ignore_power": false,
"icu_training_load": 3,
"icu_atl": 92.34595,
"icu_ctl": 82.57297,
"icu_recording_time": 969,
"elapsed_time": 1195,
"max_speed": null,
"average_speed": null,
"device_watts": null,
"has_heartrate": true,
"max_heartrate": 117,
"average_heartrate": 83,
"average_cadence": null,
"calories": 62,
...
"icu_hr_zones": [
137,
145,
153,
162,
166,
171,
180
],
"trimp": 4.56395,
"icu_ignore_hr": false,
"ignore_velocity": false,
"ignore_pace": false,
"ignore_parts": null,
"icu_training_load_data": 100,
"interval_summary": null,
"skyline_chart_bytes": "CAcSAuQFGgEyIgEBKAI=",
"stream_types": [
"time",
"heartrate"
],
"icu_zone_times": null,
"icu_hr_zone_times": [
975,
0,
0,
0,
0,
0,
0
],
"pace_zone_times": null,
"gap_zone_times": null,
"use_gap_zone_times": null,
"tiz_order": "POWER_HR_PACE",
"polarization_index": 0,
"icu_achievements": null,
"icu_rpe": null,
"power_load": null,
"hr_load": 3,
"pace_load": null,
"hr_load_type": "HRSS",
...
"icu_intensity": 33.38489,
}