mirror of
https://github.com/sstent/go-garminconnect.git
synced 2026-01-26 00:52:43 +00:00
23830 lines
1.2 MiB
23830 lines
1.2 MiB
GRAPHQL_QUERIES_WITH_PARAMS = [
|
|
{
|
|
"query": 'query{{activitiesScalar(displayName:"{self.display_name}", startTimestampLocal:"{startDateTime}", endTimestampLocal:"{endDateTime}", limit:{limit})}}',
|
|
"params": {
|
|
"limit": "int",
|
|
"startDateTime": "YYYY-MM-DDThh:mm:ss.ms",
|
|
"endDateTime": "YYYY-MM-DDThh:mm:ss.ms",
|
|
},
|
|
},
|
|
{
|
|
"query": 'query{{healthSnapshotScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{golfScorecardScalar(startTimestampLocal:"{startDateTime}", endTimestampLocal:"{endDateTime}")}}',
|
|
"params": {
|
|
"startDateTime": "YYYY-MM-DDThh:mm:ss.ms",
|
|
"endDateTime": "YYYY-MM-DDThh:mm:ss.ms",
|
|
},
|
|
},
|
|
{
|
|
"query": 'query{{weightScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{bloodPressureScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{sleepSummariesScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{heartRateVariabilityScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{userDailySummaryV2Scalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{workoutScheduleSummariesScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{trainingPlanScalar(calendarDate:"{calendarDate}", lang:"en-US", firstDayOfWeek:"monday")}}',
|
|
"params": {
|
|
"calendarDate": "YYYY-MM-DD",
|
|
"lang": "str",
|
|
"firstDayOfWeek": "str",
|
|
},
|
|
},
|
|
{
|
|
"query": 'query{{menstrualCycleDetail(date:"{date}", todayDate:"{todayDate}"){{daySummary{{pregnancyCycle}}dayLog{{calendarDate, symptoms, moods, discharge, hasBabyMovement}}}}',
|
|
"params": {"date": "YYYY-MM-DD", "todayDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{activityStatsScalar(aggregation:"daily", startDate:"{startDate}", endDate:"{endDate}", metrics:["duration", "distance"], activityType:["running", "cycling", "swimming", "walking", "multi_sport", "fitness_equipment", "para_sports"], groupByParentActivityType:true, standardizedUnits:true)}}',
|
|
"params": {
|
|
"startDate": "YYYY-MM-DD",
|
|
"endDate": "YYYY-MM-DD",
|
|
"aggregation": "str",
|
|
"metrics": "list[str]",
|
|
"activityType": "list[str]",
|
|
"groupByParentActivityType": "bool",
|
|
"standardizedUnits": "bool",
|
|
},
|
|
},
|
|
{
|
|
"query": 'query{{activityStatsScalar(aggregation:"daily", startDate:"{startDate}", endDate:"{endDate}", metrics:["duration", "distance"], groupByParentActivityType:false, standardizedUnits:true)}}',
|
|
"params": {
|
|
"startDate": "YYYY-MM-DD",
|
|
"endDate": "YYYY-MM-DD",
|
|
"aggregation": "str",
|
|
"metrics": "list[str]",
|
|
"activityType": "list[str]",
|
|
"groupByParentActivityType": "bool",
|
|
"standardizedUnits": "bool",
|
|
},
|
|
},
|
|
{
|
|
"query": 'query{{sleepScalar(date:"{date}", sleepOnly:false)}}',
|
|
"params": {"date": "YYYY-MM-DD", "sleepOnly": "bool"},
|
|
},
|
|
{
|
|
"query": 'query{{jetLagScalar(date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{myDayCardEventsScalar(timeZone:"GMT", date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD", "timezone": "str"},
|
|
},
|
|
{"query": "query{{adhocChallengesScalar}", "params": {}},
|
|
{"query": "query{{adhocChallengePendingInviteScalar}", "params": {}},
|
|
{"query": "query{{badgeChallengesScalar}", "params": {}},
|
|
{"query": "query{{expeditionsChallengesScalar}", "params": {}},
|
|
{
|
|
"query": 'query{{trainingReadinessRangeScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{trainingStatusDailyScalar(calendarDate:"{calendarDate}")}}',
|
|
"params": {"calendarDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{trainingStatusWeeklyScalar(startDate:"{startDate}", endDate:"{endDate}", displayName:"{self.display_name}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{trainingLoadBalanceScalar(calendarDate:"{calendarDate}", fullHistoryScan:true)}}',
|
|
"params": {"calendarDate": "YYYY-MM-DD", "fullHistoryScan": "bool"},
|
|
},
|
|
{
|
|
"query": 'query{{heatAltitudeAcclimationScalar(date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{vo2MaxScalar(startDate:"{startDate}", endDate:"{endDate}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{activityTrendsScalar(activityType:"running", date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD", "activityType": "str"},
|
|
},
|
|
{
|
|
"query": 'query{{activityTrendsScalar(activityType:"all", date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD", "activityType": "str"},
|
|
},
|
|
{
|
|
"query": 'query{{activityTrendsScalar(activityType:"fitness_equipment", date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD", "activityType": "str"},
|
|
},
|
|
{"query": "query{{userGoalsScalar}", "params": {}},
|
|
{
|
|
"query": 'query{{trainingStatusWeeklyScalar(startDate:"{startDate}", endDate:"{endDate}", displayName:"{self.display_name}")}}',
|
|
"params": {"startDate": "YYYY-MM-DD", "endDate": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{enduranceScoreScalar(startDate:"{startDate}", endDate:"{endDate}", aggregation:"weekly")}}',
|
|
"params": {
|
|
"startDate": "YYYY-MM-DD",
|
|
"endDate": "YYYY-MM-DD",
|
|
"aggregation": "str",
|
|
},
|
|
},
|
|
{
|
|
"query": 'query{{latestWeightScalar(asOfDate:"{asOfDate}")}}',
|
|
"params": {"asOfDate": "str"},
|
|
},
|
|
{
|
|
"query": 'query{{pregnancyScalar(date:"{date}")}}',
|
|
"params": {"date": "YYYY-MM-DD"},
|
|
},
|
|
{
|
|
"query": 'query{{epochChartScalar(date:"{date}", include:["stress"])}}',
|
|
"params": {"date": "YYYY-MM-DD", "include": "list[str]"},
|
|
},
|
|
]
|
|
|
|
GRAPHQL_QUERIES_WITH_SAMPLE_RESPONSES = [
|
|
{
|
|
"query": {
|
|
"query": 'query{activitiesScalar(displayName:"ca8406dd-d7dd-4adb-825e-16967b1e82fb", startTimestampLocal:"2024-07-02T00:00:00.00", endTimestampLocal:"2024-07-08T23:59:59.999", limit:40)}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"activitiesScalar": {
|
|
"activityList": [
|
|
{
|
|
"activityId": 16204035614,
|
|
"activityName": "Merrimac - Base with Hill Sprints and Strid",
|
|
"startTimeLocal": "2024-07-02 06:56:49",
|
|
"startTimeGMT": "2024-07-02 10:56:49",
|
|
"activityType": {
|
|
"typeId": 1,
|
|
"typeKey": "running",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 12951.5302734375,
|
|
"duration": 3777.14892578125,
|
|
"elapsedDuration": 3806.303955078125,
|
|
"movingDuration": 3762.374988555908,
|
|
"elevationGain": 106.0,
|
|
"elevationLoss": 108.0,
|
|
"averageSpeed": 3.428999900817871,
|
|
"maxSpeed": 6.727000236511231,
|
|
"startLatitude": 42.84449494443834,
|
|
"startLongitude": -71.0120471008122,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 955.0,
|
|
"bmrCalories": 97.0,
|
|
"averageHR": 139.0,
|
|
"maxHR": 164.0,
|
|
"averageRunningCadenceInStepsPerMinute": 165.59375,
|
|
"maxRunningCadenceInStepsPerMinute": 219.0,
|
|
"steps": 10158,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1719917809000,
|
|
"sportTypeId": 1,
|
|
"avgPower": 388.0,
|
|
"maxPower": 707.0,
|
|
"aerobicTrainingEffect": 3.200000047683716,
|
|
"anaerobicTrainingEffect": 2.4000000953674316,
|
|
"normPower": 397.0,
|
|
"avgVerticalOscillation": 9.480000305175782,
|
|
"avgGroundContactTime": 241.60000610351562,
|
|
"avgStrideLength": 124.90999755859376,
|
|
"vO2MaxValue": 60.0,
|
|
"avgVerticalRatio": 7.539999961853027,
|
|
"avgGroundContactBalance": 52.310001373291016,
|
|
"workoutId": 802967097,
|
|
"deviceId": 3472661486,
|
|
"minTemperature": 20.0,
|
|
"maxTemperature": 26.0,
|
|
"minElevation": 31.399999618530273,
|
|
"maxElevation": 51.0,
|
|
"maxDoubleCadence": 219.0,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.8000030517578125,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Merrimac",
|
|
"lapCount": 36,
|
|
"endLatitude": 42.84442646428943,
|
|
"endLongitude": -71.01196898147464,
|
|
"waterEstimated": 1048.0,
|
|
"minRespirationRate": 21.68000030517578,
|
|
"maxRespirationRate": 42.36000061035156,
|
|
"avgRespirationRate": 30.920000076293945,
|
|
"trainingEffectLabel": "AEROBIC_BASE",
|
|
"activityTrainingLoad": 158.7926483154297,
|
|
"minActivityLapDuration": 15.0,
|
|
"aerobicTrainingEffectMessage": "IMPROVING_AEROBIC_BASE_8",
|
|
"anaerobicTrainingEffectMessage": "MAINTAINING_ANAEROBIC_POWER_7",
|
|
"splitSummaries": [
|
|
{
|
|
"noOfSplits": 16,
|
|
"totalAscent": 67.0,
|
|
"duration": 2869.5791015625,
|
|
"splitType": "INTERVAL_ACTIVE",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 63.0,
|
|
"averageElevationGain": 4.0,
|
|
"maxDistance": 8083,
|
|
"distance": 10425.3701171875,
|
|
"averageSpeed": 3.632999897003174,
|
|
"maxSpeed": 6.7270002365112305,
|
|
"numFalls": 0,
|
|
"elevationLoss": 89.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 0.0,
|
|
"duration": 3.000999927520752,
|
|
"splitType": "RWD_STAND",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 4,
|
|
"distance": 4.570000171661377,
|
|
"averageSpeed": 1.5230000019073486,
|
|
"maxSpeed": 0.671999990940094,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
{
|
|
"noOfSplits": 8,
|
|
"totalAscent": 102.0,
|
|
"duration": 3698.02294921875,
|
|
"splitType": "RWD_RUN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 75.0,
|
|
"averageElevationGain": 13.0,
|
|
"maxDistance": 8593,
|
|
"distance": 12818.2900390625,
|
|
"averageSpeed": 3.4660000801086426,
|
|
"maxSpeed": 6.7270002365112305,
|
|
"numFalls": 0,
|
|
"elevationLoss": 105.0,
|
|
},
|
|
{
|
|
"noOfSplits": 14,
|
|
"totalAscent": 29.0,
|
|
"duration": 560.0,
|
|
"splitType": "INTERVAL_RECOVERY",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 7.0,
|
|
"averageElevationGain": 2.0,
|
|
"maxDistance": 121,
|
|
"distance": 1354.5899658203125,
|
|
"averageSpeed": 2.4189999103546143,
|
|
"maxSpeed": 6.568999767303467,
|
|
"numFalls": 0,
|
|
"elevationLoss": 18.0,
|
|
},
|
|
{
|
|
"noOfSplits": 6,
|
|
"totalAscent": 3.0,
|
|
"duration": 79.0009994506836,
|
|
"splitType": "RWD_WALK",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 2.0,
|
|
"averageElevationGain": 1.0,
|
|
"maxDistance": 38,
|
|
"distance": 128.6699981689453,
|
|
"averageSpeed": 1.628999948501587,
|
|
"maxSpeed": 1.996999979019165,
|
|
"numFalls": 0,
|
|
"elevationLoss": 3.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 9.0,
|
|
"duration": 346.8739929199219,
|
|
"splitType": "INTERVAL_COOLDOWN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 9.0,
|
|
"averageElevationGain": 9.0,
|
|
"maxDistance": 1175,
|
|
"distance": 1175.6099853515625,
|
|
"averageSpeed": 3.3889999389648438,
|
|
"maxSpeed": 3.7039999961853027,
|
|
"numFalls": 0,
|
|
"elevationLoss": 1.0,
|
|
},
|
|
],
|
|
"hasSplits": true,
|
|
"moderateIntensityMinutes": 55,
|
|
"vigorousIntensityMinutes": 1,
|
|
"avgGradeAdjustedSpeed": 3.4579999446868896,
|
|
"differenceBodyBattery": -18,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16226633730,
|
|
"activityName": "Long Beach Running",
|
|
"startTimeLocal": "2024-07-03 12:01:28",
|
|
"startTimeGMT": "2024-07-03 16:01:28",
|
|
"activityType": {
|
|
"typeId": 1,
|
|
"typeKey": "running",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 19324.55078125,
|
|
"duration": 4990.2158203125,
|
|
"elapsedDuration": 4994.26708984375,
|
|
"movingDuration": 4985.841033935547,
|
|
"elevationGain": 5.0,
|
|
"elevationLoss": 2.0,
|
|
"averageSpeed": 3.871999979019165,
|
|
"maxSpeed": 4.432000160217285,
|
|
"startLatitude": 39.750197203829885,
|
|
"startLongitude": -74.1200018953532,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 1410.0,
|
|
"bmrCalories": 129.0,
|
|
"averageHR": 151.0,
|
|
"maxHR": 163.0,
|
|
"averageRunningCadenceInStepsPerMinute": 173.109375,
|
|
"maxRunningCadenceInStepsPerMinute": 181.0,
|
|
"steps": 14260,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720022488000,
|
|
"sportTypeId": 1,
|
|
"avgPower": 429.0,
|
|
"maxPower": 503.0,
|
|
"aerobicTrainingEffect": 4.099999904632568,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"normPower": 430.0,
|
|
"avgVerticalOscillation": 9.45999984741211,
|
|
"avgGroundContactTime": 221.39999389648438,
|
|
"avgStrideLength": 134.6199951171875,
|
|
"vO2MaxValue": 60.0,
|
|
"avgVerticalRatio": 6.809999942779541,
|
|
"avgGroundContactBalance": 52.790000915527344,
|
|
"deviceId": 3472661486,
|
|
"minTemperature": 29.0,
|
|
"maxTemperature": 34.0,
|
|
"minElevation": 2.5999999046325684,
|
|
"maxElevation": 7.800000190734863,
|
|
"maxDoubleCadence": 181.0,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.6000001430511475,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 13,
|
|
"endLatitude": 39.75033424794674,
|
|
"endLongitude": -74.12003693170846,
|
|
"waterEstimated": 1385.0,
|
|
"minRespirationRate": 13.300000190734863,
|
|
"maxRespirationRate": 42.77000045776367,
|
|
"avgRespirationRate": 28.969999313354492,
|
|
"trainingEffectLabel": "TEMPO",
|
|
"activityTrainingLoad": 210.4363555908203,
|
|
"minActivityLapDuration": 201.4739990234375,
|
|
"aerobicTrainingEffectMessage": "HIGHLY_IMPACTING_TEMPO_23",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 5.0,
|
|
"duration": 4990.2158203125,
|
|
"splitType": "INTERVAL_ACTIVE",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 5.0,
|
|
"averageElevationGain": 2.0,
|
|
"maxDistance": 19324,
|
|
"distance": 19324.560546875,
|
|
"averageSpeed": 3.871999979019165,
|
|
"maxSpeed": 4.432000160217285,
|
|
"numFalls": 0,
|
|
"elevationLoss": 2.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 0.0,
|
|
"duration": 3.0,
|
|
"splitType": "RWD_STAND",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 5,
|
|
"distance": 5.239999771118164,
|
|
"averageSpeed": 1.746999979019165,
|
|
"maxSpeed": 0.31700000166893005,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 5.0,
|
|
"duration": 4990.09619140625,
|
|
"splitType": "RWD_RUN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 5.0,
|
|
"averageElevationGain": 5.0,
|
|
"maxDistance": 19319,
|
|
"distance": 19319.3203125,
|
|
"averageSpeed": 3.871999979019165,
|
|
"maxSpeed": 4.432000160217285,
|
|
"numFalls": 0,
|
|
"elevationLoss": 2.0,
|
|
},
|
|
],
|
|
"hasSplits": true,
|
|
"moderateIntensityMinutes": 61,
|
|
"vigorousIntensityMinutes": 19,
|
|
"avgGradeAdjustedSpeed": 3.871000051498413,
|
|
"differenceBodyBattery": -20,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16238254136,
|
|
"activityName": "Long Beach - Base",
|
|
"startTimeLocal": "2024-07-04 07:45:46",
|
|
"startTimeGMT": "2024-07-04 11:45:46",
|
|
"activityType": {
|
|
"typeId": 1,
|
|
"typeKey": "running",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 8373.5498046875,
|
|
"duration": 2351.343017578125,
|
|
"elapsedDuration": 2351.343017578125,
|
|
"movingDuration": 2349.2779846191406,
|
|
"elevationGain": 4.0,
|
|
"elevationLoss": 2.0,
|
|
"averageSpeed": 3.5610001087188725,
|
|
"maxSpeed": 3.7980000972747807,
|
|
"startLatitude": 39.75017515942454,
|
|
"startLongitude": -74.12003056146204,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 622.0,
|
|
"bmrCalories": 61.0,
|
|
"averageHR": 142.0,
|
|
"maxHR": 149.0,
|
|
"averageRunningCadenceInStepsPerMinute": 167.53125,
|
|
"maxRunningCadenceInStepsPerMinute": 180.0,
|
|
"steps": 6506,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720093546000,
|
|
"sportTypeId": 1,
|
|
"avgPower": 413.0,
|
|
"maxPower": 475.0,
|
|
"aerobicTrainingEffect": 3.0,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"normPower": 416.0,
|
|
"avgVerticalOscillation": 9.880000305175782,
|
|
"avgGroundContactTime": 236.5,
|
|
"avgStrideLength": 127.95999755859376,
|
|
"vO2MaxValue": 60.0,
|
|
"avgVerticalRatio": 7.510000228881836,
|
|
"avgGroundContactBalance": 51.61000061035156,
|
|
"workoutId": 271119547,
|
|
"deviceId": 3472661486,
|
|
"minTemperature": 25.0,
|
|
"maxTemperature": 31.0,
|
|
"minElevation": 3.0,
|
|
"maxElevation": 7.0,
|
|
"maxDoubleCadence": 180.0,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.20000028610229495,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 6,
|
|
"endLatitude": 39.750206507742405,
|
|
"endLongitude": -74.1200394462794,
|
|
"waterEstimated": 652.0,
|
|
"minRespirationRate": 16.700000762939453,
|
|
"maxRespirationRate": 40.41999816894531,
|
|
"avgRespirationRate": 26.940000534057617,
|
|
"trainingEffectLabel": "AEROBIC_BASE",
|
|
"activityTrainingLoad": 89.67962646484375,
|
|
"minActivityLapDuration": 92.66699981689453,
|
|
"aerobicTrainingEffectMessage": "IMPROVING_AEROBIC_BASE_8",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 4.0,
|
|
"duration": 2351.343017578125,
|
|
"splitType": "INTERVAL_ACTIVE",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 4.0,
|
|
"averageElevationGain": 4.0,
|
|
"maxDistance": 8373,
|
|
"distance": 8373.5595703125,
|
|
"averageSpeed": 3.561000108718872,
|
|
"maxSpeed": 3.7980000972747803,
|
|
"numFalls": 0,
|
|
"elevationLoss": 2.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 0.0,
|
|
"duration": 3.0,
|
|
"splitType": "RWD_STAND",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 6,
|
|
"distance": 6.110000133514404,
|
|
"averageSpeed": 2.0369999408721924,
|
|
"maxSpeed": 1.3619999885559082,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 4.0,
|
|
"duration": 2351.19189453125,
|
|
"splitType": "RWD_RUN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 4.0,
|
|
"averageElevationGain": 4.0,
|
|
"maxDistance": 8367,
|
|
"distance": 8367.4501953125,
|
|
"averageSpeed": 3.559000015258789,
|
|
"maxSpeed": 3.7980000972747803,
|
|
"numFalls": 0,
|
|
"elevationLoss": 2.0,
|
|
},
|
|
],
|
|
"hasSplits": true,
|
|
"moderateIntensityMinutes": 35,
|
|
"vigorousIntensityMinutes": 0,
|
|
"avgGradeAdjustedSpeed": 3.562999963760376,
|
|
"differenceBodyBattery": -10,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16258207221,
|
|
"activityName": "Long Beach Running",
|
|
"startTimeLocal": "2024-07-05 09:28:26",
|
|
"startTimeGMT": "2024-07-05 13:28:26",
|
|
"activityType": {
|
|
"typeId": 1,
|
|
"typeKey": "running",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 28973.609375,
|
|
"duration": 8030.9619140625,
|
|
"elapsedDuration": 8102.52685546875,
|
|
"movingDuration": 8027.666015625,
|
|
"elevationGain": 9.0,
|
|
"elevationLoss": 7.0,
|
|
"averageSpeed": 3.6080000400543213,
|
|
"maxSpeed": 3.9100000858306885,
|
|
"startLatitude": 39.750175746157765,
|
|
"startLongitude": -74.12008135579526,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 2139.0,
|
|
"bmrCalories": 207.0,
|
|
"averageHR": 148.0,
|
|
"maxHR": 156.0,
|
|
"averageRunningCadenceInStepsPerMinute": 170.859375,
|
|
"maxRunningCadenceInStepsPerMinute": 182.0,
|
|
"steps": 22650,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720186106000,
|
|
"sportTypeId": 1,
|
|
"avgPower": 432.0,
|
|
"maxPower": 520.0,
|
|
"aerobicTrainingEffect": 4.300000190734863,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"normPower": 433.0,
|
|
"avgVerticalOscillation": 9.8,
|
|
"avgGroundContactTime": 240.5,
|
|
"avgStrideLength": 127.30000000000001,
|
|
"vO2MaxValue": 60.0,
|
|
"avgVerticalRatio": 7.46999979019165,
|
|
"avgGroundContactBalance": 54.040000915527344,
|
|
"deviceId": 3472661486,
|
|
"minTemperature": 27.0,
|
|
"maxTemperature": 29.0,
|
|
"minElevation": 2.5999999046325684,
|
|
"maxElevation": 8.199999809265137,
|
|
"maxDoubleCadence": 182.0,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.40000009536743164,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 19,
|
|
"endLatitude": 39.75011992268264,
|
|
"endLongitude": -74.12015100941062,
|
|
"waterEstimated": 2230.0,
|
|
"minRespirationRate": 15.739999771118164,
|
|
"maxRespirationRate": 42.810001373291016,
|
|
"avgRespirationRate": 29.559999465942383,
|
|
"trainingEffectLabel": "AEROBIC_BASE",
|
|
"activityTrainingLoad": 235.14840698242188,
|
|
"minActivityLapDuration": 1.315999984741211,
|
|
"aerobicTrainingEffectMessage": "HIGHLY_IMPROVING_AEROBIC_ENDURANCE_10",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 9.0,
|
|
"duration": 8030.9619140625,
|
|
"splitType": "INTERVAL_ACTIVE",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 9.0,
|
|
"averageElevationGain": 9.0,
|
|
"maxDistance": 28973,
|
|
"distance": 28973.619140625,
|
|
"averageSpeed": 3.6080000400543213,
|
|
"maxSpeed": 3.9100000858306885,
|
|
"numFalls": 0,
|
|
"elevationLoss": 7.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 0.0,
|
|
"duration": 3.0,
|
|
"splitType": "RWD_STAND",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 4,
|
|
"distance": 4.989999771118164,
|
|
"averageSpeed": 1.6629999876022339,
|
|
"maxSpeed": 1.4559999704360962,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
{
|
|
"noOfSplits": 3,
|
|
"totalAscent": 9.0,
|
|
"duration": 8026.0361328125,
|
|
"splitType": "RWD_RUN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 6.0,
|
|
"averageElevationGain": 3.0,
|
|
"maxDistance": 12667,
|
|
"distance": 28956.9609375,
|
|
"averageSpeed": 3.6080000400543213,
|
|
"maxSpeed": 3.9100000858306885,
|
|
"numFalls": 0,
|
|
"elevationLoss": 7.0,
|
|
},
|
|
{
|
|
"noOfSplits": 2,
|
|
"totalAscent": 0.0,
|
|
"duration": 4.758999824523926,
|
|
"splitType": "RWD_WALK",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 8,
|
|
"distance": 11.680000305175781,
|
|
"averageSpeed": 2.4539999961853027,
|
|
"maxSpeed": 1.222000002861023,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
],
|
|
"hasSplits": true,
|
|
"moderateIntensityMinutes": 131,
|
|
"vigorousIntensityMinutes": 0,
|
|
"avgGradeAdjustedSpeed": 3.6059999465942383,
|
|
"differenceBodyBattery": -30,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16271956235,
|
|
"activityName": "Long Beach - Base",
|
|
"startTimeLocal": "2024-07-06 08:28:19",
|
|
"startTimeGMT": "2024-07-06 12:28:19",
|
|
"activityType": {
|
|
"typeId": 1,
|
|
"typeKey": "running",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 7408.22998046875,
|
|
"duration": 2123.346923828125,
|
|
"elapsedDuration": 2123.346923828125,
|
|
"movingDuration": 2121.5660095214844,
|
|
"elevationGain": 5.0,
|
|
"elevationLoss": 38.0,
|
|
"averageSpeed": 3.4890000820159917,
|
|
"maxSpeed": 3.686000108718872,
|
|
"startLatitude": 39.750188402831554,
|
|
"startLongitude": -74.11999653093517,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 558.0,
|
|
"bmrCalories": 55.0,
|
|
"averageHR": 141.0,
|
|
"maxHR": 149.0,
|
|
"averageRunningCadenceInStepsPerMinute": 166.859375,
|
|
"maxRunningCadenceInStepsPerMinute": 177.0,
|
|
"steps": 5832,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720268899000,
|
|
"sportTypeId": 1,
|
|
"avgPower": 409.0,
|
|
"maxPower": 478.0,
|
|
"aerobicTrainingEffect": 2.9000000953674316,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"normPower": 413.0,
|
|
"avgVerticalOscillation": 9.790000152587892,
|
|
"avgGroundContactTime": 243.8000030517578,
|
|
"avgStrideLength": 125.7800048828125,
|
|
"vO2MaxValue": 60.0,
|
|
"avgVerticalRatio": 7.559999942779541,
|
|
"avgGroundContactBalance": 52.72999954223633,
|
|
"deviceId": 3472661486,
|
|
"minTemperature": 27.0,
|
|
"maxTemperature": 30.0,
|
|
"minElevation": 1.2000000476837158,
|
|
"maxElevation": 5.800000190734863,
|
|
"maxDoubleCadence": 177.0,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.40000009536743164,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 5,
|
|
"endLatitude": 39.7502083517611,
|
|
"endLongitude": -74.1200505103916,
|
|
"waterEstimated": 589.0,
|
|
"minRespirationRate": 23.950000762939453,
|
|
"maxRespirationRate": 45.40999984741211,
|
|
"avgRespirationRate": 33.619998931884766,
|
|
"trainingEffectLabel": "AEROBIC_BASE",
|
|
"activityTrainingLoad": 81.58389282226562,
|
|
"minActivityLapDuration": 276.1619873046875,
|
|
"aerobicTrainingEffectMessage": "MAINTAINING_AEROBIC_FITNESS_1",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 5.0,
|
|
"duration": 2123.346923828125,
|
|
"splitType": "INTERVAL_ACTIVE",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 5.0,
|
|
"averageElevationGain": 5.0,
|
|
"maxDistance": 7408,
|
|
"distance": 7408.240234375,
|
|
"averageSpeed": 3.489000082015991,
|
|
"maxSpeed": 3.686000108718872,
|
|
"numFalls": 0,
|
|
"elevationLoss": 38.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 0.0,
|
|
"duration": 3.000999927520752,
|
|
"splitType": "RWD_STAND",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 3,
|
|
"distance": 3.9000000953674316,
|
|
"averageSpeed": 1.2999999523162842,
|
|
"maxSpeed": 0.0,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 5.0,
|
|
"duration": 2123.1708984375,
|
|
"splitType": "RWD_RUN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 5.0,
|
|
"averageElevationGain": 5.0,
|
|
"maxDistance": 7404,
|
|
"distance": 7404.33984375,
|
|
"averageSpeed": 3.486999988555908,
|
|
"maxSpeed": 3.686000108718872,
|
|
"numFalls": 0,
|
|
"elevationLoss": 38.0,
|
|
},
|
|
],
|
|
"hasSplits": true,
|
|
"moderateIntensityMinutes": 31,
|
|
"vigorousIntensityMinutes": 0,
|
|
"avgGradeAdjustedSpeed": 3.4860000610351562,
|
|
"differenceBodyBattery": -10,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16278290894,
|
|
"activityName": "Long Beach Kayaking",
|
|
"startTimeLocal": "2024-07-06 15:12:08",
|
|
"startTimeGMT": "2024-07-06 19:12:08",
|
|
"activityType": {
|
|
"typeId": 231,
|
|
"typeKey": "kayaking_v2",
|
|
"parentTypeId": 228,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 2285.330078125,
|
|
"duration": 2198.8310546875,
|
|
"elapsedDuration": 2198.8310546875,
|
|
"movingDuration": 1654.0,
|
|
"elevationGain": 3.0,
|
|
"elevationLoss": 1.0,
|
|
"averageSpeed": 1.0390000343322754,
|
|
"maxSpeed": 1.968999981880188,
|
|
"startLatitude": 39.75069425068796,
|
|
"startLongitude": -74.12023625336587,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 146.0,
|
|
"bmrCalories": 57.0,
|
|
"averageHR": 77.0,
|
|
"maxHR": 107.0,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720293128000,
|
|
"sportTypeId": 41,
|
|
"aerobicTrainingEffect": 0.10000000149011612,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"deviceId": 3472661486,
|
|
"minElevation": 1.2000000476837158,
|
|
"maxElevation": 3.5999999046325684,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.40000009536743164,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 1,
|
|
"endLatitude": 39.75058360956609,
|
|
"endLongitude": -74.12024606019258,
|
|
"waterEstimated": 345.0,
|
|
"trainingEffectLabel": "UNKNOWN",
|
|
"activityTrainingLoad": 2.1929931640625,
|
|
"minActivityLapDuration": 2198.8310546875,
|
|
"aerobicTrainingEffectMessage": "NO_AEROBIC_BENEFIT_18",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [],
|
|
"hasSplits": false,
|
|
"differenceBodyBattery": -3,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16279951766,
|
|
"activityName": "Long Beach Cycling",
|
|
"startTimeLocal": "2024-07-06 19:55:27",
|
|
"startTimeGMT": "2024-07-06 23:55:27",
|
|
"activityType": {
|
|
"typeId": 2,
|
|
"typeKey": "cycling",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 15816.48046875,
|
|
"duration": 2853.280029296875,
|
|
"elapsedDuration": 2853.280029296875,
|
|
"movingDuration": 2850.14404296875,
|
|
"elevationGain": 8.0,
|
|
"elevationLoss": 6.0,
|
|
"averageSpeed": 5.543000221252441,
|
|
"maxSpeed": 7.146999835968018,
|
|
"startLatitude": 39.75072040222585,
|
|
"startLongitude": -74.11923930980265,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 414.0,
|
|
"bmrCalories": 74.0,
|
|
"averageHR": 112.0,
|
|
"maxHR": 129.0,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720310127000,
|
|
"sportTypeId": 2,
|
|
"aerobicTrainingEffect": 1.2999999523162842,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"deviceId": 3472661486,
|
|
"minElevation": 2.4000000953674316,
|
|
"maxElevation": 5.800000190734863,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.7999999523162843,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 2,
|
|
"endLatitude": 39.750200640410185,
|
|
"endLongitude": -74.12000114098191,
|
|
"waterEstimated": 442.0,
|
|
"trainingEffectLabel": "RECOVERY",
|
|
"activityTrainingLoad": 18.74017333984375,
|
|
"minActivityLapDuration": 1378.135986328125,
|
|
"aerobicTrainingEffectMessage": "RECOVERY_5",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [],
|
|
"hasSplits": false,
|
|
"moderateIntensityMinutes": 22,
|
|
"vigorousIntensityMinutes": 0,
|
|
"differenceBodyBattery": -3,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
{
|
|
"activityId": 16287285483,
|
|
"activityName": "Long Beach Running",
|
|
"startTimeLocal": "2024-07-07 07:19:09",
|
|
"startTimeGMT": "2024-07-07 11:19:09",
|
|
"activityType": {
|
|
"typeId": 1,
|
|
"typeKey": "running",
|
|
"parentTypeId": 17,
|
|
"isHidden": false,
|
|
"trimmable": true,
|
|
"restricted": false,
|
|
},
|
|
"eventType": {
|
|
"typeId": 9,
|
|
"typeKey": "uncategorized",
|
|
"sortOrder": 10,
|
|
},
|
|
"distance": 9866.7802734375,
|
|
"duration": 2516.8779296875,
|
|
"elapsedDuration": 2547.64794921875,
|
|
"movingDuration": 2514.3160095214844,
|
|
"elevationGain": 6.0,
|
|
"elevationLoss": 3.0,
|
|
"averageSpeed": 3.9200000762939458,
|
|
"maxSpeed": 4.48799991607666,
|
|
"startLatitude": 39.75016954354942,
|
|
"startLongitude": -74.1200158931315,
|
|
"hasPolyline": true,
|
|
"hasImages": false,
|
|
"ownerId": "user_id: int",
|
|
"ownerDisplayName": "display_name",
|
|
"ownerFullName": "owner_name",
|
|
"ownerProfileImageUrlSmall": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/7768ce88-bdf9-4ba3-a19f-74a1674b760f-user_id.png",
|
|
"ownerProfileImageUrlMedium": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/d1f17694-b757-4434-818b-36224f064b67-user_id.png",
|
|
"ownerProfileImageUrlLarge": "https://s3.amazonaws.com/garmin-connect-prod/profile_images/db7c55db-a9f9-40e2-af33-eef9dedecee4-user_id.png",
|
|
"calories": 722.0,
|
|
"bmrCalories": 65.0,
|
|
"averageHR": 152.0,
|
|
"maxHR": 166.0,
|
|
"averageRunningCadenceInStepsPerMinute": 175.265625,
|
|
"maxRunningCadenceInStepsPerMinute": 186.0,
|
|
"steps": 7290,
|
|
"userRoles": [
|
|
"SCOPE_GOLF_API_READ",
|
|
"SCOPE_ATP_READ",
|
|
"SCOPE_DIVE_API_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_ADMIN_READ",
|
|
"SCOPE_DIVE_API_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_READ",
|
|
"SCOPE_CONNECT_WRITE",
|
|
"SCOPE_COMMUNITY_COURSE_WRITE",
|
|
"SCOPE_MESSAGE_GENERATION_READ",
|
|
"SCOPE_DI_OAUTH_2_CLIENT_REVOCATION_ADMIN",
|
|
"SCOPE_CONNECT_WEB_TEMPLATE_RENDER",
|
|
"SCOPE_CONNECT_NON_SOCIAL_SHARED_READ",
|
|
"SCOPE_CONNECT_READ",
|
|
"SCOPE_DI_OAUTH_2_TOKEN_ADMIN",
|
|
"ROLE_CONNECTUSER",
|
|
"ROLE_FITNESS_USER",
|
|
"ROLE_WELLNESS_USER",
|
|
"ROLE_OUTDOOR_USER",
|
|
],
|
|
"privacy": {"typeId": 2, "typeKey": "private"},
|
|
"userPro": false,
|
|
"hasVideo": false,
|
|
"timeZoneId": 149,
|
|
"beginTimestamp": 1720351149000,
|
|
"sportTypeId": 1,
|
|
"avgPower": 432.0,
|
|
"maxPower": 515.0,
|
|
"aerobicTrainingEffect": 3.5,
|
|
"anaerobicTrainingEffect": 0.0,
|
|
"normPower": 436.0,
|
|
"avgVerticalOscillation": 9.040000152587892,
|
|
"avgGroundContactTime": 228.0,
|
|
"avgStrideLength": 134.25999755859377,
|
|
"vO2MaxValue": 60.0,
|
|
"avgVerticalRatio": 6.579999923706055,
|
|
"avgGroundContactBalance": 54.38999938964844,
|
|
"deviceId": 3472661486,
|
|
"minTemperature": 28.0,
|
|
"maxTemperature": 32.0,
|
|
"minElevation": 2.5999999046325684,
|
|
"maxElevation": 6.199999809265137,
|
|
"maxDoubleCadence": 186.0,
|
|
"summarizedDiveInfo": {"summarizedDiveGases": []},
|
|
"maxVerticalSpeed": 0.40000009536743164,
|
|
"manufacturer": "GARMIN",
|
|
"locationName": "Long Beach",
|
|
"lapCount": 7,
|
|
"endLatitude": 39.75026350468397,
|
|
"endLongitude": -74.12007171660662,
|
|
"waterEstimated": 698.0,
|
|
"minRespirationRate": 18.989999771118164,
|
|
"maxRespirationRate": 41.900001525878906,
|
|
"avgRespirationRate": 33.88999938964844,
|
|
"trainingEffectLabel": "LACTATE_THRESHOLD",
|
|
"activityTrainingLoad": 143.64161682128906,
|
|
"minActivityLapDuration": 152.44200134277344,
|
|
"aerobicTrainingEffectMessage": "IMPROVING_LACTATE_THRESHOLD_12",
|
|
"anaerobicTrainingEffectMessage": "NO_ANAEROBIC_BENEFIT_0",
|
|
"splitSummaries": [
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 0.0,
|
|
"duration": 3.000999927520752,
|
|
"splitType": "RWD_STAND",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 0.0,
|
|
"averageElevationGain": 0.0,
|
|
"maxDistance": 3,
|
|
"distance": 3.7899999618530273,
|
|
"averageSpeed": 1.2630000114440918,
|
|
"maxSpeed": 0.7179999947547913,
|
|
"numFalls": 0,
|
|
"elevationLoss": 0.0,
|
|
},
|
|
{
|
|
"noOfSplits": 1,
|
|
"totalAscent": 6.0,
|
|
"duration": 2516.8779296875,
|
|
"splitType": "INTERVAL_ACTIVE",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 6.0,
|
|
"averageElevationGain": 2.0,
|
|
"maxDistance": 9866,
|
|
"distance": 9866.7802734375,
|
|
"averageSpeed": 3.9200000762939453,
|
|
"maxSpeed": 4.48799991607666,
|
|
"numFalls": 0,
|
|
"elevationLoss": 3.0,
|
|
},
|
|
{
|
|
"noOfSplits": 2,
|
|
"totalAscent": 6.0,
|
|
"duration": 2516.760986328125,
|
|
"splitType": "RWD_RUN",
|
|
"numClimbSends": 0,
|
|
"maxElevationGain": 4.0,
|
|
"averageElevationGain": 3.0,
|
|
"maxDistance": 6614,
|
|
"distance": 9862.990234375,
|
|
"averageSpeed": 3.9189999103546143,
|
|
"maxSpeed": 4.48799991607666,
|
|
"numFalls": 0,
|
|
"elevationLoss": 3.0,
|
|
},
|
|
],
|
|
"hasSplits": true,
|
|
"moderateIntensityMinutes": 26,
|
|
"vigorousIntensityMinutes": 14,
|
|
"avgGradeAdjustedSpeed": 3.9110000133514404,
|
|
"differenceBodyBattery": -12,
|
|
"purposeful": false,
|
|
"manualActivity": false,
|
|
"pr": false,
|
|
"autoCalcCalories": false,
|
|
"elevationCorrected": false,
|
|
"atpActivity": false,
|
|
"favorite": false,
|
|
"decoDive": false,
|
|
"parent": false,
|
|
},
|
|
],
|
|
"filter": {
|
|
"userProfileId": "user_id: int",
|
|
"includedPrivacyList": [],
|
|
"excludeUntitled": false,
|
|
},
|
|
"requestorRelationship": "SELF",
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{healthSnapshotScalar(startDate:"2024-07-02", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {"data": {"healthSnapshotScalar": []}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{golfScorecardScalar(startTimestampLocal:"2024-07-02T00:00:00.00", endTimestampLocal:"2024-07-08T23:59:59.999")}'
|
|
},
|
|
"response": {"data": {"golfScorecardScalar": []}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{weightScalar(startDate:"2024-07-02", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"weightScalar": {
|
|
"dailyWeightSummaries": [
|
|
{
|
|
"summaryDate": "2024-07-08",
|
|
"numOfWeightEntries": 1,
|
|
"minWeight": 82372.0,
|
|
"maxWeight": 82372.0,
|
|
"latestWeight": {
|
|
"samplePk": 1720435190064,
|
|
"date": 1720396800000,
|
|
"calendarDate": "2024-07-08",
|
|
"weight": 82372.0,
|
|
"bmi": null,
|
|
"bodyFat": null,
|
|
"bodyWater": null,
|
|
"boneMass": null,
|
|
"muscleMass": null,
|
|
"physiqueRating": null,
|
|
"visceralFat": null,
|
|
"metabolicAge": null,
|
|
"sourceType": "MFP",
|
|
"timestampGMT": 1720435137000,
|
|
"weightDelta": 907.18474,
|
|
},
|
|
"allWeightMetrics": [],
|
|
},
|
|
{
|
|
"summaryDate": "2024-07-02",
|
|
"numOfWeightEntries": 1,
|
|
"minWeight": 81465.0,
|
|
"maxWeight": 81465.0,
|
|
"latestWeight": {
|
|
"samplePk": 1719915378494,
|
|
"date": 1719878400000,
|
|
"calendarDate": "2024-07-02",
|
|
"weight": 81465.0,
|
|
"bmi": null,
|
|
"bodyFat": null,
|
|
"bodyWater": null,
|
|
"boneMass": null,
|
|
"muscleMass": null,
|
|
"physiqueRating": null,
|
|
"visceralFat": null,
|
|
"metabolicAge": null,
|
|
"sourceType": "MFP",
|
|
"timestampGMT": 1719915025000,
|
|
"weightDelta": 816.4662659999923,
|
|
},
|
|
"allWeightMetrics": [],
|
|
},
|
|
],
|
|
"totalAverage": {
|
|
"from": 1719878400000,
|
|
"until": 1720483199999,
|
|
"weight": 81918.5,
|
|
"bmi": null,
|
|
"bodyFat": null,
|
|
"bodyWater": null,
|
|
"boneMass": null,
|
|
"muscleMass": null,
|
|
"physiqueRating": null,
|
|
"visceralFat": null,
|
|
"metabolicAge": null,
|
|
},
|
|
"previousDateWeight": {
|
|
"samplePk": 1719828202070,
|
|
"date": 1719792000000,
|
|
"calendarDate": "2024-07-01",
|
|
"weight": 80648.0,
|
|
"bmi": null,
|
|
"bodyFat": null,
|
|
"bodyWater": null,
|
|
"boneMass": null,
|
|
"muscleMass": null,
|
|
"physiqueRating": null,
|
|
"visceralFat": null,
|
|
"metabolicAge": null,
|
|
"sourceType": "MFP",
|
|
"timestampGMT": 1719828107000,
|
|
"weightDelta": null,
|
|
},
|
|
"nextDateWeight": {
|
|
"samplePk": null,
|
|
"date": null,
|
|
"calendarDate": null,
|
|
"weight": null,
|
|
"bmi": null,
|
|
"bodyFat": null,
|
|
"bodyWater": null,
|
|
"boneMass": null,
|
|
"muscleMass": null,
|
|
"physiqueRating": null,
|
|
"visceralFat": null,
|
|
"metabolicAge": null,
|
|
"sourceType": null,
|
|
"timestampGMT": null,
|
|
"weightDelta": null,
|
|
},
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{bloodPressureScalar(startDate:"2024-07-02", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"bloodPressureScalar": {
|
|
"from": "2024-07-02",
|
|
"until": "2024-07-08",
|
|
"measurementSummaries": [],
|
|
"categoryStats": null,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{sleepSummariesScalar(startDate:"2024-06-11", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"sleepSummariesScalar": [
|
|
{
|
|
"id": 1718072795000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-11",
|
|
"sleepTimeSeconds": 28800,
|
|
"napTimeSeconds": 1200,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718072795000,
|
|
"sleepEndTimestampGMT": 1718101835000,
|
|
"sleepStartTimestampLocal": 1718058395000,
|
|
"sleepEndTimestampLocal": 1718087435000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6060,
|
|
"lightSleepSeconds": 16380,
|
|
"remSleepSeconds": 6360,
|
|
"awakeSleepSeconds": 240,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 85,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 43.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 13.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_OPTIMAL_STRUCTURE",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {
|
|
"value": 96,
|
|
"qualifierKey": "EXCELLENT",
|
|
},
|
|
"remPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6048.0,
|
|
"idealEndInSeconds": 8928.0,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 57,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8640.0,
|
|
"idealEndInSeconds": 18432.0,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 21,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4608.0,
|
|
"idealEndInSeconds": 9504.0,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-11",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-10T22:10:37",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-12",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-11T21:40:17",
|
|
"baseline": 480,
|
|
"actual": 460,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-06-11",
|
|
"napTimeSec": 1200,
|
|
"napStartTimestampGMT": "2024-06-11T20:00:58",
|
|
"napEndTimestampGMT": "2024-06-11T20:20:58",
|
|
"napFeedback": "IDEAL_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1718160434000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-12",
|
|
"sleepTimeSeconds": 28320,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718160434000,
|
|
"sleepEndTimestampGMT": 1718188874000,
|
|
"sleepStartTimestampLocal": 1718146034000,
|
|
"sleepEndTimestampLocal": 1718174474000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6540,
|
|
"lightSleepSeconds": 18060,
|
|
"remSleepSeconds": 3720,
|
|
"awakeSleepSeconds": 120,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 86,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 45.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 22.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 13.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 13,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5947.2,
|
|
"idealEndInSeconds": 8779.2,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 64,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8496.0,
|
|
"idealEndInSeconds": 18124.8,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 23,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4531.2,
|
|
"idealEndInSeconds": 9345.6,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-12",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-11T21:40:17",
|
|
"baseline": 480,
|
|
"actual": 460,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-13",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-12T20:13:31",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1718245530000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-13",
|
|
"sleepTimeSeconds": 26820,
|
|
"napTimeSeconds": 2400,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718245530000,
|
|
"sleepEndTimestampGMT": 1718273790000,
|
|
"sleepStartTimestampLocal": 1718231130000,
|
|
"sleepEndTimestampLocal": 1718259390000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 3960,
|
|
"lightSleepSeconds": 18120,
|
|
"remSleepSeconds": 4740,
|
|
"awakeSleepSeconds": 1440,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 84,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 46.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 21.0,
|
|
"awakeCount": 2,
|
|
"avgSleepStress": 16.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_CALM",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 82, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 18,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5632.2,
|
|
"idealEndInSeconds": 8314.2,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 68,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8046.0,
|
|
"idealEndInSeconds": 17164.8,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 15,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4291.2,
|
|
"idealEndInSeconds": 8850.6,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-13",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-12T20:13:31",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-14",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-14T01:47:53",
|
|
"baseline": 480,
|
|
"actual": 460,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-06-13",
|
|
"napTimeSec": 2400,
|
|
"napStartTimestampGMT": "2024-06-13T18:06:33",
|
|
"napEndTimestampGMT": "2024-06-13T18:46:33",
|
|
"napFeedback": "LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1718332508000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-14",
|
|
"sleepTimeSeconds": 27633,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718332508000,
|
|
"sleepEndTimestampGMT": 1718361041000,
|
|
"sleepStartTimestampLocal": 1718318108000,
|
|
"sleepEndTimestampLocal": 1718346641000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4500,
|
|
"lightSleepSeconds": 19620,
|
|
"remSleepSeconds": 3540,
|
|
"awakeSleepSeconds": 900,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 87,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 47.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 22.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 19.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_CONTINUOUS",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 81, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 13,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5802.93,
|
|
"idealEndInSeconds": 8566.23,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 71,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8289.9,
|
|
"idealEndInSeconds": 17685.12,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 16,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4421.28,
|
|
"idealEndInSeconds": 9118.89,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-14",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-14T01:47:53",
|
|
"baseline": 480,
|
|
"actual": 460,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-15",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-14T10:30:42",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1718417681000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-15",
|
|
"sleepTimeSeconds": 30344,
|
|
"napTimeSeconds": 2699,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718417681000,
|
|
"sleepEndTimestampGMT": 1718448085000,
|
|
"sleepStartTimestampLocal": 1718403281000,
|
|
"sleepEndTimestampLocal": 1718433685000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4680,
|
|
"lightSleepSeconds": 17520,
|
|
"remSleepSeconds": 8160,
|
|
"awakeSleepSeconds": 60,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 83,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 48.0,
|
|
"averageRespirationValue": 16.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 21.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_REFRESHING",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 86, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 27,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6372.24,
|
|
"idealEndInSeconds": 9406.64,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 58,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 9103.2,
|
|
"idealEndInSeconds": 19420.16,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 15,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4855.04,
|
|
"idealEndInSeconds": 10013.52,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-15",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-14T10:30:42",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-16",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-15T20:30:37",
|
|
"baseline": 480,
|
|
"actual": 440,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-06-15",
|
|
"napTimeSec": 2699,
|
|
"napStartTimestampGMT": "2024-06-15T19:45:37",
|
|
"napEndTimestampGMT": "2024-06-15T20:30:36",
|
|
"napFeedback": "LATE_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1718503447000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-16",
|
|
"sleepTimeSeconds": 30400,
|
|
"napTimeSeconds": 2700,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718503447000,
|
|
"sleepEndTimestampGMT": 1718533847000,
|
|
"sleepStartTimestampLocal": 1718489047000,
|
|
"sleepEndTimestampLocal": 1718519447000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 7020,
|
|
"lightSleepSeconds": 18240,
|
|
"remSleepSeconds": 5160,
|
|
"awakeSleepSeconds": 0,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 83,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 48.0,
|
|
"averageRespirationValue": 17.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 25.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 16.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 17,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6384.0,
|
|
"idealEndInSeconds": 9424.0,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 60,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 9120.0,
|
|
"idealEndInSeconds": 19456.0,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 23,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4864.0,
|
|
"idealEndInSeconds": 10032.0,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-16",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-15T20:30:37",
|
|
"baseline": 480,
|
|
"actual": 440,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-17",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-16T23:55:04",
|
|
"baseline": 480,
|
|
"actual": 430,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-06-16",
|
|
"napTimeSec": 2700,
|
|
"napStartTimestampGMT": "2024-06-16T18:05:20",
|
|
"napEndTimestampGMT": "2024-06-16T18:50:20",
|
|
"napFeedback": "IDEAL_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1718593410000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-17",
|
|
"sleepTimeSeconds": 29700,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718593410000,
|
|
"sleepEndTimestampGMT": 1718623230000,
|
|
"sleepStartTimestampLocal": 1718579010000,
|
|
"sleepEndTimestampLocal": 1718608830000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4200,
|
|
"lightSleepSeconds": 20400,
|
|
"remSleepSeconds": 5100,
|
|
"awakeSleepSeconds": 120,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 82,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 44.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 24.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 9.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_HIGHLY_RECOVERING",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {
|
|
"value": 91,
|
|
"qualifierKey": "EXCELLENT",
|
|
},
|
|
"remPercentage": {
|
|
"value": 17,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6237.0,
|
|
"idealEndInSeconds": 9207.0,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 69,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8910.0,
|
|
"idealEndInSeconds": 19008.0,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 14,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4752.0,
|
|
"idealEndInSeconds": 9801.0,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-17",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-16T23:55:04",
|
|
"baseline": 480,
|
|
"actual": 430,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-18",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-17T11:20:35",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1718680773000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-18",
|
|
"sleepTimeSeconds": 26760,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718680773000,
|
|
"sleepEndTimestampGMT": 1718708853000,
|
|
"sleepStartTimestampLocal": 1718666373000,
|
|
"sleepEndTimestampLocal": 1718694453000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 2640,
|
|
"lightSleepSeconds": 19860,
|
|
"remSleepSeconds": 4260,
|
|
"awakeSleepSeconds": 1320,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 85,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 47.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 9.0,
|
|
"highestRespirationValue": 24.0,
|
|
"awakeCount": 2,
|
|
"avgSleepStress": 15.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_CALM",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 82, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 16,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5619.6,
|
|
"idealEndInSeconds": 8295.6,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 74,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8028.0,
|
|
"idealEndInSeconds": 17126.4,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 10,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4281.6,
|
|
"idealEndInSeconds": 8830.8,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-18",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-17T11:20:35",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-19",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-18T12:47:48",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_NO_ADJUSTMENTS",
|
|
"trainingFeedback": "NO_CHANGE",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1718764726000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-19",
|
|
"sleepTimeSeconds": 28740,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718764726000,
|
|
"sleepEndTimestampGMT": 1718793946000,
|
|
"sleepStartTimestampLocal": 1718750326000,
|
|
"sleepEndTimestampLocal": 1718779546000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 780,
|
|
"lightSleepSeconds": 23760,
|
|
"remSleepSeconds": 4200,
|
|
"awakeSleepSeconds": 480,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 87,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 44.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 13.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "NEGATIVE_LONG_BUT_LIGHT",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 70, "qualifierKey": "FAIR"},
|
|
"remPercentage": {
|
|
"value": 15,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6035.4,
|
|
"idealEndInSeconds": 8909.4,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 83,
|
|
"qualifierKey": "POOR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8622.0,
|
|
"idealEndInSeconds": 18393.6,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 3,
|
|
"qualifierKey": "POOR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4598.4,
|
|
"idealEndInSeconds": 9484.2,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-19",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-18T12:47:48",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_NO_ADJUSTMENTS",
|
|
"trainingFeedback": "NO_CHANGE",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-20",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-19T12:01:35",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_NO_ADJUSTMENTS",
|
|
"trainingFeedback": "NO_CHANGE",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1718849432000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-20",
|
|
"sleepTimeSeconds": 28740,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718849432000,
|
|
"sleepEndTimestampGMT": 1718878292000,
|
|
"sleepStartTimestampLocal": 1718835032000,
|
|
"sleepEndTimestampLocal": 1718863892000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6240,
|
|
"lightSleepSeconds": 18960,
|
|
"remSleepSeconds": 3540,
|
|
"awakeSleepSeconds": 120,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 86,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 46.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 23.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 81, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 12,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6035.4,
|
|
"idealEndInSeconds": 8909.4,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 66,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8622.0,
|
|
"idealEndInSeconds": 18393.6,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4598.4,
|
|
"idealEndInSeconds": 9484.2,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-20",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-19T12:01:35",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_NO_ADJUSTMENTS",
|
|
"trainingFeedback": "NO_CHANGE",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-21",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-20T22:19:56",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1718936034000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-21",
|
|
"sleepTimeSeconds": 27352,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1718936034000,
|
|
"sleepEndTimestampGMT": 1718964346000,
|
|
"sleepStartTimestampLocal": 1718921634000,
|
|
"sleepEndTimestampLocal": 1718949946000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 3240,
|
|
"lightSleepSeconds": 20580,
|
|
"remSleepSeconds": 3540,
|
|
"awakeSleepSeconds": 960,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 85,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 45.0,
|
|
"averageRespirationValue": 17.0,
|
|
"lowestRespirationValue": 10.0,
|
|
"highestRespirationValue": 24.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 14.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_RECOVERING",
|
|
"sleepScoreInsight": "POSITIVE_RESTFUL_EVENING",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 82, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 13,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5743.92,
|
|
"idealEndInSeconds": 8479.12,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 75,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8205.6,
|
|
"idealEndInSeconds": 17505.28,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 12,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4376.32,
|
|
"idealEndInSeconds": 9026.16,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-21",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-20T22:19:56",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-22",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-21T11:50:20",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_NO_ADJUSTMENTS",
|
|
"trainingFeedback": "NO_CHANGE",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719023238000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-22",
|
|
"sleepTimeSeconds": 29520,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719023238000,
|
|
"sleepEndTimestampGMT": 1719054198000,
|
|
"sleepStartTimestampLocal": 1719008838000,
|
|
"sleepEndTimestampLocal": 1719039798000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 7260,
|
|
"lightSleepSeconds": 16620,
|
|
"remSleepSeconds": 5640,
|
|
"awakeSleepSeconds": 1440,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 96.0,
|
|
"lowestSpO2Value": 88,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 44.0,
|
|
"averageRespirationValue": 16.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 16.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 88, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 19,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6199.2,
|
|
"idealEndInSeconds": 9151.2,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 56,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8856.0,
|
|
"idealEndInSeconds": 18892.8,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 25,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4723.2,
|
|
"idealEndInSeconds": 9741.6,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-22",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-21T11:50:20",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_NO_ADJUSTMENTS",
|
|
"trainingFeedback": "NO_CHANGE",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-23",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-23T02:32:45",
|
|
"baseline": 480,
|
|
"actual": 520,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719116021000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-23",
|
|
"sleepTimeSeconds": 27600,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719116021000,
|
|
"sleepEndTimestampGMT": 1719143801000,
|
|
"sleepStartTimestampLocal": 1719101621000,
|
|
"sleepEndTimestampLocal": 1719129401000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 5400,
|
|
"lightSleepSeconds": 20220,
|
|
"remSleepSeconds": 1980,
|
|
"awakeSleepSeconds": 180,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 81,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 49.0,
|
|
"averageRespirationValue": 13.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 14.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "NEGATIVE_LONG_BUT_NOT_ENOUGH_REM",
|
|
"sleepScoreInsight": "NEGATIVE_STRENUOUS_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 76, "qualifierKey": "FAIR"},
|
|
"remPercentage": {
|
|
"value": 7,
|
|
"qualifierKey": "POOR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5796.0,
|
|
"idealEndInSeconds": 8556.0,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 73,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8280.0,
|
|
"idealEndInSeconds": 17664.0,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 20,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4416.0,
|
|
"idealEndInSeconds": 9108.0,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-23",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-23T02:32:45",
|
|
"baseline": 480,
|
|
"actual": 520,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-24",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-24T01:27:51",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719197080000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-24",
|
|
"sleepTimeSeconds": 30120,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719197080000,
|
|
"sleepEndTimestampGMT": 1719227680000,
|
|
"sleepStartTimestampLocal": 1719182680000,
|
|
"sleepEndTimestampLocal": 1719213280000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 7680,
|
|
"lightSleepSeconds": 15900,
|
|
"remSleepSeconds": 6540,
|
|
"awakeSleepSeconds": 480,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 81,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 42.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 9.0,
|
|
"highestRespirationValue": 21.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 12.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_OPTIMAL_STRUCTURE",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {
|
|
"value": 96,
|
|
"qualifierKey": "EXCELLENT",
|
|
},
|
|
"remPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6325.2,
|
|
"idealEndInSeconds": 9337.2,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 53,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 9036.0,
|
|
"idealEndInSeconds": 19276.8,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 25,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4819.2,
|
|
"idealEndInSeconds": 9939.6,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-24",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-24T01:27:51",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "DAILY_ACTIVITY_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-25",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-24T11:25:44",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719287383000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-25",
|
|
"sleepTimeSeconds": 24660,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719287383000,
|
|
"sleepEndTimestampGMT": 1719313063000,
|
|
"sleepStartTimestampLocal": 1719272983000,
|
|
"sleepEndTimestampLocal": 1719298663000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 5760,
|
|
"lightSleepSeconds": 13620,
|
|
"remSleepSeconds": 5280,
|
|
"awakeSleepSeconds": 1020,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 85,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 43.0,
|
|
"averageRespirationValue": 12.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 21.0,
|
|
"awakeCount": 2,
|
|
"avgSleepStress": 13.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_DEEP",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 81, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 21,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5178.6,
|
|
"idealEndInSeconds": 7644.6,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 55,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 7398.0,
|
|
"idealEndInSeconds": 15782.4,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 23,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 3945.6,
|
|
"idealEndInSeconds": 8137.8,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-25",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-24T11:25:44",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-26",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-25T23:16:07",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719367204000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-26",
|
|
"sleepTimeSeconds": 30044,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719367204000,
|
|
"sleepEndTimestampGMT": 1719397548000,
|
|
"sleepStartTimestampLocal": 1719352804000,
|
|
"sleepEndTimestampLocal": 1719383148000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4680,
|
|
"lightSleepSeconds": 21900,
|
|
"remSleepSeconds": 3480,
|
|
"awakeSleepSeconds": 300,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 81,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 43.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 24.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 10.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_RECOVERING",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 88, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 12,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6309.24,
|
|
"idealEndInSeconds": 9313.64,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 73,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 9013.2,
|
|
"idealEndInSeconds": 19228.16,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 16,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4807.04,
|
|
"idealEndInSeconds": 9914.52,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-26",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-25T23:16:07",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-27",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-26T16:04:42",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719455799000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-27",
|
|
"sleepTimeSeconds": 29520,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719455799000,
|
|
"sleepEndTimestampGMT": 1719485739000,
|
|
"sleepStartTimestampLocal": 1719441399000,
|
|
"sleepEndTimestampLocal": 1719471339000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6540,
|
|
"lightSleepSeconds": 17820,
|
|
"remSleepSeconds": 5160,
|
|
"awakeSleepSeconds": 420,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 82,
|
|
"highestSpO2Value": 99,
|
|
"averageSpO2HRSleep": 44.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 24.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 17.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "POSITIVE_RESTFUL_DAY",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 17,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6199.2,
|
|
"idealEndInSeconds": 9151.2,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 60,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8856.0,
|
|
"idealEndInSeconds": 18892.8,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4723.2,
|
|
"idealEndInSeconds": 9741.6,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-27",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-26T16:04:42",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-28",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-27T19:47:12",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719541869000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-28",
|
|
"sleepTimeSeconds": 26700,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719541869000,
|
|
"sleepEndTimestampGMT": 1719569769000,
|
|
"sleepStartTimestampLocal": 1719527469000,
|
|
"sleepEndTimestampLocal": 1719555369000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 5700,
|
|
"lightSleepSeconds": 15720,
|
|
"remSleepSeconds": 5280,
|
|
"awakeSleepSeconds": 1200,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 87,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 43.0,
|
|
"averageRespirationValue": 15.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 20.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 12.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 87, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 20,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5607.0,
|
|
"idealEndInSeconds": 8277.0,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 59,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8010.0,
|
|
"idealEndInSeconds": 17088.0,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 21,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4272.0,
|
|
"idealEndInSeconds": 8811.0,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-28",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-27T19:47:12",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-29",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-28T17:34:41",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1719629318000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-29",
|
|
"sleepTimeSeconds": 27213,
|
|
"napTimeSeconds": 3600,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719629318000,
|
|
"sleepEndTimestampGMT": 1719656591000,
|
|
"sleepStartTimestampLocal": 1719614918000,
|
|
"sleepEndTimestampLocal": 1719642191000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4560,
|
|
"lightSleepSeconds": 14700,
|
|
"remSleepSeconds": 7980,
|
|
"awakeSleepSeconds": 60,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 93.0,
|
|
"lowestSpO2Value": 84,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 42.0,
|
|
"averageRespirationValue": 13.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 20.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 9.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_HIGHLY_RECOVERING",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {
|
|
"value": 92,
|
|
"qualifierKey": "EXCELLENT",
|
|
},
|
|
"remPercentage": {
|
|
"value": 29,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5714.73,
|
|
"idealEndInSeconds": 8436.03,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 54,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8163.9,
|
|
"idealEndInSeconds": 17416.32,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 17,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4354.08,
|
|
"idealEndInSeconds": 8980.29,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-29",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-28T17:34:41",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-30",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-30T02:02:28",
|
|
"baseline": 480,
|
|
"actual": 440,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-06-29",
|
|
"napTimeSec": 3600,
|
|
"napStartTimestampGMT": "2024-06-29T18:53:28",
|
|
"napEndTimestampGMT": "2024-06-29T19:53:28",
|
|
"napFeedback": "LATE_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1719714951000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-30",
|
|
"sleepTimeSeconds": 27180,
|
|
"napTimeSeconds": 3417,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719714951000,
|
|
"sleepEndTimestampGMT": 1719743511000,
|
|
"sleepStartTimestampLocal": 1719700551000,
|
|
"sleepEndTimestampLocal": 1719729111000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 5640,
|
|
"lightSleepSeconds": 18900,
|
|
"remSleepSeconds": 2640,
|
|
"awakeSleepSeconds": 1380,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 92.0,
|
|
"lowestSpO2Value": 82,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 45.0,
|
|
"averageRespirationValue": 13.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 16.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "NEGATIVE_LONG_BUT_NOT_ENOUGH_REM",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 79, "qualifierKey": "FAIR"},
|
|
"remPercentage": {
|
|
"value": 10,
|
|
"qualifierKey": "POOR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5707.8,
|
|
"idealEndInSeconds": 8425.8,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 70,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8154.0,
|
|
"idealEndInSeconds": 17395.2,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 21,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4348.8,
|
|
"idealEndInSeconds": 8969.4,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-30",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-30T02:02:28",
|
|
"baseline": 480,
|
|
"actual": 440,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-01",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-30T18:38:49",
|
|
"baseline": 480,
|
|
"actual": 450,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-06-30",
|
|
"napTimeSec": 3417,
|
|
"napStartTimestampGMT": "2024-06-30T17:41:52",
|
|
"napEndTimestampGMT": "2024-06-30T18:38:49",
|
|
"napFeedback": "IDEAL_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1719800738000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-01",
|
|
"sleepTimeSeconds": 26280,
|
|
"napTimeSeconds": 3300,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719800738000,
|
|
"sleepEndTimestampGMT": 1719827798000,
|
|
"sleepStartTimestampLocal": 1719786338000,
|
|
"sleepEndTimestampLocal": 1719813398000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6360,
|
|
"lightSleepSeconds": 16320,
|
|
"remSleepSeconds": 3600,
|
|
"awakeSleepSeconds": 780,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 96.0,
|
|
"lowestSpO2Value": 86,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 41.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 22.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 12.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 14,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5518.8,
|
|
"idealEndInSeconds": 8146.8,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 62,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 7884.0,
|
|
"idealEndInSeconds": 16819.2,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 24,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4204.8,
|
|
"idealEndInSeconds": 8672.4,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-01",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-06-30T18:38:49",
|
|
"baseline": 480,
|
|
"actual": 450,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-02",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-01T18:54:21",
|
|
"baseline": 480,
|
|
"actual": 450,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-01",
|
|
"napTimeSec": 3300,
|
|
"napStartTimestampGMT": "2024-07-01T17:59:21",
|
|
"napEndTimestampGMT": "2024-07-01T18:54:21",
|
|
"napFeedback": "IDEAL_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1719885617000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-02",
|
|
"sleepTimeSeconds": 28440,
|
|
"napTimeSeconds": 3600,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719885617000,
|
|
"sleepEndTimestampGMT": 1719914117000,
|
|
"sleepStartTimestampLocal": 1719871217000,
|
|
"sleepEndTimestampLocal": 1719899717000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6300,
|
|
"lightSleepSeconds": 15960,
|
|
"remSleepSeconds": 6180,
|
|
"awakeSleepSeconds": 60,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 96.0,
|
|
"lowestSpO2Value": 86,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 41.0,
|
|
"averageRespirationValue": 13.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 11.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_OPTIMAL_STRUCTURE",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {
|
|
"value": 97,
|
|
"qualifierKey": "EXCELLENT",
|
|
},
|
|
"remPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5972.4,
|
|
"idealEndInSeconds": 8816.4,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 56,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8532.0,
|
|
"idealEndInSeconds": 18201.6,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4550.4,
|
|
"idealEndInSeconds": 9385.2,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-02",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-01T18:54:21",
|
|
"baseline": 480,
|
|
"actual": 450,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-03",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-02T17:17:49",
|
|
"baseline": 480,
|
|
"actual": 420,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-02",
|
|
"napTimeSec": 3600,
|
|
"napStartTimestampGMT": "2024-07-02T16:17:48",
|
|
"napEndTimestampGMT": "2024-07-02T17:17:48",
|
|
"napFeedback": "IDEAL_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1719980934000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-03",
|
|
"sleepTimeSeconds": 23940,
|
|
"napTimeSeconds": 2700,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1719980934000,
|
|
"sleepEndTimestampGMT": 1720005294000,
|
|
"sleepStartTimestampLocal": 1719966534000,
|
|
"sleepEndTimestampLocal": 1719990894000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4260,
|
|
"lightSleepSeconds": 16140,
|
|
"remSleepSeconds": 3540,
|
|
"awakeSleepSeconds": 420,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 84,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 42.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 9.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 12.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_CONTINUOUS",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 83, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 15,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5027.4,
|
|
"idealEndInSeconds": 7421.4,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 67,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 7182.0,
|
|
"idealEndInSeconds": 15321.6,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 18,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 3830.4,
|
|
"idealEndInSeconds": 7900.2,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-03",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-02T17:17:49",
|
|
"baseline": 480,
|
|
"actual": 420,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-04",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-03T20:30:09",
|
|
"baseline": 480,
|
|
"actual": 460,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-03",
|
|
"napTimeSec": 2700,
|
|
"napStartTimestampGMT": "2024-07-03T19:45:08",
|
|
"napEndTimestampGMT": "2024-07-03T20:30:08",
|
|
"napFeedback": "LATE_TIMING_LONG_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1720066612000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-04",
|
|
"sleepTimeSeconds": 25860,
|
|
"napTimeSeconds": 1199,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1720066612000,
|
|
"sleepEndTimestampGMT": 1720092712000,
|
|
"sleepStartTimestampLocal": 1720052212000,
|
|
"sleepEndTimestampLocal": 1720078312000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4860,
|
|
"lightSleepSeconds": 16440,
|
|
"remSleepSeconds": 4560,
|
|
"awakeSleepSeconds": 240,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 88,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 45.0,
|
|
"averageRespirationValue": 16.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 25.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 16.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_CONTINUOUS",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 18,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5430.6,
|
|
"idealEndInSeconds": 8016.6,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 64,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 7758.0,
|
|
"idealEndInSeconds": 16550.4,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 19,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4137.6,
|
|
"idealEndInSeconds": 8533.8,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-04",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-03T20:30:09",
|
|
"baseline": 480,
|
|
"actual": 460,
|
|
"feedback": "DECREASED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-05",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-04T18:52:50",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"dailyNapDTOS": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-04",
|
|
"napTimeSec": 1199,
|
|
"napStartTimestampGMT": "2024-07-04T18:32:50",
|
|
"napEndTimestampGMT": "2024-07-04T18:52:49",
|
|
"napFeedback": "IDEAL_TIMING_IDEAL_DURATION_LOW_NEED",
|
|
"napSource": 1,
|
|
"napStartTimeOffset": -240,
|
|
"napEndTimeOffset": -240,
|
|
}
|
|
],
|
|
},
|
|
{
|
|
"id": 1720146625000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-05",
|
|
"sleepTimeSeconds": 32981,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1720146625000,
|
|
"sleepEndTimestampGMT": 1720180146000,
|
|
"sleepStartTimestampLocal": 1720132225000,
|
|
"sleepEndTimestampLocal": 1720165746000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 5880,
|
|
"lightSleepSeconds": 22740,
|
|
"remSleepSeconds": 4380,
|
|
"awakeSleepSeconds": 540,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 84,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 45.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 9.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 0,
|
|
"avgSleepStress": 13.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_CONTINUOUS",
|
|
"sleepScoreInsight": "POSITIVE_EXERCISE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 13,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6926.01,
|
|
"idealEndInSeconds": 10224.11,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 69,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 9894.3,
|
|
"idealEndInSeconds": 21107.84,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 18,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 5276.96,
|
|
"idealEndInSeconds": 10883.73,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-05",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-04T18:52:50",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "DECREASING",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-06",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-05T15:45:39",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1720235015000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-06",
|
|
"sleepTimeSeconds": 29760,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1720235015000,
|
|
"sleepEndTimestampGMT": 1720265435000,
|
|
"sleepStartTimestampLocal": 1720220615000,
|
|
"sleepEndTimestampLocal": 1720251035000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4020,
|
|
"lightSleepSeconds": 22200,
|
|
"remSleepSeconds": 3540,
|
|
"awakeSleepSeconds": 660,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 94.0,
|
|
"lowestSpO2Value": 86,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 47.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 23.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 16.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_CONTINUOUS",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 83, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 12,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6249.6,
|
|
"idealEndInSeconds": 9225.6,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 75,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8928.0,
|
|
"idealEndInSeconds": 19046.4,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 14,
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4761.6,
|
|
"idealEndInSeconds": 9820.8,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-06",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-05T15:45:39",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "TODAYS_LOAD_AND_CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-07",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-07T00:44:08",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1720323004000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-07",
|
|
"sleepTimeSeconds": 25114,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1720323004000,
|
|
"sleepEndTimestampGMT": 1720349138000,
|
|
"sleepStartTimestampLocal": 1720308604000,
|
|
"sleepEndTimestampLocal": 1720334738000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 4260,
|
|
"lightSleepSeconds": 15420,
|
|
"remSleepSeconds": 5460,
|
|
"awakeSleepSeconds": 1020,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 87,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 44.0,
|
|
"averageRespirationValue": 13.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 22.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 12.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_CALM",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 83, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 5273.94,
|
|
"idealEndInSeconds": 7785.34,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 61,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 7534.2,
|
|
"idealEndInSeconds": 16072.96,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 17,
|
|
"qualifierKey": "GOOD",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4018.24,
|
|
"idealEndInSeconds": 8287.62,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-07",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-07T00:44:08",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-07T12:03:49",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
{
|
|
"id": 1720403925000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"sleepTimeSeconds": 29580,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1720403925000,
|
|
"sleepEndTimestampGMT": 1720434105000,
|
|
"sleepStartTimestampLocal": 1720389525000,
|
|
"sleepEndTimestampLocal": 1720419705000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6360,
|
|
"lightSleepSeconds": 16260,
|
|
"remSleepSeconds": 6960,
|
|
"awakeSleepSeconds": 600,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 89,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 42.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 21.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 20.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 24,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6211.8,
|
|
"idealEndInSeconds": 9169.8,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 55,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8874.0,
|
|
"idealEndInSeconds": 18931.2,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4732.8,
|
|
"idealEndInSeconds": 9761.4,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-07T12:03:49",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-09",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-08T13:33:50",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{heartRateVariabilityScalar(startDate:"2024-06-11", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"heartRateVariabilityScalar": {
|
|
"hrvSummaries": [
|
|
{
|
|
"calendarDate": "2024-06-11",
|
|
"weeklyAvg": 58,
|
|
"lastNightAvg": 64,
|
|
"lastNight5MinHigh": 98,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.4166565,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_6",
|
|
"createTimeStamp": "2024-06-11T10:33:35.355",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-12",
|
|
"weeklyAvg": 57,
|
|
"lastNightAvg": 56,
|
|
"lastNight5MinHigh": 91,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.39285278,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_7",
|
|
"createTimeStamp": "2024-06-12T10:43:40.422",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-13",
|
|
"weeklyAvg": 59,
|
|
"lastNightAvg": 54,
|
|
"lastNight5MinHigh": 117,
|
|
"baseline": {
|
|
"lowUpper": 46,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.44047546,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_8",
|
|
"createTimeStamp": "2024-06-13T10:24:54.374",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-14",
|
|
"weeklyAvg": 59,
|
|
"lastNightAvg": 48,
|
|
"lastNight5MinHigh": 79,
|
|
"baseline": {
|
|
"lowUpper": 46,
|
|
"balancedLow": 50,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.45454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_3",
|
|
"createTimeStamp": "2024-06-14T10:35:53.767",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-15",
|
|
"weeklyAvg": 57,
|
|
"lastNightAvg": 50,
|
|
"lastNight5MinHigh": 106,
|
|
"baseline": {
|
|
"lowUpper": 46,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.39285278,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_3",
|
|
"createTimeStamp": "2024-06-15T10:41:34.861",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-16",
|
|
"weeklyAvg": 58,
|
|
"lastNightAvg": 64,
|
|
"lastNight5MinHigh": 110,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.4166565,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_7",
|
|
"createTimeStamp": "2024-06-16T10:31:30.613",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-17",
|
|
"weeklyAvg": 59,
|
|
"lastNightAvg": 78,
|
|
"lastNight5MinHigh": 126,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 73,
|
|
"markerValue": 0.43180847,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_8",
|
|
"createTimeStamp": "2024-06-17T11:34:58.64",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-18",
|
|
"weeklyAvg": 59,
|
|
"lastNightAvg": 65,
|
|
"lastNight5MinHigh": 90,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 73,
|
|
"markerValue": 0.43180847,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_5",
|
|
"createTimeStamp": "2024-06-18T11:12:34.991",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-19",
|
|
"weeklyAvg": 60,
|
|
"lastNightAvg": 65,
|
|
"lastNight5MinHigh": 114,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 73,
|
|
"markerValue": 0.45454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_6",
|
|
"createTimeStamp": "2024-06-19T10:48:54.401",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-20",
|
|
"weeklyAvg": 58,
|
|
"lastNightAvg": 43,
|
|
"lastNight5MinHigh": 71,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 73,
|
|
"markerValue": 0.40908813,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_3",
|
|
"createTimeStamp": "2024-06-20T10:17:59.241",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-21",
|
|
"weeklyAvg": 60,
|
|
"lastNightAvg": 62,
|
|
"lastNight5MinHigh": 86,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.46427917,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_8",
|
|
"createTimeStamp": "2024-06-21T10:06:40.223",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-22",
|
|
"weeklyAvg": 62,
|
|
"lastNightAvg": 59,
|
|
"lastNight5MinHigh": 92,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.51190186,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_5",
|
|
"createTimeStamp": "2024-06-22T11:08:16.381",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-23",
|
|
"weeklyAvg": 62,
|
|
"lastNightAvg": 69,
|
|
"lastNight5MinHigh": 94,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 51,
|
|
"balancedUpper": 72,
|
|
"markerValue": 0.51190186,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_6",
|
|
"createTimeStamp": "2024-06-23T11:57:54.770",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-24",
|
|
"weeklyAvg": 61,
|
|
"lastNightAvg": 67,
|
|
"lastNight5MinHigh": 108,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 73,
|
|
"markerValue": 0.46427917,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-06-24T11:53:55.689",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-25",
|
|
"weeklyAvg": 60,
|
|
"lastNightAvg": 59,
|
|
"lastNight5MinHigh": 84,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.43180847,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_8",
|
|
"createTimeStamp": "2024-06-25T11:23:04.158",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-26",
|
|
"weeklyAvg": 61,
|
|
"lastNightAvg": 74,
|
|
"lastNight5MinHigh": 114,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.45454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_5",
|
|
"createTimeStamp": "2024-06-26T10:25:59.977",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-27",
|
|
"weeklyAvg": 64,
|
|
"lastNightAvg": 58,
|
|
"lastNight5MinHigh": 118,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.52272034,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_6",
|
|
"createTimeStamp": "2024-06-27T11:00:34.905",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-28",
|
|
"weeklyAvg": 65,
|
|
"lastNightAvg": 70,
|
|
"lastNight5MinHigh": 106,
|
|
"baseline": {
|
|
"lowUpper": 47,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.5454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_7",
|
|
"createTimeStamp": "2024-06-28T10:21:44.856",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-29",
|
|
"weeklyAvg": 67,
|
|
"lastNightAvg": 71,
|
|
"lastNight5MinHigh": 166,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 73,
|
|
"markerValue": 0.60713196,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_8",
|
|
"createTimeStamp": "2024-06-29T10:24:15.636",
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-30",
|
|
"weeklyAvg": 65,
|
|
"lastNightAvg": 57,
|
|
"lastNight5MinHigh": 99,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.5454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-06-30T11:08:14.932",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-01",
|
|
"weeklyAvg": 65,
|
|
"lastNightAvg": 68,
|
|
"lastNight5MinHigh": 108,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.5454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-07-01T09:58:02.551",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-02",
|
|
"weeklyAvg": 66,
|
|
"lastNightAvg": 70,
|
|
"lastNight5MinHigh": 122,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 52,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.56817627,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-07-02T09:58:09.417",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-03",
|
|
"weeklyAvg": 65,
|
|
"lastNightAvg": 66,
|
|
"lastNight5MinHigh": 105,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 53,
|
|
"balancedUpper": 75,
|
|
"markerValue": 0.52272034,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-07-03T11:17:55.863",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-04",
|
|
"weeklyAvg": 66,
|
|
"lastNightAvg": 62,
|
|
"lastNight5MinHigh": 94,
|
|
"baseline": {
|
|
"lowUpper": 48,
|
|
"balancedLow": 53,
|
|
"balancedUpper": 74,
|
|
"markerValue": 0.5595093,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-07-04T11:33:18.634",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-05",
|
|
"weeklyAvg": 66,
|
|
"lastNightAvg": 69,
|
|
"lastNight5MinHigh": 114,
|
|
"baseline": {
|
|
"lowUpper": 49,
|
|
"balancedLow": 53,
|
|
"balancedUpper": 75,
|
|
"markerValue": 0.5454407,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_6",
|
|
"createTimeStamp": "2024-07-05T11:49:13.497",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-06",
|
|
"weeklyAvg": 68,
|
|
"lastNightAvg": 83,
|
|
"lastNight5MinHigh": 143,
|
|
"baseline": {
|
|
"lowUpper": 49,
|
|
"balancedLow": 53,
|
|
"balancedUpper": 75,
|
|
"markerValue": 0.5908966,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_2",
|
|
"createTimeStamp": "2024-07-06T11:32:05.710",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-07",
|
|
"weeklyAvg": 70,
|
|
"lastNightAvg": 73,
|
|
"lastNight5MinHigh": 117,
|
|
"baseline": {
|
|
"lowUpper": 49,
|
|
"balancedLow": 53,
|
|
"balancedUpper": 75,
|
|
"markerValue": 0.63635254,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_8",
|
|
"createTimeStamp": "2024-07-07T10:46:31.459",
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-08",
|
|
"weeklyAvg": 68,
|
|
"lastNightAvg": 53,
|
|
"lastNight5MinHigh": 105,
|
|
"baseline": {
|
|
"lowUpper": 49,
|
|
"balancedLow": 53,
|
|
"balancedUpper": 75,
|
|
"markerValue": 0.5908966,
|
|
},
|
|
"status": "BALANCED",
|
|
"feedbackPhrase": "HRV_BALANCED_5",
|
|
"createTimeStamp": "2024-07-08T10:25:55.940",
|
|
},
|
|
],
|
|
"userProfilePk": "user_id: int",
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{userDailySummaryV2Scalar(startDate:"2024-06-11", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"userDailySummaryV2Scalar": {
|
|
"data": [
|
|
{
|
|
"uuid": "367dd1c0-87d9-4203-9e16-9243f8918f0f",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-11",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-11T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-11T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-12T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-12T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 23540,
|
|
"value": 27303,
|
|
"distanceInMeters": 28657.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 54,
|
|
"distanceInMeters": 163.5,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 55,
|
|
"distanceInMeters": 167.74,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2214,
|
|
"burnedActive": 1385,
|
|
"burnedTotal": 3599,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3585,
|
|
"consumedRemaining": 14,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 171,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 1,
|
|
"vigorous": 63,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 18,
|
|
"maxLevel": 92,
|
|
"restProportion": 0.5,
|
|
"activityProportion": 0.26,
|
|
"uncategorizedProportion": 0.12,
|
|
"lowStressProportion": 0.09,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84660000,
|
|
"restDurationInMillis": 42720000,
|
|
"activityDurationInMillis": 21660000,
|
|
"uncategorizedDurationInMillis": 10380000,
|
|
"lowStressDurationInMillis": 7680000,
|
|
"mediumStressDurationInMillis": 1680000,
|
|
"highStressDurationInMillis": 540000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 29,
|
|
"maxValue": 100,
|
|
"chargedValue": 71,
|
|
"drainedValue": 71,
|
|
"latestValue": 42,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-12T01:55:42.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-12T03:30:15.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-11T02:26:35.0",
|
|
"eventStartTimeLocal": "2024-06-10T22:26:35.0",
|
|
"bodyBatteryImpact": 69,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 29040000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-06-11T20:00:58.0",
|
|
"eventStartTimeLocal": "2024-06-11T16:00:58.0",
|
|
"bodyBatteryImpact": -1,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1200000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-11T20:36:02.0",
|
|
"eventStartTimeLocal": "2024-06-11T16:36:02.0",
|
|
"bodyBatteryImpact": -13,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_4",
|
|
"shortFeedback": "HIGHLY_IMPROVING_VO2MAX",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3660000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3030,
|
|
"goalInFractionalMl": 3030.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 43,
|
|
"minValue": 8,
|
|
"latestValue": 12,
|
|
"latestTimestampGmt": "2024-06-12T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 84,
|
|
"latestValue": 93,
|
|
"latestTimestampGmt": "2024-06-12T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-12T00:00:00.0",
|
|
"avgAltitudeInMeters": 19.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "9bc35cc0-28f1-45cb-b746-21fba172215d",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-12",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-12T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-12T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-13T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-13T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 23920,
|
|
"value": 24992,
|
|
"distanceInMeters": 26997.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 85,
|
|
"distanceInMeters": 260.42,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 86,
|
|
"distanceInMeters": 262.23,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2211,
|
|
"burnedActive": 1612,
|
|
"burnedTotal": 3823,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3133,
|
|
"consumedRemaining": 690,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 41,
|
|
"maxValue": 156,
|
|
"restingValue": 42,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 88,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 21,
|
|
"maxLevel": 96,
|
|
"restProportion": 0.52,
|
|
"activityProportion": 0.2,
|
|
"uncategorizedProportion": 0.16,
|
|
"lowStressProportion": 0.09,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 86100000,
|
|
"restDurationInMillis": 44760000,
|
|
"activityDurationInMillis": 16980000,
|
|
"uncategorizedDurationInMillis": 14100000,
|
|
"lowStressDurationInMillis": 7800000,
|
|
"mediumStressDurationInMillis": 1620000,
|
|
"highStressDurationInMillis": 840000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 25,
|
|
"maxValue": 96,
|
|
"chargedValue": 66,
|
|
"drainedValue": 71,
|
|
"latestValue": 37,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-13T01:16:26.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-13T03:30:10.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-12T02:47:14.0",
|
|
"eventStartTimeLocal": "2024-06-11T22:47:14.0",
|
|
"bodyBatteryImpact": 65,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28440000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-12T18:46:03.0",
|
|
"eventStartTimeLocal": "2024-06-12T14:46:03.0",
|
|
"bodyBatteryImpact": -16,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_ENDURANCE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 5100000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3368,
|
|
"goalInFractionalMl": 3368.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 37,
|
|
"minValue": 8,
|
|
"latestValue": 12,
|
|
"latestTimestampGmt": "2024-06-13T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 87,
|
|
"latestValue": 88,
|
|
"latestTimestampGmt": "2024-06-13T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-13T00:00:00.0",
|
|
"avgAltitudeInMeters": 42.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "d89a181e-d7fb-4d2d-8583-3d6c7efbd2c4",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-13",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-13T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-13T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-14T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-14T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 24140,
|
|
"value": 25546,
|
|
"distanceInMeters": 26717.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 62,
|
|
"distanceInMeters": 190.45,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 71,
|
|
"distanceInMeters": 215.13,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2203,
|
|
"burnedActive": 1594,
|
|
"burnedTotal": 3797,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 2244,
|
|
"consumedRemaining": 1553,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 39,
|
|
"maxValue": 152,
|
|
"restingValue": 43,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 76,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 24,
|
|
"maxLevel": 96,
|
|
"restProportion": 0.43,
|
|
"activityProportion": 0.23,
|
|
"uncategorizedProportion": 0.15,
|
|
"lowStressProportion": 0.14,
|
|
"mediumStressProportion": 0.05,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "stressful",
|
|
"totalDurationInMillis": 86160000,
|
|
"restDurationInMillis": 36900000,
|
|
"activityDurationInMillis": 19440000,
|
|
"uncategorizedDurationInMillis": 12660000,
|
|
"lowStressDurationInMillis": 12000000,
|
|
"mediumStressDurationInMillis": 4260000,
|
|
"highStressDurationInMillis": 900000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 20,
|
|
"maxValue": 88,
|
|
"chargedValue": 61,
|
|
"drainedValue": 69,
|
|
"latestValue": 29,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-14T00:52:20.0",
|
|
"bodyBatteryLevel": "MODERATE",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-14T03:16:57.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_BALANCED_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_BALANCED_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-13T02:25:30.0",
|
|
"eventStartTimeLocal": "2024-06-12T22:25:30.0",
|
|
"bodyBatteryImpact": 63,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28260000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-13T15:21:45.0",
|
|
"eventStartTimeLocal": "2024-06-13T11:21:45.0",
|
|
"bodyBatteryImpact": -14,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 4200000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-06-13T18:06:33.0",
|
|
"eventStartTimeLocal": "2024-06-13T14:06:33.0",
|
|
"bodyBatteryImpact": -1,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2400000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3165,
|
|
"goalInFractionalMl": 3165.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 37,
|
|
"minValue": 8,
|
|
"latestValue": 8,
|
|
"latestTimestampGmt": "2024-06-14T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 84,
|
|
"latestValue": 94,
|
|
"latestTimestampGmt": "2024-06-14T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-14T00:00:00.0",
|
|
"avgAltitudeInMeters": 49.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "e44d344b-1f7e-428f-ad39-891862b77c6f",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-14",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": false,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-14T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-14T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-15T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-15T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 24430,
|
|
"value": 15718,
|
|
"distanceInMeters": 13230.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 45,
|
|
"distanceInMeters": 137.59,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 47,
|
|
"distanceInMeters": 143.09,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2206,
|
|
"burnedActive": 531,
|
|
"burnedTotal": 2737,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 2737,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 43,
|
|
"maxValue": 110,
|
|
"restingValue": 44,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 2,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 26,
|
|
"maxLevel": 93,
|
|
"restProportion": 0.48,
|
|
"activityProportion": 0.18,
|
|
"uncategorizedProportion": 0.04,
|
|
"lowStressProportion": 0.26,
|
|
"mediumStressProportion": 0.04,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84660000,
|
|
"restDurationInMillis": 40680000,
|
|
"activityDurationInMillis": 15060000,
|
|
"uncategorizedDurationInMillis": 3540000,
|
|
"lowStressDurationInMillis": 21900000,
|
|
"mediumStressDurationInMillis": 3000000,
|
|
"highStressDurationInMillis": 480000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 29,
|
|
"maxValue": 81,
|
|
"chargedValue": 62,
|
|
"drainedValue": 52,
|
|
"latestValue": 39,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-15T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-15T03:30:04.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-14T02:35:08.0",
|
|
"eventStartTimeLocal": "2024-06-13T22:35:08.0",
|
|
"bodyBatteryImpact": 61,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28500000,
|
|
}
|
|
],
|
|
},
|
|
"hydration": {},
|
|
"respiration": {
|
|
"avgValue": 14,
|
|
"maxValue": 21,
|
|
"minValue": 8,
|
|
"latestValue": 12,
|
|
"latestTimestampGmt": "2024-06-15T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 92,
|
|
"minValue": 84,
|
|
"latestValue": 95,
|
|
"latestTimestampGmt": "2024-06-15T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-15T00:00:00.0",
|
|
"avgAltitudeInMeters": 85.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "72069c99-5246-4d78-9ebe-8daf237372e0",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-15",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-15T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-15T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-16T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-16T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 23560,
|
|
"value": 19729,
|
|
"distanceInMeters": 20342.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 85,
|
|
"distanceInMeters": 259.85,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 80,
|
|
"distanceInMeters": 245.04,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2206,
|
|
"burnedActive": 1114,
|
|
"burnedTotal": 3320,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 3320,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 41,
|
|
"maxValue": 154,
|
|
"restingValue": 45,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 59,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 24,
|
|
"maxLevel": 98,
|
|
"restProportion": 0.55,
|
|
"activityProportion": 0.13,
|
|
"uncategorizedProportion": 0.15,
|
|
"lowStressProportion": 0.12,
|
|
"mediumStressProportion": 0.04,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 85020000,
|
|
"restDurationInMillis": 46620000,
|
|
"activityDurationInMillis": 10680000,
|
|
"uncategorizedDurationInMillis": 12660000,
|
|
"lowStressDurationInMillis": 10440000,
|
|
"mediumStressDurationInMillis": 3120000,
|
|
"highStressDurationInMillis": 1500000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 37,
|
|
"maxValue": 85,
|
|
"chargedValue": 63,
|
|
"drainedValue": 54,
|
|
"latestValue": 48,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-16T00:27:21.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-16T03:30:09.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-15T02:14:41.0",
|
|
"eventStartTimeLocal": "2024-06-14T22:14:41.0",
|
|
"bodyBatteryImpact": 55,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30360000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-15T11:27:59.0",
|
|
"eventStartTimeLocal": "2024-06-15T07:27:59.0",
|
|
"bodyBatteryImpact": -12,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2940000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-06-15T15:38:02.0",
|
|
"eventStartTimeLocal": "2024-06-15T11:38:02.0",
|
|
"bodyBatteryImpact": 2,
|
|
"feedbackType": "RECOVERY_BODY_BATTERY_INCREASE",
|
|
"shortFeedback": "BODY_BATTERY_RECHARGE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2400000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-06-15T19:45:37.0",
|
|
"eventStartTimeLocal": "2024-06-15T15:45:37.0",
|
|
"bodyBatteryImpact": 4,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2640000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2806,
|
|
"goalInFractionalMl": 2806.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 40,
|
|
"minValue": 9,
|
|
"latestValue": 12,
|
|
"latestTimestampGmt": "2024-06-16T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 83,
|
|
"latestValue": 88,
|
|
"latestTimestampGmt": "2024-06-16T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-16T00:00:00.0",
|
|
"avgAltitudeInMeters": 52.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "6da2bf6c-95c2-49e1-a3a6-649c61bc1bb3",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-16",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-16T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-16T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-17T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-17T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 22800,
|
|
"value": 30464,
|
|
"distanceInMeters": 30330.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 77,
|
|
"distanceInMeters": 233.52,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 70,
|
|
"distanceInMeters": 212.2,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2206,
|
|
"burnedActive": 1584,
|
|
"burnedTotal": 3790,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 3790,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 39,
|
|
"maxValue": 145,
|
|
"restingValue": 41,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 66,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 21,
|
|
"maxLevel": 98,
|
|
"restProportion": 0.53,
|
|
"activityProportion": 0.18,
|
|
"uncategorizedProportion": 0.15,
|
|
"lowStressProportion": 0.09,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84780000,
|
|
"restDurationInMillis": 45120000,
|
|
"activityDurationInMillis": 15600000,
|
|
"uncategorizedDurationInMillis": 12480000,
|
|
"lowStressDurationInMillis": 7320000,
|
|
"mediumStressDurationInMillis": 2940000,
|
|
"highStressDurationInMillis": 1320000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 39,
|
|
"maxValue": 98,
|
|
"chargedValue": 58,
|
|
"drainedValue": 59,
|
|
"latestValue": 48,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-17T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-17T03:57:54.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-16T02:04:07.0",
|
|
"eventStartTimeLocal": "2024-06-15T22:04:07.0",
|
|
"bodyBatteryImpact": 61,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30360000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-16T11:17:58.0",
|
|
"eventStartTimeLocal": "2024-06-16T07:17:58.0",
|
|
"bodyBatteryImpact": -17,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3780000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-06-16T16:51:20.0",
|
|
"eventStartTimeLocal": "2024-06-16T12:51:20.0",
|
|
"bodyBatteryImpact": 0,
|
|
"feedbackType": "RECOVERY_BODY_BATTERY_NOT_INCREASE",
|
|
"shortFeedback": "RESTFUL_PERIOD",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1920000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-06-16T18:05:20.0",
|
|
"eventStartTimeLocal": "2024-06-16T14:05:20.0",
|
|
"bodyBatteryImpact": -1,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2700000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3033,
|
|
"goalInFractionalMl": 3033.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 40,
|
|
"minValue": 8,
|
|
"latestValue": 11,
|
|
"latestTimestampGmt": "2024-06-17T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 83,
|
|
"latestValue": 92,
|
|
"latestTimestampGmt": "2024-06-17T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-17T00:00:00.0",
|
|
"avgAltitudeInMeters": 57.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "f2396b62-8384-4548-9bd1-260c5e3b29d2",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-17",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": false,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-17T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-17T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-18T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-18T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 23570,
|
|
"value": 16161,
|
|
"distanceInMeters": 13603.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 56,
|
|
"distanceInMeters": 169.86,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 63,
|
|
"distanceInMeters": 193.24,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2206,
|
|
"burnedActive": 477,
|
|
"burnedTotal": 2683,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 2683,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 109,
|
|
"restingValue": 40,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 2,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 21,
|
|
"maxLevel": 96,
|
|
"restProportion": 0.52,
|
|
"activityProportion": 0.16,
|
|
"uncategorizedProportion": 0.12,
|
|
"lowStressProportion": 0.15,
|
|
"mediumStressProportion": 0.04,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 85020000,
|
|
"restDurationInMillis": 44520000,
|
|
"activityDurationInMillis": 13380000,
|
|
"uncategorizedDurationInMillis": 9900000,
|
|
"lowStressDurationInMillis": 13080000,
|
|
"mediumStressDurationInMillis": 3480000,
|
|
"highStressDurationInMillis": 660000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 36,
|
|
"maxValue": 100,
|
|
"chargedValue": 54,
|
|
"drainedValue": 64,
|
|
"latestValue": 38,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-18T00:13:50.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-18T03:30:09.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-17T03:03:30.0",
|
|
"eventStartTimeLocal": "2024-06-16T23:03:30.0",
|
|
"bodyBatteryImpact": 58,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 29820000,
|
|
}
|
|
],
|
|
},
|
|
"hydration": {},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 25,
|
|
"minValue": 8,
|
|
"latestValue": 9,
|
|
"latestTimestampGmt": "2024-06-18T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 82,
|
|
"latestValue": 96,
|
|
"latestTimestampGmt": "2024-06-18T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-18T00:00:00.0",
|
|
"avgAltitudeInMeters": 39.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "718af8d5-8c88-4f91-9690-d3fa4e4a6f37",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-18",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-18T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-18T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-19T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-19T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 22830,
|
|
"value": 17088,
|
|
"distanceInMeters": 18769.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 53,
|
|
"distanceInMeters": 160.13,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 47,
|
|
"distanceInMeters": 142.2,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2206,
|
|
"burnedActive": 1177,
|
|
"burnedTotal": 3383,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 3383,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 41,
|
|
"maxValue": 168,
|
|
"restingValue": 42,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 4,
|
|
"vigorous": 59,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 23,
|
|
"maxLevel": 99,
|
|
"restProportion": 0.42,
|
|
"activityProportion": 0.07,
|
|
"uncategorizedProportion": 0.37,
|
|
"lowStressProportion": 0.1,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "stressful",
|
|
"totalDurationInMillis": 85200000,
|
|
"restDurationInMillis": 35460000,
|
|
"activityDurationInMillis": 6300000,
|
|
"uncategorizedDurationInMillis": 31920000,
|
|
"lowStressDurationInMillis": 8220000,
|
|
"mediumStressDurationInMillis": 1920000,
|
|
"highStressDurationInMillis": 1380000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 24,
|
|
"maxValue": 92,
|
|
"chargedValue": 62,
|
|
"drainedValue": 46,
|
|
"latestValue": 32,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-19T02:59:57.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-19T03:30:05.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-18T03:19:33.0",
|
|
"eventStartTimeLocal": "2024-06-17T23:19:33.0",
|
|
"bodyBatteryImpact": 56,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28080000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-18T11:50:39.0",
|
|
"eventStartTimeLocal": "2024-06-18T07:50:39.0",
|
|
"bodyBatteryImpact": -14,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_VO2MAX",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3180000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2888,
|
|
"goalInFractionalMl": 2888.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 41,
|
|
"minValue": 8,
|
|
"latestValue": 16,
|
|
"latestTimestampGmt": "2024-06-19T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 92,
|
|
"minValue": 85,
|
|
"latestValue": 94,
|
|
"latestTimestampGmt": "2024-06-19T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-19T00:00:00.0",
|
|
"avgAltitudeInMeters": 37.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "4b8046ce-2e66-494a-be96-6df4e5d5181c",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-19",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-19T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-19T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-20T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-20T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 21690,
|
|
"value": 15688,
|
|
"distanceInMeters": 16548.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 41,
|
|
"distanceInMeters": 125.38,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 47,
|
|
"distanceInMeters": 144.18,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2206,
|
|
"burnedActive": 884,
|
|
"burnedTotal": 3090,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 3090,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 162,
|
|
"restingValue": 38,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 6,
|
|
"vigorous": 48,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 29,
|
|
"maxLevel": 97,
|
|
"restProportion": 0.42,
|
|
"activityProportion": 0.15,
|
|
"uncategorizedProportion": 0.13,
|
|
"lowStressProportion": 0.17,
|
|
"mediumStressProportion": 0.12,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "stressful",
|
|
"totalDurationInMillis": 84240000,
|
|
"restDurationInMillis": 35040000,
|
|
"activityDurationInMillis": 12660000,
|
|
"uncategorizedDurationInMillis": 10800000,
|
|
"lowStressDurationInMillis": 14340000,
|
|
"mediumStressDurationInMillis": 9840000,
|
|
"highStressDurationInMillis": 1560000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 23,
|
|
"maxValue": 97,
|
|
"chargedValue": 74,
|
|
"drainedValue": 74,
|
|
"latestValue": 32,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-20T02:35:03.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_STRESSFUL_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_STRESSFUL_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-20T03:30:04.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_STRESSFUL_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_STRESSFUL_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-19T02:38:46.0",
|
|
"eventStartTimeLocal": "2024-06-18T22:38:46.0",
|
|
"bodyBatteryImpact": 72,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 29220000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-19T11:12:12.0",
|
|
"eventStartTimeLocal": "2024-06-19T07:12:12.0",
|
|
"bodyBatteryImpact": -14,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2820000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2779,
|
|
"goalInFractionalMl": 2779.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 38,
|
|
"minValue": 9,
|
|
"latestValue": 16,
|
|
"latestTimestampGmt": "2024-06-20T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 93,
|
|
"minValue": 87,
|
|
"latestValue": 97,
|
|
"latestTimestampGmt": "2024-06-20T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-20T00:00:00.0",
|
|
"avgAltitudeInMeters": 83.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "38dc2bbc-1b04-46ca-9f57-a90d0a768cac",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-20",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-20T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-20T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-21T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-21T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 20490,
|
|
"value": 20714,
|
|
"distanceInMeters": 21420.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 48,
|
|
"distanceInMeters": 147.37,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 52,
|
|
"distanceInMeters": 157.31,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2226,
|
|
"burnedActive": 1769,
|
|
"burnedTotal": 3995,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3667,
|
|
"consumedRemaining": 328,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 41,
|
|
"maxValue": 162,
|
|
"restingValue": 41,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 34,
|
|
"vigorous": 93,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 24,
|
|
"maxLevel": 99,
|
|
"restProportion": 0.49,
|
|
"activityProportion": 0.16,
|
|
"uncategorizedProportion": 0.2,
|
|
"lowStressProportion": 0.1,
|
|
"mediumStressProportion": 0.04,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84300000,
|
|
"restDurationInMillis": 41400000,
|
|
"activityDurationInMillis": 13440000,
|
|
"uncategorizedDurationInMillis": 16440000,
|
|
"lowStressDurationInMillis": 8520000,
|
|
"mediumStressDurationInMillis": 3720000,
|
|
"highStressDurationInMillis": 780000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 26,
|
|
"maxValue": 77,
|
|
"chargedValue": 54,
|
|
"drainedValue": 51,
|
|
"latestValue": 35,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-21T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-21T03:11:38.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-20T02:10:32.0",
|
|
"eventStartTimeLocal": "2024-06-19T22:10:32.0",
|
|
"bodyBatteryImpact": 52,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28860000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-20T11:10:18.0",
|
|
"eventStartTimeLocal": "2024-06-20T07:10:18.0",
|
|
"bodyBatteryImpact": -14,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_TEMPO",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3540000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-20T21:03:34.0",
|
|
"eventStartTimeLocal": "2024-06-20T17:03:34.0",
|
|
"bodyBatteryImpact": -6,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_2",
|
|
"shortFeedback": "MINOR_ANAEROBIC_EFFECT",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 4560000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3952,
|
|
"goalInFractionalMl": 3952.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 40,
|
|
"minValue": 8,
|
|
"latestValue": 21,
|
|
"latestTimestampGmt": "2024-06-21T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 86,
|
|
"latestValue": 94,
|
|
"latestTimestampGmt": "2024-06-21T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-21T00:00:00.0",
|
|
"avgAltitudeInMeters": 54.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "aeb4f77d-e02f-4539-8089-a4744a79cbf3",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-21",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-21T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-21T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-22T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-22T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 20520,
|
|
"value": 20690,
|
|
"distanceInMeters": 20542.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 40,
|
|
"distanceInMeters": 121.92,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 48,
|
|
"distanceInMeters": 146.59,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2228,
|
|
"burnedActive": 1114,
|
|
"burnedTotal": 3342,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3087,
|
|
"consumedRemaining": 255,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 40,
|
|
"maxValue": 148,
|
|
"restingValue": 41,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 54,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 21,
|
|
"maxLevel": 99,
|
|
"restProportion": 0.52,
|
|
"activityProportion": 0.21,
|
|
"uncategorizedProportion": 0.11,
|
|
"lowStressProportion": 0.11,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84600000,
|
|
"restDurationInMillis": 44340000,
|
|
"activityDurationInMillis": 17580000,
|
|
"uncategorizedDurationInMillis": 9660000,
|
|
"lowStressDurationInMillis": 9360000,
|
|
"mediumStressDurationInMillis": 2640000,
|
|
"highStressDurationInMillis": 1020000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 29,
|
|
"maxValue": 95,
|
|
"chargedValue": 73,
|
|
"drainedValue": 67,
|
|
"latestValue": 41,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-22T02:35:26.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-22T03:05:55.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-21T02:13:54.0",
|
|
"eventStartTimeLocal": "2024-06-20T22:13:54.0",
|
|
"bodyBatteryImpact": 68,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28260000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-21T11:00:14.0",
|
|
"eventStartTimeLocal": "2024-06-21T07:00:14.0",
|
|
"bodyBatteryImpact": -13,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2820000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2787,
|
|
"goalInFractionalMl": 2787.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 32,
|
|
"minValue": 10,
|
|
"latestValue": 21,
|
|
"latestTimestampGmt": "2024-06-22T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 85,
|
|
"latestValue": 96,
|
|
"latestTimestampGmt": "2024-06-22T03:58:00.0",
|
|
"latestTimestampLocal": "2024-06-21T23:58:00.0",
|
|
"avgAltitudeInMeters": 58.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "93917ebe-72af-42b9-bb9e-2873f6805b9b",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-22",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-22T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-22T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-23T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-23T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 20560,
|
|
"value": 40346,
|
|
"distanceInMeters": 45842.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 68,
|
|
"distanceInMeters": 206.24,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 68,
|
|
"distanceInMeters": 206.31,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2222,
|
|
"burnedActive": 2844,
|
|
"burnedTotal": 5066,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 2392,
|
|
"consumedRemaining": 2674,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 157,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 6,
|
|
"vigorous": 171,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 24,
|
|
"maxLevel": 95,
|
|
"restProportion": 0.37,
|
|
"activityProportion": 0.25,
|
|
"uncategorizedProportion": 0.24,
|
|
"lowStressProportion": 0.07,
|
|
"mediumStressProportion": 0.05,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "stressful",
|
|
"totalDurationInMillis": 84780000,
|
|
"restDurationInMillis": 31200000,
|
|
"activityDurationInMillis": 21540000,
|
|
"uncategorizedDurationInMillis": 20760000,
|
|
"lowStressDurationInMillis": 5580000,
|
|
"mediumStressDurationInMillis": 4320000,
|
|
"highStressDurationInMillis": 1380000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 15,
|
|
"maxValue": 100,
|
|
"chargedValue": 58,
|
|
"drainedValue": 85,
|
|
"latestValue": 15,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-23T00:05:00.0",
|
|
"bodyBatteryLevel": "MODERATE",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-23T03:30:47.0",
|
|
"bodyBatteryLevel": "MODERATE",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-22T02:27:18.0",
|
|
"eventStartTimeLocal": "2024-06-21T22:27:18.0",
|
|
"bodyBatteryImpact": 69,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30960000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-22T16:32:00.0",
|
|
"eventStartTimeLocal": "2024-06-22T12:32:00.0",
|
|
"bodyBatteryImpact": -30,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_4",
|
|
"shortFeedback": "HIGHLY_IMPROVING_LACTATE_THRESHOLD",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 9000000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 4412,
|
|
"goalInFractionalMl": 4412.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 18,
|
|
"maxValue": 37,
|
|
"minValue": 8,
|
|
"latestValue": 13,
|
|
"latestTimestampGmt": "2024-06-23T03:56:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 96,
|
|
"minValue": 87,
|
|
"latestValue": 99,
|
|
"latestTimestampGmt": "2024-06-23T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-23T00:00:00.0",
|
|
"avgAltitudeInMeters": 35.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "2120430b-f380-4370-9b1c-dbfb75c15ab3",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-23",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-23T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-23T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-24T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-24T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 22560,
|
|
"value": 21668,
|
|
"distanceInMeters": 21550.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 27,
|
|
"distanceInMeters": 83.75,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 27,
|
|
"distanceInMeters": 82.64,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2213,
|
|
"burnedActive": 1639,
|
|
"burnedTotal": 3852,
|
|
"consumedGoal": 1780,
|
|
"consumedRemaining": 3852,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 42,
|
|
"maxValue": 148,
|
|
"restingValue": 44,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 30,
|
|
"vigorous": 85,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 20,
|
|
"maxLevel": 96,
|
|
"restProportion": 0.43,
|
|
"activityProportion": 0.26,
|
|
"uncategorizedProportion": 0.21,
|
|
"lowStressProportion": 0.07,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "stressful",
|
|
"totalDurationInMillis": 85920000,
|
|
"restDurationInMillis": 37080000,
|
|
"activityDurationInMillis": 22680000,
|
|
"uncategorizedDurationInMillis": 17700000,
|
|
"lowStressDurationInMillis": 5640000,
|
|
"mediumStressDurationInMillis": 2280000,
|
|
"highStressDurationInMillis": 540000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 15,
|
|
"maxValue": 82,
|
|
"chargedValue": 78,
|
|
"drainedValue": 62,
|
|
"latestValue": 31,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-24T03:00:59.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-24T03:30:14.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_ACTIVE_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-23T04:13:41.0",
|
|
"eventStartTimeLocal": "2024-06-23T00:13:41.0",
|
|
"bodyBatteryImpact": 67,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 27780000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-23T18:00:27.0",
|
|
"eventStartTimeLocal": "2024-06-23T14:00:27.0",
|
|
"bodyBatteryImpact": -8,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_2",
|
|
"shortFeedback": "MAINTAINING_ANAEROBIC_FITNESS",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 6000000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-23T20:25:19.0",
|
|
"eventStartTimeLocal": "2024-06-23T16:25:19.0",
|
|
"bodyBatteryImpact": -8,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3060000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 4184,
|
|
"goalInFractionalMl": 4184.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 35,
|
|
"minValue": 8,
|
|
"latestValue": 12,
|
|
"latestTimestampGmt": "2024-06-24T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 93,
|
|
"minValue": 81,
|
|
"latestValue": 94,
|
|
"latestTimestampGmt": "2024-06-24T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-24T00:00:00.0",
|
|
"avgAltitudeInMeters": 41.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "2a188f96-f0fa-43e7-b62c-4f142476f791",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-24",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": false,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-24T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-24T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-25T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-25T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 22470,
|
|
"value": 16159,
|
|
"distanceInMeters": 13706.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 23,
|
|
"distanceInMeters": 69.31,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 18,
|
|
"distanceInMeters": 53.38,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2224,
|
|
"burnedActive": 411,
|
|
"burnedTotal": 2635,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 1628,
|
|
"consumedRemaining": 1007,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 37,
|
|
"maxValue": 113,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 2,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 18,
|
|
"maxLevel": 86,
|
|
"restProportion": 0.52,
|
|
"activityProportion": 0.3,
|
|
"uncategorizedProportion": 0.07,
|
|
"lowStressProportion": 0.1,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.0,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 85140000,
|
|
"restDurationInMillis": 44280000,
|
|
"activityDurationInMillis": 25260000,
|
|
"uncategorizedDurationInMillis": 5760000,
|
|
"lowStressDurationInMillis": 8280000,
|
|
"mediumStressDurationInMillis": 1380000,
|
|
"highStressDurationInMillis": 180000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 31,
|
|
"maxValue": 100,
|
|
"chargedValue": 72,
|
|
"drainedValue": 63,
|
|
"latestValue": 40,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-25T02:30:14.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-25T03:30:02.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-24T02:44:40.0",
|
|
"eventStartTimeLocal": "2024-06-23T22:44:40.0",
|
|
"bodyBatteryImpact": 77,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30600000,
|
|
}
|
|
],
|
|
},
|
|
"hydration": {},
|
|
"respiration": {
|
|
"avgValue": 14,
|
|
"maxValue": 21,
|
|
"minValue": 8,
|
|
"latestValue": 10,
|
|
"latestTimestampGmt": "2024-06-25T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 81,
|
|
"latestValue": 93,
|
|
"latestTimestampGmt": "2024-06-25T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-25T00:00:00.0",
|
|
"avgAltitudeInMeters": 31.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "85f6ead2-7521-41d4-80ff-535281057eac",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-25",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-25T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-25T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-26T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-26T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 21210,
|
|
"value": 26793,
|
|
"distanceInMeters": 28291.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 80,
|
|
"distanceInMeters": 242.38,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 84,
|
|
"distanceInMeters": 255.96,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2228,
|
|
"burnedActive": 2013,
|
|
"burnedTotal": 4241,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3738,
|
|
"consumedRemaining": 503,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 39,
|
|
"maxValue": 153,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 21,
|
|
"vigorous": 122,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 19,
|
|
"maxLevel": 99,
|
|
"restProportion": 0.46,
|
|
"activityProportion": 0.23,
|
|
"uncategorizedProportion": 0.2,
|
|
"lowStressProportion": 0.08,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 82020000,
|
|
"restDurationInMillis": 37440000,
|
|
"activityDurationInMillis": 19080000,
|
|
"uncategorizedDurationInMillis": 16800000,
|
|
"lowStressDurationInMillis": 6300000,
|
|
"mediumStressDurationInMillis": 1860000,
|
|
"highStressDurationInMillis": 540000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 24,
|
|
"maxValue": 99,
|
|
"chargedValue": 79,
|
|
"drainedValue": 75,
|
|
"latestValue": 44,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-26T02:05:16.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-26T03:30:14.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-25T03:49:43.0",
|
|
"eventStartTimeLocal": "2024-06-24T23:49:43.0",
|
|
"bodyBatteryImpact": 62,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 25680000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-25T14:59:35.0",
|
|
"eventStartTimeLocal": "2024-06-25T10:59:35.0",
|
|
"bodyBatteryImpact": -20,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_ENDURANCE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 5160000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-25T22:18:58.0",
|
|
"eventStartTimeLocal": "2024-06-25T18:18:58.0",
|
|
"bodyBatteryImpact": -7,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_2",
|
|
"shortFeedback": "MAINTAINING_ANAEROBIC_FITNESS",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3420000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 4178,
|
|
"goalInFractionalMl": 4178.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 41,
|
|
"minValue": 8,
|
|
"latestValue": 20,
|
|
"latestTimestampGmt": "2024-06-26T03:59:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 81,
|
|
"latestValue": 98,
|
|
"latestTimestampGmt": "2024-06-26T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-26T00:00:00.0",
|
|
"avgAltitudeInMeters": 42.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "d09bc8df-01a5-417d-a21d-0c46f7469cef",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-26",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-26T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-26T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-27T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-27T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 18760,
|
|
"distanceInMeters": 18589.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 42,
|
|
"distanceInMeters": 128.02,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 42,
|
|
"distanceInMeters": 128.89,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2217,
|
|
"burnedActive": 1113,
|
|
"burnedTotal": 3330,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 951,
|
|
"consumedRemaining": 2379,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 37,
|
|
"maxValue": 157,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 38,
|
|
"vigorous": 0,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 21,
|
|
"maxLevel": 90,
|
|
"restProportion": 0.5,
|
|
"activityProportion": 0.15,
|
|
"uncategorizedProportion": 0.13,
|
|
"lowStressProportion": 0.17,
|
|
"mediumStressProportion": 0.04,
|
|
"highStressProportion": 0.0,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84840000,
|
|
"restDurationInMillis": 42420000,
|
|
"activityDurationInMillis": 12960000,
|
|
"uncategorizedDurationInMillis": 10740000,
|
|
"lowStressDurationInMillis": 14640000,
|
|
"mediumStressDurationInMillis": 3720000,
|
|
"highStressDurationInMillis": 360000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 34,
|
|
"maxValue": 100,
|
|
"chargedValue": 68,
|
|
"drainedValue": 66,
|
|
"latestValue": 46,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-27T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-27T03:25:59.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-26T02:00:04.0",
|
|
"eventStartTimeLocal": "2024-06-25T22:00:04.0",
|
|
"bodyBatteryImpact": 76,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30300000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-26T15:01:35.0",
|
|
"eventStartTimeLocal": "2024-06-26T11:01:35.0",
|
|
"bodyBatteryImpact": -12,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2460000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2663,
|
|
"goalInFractionalMl": 2663.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 14,
|
|
"maxValue": 31,
|
|
"minValue": 8,
|
|
"latestValue": 9,
|
|
"latestTimestampGmt": "2024-06-27T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 86,
|
|
"latestValue": 96,
|
|
"latestTimestampGmt": "2024-06-27T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-27T00:00:00.0",
|
|
"avgAltitudeInMeters": 50.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "b22e425d-709d-44c0-9fea-66a67eb5d9d7",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-27",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-27T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-27T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-28T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-28T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 28104,
|
|
"distanceInMeters": 31093.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 69,
|
|
"distanceInMeters": 211.56,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 70,
|
|
"distanceInMeters": 214.7,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2213,
|
|
"burnedActive": 1845,
|
|
"burnedTotal": 4058,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3401,
|
|
"consumedRemaining": 657,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 40,
|
|
"maxValue": 156,
|
|
"restingValue": 41,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 101,
|
|
"vigorous": 1,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 21,
|
|
"maxLevel": 97,
|
|
"restProportion": 0.51,
|
|
"activityProportion": 0.19,
|
|
"uncategorizedProportion": 0.16,
|
|
"lowStressProportion": 0.1,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84600000,
|
|
"restDurationInMillis": 43440000,
|
|
"activityDurationInMillis": 15780000,
|
|
"uncategorizedDurationInMillis": 13680000,
|
|
"lowStressDurationInMillis": 8460000,
|
|
"mediumStressDurationInMillis": 2460000,
|
|
"highStressDurationInMillis": 780000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 26,
|
|
"maxValue": 98,
|
|
"chargedValue": 64,
|
|
"drainedValue": 72,
|
|
"latestValue": 39,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-28T01:14:49.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-28T03:30:16.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-27T02:36:39.0",
|
|
"eventStartTimeLocal": "2024-06-26T22:36:39.0",
|
|
"bodyBatteryImpact": 64,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 29940000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-27T18:04:19.0",
|
|
"eventStartTimeLocal": "2024-06-27T14:04:19.0",
|
|
"bodyBatteryImpact": -21,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_4",
|
|
"shortFeedback": "HIGHLY_IMPROVING_TEMPO",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 6000000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3675,
|
|
"goalInFractionalMl": 3675.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 41,
|
|
"minValue": 8,
|
|
"latestValue": 15,
|
|
"latestTimestampGmt": "2024-06-28T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 97,
|
|
"minValue": 82,
|
|
"latestValue": 92,
|
|
"latestTimestampGmt": "2024-06-28T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-28T00:00:00.0",
|
|
"avgAltitudeInMeters": 36.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "6b846775-8ed4-4b79-b426-494345d18f8c",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-28",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-28T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-28T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-29T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-29T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 20494,
|
|
"distanceInMeters": 20618.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 54,
|
|
"distanceInMeters": 164.59,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 56,
|
|
"distanceInMeters": 171.31,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2211,
|
|
"burnedActive": 978,
|
|
"burnedTotal": 3189,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 3361,
|
|
"consumedRemaining": -172,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 37,
|
|
"maxValue": 157,
|
|
"restingValue": 38,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 44,
|
|
"vigorous": 1,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 19,
|
|
"maxLevel": 98,
|
|
"restProportion": 0.51,
|
|
"activityProportion": 0.21,
|
|
"uncategorizedProportion": 0.15,
|
|
"lowStressProportion": 0.1,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.0,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84960000,
|
|
"restDurationInMillis": 43560000,
|
|
"activityDurationInMillis": 17460000,
|
|
"uncategorizedDurationInMillis": 12420000,
|
|
"lowStressDurationInMillis": 8400000,
|
|
"mediumStressDurationInMillis": 2760000,
|
|
"highStressDurationInMillis": 360000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 34,
|
|
"maxValue": 100,
|
|
"chargedValue": 72,
|
|
"drainedValue": 66,
|
|
"latestValue": 45,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-29T02:47:33.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-29T03:16:23.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-28T02:31:09.0",
|
|
"eventStartTimeLocal": "2024-06-27T22:31:09.0",
|
|
"bodyBatteryImpact": 74,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 27900000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-28T16:47:11.0",
|
|
"eventStartTimeLocal": "2024-06-28T12:47:11.0",
|
|
"bodyBatteryImpact": -10,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2700000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2749,
|
|
"goalInFractionalMl": 2749.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 38,
|
|
"minValue": 8,
|
|
"latestValue": 13,
|
|
"latestTimestampGmt": "2024-06-29T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 87,
|
|
"latestValue": 94,
|
|
"latestTimestampGmt": "2024-06-29T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-29T00:00:00.0",
|
|
"avgAltitudeInMeters": 36.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "cb9c43cd-5a2c-4241-b7d7-054e3d67db25",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-29",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-29T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-29T00:00:00.0",
|
|
"endTimestampGmt": "2024-06-30T04:00:00.0",
|
|
"endTimestampLocal": "2024-06-30T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 21108,
|
|
"distanceInMeters": 21092.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 47,
|
|
"distanceInMeters": 142.43,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 48,
|
|
"distanceInMeters": 145.31,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2213,
|
|
"burnedActive": 1428,
|
|
"burnedTotal": 3641,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 413,
|
|
"consumedRemaining": 3228,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 37,
|
|
"maxValue": 176,
|
|
"restingValue": 37,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 13,
|
|
"vigorous": 17,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 19,
|
|
"maxLevel": 97,
|
|
"restProportion": 0.52,
|
|
"activityProportion": 0.24,
|
|
"uncategorizedProportion": 0.12,
|
|
"lowStressProportion": 0.08,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 83760000,
|
|
"restDurationInMillis": 43140000,
|
|
"activityDurationInMillis": 20400000,
|
|
"uncategorizedDurationInMillis": 10440000,
|
|
"lowStressDurationInMillis": 6420000,
|
|
"mediumStressDurationInMillis": 2040000,
|
|
"highStressDurationInMillis": 1320000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 30,
|
|
"maxValue": 100,
|
|
"chargedValue": 68,
|
|
"drainedValue": 71,
|
|
"latestValue": 42,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-30T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_RACE_COMPLETED",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_RACE_COMPLETED",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-06-30T03:23:29.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_RACE_COMPLETED",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_RACE_COMPLETED",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-29T02:48:38.0",
|
|
"eventStartTimeLocal": "2024-06-28T22:48:38.0",
|
|
"bodyBatteryImpact": 63,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 27240000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-29T13:29:12.0",
|
|
"eventStartTimeLocal": "2024-06-29T09:29:12.0",
|
|
"bodyBatteryImpact": -3,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_BELOW_2",
|
|
"shortFeedback": "EASY_RECOVERY",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 480000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-29T14:01:13.0",
|
|
"eventStartTimeLocal": "2024-06-29T10:01:13.0",
|
|
"bodyBatteryImpact": -8,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_VO2MAX",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1020000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-29T14:33:50.0",
|
|
"eventStartTimeLocal": "2024-06-29T10:33:50.0",
|
|
"bodyBatteryImpact": -2,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_BELOW_2",
|
|
"shortFeedback": "EASY_RECOVERY",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 360000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-29T17:17:09.0",
|
|
"eventStartTimeLocal": "2024-06-29T13:17:09.0",
|
|
"bodyBatteryImpact": -4,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_BELOW_2",
|
|
"shortFeedback": "EASY_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3300000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-06-29T18:21:01.0",
|
|
"eventStartTimeLocal": "2024-06-29T14:21:01.0",
|
|
"bodyBatteryImpact": 1,
|
|
"feedbackType": "RECOVERY_SHORT",
|
|
"shortFeedback": "BODY_BATTERY_RECHARGE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 540000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-06-29T18:53:28.0",
|
|
"eventStartTimeLocal": "2024-06-29T14:53:28.0",
|
|
"bodyBatteryImpact": 0,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3600000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3181,
|
|
"goalInFractionalMl": 3181.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 14,
|
|
"maxValue": 43,
|
|
"minValue": 8,
|
|
"latestValue": 9,
|
|
"latestTimestampGmt": "2024-06-30T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 84,
|
|
"latestValue": 98,
|
|
"latestTimestampGmt": "2024-06-30T04:00:00.0",
|
|
"latestTimestampLocal": "2024-06-30T00:00:00.0",
|
|
"avgAltitudeInMeters": 60.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "634479ef-635a-4e89-a003-d49130f3e1db",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-06-30",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-06-30T04:00:00.0",
|
|
"startTimestampLocal": "2024-06-30T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-01T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-01T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 34199,
|
|
"distanceInMeters": 38485.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 43,
|
|
"distanceInMeters": 131.38,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 41,
|
|
"distanceInMeters": 125.38,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2226,
|
|
"burnedActive": 2352,
|
|
"burnedTotal": 4578,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 4432,
|
|
"consumedRemaining": 146,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 40,
|
|
"maxValue": 157,
|
|
"restingValue": 42,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 139,
|
|
"vigorous": 4,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 20,
|
|
"maxLevel": 98,
|
|
"restProportion": 0.54,
|
|
"activityProportion": 0.17,
|
|
"uncategorizedProportion": 0.19,
|
|
"lowStressProportion": 0.07,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84660000,
|
|
"restDurationInMillis": 45780000,
|
|
"activityDurationInMillis": 14220000,
|
|
"uncategorizedDurationInMillis": 16260000,
|
|
"lowStressDurationInMillis": 6000000,
|
|
"mediumStressDurationInMillis": 1920000,
|
|
"highStressDurationInMillis": 480000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 29,
|
|
"maxValue": 89,
|
|
"chargedValue": 63,
|
|
"drainedValue": 63,
|
|
"latestValue": 42,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-01T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-01T03:30:16.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-06-30T02:35:51.0",
|
|
"eventStartTimeLocal": "2024-06-29T22:35:51.0",
|
|
"bodyBatteryImpact": 59,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28560000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-06-30T13:57:31.0",
|
|
"eventStartTimeLocal": "2024-06-30T09:57:31.0",
|
|
"bodyBatteryImpact": -28,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_4_GOOD_TIMING",
|
|
"shortFeedback": "HIGHLY_IMPROVING_TEMPO",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 8700000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-06-30T17:41:52.0",
|
|
"eventStartTimeLocal": "2024-06-30T13:41:52.0",
|
|
"bodyBatteryImpact": 1,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3360000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 4301,
|
|
"goalInFractionalMl": 4301.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 17,
|
|
"maxValue": 38,
|
|
"minValue": 8,
|
|
"latestValue": 15,
|
|
"latestTimestampGmt": "2024-07-01T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 82,
|
|
"latestValue": 95,
|
|
"latestTimestampGmt": "2024-07-01T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-01T00:00:00.0",
|
|
"avgAltitudeInMeters": 77.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "0b8f694c-dac8-439a-be98-7c85e1945d18",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-01",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-01T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-01T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-02T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-02T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 19694,
|
|
"distanceInMeters": 20126.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 46,
|
|
"distanceInMeters": 139.19,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 52,
|
|
"distanceInMeters": 159.88,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2210,
|
|
"burnedActive": 961,
|
|
"burnedTotal": 3171,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 1678,
|
|
"consumedRemaining": 1493,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 36,
|
|
"maxValue": 146,
|
|
"restingValue": 37,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 42,
|
|
"vigorous": 0,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 16,
|
|
"maxLevel": 93,
|
|
"restProportion": 0.6,
|
|
"activityProportion": 0.2,
|
|
"uncategorizedProportion": 0.12,
|
|
"lowStressProportion": 0.06,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 85620000,
|
|
"restDurationInMillis": 51060000,
|
|
"activityDurationInMillis": 17340000,
|
|
"uncategorizedDurationInMillis": 10140000,
|
|
"lowStressDurationInMillis": 5280000,
|
|
"mediumStressDurationInMillis": 1320000,
|
|
"highStressDurationInMillis": 480000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 37,
|
|
"maxValue": 100,
|
|
"chargedValue": 77,
|
|
"drainedValue": 65,
|
|
"latestValue": 55,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-02T02:29:59.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-02T02:57:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-01T02:25:38.0",
|
|
"eventStartTimeLocal": "2024-06-30T22:25:38.0",
|
|
"bodyBatteryImpact": 69,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 27060000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-01T15:06:15.0",
|
|
"eventStartTimeLocal": "2024-07-01T11:06:15.0",
|
|
"bodyBatteryImpact": -11,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2640000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-07-01T16:47:52.0",
|
|
"eventStartTimeLocal": "2024-07-01T12:47:52.0",
|
|
"bodyBatteryImpact": 0,
|
|
"feedbackType": "RECOVERY_BODY_BATTERY_NOT_INCREASE",
|
|
"shortFeedback": "RESTFUL_PERIOD",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2280000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-07-01T17:59:21.0",
|
|
"eventStartTimeLocal": "2024-07-01T13:59:21.0",
|
|
"bodyBatteryImpact": 2,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3300000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2748,
|
|
"goalInFractionalMl": 2748.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 14,
|
|
"maxValue": 34,
|
|
"minValue": 8,
|
|
"latestValue": 9,
|
|
"latestTimestampGmt": "2024-07-02T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 86,
|
|
"latestValue": 96,
|
|
"latestTimestampGmt": "2024-07-02T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-02T00:00:00.0",
|
|
"avgAltitudeInMeters": 42.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "c5214e31-5d29-41dd-8a69-543282b04294",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-02",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-02T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-02T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-03T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-03T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 20198,
|
|
"distanceInMeters": 21328.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 56,
|
|
"distanceInMeters": 169.93,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 60,
|
|
"distanceInMeters": 182.05,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2221,
|
|
"burnedActive": 1094,
|
|
"burnedTotal": 3315,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 1303,
|
|
"consumedRemaining": 2012,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 34,
|
|
"maxValue": 156,
|
|
"restingValue": 37,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 58,
|
|
"vigorous": 1,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 20,
|
|
"maxLevel": 99,
|
|
"restProportion": 0.54,
|
|
"activityProportion": 0.2,
|
|
"uncategorizedProportion": 0.15,
|
|
"lowStressProportion": 0.08,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 85920000,
|
|
"restDurationInMillis": 46080000,
|
|
"activityDurationInMillis": 16800000,
|
|
"uncategorizedDurationInMillis": 12540000,
|
|
"lowStressDurationInMillis": 6840000,
|
|
"mediumStressDurationInMillis": 2520000,
|
|
"highStressDurationInMillis": 1140000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 31,
|
|
"maxValue": 100,
|
|
"chargedValue": 50,
|
|
"drainedValue": 74,
|
|
"latestValue": 31,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-03T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-03T02:55:33.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-02T02:00:17.0",
|
|
"eventStartTimeLocal": "2024-07-01T22:00:17.0",
|
|
"bodyBatteryImpact": 63,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 28500000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-02T10:56:49.0",
|
|
"eventStartTimeLocal": "2024-07-02T06:56:49.0",
|
|
"bodyBatteryImpact": -18,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3780000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-07-02T16:17:48.0",
|
|
"eventStartTimeLocal": "2024-07-02T12:17:48.0",
|
|
"bodyBatteryImpact": 3,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 3600000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-07-02T20:38:24.0",
|
|
"eventStartTimeLocal": "2024-07-02T16:38:24.0",
|
|
"bodyBatteryImpact": 2,
|
|
"feedbackType": "RECOVERY_BODY_BATTERY_INCREASE",
|
|
"shortFeedback": "BODY_BATTERY_RECHARGE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1320000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3048,
|
|
"goalInFractionalMl": 3048.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 38,
|
|
"minValue": 8,
|
|
"latestValue": 14,
|
|
"latestTimestampGmt": "2024-07-03T03:48:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 84,
|
|
"latestValue": 88,
|
|
"latestTimestampGmt": "2024-07-03T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-03T00:00:00.0",
|
|
"avgAltitudeInMeters": 51.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "d589d57b-6550-4f8d-8d3e-433d67758a4c",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-03",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-03T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-03T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-04T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-04T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 19844,
|
|
"distanceInMeters": 23937.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 16,
|
|
"distanceInMeters": 49.33,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 20,
|
|
"distanceInMeters": 62.12,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2221,
|
|
"burnedActive": 1396,
|
|
"burnedTotal": 3617,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 3617,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 161,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 64,
|
|
"vigorous": 19,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 20,
|
|
"maxLevel": 90,
|
|
"restProportion": 0.56,
|
|
"activityProportion": 0.11,
|
|
"uncategorizedProportion": 0.17,
|
|
"lowStressProportion": 0.13,
|
|
"mediumStressProportion": 0.03,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 86400000,
|
|
"restDurationInMillis": 48360000,
|
|
"activityDurationInMillis": 9660000,
|
|
"uncategorizedDurationInMillis": 14640000,
|
|
"lowStressDurationInMillis": 10860000,
|
|
"mediumStressDurationInMillis": 2160000,
|
|
"highStressDurationInMillis": 720000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 28,
|
|
"maxValue": 94,
|
|
"chargedValue": 66,
|
|
"drainedValue": 69,
|
|
"latestValue": 28,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-04T02:51:24.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-04T03:30:18.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-03T04:28:54.0",
|
|
"eventStartTimeLocal": "2024-07-03T00:28:54.0",
|
|
"bodyBatteryImpact": 62,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 24360000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-07-03T13:44:22.0",
|
|
"eventStartTimeLocal": "2024-07-03T09:44:22.0",
|
|
"bodyBatteryImpact": -1,
|
|
"feedbackType": "RECOVERY_BODY_BATTERY_NOT_INCREASE",
|
|
"shortFeedback": "RESTFUL_PERIOD",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1860000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-03T16:01:28.0",
|
|
"eventStartTimeLocal": "2024-07-03T12:01:28.0",
|
|
"bodyBatteryImpact": -20,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_4_GOOD_TIMING",
|
|
"shortFeedback": "HIGHLY_IMPROVING_TEMPO",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 4980000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-07-03T19:45:08.0",
|
|
"eventStartTimeLocal": "2024-07-03T15:45:08.0",
|
|
"bodyBatteryImpact": 2,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2700000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3385,
|
|
"goalInFractionalMl": 3385.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 40,
|
|
"minValue": 9,
|
|
"latestValue": 15,
|
|
"latestTimestampGmt": "2024-07-04T03:58:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 84,
|
|
"latestValue": 87,
|
|
"latestTimestampGmt": "2024-07-04T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-04T00:00:00.0",
|
|
"avgAltitudeInMeters": 22.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "dac513f1-797b-470d-affd-5c13363b62ae",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-04",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-04T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-04T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-05T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-05T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 12624,
|
|
"distanceInMeters": 13490.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 23,
|
|
"distanceInMeters": 70.26,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 24,
|
|
"distanceInMeters": 72.7,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2221,
|
|
"burnedActive": 748,
|
|
"burnedTotal": 2969,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 2969,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 41,
|
|
"maxValue": 147,
|
|
"restingValue": 42,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 39,
|
|
"vigorous": 0,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 26,
|
|
"maxLevel": 98,
|
|
"restProportion": 0.49,
|
|
"activityProportion": 0.13,
|
|
"uncategorizedProportion": 0.14,
|
|
"lowStressProportion": 0.16,
|
|
"mediumStressProportion": 0.07,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84480000,
|
|
"restDurationInMillis": 41580000,
|
|
"activityDurationInMillis": 10920000,
|
|
"uncategorizedDurationInMillis": 11880000,
|
|
"lowStressDurationInMillis": 13260000,
|
|
"mediumStressDurationInMillis": 5520000,
|
|
"highStressDurationInMillis": 1320000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 27,
|
|
"maxValue": 88,
|
|
"chargedValue": 72,
|
|
"drainedValue": 62,
|
|
"latestValue": 38,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-05T01:51:08.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-05T03:30:09.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-04T04:16:52.0",
|
|
"eventStartTimeLocal": "2024-07-04T00:16:52.0",
|
|
"bodyBatteryImpact": 59,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 26100000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-04T11:45:46.0",
|
|
"eventStartTimeLocal": "2024-07-04T07:45:46.0",
|
|
"bodyBatteryImpact": -10,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_AEROBIC_BASE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2340000,
|
|
},
|
|
{
|
|
"eventType": "NAP",
|
|
"eventStartTimeGmt": "2024-07-04T18:32:50.0",
|
|
"eventStartTimeLocal": "2024-07-04T14:32:50.0",
|
|
"bodyBatteryImpact": 0,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1140000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2652,
|
|
"goalInFractionalMl": 2652.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 36,
|
|
"minValue": 8,
|
|
"latestValue": 19,
|
|
"latestTimestampGmt": "2024-07-05T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 96,
|
|
"minValue": 88,
|
|
"latestValue": 95,
|
|
"latestTimestampGmt": "2024-07-05T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-05T00:00:00.0",
|
|
"avgAltitudeInMeters": 24.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "8b7fb813-a275-455a-b797-ae757519afcc",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-05",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-05T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-05T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-06T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-06T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 30555,
|
|
"distanceInMeters": 35490.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 14,
|
|
"distanceInMeters": 43.3,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 19,
|
|
"distanceInMeters": 57.59,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2221,
|
|
"burnedActive": 2168,
|
|
"burnedTotal": 4389,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 0,
|
|
"consumedRemaining": 4389,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 154,
|
|
"restingValue": 40,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 135,
|
|
"vigorous": 0,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 24,
|
|
"maxLevel": 93,
|
|
"restProportion": 0.49,
|
|
"activityProportion": 0.14,
|
|
"uncategorizedProportion": 0.18,
|
|
"lowStressProportion": 0.1,
|
|
"mediumStressProportion": 0.07,
|
|
"highStressProportion": 0.02,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84720000,
|
|
"restDurationInMillis": 41400000,
|
|
"activityDurationInMillis": 11880000,
|
|
"uncategorizedDurationInMillis": 15420000,
|
|
"lowStressDurationInMillis": 8640000,
|
|
"mediumStressDurationInMillis": 5760000,
|
|
"highStressDurationInMillis": 1620000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 32,
|
|
"maxValue": 100,
|
|
"chargedValue": 66,
|
|
"drainedValue": 68,
|
|
"latestValue": 36,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-06T00:05:00.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-06T03:30:04.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_NOT_STRESS_DATA_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-05T02:30:25.0",
|
|
"eventStartTimeLocal": "2024-07-04T22:30:25.0",
|
|
"bodyBatteryImpact": 71,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 33480000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-05T13:28:26.0",
|
|
"eventStartTimeLocal": "2024-07-05T09:28:26.0",
|
|
"bodyBatteryImpact": -31,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_4_GOOD_TIMING",
|
|
"shortFeedback": "HIGHLY_IMPROVING_AEROBIC_ENDURANCE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 8100000,
|
|
},
|
|
{
|
|
"eventType": "RECOVERY",
|
|
"eventStartTimeGmt": "2024-07-05T21:20:20.0",
|
|
"eventStartTimeLocal": "2024-07-05T17:20:20.0",
|
|
"bodyBatteryImpact": 0,
|
|
"feedbackType": "RECOVERY_BODY_BATTERY_NOT_INCREASE",
|
|
"shortFeedback": "RESTFUL_PERIOD",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 1860000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 4230,
|
|
"goalInFractionalMl": 4230.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 38,
|
|
"minValue": 9,
|
|
"latestValue": 11,
|
|
"latestTimestampGmt": "2024-07-06T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 95,
|
|
"minValue": 84,
|
|
"latestValue": 95,
|
|
"latestTimestampGmt": "2024-07-06T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-06T00:00:00.0",
|
|
"avgAltitudeInMeters": 16.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "6e054903-7c33-491c-9eac-0ea62ddbcb21",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-06",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-06T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-06T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-07T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-07T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 11886,
|
|
"distanceInMeters": 12449.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 15,
|
|
"distanceInMeters": 45.72,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 12,
|
|
"distanceInMeters": 36.25,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2221,
|
|
"burnedActive": 1052,
|
|
"burnedTotal": 3273,
|
|
"consumedGoal": 1780,
|
|
"consumedRemaining": 3273,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 39,
|
|
"maxValue": 145,
|
|
"restingValue": 40,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 57,
|
|
"vigorous": 0,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 22,
|
|
"maxLevel": 98,
|
|
"restProportion": 0.48,
|
|
"activityProportion": 0.16,
|
|
"uncategorizedProportion": 0.18,
|
|
"lowStressProportion": 0.13,
|
|
"mediumStressProportion": 0.04,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84060000,
|
|
"restDurationInMillis": 40200000,
|
|
"activityDurationInMillis": 13140000,
|
|
"uncategorizedDurationInMillis": 15120000,
|
|
"lowStressDurationInMillis": 11220000,
|
|
"mediumStressDurationInMillis": 3420000,
|
|
"highStressDurationInMillis": 960000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 32,
|
|
"maxValue": 100,
|
|
"chargedValue": 69,
|
|
"drainedValue": 68,
|
|
"latestValue": 37,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-07T03:16:23.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-07T03:30:12.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_RECOVERING_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-06T03:03:35.0",
|
|
"eventStartTimeLocal": "2024-07-05T23:03:35.0",
|
|
"bodyBatteryImpact": 68,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30420000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-06T12:28:19.0",
|
|
"eventStartTimeLocal": "2024-07-06T08:28:19.0",
|
|
"bodyBatteryImpact": -10,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_2",
|
|
"shortFeedback": "MAINTAINING_AEROBIC",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2100000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-06T19:12:08.0",
|
|
"eventStartTimeLocal": "2024-07-06T15:12:08.0",
|
|
"bodyBatteryImpact": -3,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_BELOW_2",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2160000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-06T23:55:27.0",
|
|
"eventStartTimeLocal": "2024-07-06T19:55:27.0",
|
|
"bodyBatteryImpact": -3,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_BELOW_2",
|
|
"shortFeedback": "EASY_RECOVERY",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2820000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 3376,
|
|
"goalInFractionalMl": 3376.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 15,
|
|
"maxValue": 39,
|
|
"minValue": 8,
|
|
"latestValue": 10,
|
|
"latestTimestampGmt": "2024-07-07T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 86,
|
|
"latestValue": 94,
|
|
"latestTimestampGmt": "2024-07-07T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-07T00:00:00.0",
|
|
"avgAltitudeInMeters": 13.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "f0d9541c-9130-4f5d-aacd-e9c3de3276d4",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-07",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": true,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-07T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-07T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-08T04:00:00.0",
|
|
"endTimestampLocal": "2024-07-08T00:00:00.0",
|
|
"totalDurationInMillis": 86400000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 13815,
|
|
"distanceInMeters": 15369.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 13,
|
|
"distanceInMeters": 39.62,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 13,
|
|
"distanceInMeters": 39.23,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 2221,
|
|
"burnedActive": 861,
|
|
"burnedTotal": 3082,
|
|
"consumedGoal": 1780,
|
|
"consumedRemaining": 3082,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 163,
|
|
"restingValue": 39,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 27,
|
|
"vigorous": 14,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 27,
|
|
"maxLevel": 90,
|
|
"restProportion": 0.47,
|
|
"activityProportion": 0.13,
|
|
"uncategorizedProportion": 0.12,
|
|
"lowStressProportion": 0.18,
|
|
"mediumStressProportion": 0.09,
|
|
"highStressProportion": 0.01,
|
|
"qualifier": "balanced",
|
|
"totalDurationInMillis": 84840000,
|
|
"restDurationInMillis": 39840000,
|
|
"activityDurationInMillis": 10740000,
|
|
"uncategorizedDurationInMillis": 10200000,
|
|
"lowStressDurationInMillis": 15600000,
|
|
"mediumStressDurationInMillis": 7380000,
|
|
"highStressDurationInMillis": 1080000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 29,
|
|
"maxValue": 98,
|
|
"chargedValue": 74,
|
|
"drainedValue": 69,
|
|
"latestValue": 42,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-08T00:05:01.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_PREPARATION_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_PREPARATION_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"endOfDayDynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-08T03:30:05.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "SLEEP_TIME_PASSED_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
"feedbackLongType": "SLEEP_TIME_PASSED_BALANCED_AND_INTENSIVE_EXERCISE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-07T03:30:04.0",
|
|
"eventStartTimeLocal": "2024-07-06T23:30:04.0",
|
|
"bodyBatteryImpact": 66,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 26100000,
|
|
},
|
|
{
|
|
"eventType": "ACTIVITY",
|
|
"eventStartTimeGmt": "2024-07-07T11:19:09.0",
|
|
"eventStartTimeLocal": "2024-07-07T07:19:09.0",
|
|
"bodyBatteryImpact": -12,
|
|
"feedbackType": "EXERCISE_TRAINING_EFFECT_3",
|
|
"shortFeedback": "IMPROVING_LACTATE_THRESHOLD",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 2520000,
|
|
},
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2698,
|
|
"goalInFractionalMl": 2698.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 16,
|
|
"maxValue": 39,
|
|
"minValue": 8,
|
|
"latestValue": 9,
|
|
"latestTimestampGmt": "2024-07-08T04:00:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 94,
|
|
"minValue": 87,
|
|
"latestValue": 91,
|
|
"latestTimestampGmt": "2024-07-08T04:00:00.0",
|
|
"latestTimestampLocal": "2024-07-08T00:00:00.0",
|
|
"avgAltitudeInMeters": 52.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
{
|
|
"uuid": "4afb7589-4a40-42b7-b9d1-7950aa133f81",
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"source": "garmin",
|
|
"includesWellnessData": true,
|
|
"includesActivityData": false,
|
|
"wellnessChronology": {
|
|
"startTimestampGmt": "2024-07-08T04:00:00.0",
|
|
"startTimestampLocal": "2024-07-08T00:00:00.0",
|
|
"endTimestampGmt": "2024-07-08T15:47:00.0",
|
|
"endTimestampLocal": "2024-07-08T11:47:00.0",
|
|
"totalDurationInMillis": 42420000,
|
|
},
|
|
"movement": {
|
|
"steps": {
|
|
"goal": 5000,
|
|
"value": 5721,
|
|
"distanceInMeters": 4818.0,
|
|
},
|
|
"pushes": {},
|
|
"floorsAscended": {
|
|
"goal": 10,
|
|
"value": 6,
|
|
"distanceInMeters": 18.29,
|
|
},
|
|
"floorsDescended": {
|
|
"value": 7,
|
|
"distanceInMeters": 20.87,
|
|
},
|
|
},
|
|
"calories": {
|
|
"burnedResting": 1095,
|
|
"burnedActive": 137,
|
|
"burnedTotal": 1232,
|
|
"consumedGoal": 1780,
|
|
"consumedValue": 1980,
|
|
"consumedRemaining": -748,
|
|
},
|
|
"heartRate": {
|
|
"minValue": 38,
|
|
"maxValue": 87,
|
|
"restingValue": 38,
|
|
},
|
|
"intensityMinutes": {
|
|
"goal": 150,
|
|
"moderate": 0,
|
|
"vigorous": 0,
|
|
},
|
|
"stress": {
|
|
"avgLevel": 19,
|
|
"maxLevel": 75,
|
|
"restProportion": 0.66,
|
|
"activityProportion": 0.15,
|
|
"uncategorizedProportion": 0.04,
|
|
"lowStressProportion": 0.13,
|
|
"mediumStressProportion": 0.02,
|
|
"highStressProportion": 0.0,
|
|
"qualifier": "unknown",
|
|
"totalDurationInMillis": 41460000,
|
|
"restDurationInMillis": 27480000,
|
|
"activityDurationInMillis": 6180000,
|
|
"uncategorizedDurationInMillis": 1560000,
|
|
"lowStressDurationInMillis": 5580000,
|
|
"mediumStressDurationInMillis": 660000,
|
|
},
|
|
"bodyBattery": {
|
|
"minValue": 43,
|
|
"maxValue": 92,
|
|
"chargedValue": 49,
|
|
"drainedValue": 26,
|
|
"latestValue": 66,
|
|
"featureVersion": "3.0",
|
|
"dynamicFeedbackEvent": {
|
|
"eventTimestampGmt": "2024-07-08T14:22:04.0",
|
|
"bodyBatteryLevel": "HIGH",
|
|
"feedbackShortType": "DAY_RECOVERING_AND_INACTIVE",
|
|
"feedbackLongType": "DAY_RECOVERING_AND_INACTIVE",
|
|
},
|
|
"activityEvents": [
|
|
{
|
|
"eventType": "SLEEP",
|
|
"eventStartTimeGmt": "2024-07-08T01:58:45.0",
|
|
"eventStartTimeLocal": "2024-07-07T21:58:45.0",
|
|
"bodyBatteryImpact": 63,
|
|
"feedbackType": "NONE",
|
|
"shortFeedback": "NONE",
|
|
"deviceId": 3472661486,
|
|
"durationInMillis": 30180000,
|
|
}
|
|
],
|
|
},
|
|
"hydration": {
|
|
"goalInMl": 2000,
|
|
"goalInFractionalMl": 2000.0,
|
|
"consumedInMl": 0,
|
|
"consumedInFractionalMl": 0.0,
|
|
},
|
|
"respiration": {
|
|
"avgValue": 13,
|
|
"maxValue": 20,
|
|
"minValue": 8,
|
|
"latestValue": 14,
|
|
"latestTimestampGmt": "2024-07-08T15:43:00.0",
|
|
},
|
|
"pulseOx": {
|
|
"avgValue": 96,
|
|
"minValue": 89,
|
|
"latestValue": 96,
|
|
"latestTimestampGmt": "2024-07-08T15:45:00.0",
|
|
"latestTimestampLocal": "2024-07-08T11:45:00.0",
|
|
"avgAltitudeInMeters": 47.0,
|
|
},
|
|
"jetLag": {},
|
|
},
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{workoutScheduleSummariesScalar(startDate:"2024-07-08", endDate:"2024-07-09")}'
|
|
},
|
|
"response": {"data": {"workoutScheduleSummariesScalar": []}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{trainingPlanScalar(calendarDate:"2024-07-08", lang:"en-US", firstDayOfWeek:"monday")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"trainingPlanScalar": {"trainingPlanWorkoutScheduleDTOS": []}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{\n menstrualCycleDetail(date:"2024-07-08", todayDate:"2024-07-08"){\n daySummary { pregnancyCycle } \n dayLog { calendarDate, symptoms, moods, discharge, hasBabyMovement }\n }\n }'
|
|
},
|
|
"response": {"data": {"menstrualCycleDetail": null}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{activityStatsScalar(\n aggregation:"daily",\n startDate:"2024-06-10",\n endDate:"2024-07-08",\n metrics:["duration","distance"],\n activityType:["running","cycling","swimming","walking","multi_sport","fitness_equipment","para_sports"],\n groupByParentActivityType:true,\n standardizedUnits: true)}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"activityStatsScalar": [
|
|
{
|
|
"date": "2024-06-10",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2845.68505859375,
|
|
"max": 2845.68505859375,
|
|
"avg": 2845.68505859375,
|
|
"sum": 2845.68505859375,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9771.4697265625,
|
|
"max": 9771.4697265625,
|
|
"avg": 9771.4697265625,
|
|
"sum": 9771.4697265625,
|
|
},
|
|
},
|
|
"walking": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3926.763916015625,
|
|
"max": 3926.763916015625,
|
|
"avg": 3926.763916015625,
|
|
"sum": 3926.763916015625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 3562.929931640625,
|
|
"max": 3562.929931640625,
|
|
"avg": 3562.929931640625,
|
|
"sum": 3562.929931640625,
|
|
},
|
|
},
|
|
"fitness_equipment": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2593.52197265625,
|
|
"max": 2593.52197265625,
|
|
"avg": 2593.52197265625,
|
|
"sum": 2593.52197265625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 0.0,
|
|
"max": 0.0,
|
|
"avg": 0.0,
|
|
"sum": 0.0,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-11",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3711.85693359375,
|
|
"max": 3711.85693359375,
|
|
"avg": 3711.85693359375,
|
|
"sum": 3711.85693359375,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 14531.3095703125,
|
|
"max": 14531.3095703125,
|
|
"avg": 14531.3095703125,
|
|
"sum": 14531.3095703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-12",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4927.0830078125,
|
|
"max": 4927.0830078125,
|
|
"avg": 4927.0830078125,
|
|
"sum": 4927.0830078125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 17479.609375,
|
|
"max": 17479.609375,
|
|
"avg": 17479.609375,
|
|
"sum": 17479.609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-13",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4195.57421875,
|
|
"max": 4195.57421875,
|
|
"avg": 4195.57421875,
|
|
"sum": 4195.57421875,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 14953.9501953125,
|
|
"max": 14953.9501953125,
|
|
"avg": 14953.9501953125,
|
|
"sum": 14953.9501953125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-15",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2906.675048828125,
|
|
"max": 2906.675048828125,
|
|
"avg": 2906.675048828125,
|
|
"sum": 2906.675048828125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 10443.400390625,
|
|
"max": 10443.400390625,
|
|
"avg": 10443.400390625,
|
|
"sum": 10443.400390625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-16",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3721.305908203125,
|
|
"max": 3721.305908203125,
|
|
"avg": 3721.305908203125,
|
|
"sum": 3721.305908203125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 13450.8701171875,
|
|
"max": 13450.8701171875,
|
|
"avg": 13450.8701171875,
|
|
"sum": 13450.8701171875,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-18",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3197.089111328125,
|
|
"max": 3197.089111328125,
|
|
"avg": 3197.089111328125,
|
|
"sum": 3197.089111328125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 11837.3095703125,
|
|
"max": 11837.3095703125,
|
|
"avg": 11837.3095703125,
|
|
"sum": 11837.3095703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-19",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2806.593017578125,
|
|
"max": 2806.593017578125,
|
|
"avg": 2806.593017578125,
|
|
"sum": 2806.593017578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9942.1103515625,
|
|
"max": 9942.1103515625,
|
|
"avg": 9942.1103515625,
|
|
"sum": 9942.1103515625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-20",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3574.9140625,
|
|
"max": 3574.9140625,
|
|
"avg": 3574.9140625,
|
|
"sum": 3574.9140625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 12095.3896484375,
|
|
"max": 12095.3896484375,
|
|
"avg": 12095.3896484375,
|
|
"sum": 12095.3896484375,
|
|
},
|
|
},
|
|
"fitness_equipment": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4576.27001953125,
|
|
"max": 4576.27001953125,
|
|
"avg": 4576.27001953125,
|
|
"sum": 4576.27001953125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 0.0,
|
|
"max": 0.0,
|
|
"avg": 0.0,
|
|
"sum": 0.0,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-21",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2835.626953125,
|
|
"max": 2835.626953125,
|
|
"avg": 2835.626953125,
|
|
"sum": 2835.626953125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9723.2001953125,
|
|
"max": 9723.2001953125,
|
|
"avg": 9723.2001953125,
|
|
"sum": 9723.2001953125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-22",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 8684.939453125,
|
|
"max": 8684.939453125,
|
|
"avg": 8684.939453125,
|
|
"sum": 8684.939453125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 32826.390625,
|
|
"max": 32826.390625,
|
|
"avg": 32826.390625,
|
|
"sum": 32826.390625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-23",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3077.04296875,
|
|
"max": 3077.04296875,
|
|
"avg": 3077.04296875,
|
|
"sum": 3077.04296875,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 10503.599609375,
|
|
"max": 10503.599609375,
|
|
"avg": 10503.599609375,
|
|
"sum": 10503.599609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-25",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 5137.69384765625,
|
|
"max": 5137.69384765625,
|
|
"avg": 5137.69384765625,
|
|
"sum": 5137.69384765625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 17729.759765625,
|
|
"max": 17729.759765625,
|
|
"avg": 17729.759765625,
|
|
"sum": 17729.759765625,
|
|
},
|
|
},
|
|
"fitness_equipment": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3424.47705078125,
|
|
"max": 3424.47705078125,
|
|
"avg": 3424.47705078125,
|
|
"sum": 3424.47705078125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 0.0,
|
|
"max": 0.0,
|
|
"avg": 0.0,
|
|
"sum": 0.0,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-26",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2388.825927734375,
|
|
"max": 2388.825927734375,
|
|
"avg": 2388.825927734375,
|
|
"sum": 2388.825927734375,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 8279.1103515625,
|
|
"max": 8279.1103515625,
|
|
"avg": 8279.1103515625,
|
|
"sum": 8279.1103515625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-27",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 6033.0078125,
|
|
"max": 6033.0078125,
|
|
"avg": 6033.0078125,
|
|
"sum": 6033.0078125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 21711.5390625,
|
|
"max": 21711.5390625,
|
|
"avg": 21711.5390625,
|
|
"sum": 21711.5390625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-28",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2700.639892578125,
|
|
"max": 2700.639892578125,
|
|
"avg": 2700.639892578125,
|
|
"sum": 2700.639892578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9678.0703125,
|
|
"max": 9678.0703125,
|
|
"avg": 9678.0703125,
|
|
"sum": 9678.0703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-29",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 3,
|
|
"min": 379.8340148925781,
|
|
"max": 1066.72802734375,
|
|
"avg": 655.4540100097656,
|
|
"sum": 1966.3620300292969,
|
|
},
|
|
"distance": {
|
|
"count": 3,
|
|
"min": 1338.8199462890625,
|
|
"max": 4998.83984375,
|
|
"avg": 2704.4499104817705,
|
|
"sum": 8113.3497314453125,
|
|
},
|
|
},
|
|
"fitness_equipment": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3340.532958984375,
|
|
"max": 3340.532958984375,
|
|
"avg": 3340.532958984375,
|
|
"sum": 3340.532958984375,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 0.0,
|
|
"max": 0.0,
|
|
"avg": 0.0,
|
|
"sum": 0.0,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-30",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 8286.94140625,
|
|
"max": 8286.94140625,
|
|
"avg": 8286.94140625,
|
|
"sum": 8286.94140625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 29314.099609375,
|
|
"max": 29314.099609375,
|
|
"avg": 29314.099609375,
|
|
"sum": 29314.099609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-01",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2693.840087890625,
|
|
"max": 2693.840087890625,
|
|
"avg": 2693.840087890625,
|
|
"sum": 2693.840087890625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9801.0595703125,
|
|
"max": 9801.0595703125,
|
|
"avg": 9801.0595703125,
|
|
"sum": 9801.0595703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-02",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3777.14892578125,
|
|
"max": 3777.14892578125,
|
|
"avg": 3777.14892578125,
|
|
"sum": 3777.14892578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 12951.5302734375,
|
|
"max": 12951.5302734375,
|
|
"avg": 12951.5302734375,
|
|
"sum": 12951.5302734375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-03",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4990.2158203125,
|
|
"max": 4990.2158203125,
|
|
"avg": 4990.2158203125,
|
|
"sum": 4990.2158203125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 19324.55078125,
|
|
"max": 19324.55078125,
|
|
"avg": 19324.55078125,
|
|
"sum": 19324.55078125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-04",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2351.343017578125,
|
|
"max": 2351.343017578125,
|
|
"avg": 2351.343017578125,
|
|
"sum": 2351.343017578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 8373.5498046875,
|
|
"max": 8373.5498046875,
|
|
"avg": 8373.5498046875,
|
|
"sum": 8373.5498046875,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-05",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 8030.9619140625,
|
|
"max": 8030.9619140625,
|
|
"avg": 8030.9619140625,
|
|
"sum": 8030.9619140625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 28973.609375,
|
|
"max": 28973.609375,
|
|
"avg": 28973.609375,
|
|
"sum": 28973.609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-06",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2123.346923828125,
|
|
"max": 2123.346923828125,
|
|
"avg": 2123.346923828125,
|
|
"sum": 2123.346923828125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 7408.22998046875,
|
|
"max": 7408.22998046875,
|
|
"avg": 7408.22998046875,
|
|
"sum": 7408.22998046875,
|
|
},
|
|
},
|
|
"cycling": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2853.280029296875,
|
|
"max": 2853.280029296875,
|
|
"avg": 2853.280029296875,
|
|
"sum": 2853.280029296875,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 15816.48046875,
|
|
"max": 15816.48046875,
|
|
"avg": 15816.48046875,
|
|
"sum": 15816.48046875,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-07",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"running": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2516.8779296875,
|
|
"max": 2516.8779296875,
|
|
"avg": 2516.8779296875,
|
|
"sum": 2516.8779296875,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9866.7802734375,
|
|
"max": 9866.7802734375,
|
|
"avg": 9866.7802734375,
|
|
"sum": 9866.7802734375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{activityStatsScalar(\n aggregation:"daily",\n startDate:"2024-06-10",\n endDate:"2024-07-08",\n metrics:["duration","distance"],\n groupByParentActivityType:false,\n standardizedUnits: true)}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"activityStatsScalar": [
|
|
{
|
|
"date": "2024-06-10",
|
|
"countOfActivities": 3,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 3,
|
|
"min": 2593.52197265625,
|
|
"max": 3926.763916015625,
|
|
"avg": 3121.9903157552085,
|
|
"sum": 9365.970947265625,
|
|
},
|
|
"distance": {
|
|
"count": 3,
|
|
"min": 0.0,
|
|
"max": 9771.4697265625,
|
|
"avg": 4444.799886067708,
|
|
"sum": 13334.399658203125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-11",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3711.85693359375,
|
|
"max": 3711.85693359375,
|
|
"avg": 3711.85693359375,
|
|
"sum": 3711.85693359375,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 14531.3095703125,
|
|
"max": 14531.3095703125,
|
|
"avg": 14531.3095703125,
|
|
"sum": 14531.3095703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-12",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4927.0830078125,
|
|
"max": 4927.0830078125,
|
|
"avg": 4927.0830078125,
|
|
"sum": 4927.0830078125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 17479.609375,
|
|
"max": 17479.609375,
|
|
"avg": 17479.609375,
|
|
"sum": 17479.609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-13",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4195.57421875,
|
|
"max": 4195.57421875,
|
|
"avg": 4195.57421875,
|
|
"sum": 4195.57421875,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 14953.9501953125,
|
|
"max": 14953.9501953125,
|
|
"avg": 14953.9501953125,
|
|
"sum": 14953.9501953125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-15",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2906.675048828125,
|
|
"max": 2906.675048828125,
|
|
"avg": 2906.675048828125,
|
|
"sum": 2906.675048828125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 10443.400390625,
|
|
"max": 10443.400390625,
|
|
"avg": 10443.400390625,
|
|
"sum": 10443.400390625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-16",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3721.305908203125,
|
|
"max": 3721.305908203125,
|
|
"avg": 3721.305908203125,
|
|
"sum": 3721.305908203125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 13450.8701171875,
|
|
"max": 13450.8701171875,
|
|
"avg": 13450.8701171875,
|
|
"sum": 13450.8701171875,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-18",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3197.089111328125,
|
|
"max": 3197.089111328125,
|
|
"avg": 3197.089111328125,
|
|
"sum": 3197.089111328125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 11837.3095703125,
|
|
"max": 11837.3095703125,
|
|
"avg": 11837.3095703125,
|
|
"sum": 11837.3095703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-19",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2806.593017578125,
|
|
"max": 2806.593017578125,
|
|
"avg": 2806.593017578125,
|
|
"sum": 2806.593017578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9942.1103515625,
|
|
"max": 9942.1103515625,
|
|
"avg": 9942.1103515625,
|
|
"sum": 9942.1103515625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-20",
|
|
"countOfActivities": 2,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 2,
|
|
"min": 3574.9140625,
|
|
"max": 4576.27001953125,
|
|
"avg": 4075.592041015625,
|
|
"sum": 8151.18408203125,
|
|
},
|
|
"distance": {
|
|
"count": 2,
|
|
"min": 0.0,
|
|
"max": 12095.3896484375,
|
|
"avg": 6047.69482421875,
|
|
"sum": 12095.3896484375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-21",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2835.626953125,
|
|
"max": 2835.626953125,
|
|
"avg": 2835.626953125,
|
|
"sum": 2835.626953125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9723.2001953125,
|
|
"max": 9723.2001953125,
|
|
"avg": 9723.2001953125,
|
|
"sum": 9723.2001953125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-22",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 8684.939453125,
|
|
"max": 8684.939453125,
|
|
"avg": 8684.939453125,
|
|
"sum": 8684.939453125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 32826.390625,
|
|
"max": 32826.390625,
|
|
"avg": 32826.390625,
|
|
"sum": 32826.390625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-23",
|
|
"countOfActivities": 2,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 2,
|
|
"min": 3077.04296875,
|
|
"max": 6026.98193359375,
|
|
"avg": 4552.012451171875,
|
|
"sum": 9104.02490234375,
|
|
},
|
|
"distance": {
|
|
"count": 2,
|
|
"min": 10503.599609375,
|
|
"max": 12635.1796875,
|
|
"avg": 11569.3896484375,
|
|
"sum": 23138.779296875,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-25",
|
|
"countOfActivities": 2,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 2,
|
|
"min": 3424.47705078125,
|
|
"max": 5137.69384765625,
|
|
"avg": 4281.08544921875,
|
|
"sum": 8562.1708984375,
|
|
},
|
|
"distance": {
|
|
"count": 2,
|
|
"min": 0.0,
|
|
"max": 17729.759765625,
|
|
"avg": 8864.8798828125,
|
|
"sum": 17729.759765625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-26",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2388.825927734375,
|
|
"max": 2388.825927734375,
|
|
"avg": 2388.825927734375,
|
|
"sum": 2388.825927734375,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 8279.1103515625,
|
|
"max": 8279.1103515625,
|
|
"avg": 8279.1103515625,
|
|
"sum": 8279.1103515625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-27",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 6033.0078125,
|
|
"max": 6033.0078125,
|
|
"avg": 6033.0078125,
|
|
"sum": 6033.0078125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 21711.5390625,
|
|
"max": 21711.5390625,
|
|
"avg": 21711.5390625,
|
|
"sum": 21711.5390625,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-28",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2700.639892578125,
|
|
"max": 2700.639892578125,
|
|
"avg": 2700.639892578125,
|
|
"sum": 2700.639892578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9678.0703125,
|
|
"max": 9678.0703125,
|
|
"avg": 9678.0703125,
|
|
"sum": 9678.0703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-29",
|
|
"countOfActivities": 4,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 4,
|
|
"min": 379.8340148925781,
|
|
"max": 3340.532958984375,
|
|
"avg": 1326.723747253418,
|
|
"sum": 5306.894989013672,
|
|
},
|
|
"distance": {
|
|
"count": 4,
|
|
"min": 0.0,
|
|
"max": 4998.83984375,
|
|
"avg": 2028.3374328613281,
|
|
"sum": 8113.3497314453125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-06-30",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 8286.94140625,
|
|
"max": 8286.94140625,
|
|
"avg": 8286.94140625,
|
|
"sum": 8286.94140625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 29314.099609375,
|
|
"max": 29314.099609375,
|
|
"avg": 29314.099609375,
|
|
"sum": 29314.099609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-01",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2693.840087890625,
|
|
"max": 2693.840087890625,
|
|
"avg": 2693.840087890625,
|
|
"sum": 2693.840087890625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9801.0595703125,
|
|
"max": 9801.0595703125,
|
|
"avg": 9801.0595703125,
|
|
"sum": 9801.0595703125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-02",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 3777.14892578125,
|
|
"max": 3777.14892578125,
|
|
"avg": 3777.14892578125,
|
|
"sum": 3777.14892578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 12951.5302734375,
|
|
"max": 12951.5302734375,
|
|
"avg": 12951.5302734375,
|
|
"sum": 12951.5302734375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-03",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 4990.2158203125,
|
|
"max": 4990.2158203125,
|
|
"avg": 4990.2158203125,
|
|
"sum": 4990.2158203125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 19324.55078125,
|
|
"max": 19324.55078125,
|
|
"avg": 19324.55078125,
|
|
"sum": 19324.55078125,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-04",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2351.343017578125,
|
|
"max": 2351.343017578125,
|
|
"avg": 2351.343017578125,
|
|
"sum": 2351.343017578125,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 8373.5498046875,
|
|
"max": 8373.5498046875,
|
|
"avg": 8373.5498046875,
|
|
"sum": 8373.5498046875,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-05",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 8030.9619140625,
|
|
"max": 8030.9619140625,
|
|
"avg": 8030.9619140625,
|
|
"sum": 8030.9619140625,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 28973.609375,
|
|
"max": 28973.609375,
|
|
"avg": 28973.609375,
|
|
"sum": 28973.609375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-06",
|
|
"countOfActivities": 3,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 3,
|
|
"min": 2123.346923828125,
|
|
"max": 2853.280029296875,
|
|
"avg": 2391.8193359375,
|
|
"sum": 7175.4580078125,
|
|
},
|
|
"distance": {
|
|
"count": 3,
|
|
"min": 2285.330078125,
|
|
"max": 15816.48046875,
|
|
"avg": 8503.346842447916,
|
|
"sum": 25510.04052734375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"date": "2024-07-07",
|
|
"countOfActivities": 1,
|
|
"stats": {
|
|
"all": {
|
|
"duration": {
|
|
"count": 1,
|
|
"min": 2516.8779296875,
|
|
"max": 2516.8779296875,
|
|
"avg": 2516.8779296875,
|
|
"sum": 2516.8779296875,
|
|
},
|
|
"distance": {
|
|
"count": 1,
|
|
"min": 9866.7802734375,
|
|
"max": 9866.7802734375,
|
|
"avg": 9866.7802734375,
|
|
"sum": 9866.7802734375,
|
|
},
|
|
}
|
|
},
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{sleepScalar(date:"2024-07-08", sleepOnly: false)}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"sleepScalar": {
|
|
"dailySleepDTO": {
|
|
"id": 1720403925000,
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"sleepTimeSeconds": 29580,
|
|
"napTimeSeconds": 0,
|
|
"sleepWindowConfirmed": true,
|
|
"sleepWindowConfirmationType": "enhanced_confirmed_final",
|
|
"sleepStartTimestampGMT": 1720403925000,
|
|
"sleepEndTimestampGMT": 1720434105000,
|
|
"sleepStartTimestampLocal": 1720389525000,
|
|
"sleepEndTimestampLocal": 1720419705000,
|
|
"autoSleepStartTimestampGMT": null,
|
|
"autoSleepEndTimestampGMT": null,
|
|
"sleepQualityTypePK": null,
|
|
"sleepResultTypePK": null,
|
|
"unmeasurableSleepSeconds": 0,
|
|
"deepSleepSeconds": 6360,
|
|
"lightSleepSeconds": 16260,
|
|
"remSleepSeconds": 6960,
|
|
"awakeSleepSeconds": 600,
|
|
"deviceRemCapable": true,
|
|
"retro": false,
|
|
"sleepFromDevice": true,
|
|
"averageSpO2Value": 95.0,
|
|
"lowestSpO2Value": 89,
|
|
"highestSpO2Value": 100,
|
|
"averageSpO2HRSleep": 42.0,
|
|
"averageRespirationValue": 14.0,
|
|
"lowestRespirationValue": 8.0,
|
|
"highestRespirationValue": 21.0,
|
|
"awakeCount": 1,
|
|
"avgSleepStress": 20.0,
|
|
"ageGroup": "ADULT",
|
|
"sleepScoreFeedback": "POSITIVE_LONG_AND_DEEP",
|
|
"sleepScoreInsight": "NONE",
|
|
"sleepScorePersonalizedInsight": "NOT_AVAILABLE",
|
|
"sleepScores": {
|
|
"totalDuration": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 28800.0,
|
|
"optimalEnd": 28800.0,
|
|
},
|
|
"stress": {
|
|
"qualifierKey": "FAIR",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 15.0,
|
|
},
|
|
"awakeCount": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 1.0,
|
|
},
|
|
"overall": {"value": 89, "qualifierKey": "GOOD"},
|
|
"remPercentage": {
|
|
"value": 24,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 21.0,
|
|
"optimalEnd": 31.0,
|
|
"idealStartInSeconds": 6211.8,
|
|
"idealEndInSeconds": 9169.8,
|
|
},
|
|
"restlessness": {
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 0.0,
|
|
"optimalEnd": 5.0,
|
|
},
|
|
"lightPercentage": {
|
|
"value": 55,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 30.0,
|
|
"optimalEnd": 64.0,
|
|
"idealStartInSeconds": 8874.0,
|
|
"idealEndInSeconds": 18931.2,
|
|
},
|
|
"deepPercentage": {
|
|
"value": 22,
|
|
"qualifierKey": "EXCELLENT",
|
|
"optimalStart": 16.0,
|
|
"optimalEnd": 33.0,
|
|
"idealStartInSeconds": 4732.8,
|
|
"idealEndInSeconds": 9761.4,
|
|
},
|
|
},
|
|
"sleepVersion": 2,
|
|
"sleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-07T12:03:49",
|
|
"baseline": 480,
|
|
"actual": 500,
|
|
"feedback": "INCREASED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "NO_CHANGE",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": true,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
"nextSleepNeed": {
|
|
"userProfilePk": "user_id: int",
|
|
"calendarDate": "2024-07-09",
|
|
"deviceId": 3472661486,
|
|
"timestampGmt": "2024-07-08T13:33:50",
|
|
"baseline": 480,
|
|
"actual": 480,
|
|
"feedback": "NO_CHANGE_BALANCED",
|
|
"trainingFeedback": "CHRONIC",
|
|
"sleepHistoryAdjustment": "DECREASING_HIGH_QUALITY",
|
|
"hrvAdjustment": "NO_CHANGE",
|
|
"napAdjustment": "NO_CHANGE",
|
|
"displayedForTheDay": false,
|
|
"preferredActivityTracker": true,
|
|
},
|
|
},
|
|
"sleepMovement": [
|
|
{
|
|
"startGMT": "2024-07-08T00:58:00.0",
|
|
"endGMT": "2024-07-08T00:59:00.0",
|
|
"activityLevel": 5.950187900954773,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T00:59:00.0",
|
|
"endGMT": "2024-07-08T01:00:00.0",
|
|
"activityLevel": 5.6630425762949645,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:00:00.0",
|
|
"endGMT": "2024-07-08T01:01:00.0",
|
|
"activityLevel": 5.422739096659621,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:01:00.0",
|
|
"endGMT": "2024-07-08T01:02:00.0",
|
|
"activityLevel": 5.251316003495859,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:02:00.0",
|
|
"endGMT": "2024-07-08T01:03:00.0",
|
|
"activityLevel": 5.166378219824125,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:03:00.0",
|
|
"endGMT": "2024-07-08T01:04:00.0",
|
|
"activityLevel": 5.176831912428479,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:04:00.0",
|
|
"endGMT": "2024-07-08T01:05:00.0",
|
|
"activityLevel": 5.280364670798585,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:05:00.0",
|
|
"endGMT": "2024-07-08T01:06:00.0",
|
|
"activityLevel": 5.467423966676771,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:06:00.0",
|
|
"endGMT": "2024-07-08T01:07:00.0",
|
|
"activityLevel": 5.707501653783791,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:07:00.0",
|
|
"endGMT": "2024-07-08T01:08:00.0",
|
|
"activityLevel": 5.98610568657474,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:08:00.0",
|
|
"endGMT": "2024-07-08T01:09:00.0",
|
|
"activityLevel": 6.271329168295636,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:09:00.0",
|
|
"endGMT": "2024-07-08T01:10:00.0",
|
|
"activityLevel": 6.542904534717018,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:10:00.0",
|
|
"endGMT": "2024-07-08T01:11:00.0",
|
|
"activityLevel": 6.783019710668306,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:11:00.0",
|
|
"endGMT": "2024-07-08T01:12:00.0",
|
|
"activityLevel": 6.977938839949864,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:12:00.0",
|
|
"endGMT": "2024-07-08T01:13:00.0",
|
|
"activityLevel": 7.117872615089607,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:13:00.0",
|
|
"endGMT": "2024-07-08T01:14:00.0",
|
|
"activityLevel": 7.192558858020865,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:14:00.0",
|
|
"endGMT": "2024-07-08T01:15:00.0",
|
|
"activityLevel": 7.2017123514939305,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:15:00.0",
|
|
"endGMT": "2024-07-08T01:16:00.0",
|
|
"activityLevel": 7.154542063772914,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:16:00.0",
|
|
"endGMT": "2024-07-08T01:17:00.0",
|
|
"activityLevel": 7.049364449097269,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:17:00.0",
|
|
"endGMT": "2024-07-08T01:18:00.0",
|
|
"activityLevel": 6.898245332898234,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:18:00.0",
|
|
"endGMT": "2024-07-08T01:19:00.0",
|
|
"activityLevel": 6.713207432023164,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:19:00.0",
|
|
"endGMT": "2024-07-08T01:20:00.0",
|
|
"activityLevel": 6.512140450991122,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:20:00.0",
|
|
"endGMT": "2024-07-08T01:21:00.0",
|
|
"activityLevel": 6.307503482446506,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:21:00.0",
|
|
"endGMT": "2024-07-08T01:22:00.0",
|
|
"activityLevel": 6.117088515503814,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:22:00.0",
|
|
"endGMT": "2024-07-08T01:23:00.0",
|
|
"activityLevel": 5.947438672664253,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:23:00.0",
|
|
"endGMT": "2024-07-08T01:24:00.0",
|
|
"activityLevel": 5.801580596048765,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:24:00.0",
|
|
"endGMT": "2024-07-08T01:25:00.0",
|
|
"activityLevel": 5.687383310059647,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:25:00.0",
|
|
"endGMT": "2024-07-08T01:26:00.0",
|
|
"activityLevel": 5.607473140911092,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:26:00.0",
|
|
"endGMT": "2024-07-08T01:27:00.0",
|
|
"activityLevel": 5.550376997982641,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:27:00.0",
|
|
"endGMT": "2024-07-08T01:28:00.0",
|
|
"activityLevel": 5.504002553323602,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:28:00.0",
|
|
"endGMT": "2024-07-08T01:29:00.0",
|
|
"activityLevel": 5.454741498776686,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:29:00.0",
|
|
"endGMT": "2024-07-08T01:30:00.0",
|
|
"activityLevel": 5.389279086311523,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:30:00.0",
|
|
"endGMT": "2024-07-08T01:31:00.0",
|
|
"activityLevel": 5.296350273791964,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:31:00.0",
|
|
"endGMT": "2024-07-08T01:32:00.0",
|
|
"activityLevel": 5.166266682100087,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:32:00.0",
|
|
"endGMT": "2024-07-08T01:33:00.0",
|
|
"activityLevel": 4.994160322824111,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:33:00.0",
|
|
"endGMT": "2024-07-08T01:34:00.0",
|
|
"activityLevel": 4.777398813781819,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:34:00.0",
|
|
"endGMT": "2024-07-08T01:35:00.0",
|
|
"activityLevel": 4.5118027801978915,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:35:00.0",
|
|
"endGMT": "2024-07-08T01:36:00.0",
|
|
"activityLevel": 4.212847971803436,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:36:00.0",
|
|
"endGMT": "2024-07-08T01:37:00.0",
|
|
"activityLevel": 3.8745757238098144,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:37:00.0",
|
|
"endGMT": "2024-07-08T01:38:00.0",
|
|
"activityLevel": 3.5150258390645144,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:38:00.0",
|
|
"endGMT": "2024-07-08T01:39:00.0",
|
|
"activityLevel": 3.1470510566095293,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:39:00.0",
|
|
"endGMT": "2024-07-08T01:40:00.0",
|
|
"activityLevel": 2.782578793979288,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:40:00.0",
|
|
"endGMT": "2024-07-08T01:41:00.0",
|
|
"activityLevel": 2.4350545122931098,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:41:00.0",
|
|
"endGMT": "2024-07-08T01:42:00.0",
|
|
"activityLevel": 2.118513195009655,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:42:00.0",
|
|
"endGMT": "2024-07-08T01:43:00.0",
|
|
"activityLevel": 1.8463148494411195,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:43:00.0",
|
|
"endGMT": "2024-07-08T01:44:00.0",
|
|
"activityLevel": 1.643217983028883,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:44:00.0",
|
|
"endGMT": "2024-07-08T01:45:00.0",
|
|
"activityLevel": 1.483284286142881,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:45:00.0",
|
|
"endGMT": "2024-07-08T01:46:00.0",
|
|
"activityLevel": 1.3917872757152812,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:46:00.0",
|
|
"endGMT": "2024-07-08T01:47:00.0",
|
|
"activityLevel": 1.3402119301851376,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:47:00.0",
|
|
"endGMT": "2024-07-08T01:48:00.0",
|
|
"activityLevel": 1.3092613064762222,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:48:00.0",
|
|
"endGMT": "2024-07-08T01:49:00.0",
|
|
"activityLevel": 1.2643594394586326,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:49:00.0",
|
|
"endGMT": "2024-07-08T01:50:00.0",
|
|
"activityLevel": 1.209814570608861,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:50:00.0",
|
|
"endGMT": "2024-07-08T01:51:00.0",
|
|
"activityLevel": 1.1516711989205035,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:51:00.0",
|
|
"endGMT": "2024-07-08T01:52:00.0",
|
|
"activityLevel": 1.0911192963662364,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:52:00.0",
|
|
"endGMT": "2024-07-08T01:53:00.0",
|
|
"activityLevel": 1.0265521481940802,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:53:00.0",
|
|
"endGMT": "2024-07-08T01:54:00.0",
|
|
"activityLevel": 0.9669786424963646,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:54:00.0",
|
|
"endGMT": "2024-07-08T01:55:00.0",
|
|
"activityLevel": 0.9133403337020598,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:55:00.0",
|
|
"endGMT": "2024-07-08T01:56:00.0",
|
|
"activityLevel": 0.865400793239344,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:56:00.0",
|
|
"endGMT": "2024-07-08T01:57:00.0",
|
|
"activityLevel": 0.8246717999431822,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:57:00.0",
|
|
"endGMT": "2024-07-08T01:58:00.0",
|
|
"activityLevel": 0.7927471733036636,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:58:00.0",
|
|
"endGMT": "2024-07-08T01:59:00.0",
|
|
"activityLevel": 0.7709117217028698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T01:59:00.0",
|
|
"endGMT": "2024-07-08T02:00:00.0",
|
|
"activityLevel": 0.7570478862055404,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:00:00.0",
|
|
"endGMT": "2024-07-08T02:01:00.0",
|
|
"activityLevel": 0.7562462857454977,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:01:00.0",
|
|
"endGMT": "2024-07-08T02:02:00.0",
|
|
"activityLevel": 0.7614366200309307,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:02:00.0",
|
|
"endGMT": "2024-07-08T02:03:00.0",
|
|
"activityLevel": 0.7724004080777223,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:03:00.0",
|
|
"endGMT": "2024-07-08T02:04:00.0",
|
|
"activityLevel": 0.7859070301665612,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:04:00.0",
|
|
"endGMT": "2024-07-08T02:05:00.0",
|
|
"activityLevel": 0.7983281462311097,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:05:00.0",
|
|
"endGMT": "2024-07-08T02:06:00.0",
|
|
"activityLevel": 0.8062062764723182,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:06:00.0",
|
|
"endGMT": "2024-07-08T02:07:00.0",
|
|
"activityLevel": 0.8115529073538644,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:07:00.0",
|
|
"endGMT": "2024-07-08T02:08:00.0",
|
|
"activityLevel": 0.8015122478351525,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:08:00.0",
|
|
"endGMT": "2024-07-08T02:09:00.0",
|
|
"activityLevel": 0.7795774714080115,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:09:00.0",
|
|
"endGMT": "2024-07-08T02:10:00.0",
|
|
"activityLevel": 0.7467119467385426,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:10:00.0",
|
|
"endGMT": "2024-07-08T02:11:00.0",
|
|
"activityLevel": 0.702936539109698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:11:00.0",
|
|
"endGMT": "2024-07-08T02:12:00.0",
|
|
"activityLevel": 0.6484888180908535,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:12:00.0",
|
|
"endGMT": "2024-07-08T02:13:00.0",
|
|
"activityLevel": 0.5855640746547759,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:13:00.0",
|
|
"endGMT": "2024-07-08T02:14:00.0",
|
|
"activityLevel": 0.516075710571075,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:14:00.0",
|
|
"endGMT": "2024-07-08T02:15:00.0",
|
|
"activityLevel": 0.4420512517154544,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:15:00.0",
|
|
"endGMT": "2024-07-08T02:16:00.0",
|
|
"activityLevel": 0.3655068810407815,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:16:00.0",
|
|
"endGMT": "2024-07-08T02:17:00.0",
|
|
"activityLevel": 0.2882629894112111,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:17:00.0",
|
|
"endGMT": "2024-07-08T02:18:00.0",
|
|
"activityLevel": 0.2115766559902864,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:18:00.0",
|
|
"endGMT": "2024-07-08T02:19:00.0",
|
|
"activityLevel": 0.1349333939486886,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:19:00.0",
|
|
"endGMT": "2024-07-08T02:20:00.0",
|
|
"activityLevel": 0.0448732441707528,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:20:00.0",
|
|
"endGMT": "2024-07-08T02:21:00.0",
|
|
"activityLevel": 0.07686529550989835,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:21:00.0",
|
|
"endGMT": "2024-07-08T02:22:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:22:00.0",
|
|
"endGMT": "2024-07-08T02:23:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:23:00.0",
|
|
"endGMT": "2024-07-08T02:24:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:24:00.0",
|
|
"endGMT": "2024-07-08T02:25:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:25:00.0",
|
|
"endGMT": "2024-07-08T02:26:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:26:00.0",
|
|
"endGMT": "2024-07-08T02:27:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:27:00.0",
|
|
"endGMT": "2024-07-08T02:28:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:28:00.0",
|
|
"endGMT": "2024-07-08T02:29:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:29:00.0",
|
|
"endGMT": "2024-07-08T02:30:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:30:00.0",
|
|
"endGMT": "2024-07-08T02:31:00.0",
|
|
"activityLevel": 0.07686529550989835,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:31:00.0",
|
|
"endGMT": "2024-07-08T02:32:00.0",
|
|
"activityLevel": 0.0448732441707528,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:32:00.0",
|
|
"endGMT": "2024-07-08T02:33:00.0",
|
|
"activityLevel": 0.1349333939486886,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:33:00.0",
|
|
"endGMT": "2024-07-08T02:34:00.0",
|
|
"activityLevel": 0.2115766559902864,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:34:00.0",
|
|
"endGMT": "2024-07-08T02:35:00.0",
|
|
"activityLevel": 0.2882629894112111,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:35:00.0",
|
|
"endGMT": "2024-07-08T02:36:00.0",
|
|
"activityLevel": 0.3655068810407815,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:36:00.0",
|
|
"endGMT": "2024-07-08T02:37:00.0",
|
|
"activityLevel": 0.4420512517154544,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:37:00.0",
|
|
"endGMT": "2024-07-08T02:38:00.0",
|
|
"activityLevel": 0.516075710571075,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:38:00.0",
|
|
"endGMT": "2024-07-08T02:39:00.0",
|
|
"activityLevel": 0.5855640746547759,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:39:00.0",
|
|
"endGMT": "2024-07-08T02:40:00.0",
|
|
"activityLevel": 0.6484888180908535,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:40:00.0",
|
|
"endGMT": "2024-07-08T02:41:00.0",
|
|
"activityLevel": 0.702936539109698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:41:00.0",
|
|
"endGMT": "2024-07-08T02:42:00.0",
|
|
"activityLevel": 0.7472063072597769,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:42:00.0",
|
|
"endGMT": "2024-07-08T02:43:00.0",
|
|
"activityLevel": 0.7798896506098385,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:43:00.0",
|
|
"endGMT": "2024-07-08T02:44:00.0",
|
|
"activityLevel": 0.799933937787455,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:44:00.0",
|
|
"endGMT": "2024-07-08T02:45:00.0",
|
|
"activityLevel": 0.8066886999730392,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:45:00.0",
|
|
"endGMT": "2024-07-08T02:46:00.0",
|
|
"activityLevel": 0.799933937787455,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:46:00.0",
|
|
"endGMT": "2024-07-08T02:47:00.0",
|
|
"activityLevel": 0.7798896506098385,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:47:00.0",
|
|
"endGMT": "2024-07-08T02:48:00.0",
|
|
"activityLevel": 0.7472063072597769,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:48:00.0",
|
|
"endGMT": "2024-07-08T02:49:00.0",
|
|
"activityLevel": 0.702936539109698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:49:00.0",
|
|
"endGMT": "2024-07-08T02:50:00.0",
|
|
"activityLevel": 0.6484888180908535,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:50:00.0",
|
|
"endGMT": "2024-07-08T02:51:00.0",
|
|
"activityLevel": 0.5830361469920986,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:51:00.0",
|
|
"endGMT": "2024-07-08T02:52:00.0",
|
|
"activityLevel": 0.5141855756784043,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:52:00.0",
|
|
"endGMT": "2024-07-08T02:53:00.0",
|
|
"activityLevel": 0.45007275716127054,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:53:00.0",
|
|
"endGMT": "2024-07-08T02:54:00.0",
|
|
"activityLevel": 0.40753887568014413,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:54:00.0",
|
|
"endGMT": "2024-07-08T02:55:00.0",
|
|
"activityLevel": 0.39513184847301797,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:55:00.0",
|
|
"endGMT": "2024-07-08T02:56:00.0",
|
|
"activityLevel": 0.4189181753233822,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:56:00.0",
|
|
"endGMT": "2024-07-08T02:57:00.0",
|
|
"activityLevel": 0.47355790664958386,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:57:00.0",
|
|
"endGMT": "2024-07-08T02:58:00.0",
|
|
"activityLevel": 0.5447282215489629,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:58:00.0",
|
|
"endGMT": "2024-07-08T02:59:00.0",
|
|
"activityLevel": 0.6304069298658225,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:59:00.0",
|
|
"endGMT": "2024-07-08T03:00:00.0",
|
|
"activityLevel": 0.7238660762044068,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:00:00.0",
|
|
"endGMT": "2024-07-08T03:01:00.0",
|
|
"activityLevel": 0.8069409805217257,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:01:00.0",
|
|
"endGMT": "2024-07-08T03:02:00.0",
|
|
"activityLevel": 0.8820630198226972,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:02:00.0",
|
|
"endGMT": "2024-07-08T03:03:00.0",
|
|
"activityLevel": 0.9471695177846488,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:03:00.0",
|
|
"endGMT": "2024-07-08T03:04:00.0",
|
|
"activityLevel": 1.000462079917193,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:04:00.0",
|
|
"endGMT": "2024-07-08T03:05:00.0",
|
|
"activityLevel": 1.0404813716876704,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:05:00.0",
|
|
"endGMT": "2024-07-08T03:06:00.0",
|
|
"activityLevel": 1.0661661582133397,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:06:00.0",
|
|
"endGMT": "2024-07-08T03:07:00.0",
|
|
"activityLevel": 1.0768952079486527,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:07:00.0",
|
|
"endGMT": "2024-07-08T03:08:00.0",
|
|
"activityLevel": 1.0725108893565585,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:08:00.0",
|
|
"endGMT": "2024-07-08T03:09:00.0",
|
|
"activityLevel": 1.0533238287348863,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:09:00.0",
|
|
"endGMT": "2024-07-08T03:10:00.0",
|
|
"activityLevel": 1.0200986858979675,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:10:00.0",
|
|
"endGMT": "2024-07-08T03:11:00.0",
|
|
"activityLevel": 0.9740218466633179,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:11:00.0",
|
|
"endGMT": "2024-07-08T03:12:00.0",
|
|
"activityLevel": 0.9166525597031866,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:12:00.0",
|
|
"endGMT": "2024-07-08T03:13:00.0",
|
|
"activityLevel": 0.8498597056382565,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:13:00.0",
|
|
"endGMT": "2024-07-08T03:14:00.0",
|
|
"activityLevel": 0.7757469289017959,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:14:00.0",
|
|
"endGMT": "2024-07-08T03:15:00.0",
|
|
"activityLevel": 0.6965692377303351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:15:00.0",
|
|
"endGMT": "2024-07-08T03:16:00.0",
|
|
"activityLevel": 0.6146443241940822,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:16:00.0",
|
|
"endGMT": "2024-07-08T03:17:00.0",
|
|
"activityLevel": 0.5322616839561646,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:17:00.0",
|
|
"endGMT": "2024-07-08T03:18:00.0",
|
|
"activityLevel": 0.45159195947849645,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:18:00.0",
|
|
"endGMT": "2024-07-08T03:19:00.0",
|
|
"activityLevel": 0.3745974467562052,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:19:00.0",
|
|
"endGMT": "2024-07-08T03:20:00.0",
|
|
"activityLevel": 0.3094467995728701,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:20:00.0",
|
|
"endGMT": "2024-07-08T03:21:00.0",
|
|
"activityLevel": 0.2526727195744883,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:21:00.0",
|
|
"endGMT": "2024-07-08T03:22:00.0",
|
|
"activityLevel": 0.2038327145777733,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:22:00.0",
|
|
"endGMT": "2024-07-08T03:23:00.0",
|
|
"activityLevel": 0.1496072881915049,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:23:00.0",
|
|
"endGMT": "2024-07-08T03:24:00.0",
|
|
"activityLevel": 0.09541231786963358,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:24:00.0",
|
|
"endGMT": "2024-07-08T03:25:00.0",
|
|
"activityLevel": 0.03173017524697902,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:25:00.0",
|
|
"endGMT": "2024-07-08T03:26:00.0",
|
|
"activityLevel": 0.05435197169295701,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:26:00.0",
|
|
"endGMT": "2024-07-08T03:27:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:27:00.0",
|
|
"endGMT": "2024-07-08T03:28:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:28:00.0",
|
|
"endGMT": "2024-07-08T03:29:00.0",
|
|
"activityLevel": 0.07686529550989835,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:29:00.0",
|
|
"endGMT": "2024-07-08T03:30:00.0",
|
|
"activityLevel": 0.0448732441707528,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:30:00.0",
|
|
"endGMT": "2024-07-08T03:31:00.0",
|
|
"activityLevel": 0.1349333939486886,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:31:00.0",
|
|
"endGMT": "2024-07-08T03:32:00.0",
|
|
"activityLevel": 0.2115766559902864,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:32:00.0",
|
|
"endGMT": "2024-07-08T03:33:00.0",
|
|
"activityLevel": 0.2882629894112111,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:33:00.0",
|
|
"endGMT": "2024-07-08T03:34:00.0",
|
|
"activityLevel": 0.3655068810407815,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:34:00.0",
|
|
"endGMT": "2024-07-08T03:35:00.0",
|
|
"activityLevel": 0.4420512517154544,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:35:00.0",
|
|
"endGMT": "2024-07-08T03:36:00.0",
|
|
"activityLevel": 0.516075710571075,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:36:00.0",
|
|
"endGMT": "2024-07-08T03:37:00.0",
|
|
"activityLevel": 0.5855640746547759,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:37:00.0",
|
|
"endGMT": "2024-07-08T03:38:00.0",
|
|
"activityLevel": 0.6484888180908535,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:38:00.0",
|
|
"endGMT": "2024-07-08T03:39:00.0",
|
|
"activityLevel": 0.702936539109698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:39:00.0",
|
|
"endGMT": "2024-07-08T03:40:00.0",
|
|
"activityLevel": 0.7472063072597769,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:40:00.0",
|
|
"endGMT": "2024-07-08T03:41:00.0",
|
|
"activityLevel": 0.7798896506098385,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:41:00.0",
|
|
"endGMT": "2024-07-08T03:42:00.0",
|
|
"activityLevel": 0.799933937787455,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:42:00.0",
|
|
"endGMT": "2024-07-08T03:43:00.0",
|
|
"activityLevel": 0.8066886999730392,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:43:00.0",
|
|
"endGMT": "2024-07-08T03:44:00.0",
|
|
"activityLevel": 0.799933937787455,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:44:00.0",
|
|
"endGMT": "2024-07-08T03:45:00.0",
|
|
"activityLevel": 0.7798896506098385,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:45:00.0",
|
|
"endGMT": "2024-07-08T03:46:00.0",
|
|
"activityLevel": 0.7472063072597769,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:46:00.0",
|
|
"endGMT": "2024-07-08T03:47:00.0",
|
|
"activityLevel": 0.702936539109698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:47:00.0",
|
|
"endGMT": "2024-07-08T03:48:00.0",
|
|
"activityLevel": 0.6484888180908535,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:48:00.0",
|
|
"endGMT": "2024-07-08T03:49:00.0",
|
|
"activityLevel": 0.5855640746547759,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:49:00.0",
|
|
"endGMT": "2024-07-08T03:50:00.0",
|
|
"activityLevel": 0.5132056139740951,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:50:00.0",
|
|
"endGMT": "2024-07-08T03:51:00.0",
|
|
"activityLevel": 0.43984312696402567,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:51:00.0",
|
|
"endGMT": "2024-07-08T03:52:00.0",
|
|
"activityLevel": 0.37908520745423446,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:52:00.0",
|
|
"endGMT": "2024-07-08T03:53:00.0",
|
|
"activityLevel": 0.3384987476277571,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:53:00.0",
|
|
"endGMT": "2024-07-08T03:54:00.0",
|
|
"activityLevel": 0.32968894062766496,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:54:00.0",
|
|
"endGMT": "2024-07-08T03:55:00.0",
|
|
"activityLevel": 0.35574209250345395,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:55:00.0",
|
|
"endGMT": "2024-07-08T03:56:00.0",
|
|
"activityLevel": 0.4080636012413849,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:56:00.0",
|
|
"endGMT": "2024-07-08T03:57:00.0",
|
|
"activityLevel": 0.4743031208399287,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:57:00.0",
|
|
"endGMT": "2024-07-08T03:58:00.0",
|
|
"activityLevel": 0.5519145878520263,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:58:00.0",
|
|
"endGMT": "2024-07-08T03:59:00.0",
|
|
"activityLevel": 0.6178280637504159,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:59:00.0",
|
|
"endGMT": "2024-07-08T04:00:00.0",
|
|
"activityLevel": 0.6762608687497718,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:00:00.0",
|
|
"endGMT": "2024-07-08T04:01:00.0",
|
|
"activityLevel": 0.7254092099030423,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:01:00.0",
|
|
"endGMT": "2024-07-08T04:02:00.0",
|
|
"activityLevel": 0.7637228334733511,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:02:00.0",
|
|
"endGMT": "2024-07-08T04:03:00.0",
|
|
"activityLevel": 0.7899753704871058,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:03:00.0",
|
|
"endGMT": "2024-07-08T04:04:00.0",
|
|
"activityLevel": 0.8033184186511398,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:04:00.0",
|
|
"endGMT": "2024-07-08T04:05:00.0",
|
|
"activityLevel": 0.8033184186511398,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:05:00.0",
|
|
"endGMT": "2024-07-08T04:06:00.0",
|
|
"activityLevel": 0.7899753704871058,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:06:00.0",
|
|
"endGMT": "2024-07-08T04:07:00.0",
|
|
"activityLevel": 0.7637228334733511,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:07:00.0",
|
|
"endGMT": "2024-07-08T04:08:00.0",
|
|
"activityLevel": 0.7254092099030423,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:08:00.0",
|
|
"endGMT": "2024-07-08T04:09:00.0",
|
|
"activityLevel": 0.6762608687497718,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:09:00.0",
|
|
"endGMT": "2024-07-08T04:10:00.0",
|
|
"activityLevel": 0.6178280637504159,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:10:00.0",
|
|
"endGMT": "2024-07-08T04:11:00.0",
|
|
"activityLevel": 0.5519145878520263,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:11:00.0",
|
|
"endGMT": "2024-07-08T04:12:00.0",
|
|
"activityLevel": 0.48049112800583527,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:12:00.0",
|
|
"endGMT": "2024-07-08T04:13:00.0",
|
|
"activityLevel": 0.405588824569514,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:13:00.0",
|
|
"endGMT": "2024-07-08T04:14:00.0",
|
|
"activityLevel": 0.3291586480349924,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:14:00.0",
|
|
"endGMT": "2024-07-08T04:15:00.0",
|
|
"activityLevel": 0.251379358749743,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:15:00.0",
|
|
"endGMT": "2024-07-08T04:16:00.0",
|
|
"activityLevel": 0.17815036370036688,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:16:00.0",
|
|
"endGMT": "2024-07-08T04:17:00.0",
|
|
"activityLevel": 0.111293270339109,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:17:00.0",
|
|
"endGMT": "2024-07-08T04:18:00.0",
|
|
"activityLevel": 0.06040076460025982,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:18:00.0",
|
|
"endGMT": "2024-07-08T04:19:00.0",
|
|
"activityLevel": 0.08621372893062913,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:19:00.0",
|
|
"endGMT": "2024-07-08T04:20:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:20:00.0",
|
|
"endGMT": "2024-07-08T04:21:00.0",
|
|
"activityLevel": 0.15628871885999962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:21:00.0",
|
|
"endGMT": "2024-07-08T04:22:00.0",
|
|
"activityLevel": 0.1824603172752366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:22:00.0",
|
|
"endGMT": "2024-07-08T04:23:00.0",
|
|
"activityLevel": 0.2070281640038089,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:23:00.0",
|
|
"endGMT": "2024-07-08T04:24:00.0",
|
|
"activityLevel": 0.22927542039784596,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:24:00.0",
|
|
"endGMT": "2024-07-08T04:25:00.0",
|
|
"activityLevel": 0.2485255967741351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:25:00.0",
|
|
"endGMT": "2024-07-08T04:26:00.0",
|
|
"activityLevel": 0.2641773234043736,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:26:00.0",
|
|
"endGMT": "2024-07-08T04:27:00.0",
|
|
"activityLevel": 0.275732630261712,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:27:00.0",
|
|
"endGMT": "2024-07-08T04:28:00.0",
|
|
"activityLevel": 0.28281935595538366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:28:00.0",
|
|
"endGMT": "2024-07-08T04:29:00.0",
|
|
"activityLevel": 0.28520752502874813,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:29:00.0",
|
|
"endGMT": "2024-07-08T04:30:00.0",
|
|
"activityLevel": 0.28281935595538366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:30:00.0",
|
|
"endGMT": "2024-07-08T04:31:00.0",
|
|
"activityLevel": 0.275732630261712,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:31:00.0",
|
|
"endGMT": "2024-07-08T04:32:00.0",
|
|
"activityLevel": 0.2641773234043736,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:32:00.0",
|
|
"endGMT": "2024-07-08T04:33:00.0",
|
|
"activityLevel": 0.2485255967741351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:33:00.0",
|
|
"endGMT": "2024-07-08T04:34:00.0",
|
|
"activityLevel": 0.22927542039784596,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:34:00.0",
|
|
"endGMT": "2024-07-08T04:35:00.0",
|
|
"activityLevel": 0.2070281640038089,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:35:00.0",
|
|
"endGMT": "2024-07-08T04:36:00.0",
|
|
"activityLevel": 0.1824603172752366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:36:00.0",
|
|
"endGMT": "2024-07-08T04:37:00.0",
|
|
"activityLevel": 0.15628871885999962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:37:00.0",
|
|
"endGMT": "2024-07-08T04:38:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:38:00.0",
|
|
"endGMT": "2024-07-08T04:39:00.0",
|
|
"activityLevel": 0.10191635728888665,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:39:00.0",
|
|
"endGMT": "2024-07-08T04:40:00.0",
|
|
"activityLevel": 0.07480364409575245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:40:00.0",
|
|
"endGMT": "2024-07-08T04:41:00.0",
|
|
"activityLevel": 0.039208970830487244,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:41:00.0",
|
|
"endGMT": "2024-07-08T04:42:00.0",
|
|
"activityLevel": 0.0224366220853764,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:42:00.0",
|
|
"endGMT": "2024-07-08T04:43:00.0",
|
|
"activityLevel": 0.039208970830487244,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:43:00.0",
|
|
"endGMT": "2024-07-08T04:44:00.0",
|
|
"activityLevel": 0.07480364409575245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:44:00.0",
|
|
"endGMT": "2024-07-08T04:45:00.0",
|
|
"activityLevel": 0.10191635728888665,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:45:00.0",
|
|
"endGMT": "2024-07-08T04:46:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:46:00.0",
|
|
"endGMT": "2024-07-08T04:47:00.0",
|
|
"activityLevel": 0.14653336417344687,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:47:00.0",
|
|
"endGMT": "2024-07-08T04:48:00.0",
|
|
"activityLevel": 0.1851987348806249,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:48:00.0",
|
|
"endGMT": "2024-07-08T04:49:00.0",
|
|
"activityLevel": 0.22795651140523274,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:49:00.0",
|
|
"endGMT": "2024-07-08T04:50:00.0",
|
|
"activityLevel": 0.27376917116181104,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:50:00.0",
|
|
"endGMT": "2024-07-08T04:51:00.0",
|
|
"activityLevel": 0.3214230044413187,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:51:00.0",
|
|
"endGMT": "2024-07-08T04:52:00.0",
|
|
"activityLevel": 0.3695771884805379,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:52:00.0",
|
|
"endGMT": "2024-07-08T04:53:00.0",
|
|
"activityLevel": 0.4168130731666678,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:53:00.0",
|
|
"endGMT": "2024-07-08T04:54:00.0",
|
|
"activityLevel": 0.46168588631637636,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:54:00.0",
|
|
"endGMT": "2024-07-08T04:55:00.0",
|
|
"activityLevel": 0.5027782563876206,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:55:00.0",
|
|
"endGMT": "2024-07-08T04:56:00.0",
|
|
"activityLevel": 0.5387538043461539,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:56:00.0",
|
|
"endGMT": "2024-07-08T04:57:00.0",
|
|
"activityLevel": 0.5677586090867086,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:57:00.0",
|
|
"endGMT": "2024-07-08T04:58:00.0",
|
|
"activityLevel": 0.5909314613479265,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:58:00.0",
|
|
"endGMT": "2024-07-08T04:59:00.0",
|
|
"activityLevel": 0.6067575985650464,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:59:00.0",
|
|
"endGMT": "2024-07-08T05:00:00.0",
|
|
"activityLevel": 0.6149064611635537,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:00:00.0",
|
|
"endGMT": "2024-07-08T05:01:00.0",
|
|
"activityLevel": 0.6129166314263368,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:01:00.0",
|
|
"endGMT": "2024-07-08T05:02:00.0",
|
|
"activityLevel": 0.609052652752187,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:02:00.0",
|
|
"endGMT": "2024-07-08T05:03:00.0",
|
|
"activityLevel": 0.6017223373377658,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:03:00.0",
|
|
"endGMT": "2024-07-08T05:04:00.0",
|
|
"activityLevel": 0.592901468100402,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:04:00.0",
|
|
"endGMT": "2024-07-08T05:05:00.0",
|
|
"activityLevel": 0.5846839052973222,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:05:00.0",
|
|
"endGMT": "2024-07-08T05:06:00.0",
|
|
"activityLevel": 0.5764331534360398,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:06:00.0",
|
|
"endGMT": "2024-07-08T05:07:00.0",
|
|
"activityLevel": 0.5780959705863811,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:07:00.0",
|
|
"endGMT": "2024-07-08T05:08:00.0",
|
|
"activityLevel": 0.5877746240261619,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:08:00.0",
|
|
"endGMT": "2024-07-08T05:09:00.0",
|
|
"activityLevel": 0.6056563276306803,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:09:00.0",
|
|
"endGMT": "2024-07-08T05:10:00.0",
|
|
"activityLevel": 0.631348617859957,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:10:00.0",
|
|
"endGMT": "2024-07-08T05:11:00.0",
|
|
"activityLevel": 0.660869606591957,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:11:00.0",
|
|
"endGMT": "2024-07-08T05:12:00.0",
|
|
"activityLevel": 0.6922661454664889,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:12:00.0",
|
|
"endGMT": "2024-07-08T05:13:00.0",
|
|
"activityLevel": 0.7227814309161422,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:13:00.0",
|
|
"endGMT": "2024-07-08T05:14:00.0",
|
|
"activityLevel": 0.7492981537350796,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:14:00.0",
|
|
"endGMT": "2024-07-08T05:15:00.0",
|
|
"activityLevel": 0.7711710182293295,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:15:00.0",
|
|
"endGMT": "2024-07-08T05:16:00.0",
|
|
"activityLevel": 0.7885747506855358,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:16:00.0",
|
|
"endGMT": "2024-07-08T05:17:00.0",
|
|
"activityLevel": 0.7948136965536994,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:17:00.0",
|
|
"endGMT": "2024-07-08T05:18:00.0",
|
|
"activityLevel": 0.7918025496497091,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:18:00.0",
|
|
"endGMT": "2024-07-08T05:19:00.0",
|
|
"activityLevel": 0.7798285805699557,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:19:00.0",
|
|
"endGMT": "2024-07-08T05:20:00.0",
|
|
"activityLevel": 0.7594522872310361,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:20:00.0",
|
|
"endGMT": "2024-07-08T05:21:00.0",
|
|
"activityLevel": 0.731483770454574,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:21:00.0",
|
|
"endGMT": "2024-07-08T05:22:00.0",
|
|
"activityLevel": 0.6969485267547956,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:22:00.0",
|
|
"endGMT": "2024-07-08T05:23:00.0",
|
|
"activityLevel": 0.6570436693058681,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:23:00.0",
|
|
"endGMT": "2024-07-08T05:24:00.0",
|
|
"activityLevel": 0.6106718148745437,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:24:00.0",
|
|
"endGMT": "2024-07-08T05:25:00.0",
|
|
"activityLevel": 0.5647304138394204,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:25:00.0",
|
|
"endGMT": "2024-07-08T05:26:00.0",
|
|
"activityLevel": 0.529116037610532,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:26:00.0",
|
|
"endGMT": "2024-07-08T05:27:00.0",
|
|
"activityLevel": 0.5037293113431717,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:27:00.0",
|
|
"endGMT": "2024-07-08T05:28:00.0",
|
|
"activityLevel": 0.4939482838698683,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:28:00.0",
|
|
"endGMT": "2024-07-08T05:29:00.0",
|
|
"activityLevel": 0.5021709936828391,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:29:00.0",
|
|
"endGMT": "2024-07-08T05:30:00.0",
|
|
"activityLevel": 0.5311106791798353,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:30:00.0",
|
|
"endGMT": "2024-07-08T05:31:00.0",
|
|
"activityLevel": 0.5683693543580925,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:31:00.0",
|
|
"endGMT": "2024-07-08T05:32:00.0",
|
|
"activityLevel": 0.6127627558338284,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:32:00.0",
|
|
"endGMT": "2024-07-08T05:33:00.0",
|
|
"activityLevel": 0.6597617287910849,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:33:00.0",
|
|
"endGMT": "2024-07-08T05:34:00.0",
|
|
"activityLevel": 0.7051491235661235,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:34:00.0",
|
|
"endGMT": "2024-07-08T05:35:00.0",
|
|
"activityLevel": 0.7480042039937583,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:35:00.0",
|
|
"endGMT": "2024-07-08T05:36:00.0",
|
|
"activityLevel": 0.7795503383434992,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:36:00.0",
|
|
"endGMT": "2024-07-08T05:37:00.0",
|
|
"activityLevel": 0.8004751688761245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:37:00.0",
|
|
"endGMT": "2024-07-08T05:38:00.0",
|
|
"activityLevel": 0.8097576338801654,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:38:00.0",
|
|
"endGMT": "2024-07-08T05:39:00.0",
|
|
"activityLevel": 0.8067936953857362,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:39:00.0",
|
|
"endGMT": "2024-07-08T05:40:00.0",
|
|
"activityLevel": 0.7914145333367046,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:40:00.0",
|
|
"endGMT": "2024-07-08T05:41:00.0",
|
|
"activityLevel": 0.7638876012698891,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:41:00.0",
|
|
"endGMT": "2024-07-08T05:42:00.0",
|
|
"activityLevel": 0.7248999845533368,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:42:00.0",
|
|
"endGMT": "2024-07-08T05:43:00.0",
|
|
"activityLevel": 0.6762608687497718,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:43:00.0",
|
|
"endGMT": "2024-07-08T05:44:00.0",
|
|
"activityLevel": 0.6178280637504159,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:44:00.0",
|
|
"endGMT": "2024-07-08T05:45:00.0",
|
|
"activityLevel": 0.5519145878520263,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:45:00.0",
|
|
"endGMT": "2024-07-08T05:46:00.0",
|
|
"activityLevel": 0.48049112800583527,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:46:00.0",
|
|
"endGMT": "2024-07-08T05:47:00.0",
|
|
"activityLevel": 0.405588824569514,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:47:00.0",
|
|
"endGMT": "2024-07-08T05:48:00.0",
|
|
"activityLevel": 0.3291586480349924,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:48:00.0",
|
|
"endGMT": "2024-07-08T05:49:00.0",
|
|
"activityLevel": 0.2528440551252095,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:49:00.0",
|
|
"endGMT": "2024-07-08T05:50:00.0",
|
|
"activityLevel": 0.17744252895310075,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:50:00.0",
|
|
"endGMT": "2024-07-08T05:51:00.0",
|
|
"activityLevel": 0.10055005928620828,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:51:00.0",
|
|
"endGMT": "2024-07-08T05:52:00.0",
|
|
"activityLevel": 0.044128593969307475,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:52:00.0",
|
|
"endGMT": "2024-07-08T05:53:00.0",
|
|
"activityLevel": 0.05435197169295701,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:53:00.0",
|
|
"endGMT": "2024-07-08T05:54:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:54:00.0",
|
|
"endGMT": "2024-07-08T05:55:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:55:00.0",
|
|
"endGMT": "2024-07-08T05:56:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:56:00.0",
|
|
"endGMT": "2024-07-08T05:57:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:57:00.0",
|
|
"endGMT": "2024-07-08T05:58:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:58:00.0",
|
|
"endGMT": "2024-07-08T05:59:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:59:00.0",
|
|
"endGMT": "2024-07-08T06:00:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:00:00.0",
|
|
"endGMT": "2024-07-08T06:01:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:01:00.0",
|
|
"endGMT": "2024-07-08T06:02:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:02:00.0",
|
|
"endGMT": "2024-07-08T06:03:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:03:00.0",
|
|
"endGMT": "2024-07-08T06:04:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:04:00.0",
|
|
"endGMT": "2024-07-08T06:05:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:05:00.0",
|
|
"endGMT": "2024-07-08T06:06:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:06:00.0",
|
|
"endGMT": "2024-07-08T06:07:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:07:00.0",
|
|
"endGMT": "2024-07-08T06:08:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:08:00.0",
|
|
"endGMT": "2024-07-08T06:09:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:09:00.0",
|
|
"endGMT": "2024-07-08T06:10:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:10:00.0",
|
|
"endGMT": "2024-07-08T06:11:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:11:00.0",
|
|
"endGMT": "2024-07-08T06:12:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:12:00.0",
|
|
"endGMT": "2024-07-08T06:13:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:13:00.0",
|
|
"endGMT": "2024-07-08T06:14:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:14:00.0",
|
|
"endGMT": "2024-07-08T06:15:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:15:00.0",
|
|
"endGMT": "2024-07-08T06:16:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:16:00.0",
|
|
"endGMT": "2024-07-08T06:17:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:17:00.0",
|
|
"endGMT": "2024-07-08T06:18:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:18:00.0",
|
|
"endGMT": "2024-07-08T06:19:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:19:00.0",
|
|
"endGMT": "2024-07-08T06:20:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:20:00.0",
|
|
"endGMT": "2024-07-08T06:21:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:21:00.0",
|
|
"endGMT": "2024-07-08T06:22:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:22:00.0",
|
|
"endGMT": "2024-07-08T06:23:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:23:00.0",
|
|
"endGMT": "2024-07-08T06:24:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:24:00.0",
|
|
"endGMT": "2024-07-08T06:25:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:25:00.0",
|
|
"endGMT": "2024-07-08T06:26:00.0",
|
|
"activityLevel": 0.05435197169295701,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:26:00.0",
|
|
"endGMT": "2024-07-08T06:27:00.0",
|
|
"activityLevel": 0.044128593969307475,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:27:00.0",
|
|
"endGMT": "2024-07-08T06:28:00.0",
|
|
"activityLevel": 0.10055005928620828,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:28:00.0",
|
|
"endGMT": "2024-07-08T06:29:00.0",
|
|
"activityLevel": 0.17744252895310075,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:29:00.0",
|
|
"endGMT": "2024-07-08T06:30:00.0",
|
|
"activityLevel": 0.2528440551252095,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:30:00.0",
|
|
"endGMT": "2024-07-08T06:31:00.0",
|
|
"activityLevel": 0.3291586480349924,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:31:00.0",
|
|
"endGMT": "2024-07-08T06:32:00.0",
|
|
"activityLevel": 0.405588824569514,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:32:00.0",
|
|
"endGMT": "2024-07-08T06:33:00.0",
|
|
"activityLevel": 0.48049112800583527,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:33:00.0",
|
|
"endGMT": "2024-07-08T06:34:00.0",
|
|
"activityLevel": 0.5519145878520263,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:34:00.0",
|
|
"endGMT": "2024-07-08T06:35:00.0",
|
|
"activityLevel": 0.6130279297909387,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:35:00.0",
|
|
"endGMT": "2024-07-08T06:36:00.0",
|
|
"activityLevel": 0.6777480141207379,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:36:00.0",
|
|
"endGMT": "2024-07-08T06:37:00.0",
|
|
"activityLevel": 0.7378519787970133,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:37:00.0",
|
|
"endGMT": "2024-07-08T06:38:00.0",
|
|
"activityLevel": 0.7924880110945502,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:38:00.0",
|
|
"endGMT": "2024-07-08T06:39:00.0",
|
|
"activityLevel": 0.8409260591993377,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:39:00.0",
|
|
"endGMT": "2024-07-08T06:40:00.0",
|
|
"activityLevel": 0.8825620441829163,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:40:00.0",
|
|
"endGMT": "2024-07-08T06:41:00.0",
|
|
"activityLevel": 0.9169131861236199,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:41:00.0",
|
|
"endGMT": "2024-07-08T06:42:00.0",
|
|
"activityLevel": 0.9436075587963887,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:42:00.0",
|
|
"endGMT": "2024-07-08T06:43:00.0",
|
|
"activityLevel": 0.9623709533723823,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:43:00.0",
|
|
"endGMT": "2024-07-08T06:44:00.0",
|
|
"activityLevel": 0.9714947926644363,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:44:00.0",
|
|
"endGMT": "2024-07-08T06:45:00.0",
|
|
"activityLevel": 0.975938186894498,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:45:00.0",
|
|
"endGMT": "2024-07-08T06:46:00.0",
|
|
"activityLevel": 0.9742342081694915,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:46:00.0",
|
|
"endGMT": "2024-07-08T06:47:00.0",
|
|
"activityLevel": 0.9670676915770808,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:47:00.0",
|
|
"endGMT": "2024-07-08T06:48:00.0",
|
|
"activityLevel": 0.9551511945491185,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:48:00.0",
|
|
"endGMT": "2024-07-08T06:49:00.0",
|
|
"activityLevel": 0.939173356374611,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:49:00.0",
|
|
"endGMT": "2024-07-08T06:50:00.0",
|
|
"activityLevel": 0.9197523443688349,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:50:00.0",
|
|
"endGMT": "2024-07-08T06:51:00.0",
|
|
"activityLevel": 0.8973990488412699,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:51:00.0",
|
|
"endGMT": "2024-07-08T06:52:00.0",
|
|
"activityLevel": 0.8724939882046271,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:52:00.0",
|
|
"endGMT": "2024-07-08T06:53:00.0",
|
|
"activityLevel": 0.845280406748208,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:53:00.0",
|
|
"endGMT": "2024-07-08T06:54:00.0",
|
|
"activityLevel": 0.8158739506755465,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:54:00.0",
|
|
"endGMT": "2024-07-08T06:55:00.0",
|
|
"activityLevel": 0.7868225857865215,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:55:00.0",
|
|
"endGMT": "2024-07-08T06:56:00.0",
|
|
"activityLevel": 0.7552801285652947,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:56:00.0",
|
|
"endGMT": "2024-07-08T06:57:00.0",
|
|
"activityLevel": 0.7178833202932577,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:57:00.0",
|
|
"endGMT": "2024-07-08T06:58:00.0",
|
|
"activityLevel": 0.677472220404834,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:58:00.0",
|
|
"endGMT": "2024-07-08T06:59:00.0",
|
|
"activityLevel": 0.6348564432029968,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:59:00.0",
|
|
"endGMT": "2024-07-08T07:00:00.0",
|
|
"activityLevel": 0.5906594745910709,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:00:00.0",
|
|
"endGMT": "2024-07-08T07:01:00.0",
|
|
"activityLevel": 0.5453124366882788,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:01:00.0",
|
|
"endGMT": "2024-07-08T07:02:00.0",
|
|
"activityLevel": 0.4990726370481235,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:02:00.0",
|
|
"endGMT": "2024-07-08T07:03:00.0",
|
|
"activityLevel": 0.45206260621800165,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:03:00.0",
|
|
"endGMT": "2024-07-08T07:04:00.0",
|
|
"activityLevel": 0.4140563280076178,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:04:00.0",
|
|
"endGMT": "2024-07-08T07:05:00.0",
|
|
"activityLevel": 0.36085029124805756,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:05:00.0",
|
|
"endGMT": "2024-07-08T07:06:00.0",
|
|
"activityLevel": 0.3141837974702133,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:06:00.0",
|
|
"endGMT": "2024-07-08T07:07:00.0",
|
|
"activityLevel": 0.27550163419721485,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:07:00.0",
|
|
"endGMT": "2024-07-08T07:08:00.0",
|
|
"activityLevel": 0.2528440551252095,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:08:00.0",
|
|
"endGMT": "2024-07-08T07:09:00.0",
|
|
"activityLevel": 0.2528440551252095,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:09:00.0",
|
|
"endGMT": "2024-07-08T07:10:00.0",
|
|
"activityLevel": 0.27550163419721485,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:10:00.0",
|
|
"endGMT": "2024-07-08T07:11:00.0",
|
|
"activityLevel": 0.3141837974702133,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:11:00.0",
|
|
"endGMT": "2024-07-08T07:12:00.0",
|
|
"activityLevel": 0.36085029124805756,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:12:00.0",
|
|
"endGMT": "2024-07-08T07:13:00.0",
|
|
"activityLevel": 0.4140563280076178,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:13:00.0",
|
|
"endGMT": "2024-07-08T07:14:00.0",
|
|
"activityLevel": 0.4585508407956919,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:14:00.0",
|
|
"endGMT": "2024-07-08T07:15:00.0",
|
|
"activityLevel": 0.4970511935482702,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:15:00.0",
|
|
"endGMT": "2024-07-08T07:16:00.0",
|
|
"activityLevel": 0.5255516111453603,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:16:00.0",
|
|
"endGMT": "2024-07-08T07:17:00.0",
|
|
"activityLevel": 0.5523773507172176,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:17:00.0",
|
|
"endGMT": "2024-07-08T07:18:00.0",
|
|
"activityLevel": 0.5736293775717279,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:18:00.0",
|
|
"endGMT": "2024-07-08T07:19:00.0",
|
|
"activityLevel": 0.589708122728619,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:19:00.0",
|
|
"endGMT": "2024-07-08T07:20:00.0",
|
|
"activityLevel": 0.601244482672578,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:20:00.0",
|
|
"endGMT": "2024-07-08T07:21:00.0",
|
|
"activityLevel": 0.6090251009673148,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:21:00.0",
|
|
"endGMT": "2024-07-08T07:22:00.0",
|
|
"activityLevel": 0.6138919183178714,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:22:00.0",
|
|
"endGMT": "2024-07-08T07:23:00.0",
|
|
"activityLevel": 0.6142253834721974,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:23:00.0",
|
|
"endGMT": "2024-07-08T07:24:00.0",
|
|
"activityLevel": 0.618642320229381,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:24:00.0",
|
|
"endGMT": "2024-07-08T07:25:00.0",
|
|
"activityLevel": 0.6251520029231643,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:25:00.0",
|
|
"endGMT": "2024-07-08T07:26:00.0",
|
|
"activityLevel": 0.6345150110190427,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:26:00.0",
|
|
"endGMT": "2024-07-08T07:27:00.0",
|
|
"activityLevel": 0.6468470166184119,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:27:00.0",
|
|
"endGMT": "2024-07-08T07:28:00.0",
|
|
"activityLevel": 0.6615959595193489,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:28:00.0",
|
|
"endGMT": "2024-07-08T07:29:00.0",
|
|
"activityLevel": 0.6776426658024243,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:29:00.0",
|
|
"endGMT": "2024-07-08T07:30:00.0",
|
|
"activityLevel": 0.6934859331903077,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:30:00.0",
|
|
"endGMT": "2024-07-08T07:31:00.0",
|
|
"activityLevel": 0.7074555149099341,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:31:00.0",
|
|
"endGMT": "2024-07-08T07:32:00.0",
|
|
"activityLevel": 0.7179064083707625,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:32:00.0",
|
|
"endGMT": "2024-07-08T07:33:00.0",
|
|
"activityLevel": 0.7233701576546021,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:33:00.0",
|
|
"endGMT": "2024-07-08T07:34:00.0",
|
|
"activityLevel": 0.7254092099030423,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:34:00.0",
|
|
"endGMT": "2024-07-08T07:35:00.0",
|
|
"activityLevel": 0.7172048571772252,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:35:00.0",
|
|
"endGMT": "2024-07-08T07:36:00.0",
|
|
"activityLevel": 0.7009920079253571,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:36:00.0",
|
|
"endGMT": "2024-07-08T07:37:00.0",
|
|
"activityLevel": 0.6771561111389426,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:37:00.0",
|
|
"endGMT": "2024-07-08T07:38:00.0",
|
|
"activityLevel": 0.6462598602603074,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:38:00.0",
|
|
"endGMT": "2024-07-08T07:39:00.0",
|
|
"activityLevel": 0.6090251009673148,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:39:00.0",
|
|
"endGMT": "2024-07-08T07:40:00.0",
|
|
"activityLevel": 0.5663094634001272,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:40:00.0",
|
|
"endGMT": "2024-07-08T07:41:00.0",
|
|
"activityLevel": 0.519078250062335,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:41:00.0",
|
|
"endGMT": "2024-07-08T07:42:00.0",
|
|
"activityLevel": 0.46837205723195313,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:42:00.0",
|
|
"endGMT": "2024-07-08T07:43:00.0",
|
|
"activityLevel": 0.41527032976647393,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:43:00.0",
|
|
"endGMT": "2024-07-08T07:44:00.0",
|
|
"activityLevel": 0.36085029124805756,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:44:00.0",
|
|
"endGMT": "2024-07-08T07:45:00.0",
|
|
"activityLevel": 0.31257743771999924,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:45:00.0",
|
|
"endGMT": "2024-07-08T07:46:00.0",
|
|
"activityLevel": 0.25845239415428134,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:46:00.0",
|
|
"endGMT": "2024-07-08T07:47:00.0",
|
|
"activityLevel": 0.19645263730790685,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:47:00.0",
|
|
"endGMT": "2024-07-08T07:48:00.0",
|
|
"activityLevel": 0.15293509963778754,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:48:00.0",
|
|
"endGMT": "2024-07-08T07:49:00.0",
|
|
"activityLevel": 0.1349333939486886,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:49:00.0",
|
|
"endGMT": "2024-07-08T07:50:00.0",
|
|
"activityLevel": 0.15293509963778754,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:50:00.0",
|
|
"endGMT": "2024-07-08T07:51:00.0",
|
|
"activityLevel": 0.19645263730790685,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:51:00.0",
|
|
"endGMT": "2024-07-08T07:52:00.0",
|
|
"activityLevel": 0.25845239415428134,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:52:00.0",
|
|
"endGMT": "2024-07-08T07:53:00.0",
|
|
"activityLevel": 0.31257743771999924,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:53:00.0",
|
|
"endGMT": "2024-07-08T07:54:00.0",
|
|
"activityLevel": 0.35673350819189387,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:54:00.0",
|
|
"endGMT": "2024-07-08T07:55:00.0",
|
|
"activityLevel": 0.4164807928411105,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:55:00.0",
|
|
"endGMT": "2024-07-08T07:56:00.0",
|
|
"activityLevel": 0.4779915212605219,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:56:00.0",
|
|
"endGMT": "2024-07-08T07:57:00.0",
|
|
"activityLevel": 0.5402078955067132,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:57:00.0",
|
|
"endGMT": "2024-07-08T07:58:00.0",
|
|
"activityLevel": 0.6018755551346839,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:58:00.0",
|
|
"endGMT": "2024-07-08T07:59:00.0",
|
|
"activityLevel": 0.6615959595193489,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:59:00.0",
|
|
"endGMT": "2024-07-08T08:00:00.0",
|
|
"activityLevel": 0.7178833202932577,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:00:00.0",
|
|
"endGMT": "2024-07-08T08:01:00.0",
|
|
"activityLevel": 0.769225239038304,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:01:00.0",
|
|
"endGMT": "2024-07-08T08:02:00.0",
|
|
"activityLevel": 0.8141452191951851,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:02:00.0",
|
|
"endGMT": "2024-07-08T08:03:00.0",
|
|
"activityLevel": 0.8512647536184262,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:03:00.0",
|
|
"endGMT": "2024-07-08T08:04:00.0",
|
|
"activityLevel": 0.8793625025095828,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:04:00.0",
|
|
"endGMT": "2024-07-08T08:05:00.0",
|
|
"activityLevel": 0.8974280776845307,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:05:00.0",
|
|
"endGMT": "2024-07-08T08:06:00.0",
|
|
"activityLevel": 0.903073974763895,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:06:00.0",
|
|
"endGMT": "2024-07-08T08:07:00.0",
|
|
"activityLevel": 0.901301143685339,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:07:00.0",
|
|
"endGMT": "2024-07-08T08:08:00.0",
|
|
"activityLevel": 0.8905151534848624,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:08:00.0",
|
|
"endGMT": "2024-07-08T08:09:00.0",
|
|
"activityLevel": 0.8717690635000533,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:09:00.0",
|
|
"endGMT": "2024-07-08T08:10:00.0",
|
|
"activityLevel": 0.846506516634432,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:10:00.0",
|
|
"endGMT": "2024-07-08T08:11:00.0",
|
|
"activityLevel": 0.8164941403249725,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:11:00.0",
|
|
"endGMT": "2024-07-08T08:12:00.0",
|
|
"activityLevel": 0.7837134509928587,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:12:00.0",
|
|
"endGMT": "2024-07-08T08:13:00.0",
|
|
"activityLevel": 0.7502055232473618,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:13:00.0",
|
|
"endGMT": "2024-07-08T08:14:00.0",
|
|
"activityLevel": 0.7178681858883704,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:14:00.0",
|
|
"endGMT": "2024-07-08T08:15:00.0",
|
|
"activityLevel": 0.6882215310559268,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:15:00.0",
|
|
"endGMT": "2024-07-08T08:16:00.0",
|
|
"activityLevel": 0.6651835822921067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:16:00.0",
|
|
"endGMT": "2024-07-08T08:17:00.0",
|
|
"activityLevel": 0.6424592694424729,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:17:00.0",
|
|
"endGMT": "2024-07-08T08:18:00.0",
|
|
"activityLevel": 0.622261588585103,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:18:00.0",
|
|
"endGMT": "2024-07-08T08:19:00.0",
|
|
"activityLevel": 0.6039137635226606,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:19:00.0",
|
|
"endGMT": "2024-07-08T08:20:00.0",
|
|
"activityLevel": 0.5861572742315906,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:20:00.0",
|
|
"endGMT": "2024-07-08T08:21:00.0",
|
|
"activityLevel": 0.56741586200465,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:21:00.0",
|
|
"endGMT": "2024-07-08T08:22:00.0",
|
|
"activityLevel": 0.5460820999724711,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:22:00.0",
|
|
"endGMT": "2024-07-08T08:23:00.0",
|
|
"activityLevel": 0.5283546468087472,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:23:00.0",
|
|
"endGMT": "2024-07-08T08:24:00.0",
|
|
"activityLevel": 0.4970511935482702,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:24:00.0",
|
|
"endGMT": "2024-07-08T08:25:00.0",
|
|
"activityLevel": 0.4585508407956919,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:25:00.0",
|
|
"endGMT": "2024-07-08T08:26:00.0",
|
|
"activityLevel": 0.4140563280076178,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:26:00.0",
|
|
"endGMT": "2024-07-08T08:27:00.0",
|
|
"activityLevel": 0.3649206345504732,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:27:00.0",
|
|
"endGMT": "2024-07-08T08:28:00.0",
|
|
"activityLevel": 0.31257743771999924,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:28:00.0",
|
|
"endGMT": "2024-07-08T08:29:00.0",
|
|
"activityLevel": 0.25845239415428134,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:29:00.0",
|
|
"endGMT": "2024-07-08T08:30:00.0",
|
|
"activityLevel": 0.2038327145777733,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:30:00.0",
|
|
"endGMT": "2024-07-08T08:31:00.0",
|
|
"activityLevel": 0.1496072881915049,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:31:00.0",
|
|
"endGMT": "2024-07-08T08:32:00.0",
|
|
"activityLevel": 0.09541231786963358,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:32:00.0",
|
|
"endGMT": "2024-07-08T08:33:00.0",
|
|
"activityLevel": 0.03173017524697902,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:33:00.0",
|
|
"endGMT": "2024-07-08T08:34:00.0",
|
|
"activityLevel": 0.0607673517082981,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:34:00.0",
|
|
"endGMT": "2024-07-08T08:35:00.0",
|
|
"activityLevel": 0.01586508762348951,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:35:00.0",
|
|
"endGMT": "2024-07-08T08:36:00.0",
|
|
"activityLevel": 0.04770615893481679,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:36:00.0",
|
|
"endGMT": "2024-07-08T08:37:00.0",
|
|
"activityLevel": 0.07480364409575245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:37:00.0",
|
|
"endGMT": "2024-07-08T08:38:00.0",
|
|
"activityLevel": 0.10191635728888665,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:38:00.0",
|
|
"endGMT": "2024-07-08T08:39:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:39:00.0",
|
|
"endGMT": "2024-07-08T08:40:00.0",
|
|
"activityLevel": 0.15628871885999962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:40:00.0",
|
|
"endGMT": "2024-07-08T08:41:00.0",
|
|
"activityLevel": 0.1824603172752366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:41:00.0",
|
|
"endGMT": "2024-07-08T08:42:00.0",
|
|
"activityLevel": 0.2070281640038089,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:42:00.0",
|
|
"endGMT": "2024-07-08T08:43:00.0",
|
|
"activityLevel": 0.22927542039784596,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:43:00.0",
|
|
"endGMT": "2024-07-08T08:44:00.0",
|
|
"activityLevel": 0.2485255967741351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:44:00.0",
|
|
"endGMT": "2024-07-08T08:45:00.0",
|
|
"activityLevel": 0.2641773234043736,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:45:00.0",
|
|
"endGMT": "2024-07-08T08:46:00.0",
|
|
"activityLevel": 0.275732630261712,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:46:00.0",
|
|
"endGMT": "2024-07-08T08:47:00.0",
|
|
"activityLevel": 0.28281935595538366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:47:00.0",
|
|
"endGMT": "2024-07-08T08:48:00.0",
|
|
"activityLevel": 0.28520752502874813,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:48:00.0",
|
|
"endGMT": "2024-07-08T08:49:00.0",
|
|
"activityLevel": 0.28281935595538366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:49:00.0",
|
|
"endGMT": "2024-07-08T08:50:00.0",
|
|
"activityLevel": 0.275732630261712,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:50:00.0",
|
|
"endGMT": "2024-07-08T08:51:00.0",
|
|
"activityLevel": 0.2641773234043736,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:51:00.0",
|
|
"endGMT": "2024-07-08T08:52:00.0",
|
|
"activityLevel": 0.2485255967741351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:52:00.0",
|
|
"endGMT": "2024-07-08T08:53:00.0",
|
|
"activityLevel": 0.22927542039784596,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:53:00.0",
|
|
"endGMT": "2024-07-08T08:54:00.0",
|
|
"activityLevel": 0.2070281640038089,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:54:00.0",
|
|
"endGMT": "2024-07-08T08:55:00.0",
|
|
"activityLevel": 0.1824603172752366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:55:00.0",
|
|
"endGMT": "2024-07-08T08:56:00.0",
|
|
"activityLevel": 0.15628871885999962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:56:00.0",
|
|
"endGMT": "2024-07-08T08:57:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:57:00.0",
|
|
"endGMT": "2024-07-08T08:58:00.0",
|
|
"activityLevel": 0.10191635728888665,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:58:00.0",
|
|
"endGMT": "2024-07-08T08:59:00.0",
|
|
"activityLevel": 0.07480364409575245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:59:00.0",
|
|
"endGMT": "2024-07-08T09:00:00.0",
|
|
"activityLevel": 0.04770615893481679,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:00:00.0",
|
|
"endGMT": "2024-07-08T09:01:00.0",
|
|
"activityLevel": 0.01586508762348951,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:01:00.0",
|
|
"endGMT": "2024-07-08T09:02:00.0",
|
|
"activityLevel": 0.027175985846478505,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:02:00.0",
|
|
"endGMT": "2024-07-08T09:03:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:03:00.0",
|
|
"endGMT": "2024-07-08T09:04:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:04:00.0",
|
|
"endGMT": "2024-07-08T09:05:00.0",
|
|
"activityLevel": 0.027175985846478505,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:05:00.0",
|
|
"endGMT": "2024-07-08T09:06:00.0",
|
|
"activityLevel": 0.01586508762348951,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:06:00.0",
|
|
"endGMT": "2024-07-08T09:07:00.0",
|
|
"activityLevel": 0.04770615893481679,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:07:00.0",
|
|
"endGMT": "2024-07-08T09:08:00.0",
|
|
"activityLevel": 0.07480364409575245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:08:00.0",
|
|
"endGMT": "2024-07-08T09:09:00.0",
|
|
"activityLevel": 0.10191635728888665,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:09:00.0",
|
|
"endGMT": "2024-07-08T09:10:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:10:00.0",
|
|
"endGMT": "2024-07-08T09:11:00.0",
|
|
"activityLevel": 0.15628871885999962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:11:00.0",
|
|
"endGMT": "2024-07-08T09:12:00.0",
|
|
"activityLevel": 0.1824603172752366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:12:00.0",
|
|
"endGMT": "2024-07-08T09:13:00.0",
|
|
"activityLevel": 0.2070281640038089,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:13:00.0",
|
|
"endGMT": "2024-07-08T09:14:00.0",
|
|
"activityLevel": 0.22927542039784596,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:14:00.0",
|
|
"endGMT": "2024-07-08T09:15:00.0",
|
|
"activityLevel": 0.2485255967741351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:15:00.0",
|
|
"endGMT": "2024-07-08T09:16:00.0",
|
|
"activityLevel": 0.2641773234043736,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:16:00.0",
|
|
"endGMT": "2024-07-08T09:17:00.0",
|
|
"activityLevel": 0.275732630261712,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:17:00.0",
|
|
"endGMT": "2024-07-08T09:18:00.0",
|
|
"activityLevel": 0.28281935595538366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:18:00.0",
|
|
"endGMT": "2024-07-08T09:19:00.0",
|
|
"activityLevel": 0.28520752502874813,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:19:00.0",
|
|
"endGMT": "2024-07-08T09:20:00.0",
|
|
"activityLevel": 0.28281935595538366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:20:00.0",
|
|
"endGMT": "2024-07-08T09:21:00.0",
|
|
"activityLevel": 0.275732630261712,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:21:00.0",
|
|
"endGMT": "2024-07-08T09:22:00.0",
|
|
"activityLevel": 0.2641773234043736,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:22:00.0",
|
|
"endGMT": "2024-07-08T09:23:00.0",
|
|
"activityLevel": 0.2485255967741351,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:23:00.0",
|
|
"endGMT": "2024-07-08T09:24:00.0",
|
|
"activityLevel": 0.22927542039784596,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:24:00.0",
|
|
"endGMT": "2024-07-08T09:25:00.0",
|
|
"activityLevel": 0.2070281640038089,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:25:00.0",
|
|
"endGMT": "2024-07-08T09:26:00.0",
|
|
"activityLevel": 0.1824603172752366,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:26:00.0",
|
|
"endGMT": "2024-07-08T09:27:00.0",
|
|
"activityLevel": 0.15628871885999962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:27:00.0",
|
|
"endGMT": "2024-07-08T09:28:00.0",
|
|
"activityLevel": 0.12922619707714067,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:28:00.0",
|
|
"endGMT": "2024-07-08T09:29:00.0",
|
|
"activityLevel": 0.10191635728888665,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:29:00.0",
|
|
"endGMT": "2024-07-08T09:30:00.0",
|
|
"activityLevel": 0.07480364409575245,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:30:00.0",
|
|
"endGMT": "2024-07-08T09:31:00.0",
|
|
"activityLevel": 0.04770615893481679,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:31:00.0",
|
|
"endGMT": "2024-07-08T09:32:00.0",
|
|
"activityLevel": 0.01586508762348951,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:32:00.0",
|
|
"endGMT": "2024-07-08T09:33:00.0",
|
|
"activityLevel": 0.027175985846478505,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:33:00.0",
|
|
"endGMT": "2024-07-08T09:34:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:34:00.0",
|
|
"endGMT": "2024-07-08T09:35:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:35:00.0",
|
|
"endGMT": "2024-07-08T09:36:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:36:00.0",
|
|
"endGMT": "2024-07-08T09:37:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:37:00.0",
|
|
"endGMT": "2024-07-08T09:38:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:38:00.0",
|
|
"endGMT": "2024-07-08T09:39:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:39:00.0",
|
|
"endGMT": "2024-07-08T09:40:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:40:00.0",
|
|
"endGMT": "2024-07-08T09:41:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:41:00.0",
|
|
"endGMT": "2024-07-08T09:42:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:42:00.0",
|
|
"endGMT": "2024-07-08T09:43:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:43:00.0",
|
|
"endGMT": "2024-07-08T09:44:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:44:00.0",
|
|
"endGMT": "2024-07-08T09:45:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:45:00.0",
|
|
"endGMT": "2024-07-08T09:46:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:46:00.0",
|
|
"endGMT": "2024-07-08T09:47:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:47:00.0",
|
|
"endGMT": "2024-07-08T09:48:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:48:00.0",
|
|
"endGMT": "2024-07-08T09:49:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:49:00.0",
|
|
"endGMT": "2024-07-08T09:50:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:50:00.0",
|
|
"endGMT": "2024-07-08T09:51:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:51:00.0",
|
|
"endGMT": "2024-07-08T09:52:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:52:00.0",
|
|
"endGMT": "2024-07-08T09:53:00.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:53:00.0",
|
|
"endGMT": "2024-07-08T09:54:00.0",
|
|
"activityLevel": 0.07686529550989835,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:54:00.0",
|
|
"endGMT": "2024-07-08T09:55:00.0",
|
|
"activityLevel": 0.0448732441707528,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:55:00.0",
|
|
"endGMT": "2024-07-08T09:56:00.0",
|
|
"activityLevel": 0.1349333939486886,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:56:00.0",
|
|
"endGMT": "2024-07-08T09:57:00.0",
|
|
"activityLevel": 0.2115766559902864,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:57:00.0",
|
|
"endGMT": "2024-07-08T09:58:00.0",
|
|
"activityLevel": 0.2882629894112111,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:58:00.0",
|
|
"endGMT": "2024-07-08T09:59:00.0",
|
|
"activityLevel": 0.3655068810407815,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:59:00.0",
|
|
"endGMT": "2024-07-08T10:00:00.0",
|
|
"activityLevel": 0.4420512517154544,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:00:00.0",
|
|
"endGMT": "2024-07-08T10:01:00.0",
|
|
"activityLevel": 0.516075710571075,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:01:00.0",
|
|
"endGMT": "2024-07-08T10:02:00.0",
|
|
"activityLevel": 0.5855640746547759,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:02:00.0",
|
|
"endGMT": "2024-07-08T10:03:00.0",
|
|
"activityLevel": 0.6484888180908535,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:03:00.0",
|
|
"endGMT": "2024-07-08T10:04:00.0",
|
|
"activityLevel": 0.702936539109698,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:04:00.0",
|
|
"endGMT": "2024-07-08T10:05:00.0",
|
|
"activityLevel": 0.7472063072597769,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:05:00.0",
|
|
"endGMT": "2024-07-08T10:06:00.0",
|
|
"activityLevel": 0.7798896506098385,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:06:00.0",
|
|
"endGMT": "2024-07-08T10:07:00.0",
|
|
"activityLevel": 0.7962323977145869,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:07:00.0",
|
|
"endGMT": "2024-07-08T10:08:00.0",
|
|
"activityLevel": 0.8042710942541551,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:08:00.0",
|
|
"endGMT": "2024-07-08T10:09:00.0",
|
|
"activityLevel": 0.8124745741677484,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:09:00.0",
|
|
"endGMT": "2024-07-08T10:10:00.0",
|
|
"activityLevel": 0.8192677030683438,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:10:00.0",
|
|
"endGMT": "2024-07-08T10:11:00.0",
|
|
"activityLevel": 0.8283583150020962,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:11:00.0",
|
|
"endGMT": "2024-07-08T10:12:00.0",
|
|
"activityLevel": 0.8360586473808641,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:12:00.0",
|
|
"endGMT": "2024-07-08T10:13:00.0",
|
|
"activityLevel": 0.8612508375597668,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:13:00.0",
|
|
"endGMT": "2024-07-08T10:14:00.0",
|
|
"activityLevel": 0.8931986353382947,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:14:00.0",
|
|
"endGMT": "2024-07-08T10:15:00.0",
|
|
"activityLevel": 1.0028904650887294,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:15:00.0",
|
|
"endGMT": "2024-07-08T10:16:00.0",
|
|
"activityLevel": 1.1475931334673173,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:16:00.0",
|
|
"endGMT": "2024-07-08T10:17:00.0",
|
|
"activityLevel": 1.358310949374774,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:17:00.0",
|
|
"endGMT": "2024-07-08T10:18:00.0",
|
|
"activityLevel": 1.6316661380057063,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:18:00.0",
|
|
"endGMT": "2024-07-08T10:19:00.0",
|
|
"activityLevel": 1.9692171001776986,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:19:00.0",
|
|
"endGMT": "2024-07-08T10:20:00.0",
|
|
"activityLevel": 2.340081573322653,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:20:00.0",
|
|
"endGMT": "2024-07-08T10:21:00.0",
|
|
"activityLevel": 2.725034226599384,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:21:00.0",
|
|
"endGMT": "2024-07-08T10:22:00.0",
|
|
"activityLevel": 3.1275206640940922,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:22:00.0",
|
|
"endGMT": "2024-07-08T10:23:00.0",
|
|
"activityLevel": 3.5406211235211957,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:23:00.0",
|
|
"endGMT": "2024-07-08T10:24:00.0",
|
|
"activityLevel": 3.9588062068049887,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:24:00.0",
|
|
"endGMT": "2024-07-08T10:25:00.0",
|
|
"activityLevel": 4.361745599369039,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:25:00.0",
|
|
"endGMT": "2024-07-08T10:26:00.0",
|
|
"activityLevel": 4.753375301969818,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:26:00.0",
|
|
"endGMT": "2024-07-08T10:27:00.0",
|
|
"activityLevel": 5.119252838888224,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:27:00.0",
|
|
"endGMT": "2024-07-08T10:28:00.0",
|
|
"activityLevel": 5.448264351748779,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:28:00.0",
|
|
"endGMT": "2024-07-08T10:29:00.0",
|
|
"activityLevel": 5.744688055401102,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:29:00.0",
|
|
"endGMT": "2024-07-08T10:30:00.0",
|
|
"activityLevel": 5.99753575679536,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:30:00.0",
|
|
"endGMT": "2024-07-08T10:31:00.0",
|
|
"activityLevel": 6.202295450727306,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:31:00.0",
|
|
"endGMT": "2024-07-08T10:32:00.0",
|
|
"activityLevel": 6.3555949112142525,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:32:00.0",
|
|
"endGMT": "2024-07-08T10:33:00.0",
|
|
"activityLevel": 6.455280652427611,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:33:00.0",
|
|
"endGMT": "2024-07-08T10:34:00.0",
|
|
"activityLevel": 6.500461886729058,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:34:00.0",
|
|
"endGMT": "2024-07-08T10:35:00.0",
|
|
"activityLevel": 6.491975731253427,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:35:00.0",
|
|
"endGMT": "2024-07-08T10:36:00.0",
|
|
"activityLevel": 6.4307833174597135,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:36:00.0",
|
|
"endGMT": "2024-07-08T10:37:00.0",
|
|
"activityLevel": 6.318869199067785,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:37:00.0",
|
|
"endGMT": "2024-07-08T10:38:00.0",
|
|
"activityLevel": 6.158852858184711,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:38:00.0",
|
|
"endGMT": "2024-07-08T10:39:00.0",
|
|
"activityLevel": 5.955719049228967,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:39:00.0",
|
|
"endGMT": "2024-07-08T10:40:00.0",
|
|
"activityLevel": 5.714703785071322,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:40:00.0",
|
|
"endGMT": "2024-07-08T10:41:00.0",
|
|
"activityLevel": 5.439031865941106,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:41:00.0",
|
|
"endGMT": "2024-07-08T10:42:00.0",
|
|
"activityLevel": 5.147138408507956,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:42:00.0",
|
|
"endGMT": "2024-07-08T10:43:00.0",
|
|
"activityLevel": 4.847876630473029,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:43:00.0",
|
|
"endGMT": "2024-07-08T10:44:00.0",
|
|
"activityLevel": 4.536134945409765,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:44:00.0",
|
|
"endGMT": "2024-07-08T10:45:00.0",
|
|
"activityLevel": 4.24416929713549,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:45:00.0",
|
|
"endGMT": "2024-07-08T10:46:00.0",
|
|
"activityLevel": 3.9924448274697677,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:46:00.0",
|
|
"endGMT": "2024-07-08T10:47:00.0",
|
|
"activityLevel": 3.7918004538380656,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:47:00.0",
|
|
"endGMT": "2024-07-08T10:48:00.0",
|
|
"activityLevel": 3.6512674437920847,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:48:00.0",
|
|
"endGMT": "2024-07-08T10:49:00.0",
|
|
"activityLevel": 3.584620461930404,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:49:00.0",
|
|
"endGMT": "2024-07-08T10:50:00.0",
|
|
"activityLevel": 3.5990230099206846,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:50:00.0",
|
|
"endGMT": "2024-07-08T10:51:00.0",
|
|
"activityLevel": 3.674984075963328,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:51:00.0",
|
|
"endGMT": "2024-07-08T10:52:00.0",
|
|
"activityLevel": 3.7917730103054015,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:52:00.0",
|
|
"endGMT": "2024-07-08T10:53:00.0",
|
|
"activityLevel": 3.9213390099934085,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:53:00.0",
|
|
"endGMT": "2024-07-08T10:54:00.0",
|
|
"activityLevel": 4.055291331031145,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:54:00.0",
|
|
"endGMT": "2024-07-08T10:55:00.0",
|
|
"activityLevel": 4.164815193371208,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:55:00.0",
|
|
"endGMT": "2024-07-08T10:56:00.0",
|
|
"activityLevel": 4.242608873995664,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:56:00.0",
|
|
"endGMT": "2024-07-08T10:57:00.0",
|
|
"activityLevel": 4.285332348673107,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:57:00.0",
|
|
"endGMT": "2024-07-08T10:58:00.0",
|
|
"activityLevel": 4.274079702441345,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:58:00.0",
|
|
"endGMT": "2024-07-08T10:59:00.0",
|
|
"activityLevel": 4.212809157336095,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T10:59:00.0",
|
|
"endGMT": "2024-07-08T11:00:00.0",
|
|
"activityLevel": 4.103002510680104,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:00:00.0",
|
|
"endGMT": "2024-07-08T11:01:00.0",
|
|
"activityLevel": 3.9484775387293265,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:01:00.0",
|
|
"endGMT": "2024-07-08T11:02:00.0",
|
|
"activityLevel": 3.7552774472343597,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:02:00.0",
|
|
"endGMT": "2024-07-08T11:03:00.0",
|
|
"activityLevel": 3.5315135300455616,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:03:00.0",
|
|
"endGMT": "2024-07-08T11:04:00.0",
|
|
"activityLevel": 3.2791977894871196,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:04:00.0",
|
|
"endGMT": "2024-07-08T11:05:00.0",
|
|
"activityLevel": 3.027222392705982,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:05:00.0",
|
|
"endGMT": "2024-07-08T11:06:00.0",
|
|
"activityLevel": 2.801379125353849,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:06:00.0",
|
|
"endGMT": "2024-07-08T11:07:00.0",
|
|
"activityLevel": 2.643352285387023,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:07:00.0",
|
|
"endGMT": "2024-07-08T11:08:00.0",
|
|
"activityLevel": 2.5608249575455866,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:08:00.0",
|
|
"endGMT": "2024-07-08T11:09:00.0",
|
|
"activityLevel": 2.5885196981247356,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:09:00.0",
|
|
"endGMT": "2024-07-08T11:10:00.0",
|
|
"activityLevel": 2.74385322203688,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:10:00.0",
|
|
"endGMT": "2024-07-08T11:11:00.0",
|
|
"activityLevel": 2.9894334635828512,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:11:00.0",
|
|
"endGMT": "2024-07-08T11:12:00.0",
|
|
"activityLevel": 3.313357211851606,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:12:00.0",
|
|
"endGMT": "2024-07-08T11:13:00.0",
|
|
"activityLevel": 3.7000375630578843,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:13:00.0",
|
|
"endGMT": "2024-07-08T11:14:00.0",
|
|
"activityLevel": 4.11680080737648,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:14:00.0",
|
|
"endGMT": "2024-07-08T11:15:00.0",
|
|
"activityLevel": 4.539146075899416,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:15:00.0",
|
|
"endGMT": "2024-07-08T11:16:00.0",
|
|
"activityLevel": 4.961953721222002,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:16:00.0",
|
|
"endGMT": "2024-07-08T11:17:00.0",
|
|
"activityLevel": 5.374999768764193,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:17:00.0",
|
|
"endGMT": "2024-07-08T11:18:00.0",
|
|
"activityLevel": 5.7713868984932155,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:18:00.0",
|
|
"endGMT": "2024-07-08T11:19:00.0",
|
|
"activityLevel": 6.143863876841869,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:19:00.0",
|
|
"endGMT": "2024-07-08T11:20:00.0",
|
|
"activityLevel": 6.48686139548907,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T11:20:00.0",
|
|
"endGMT": "2024-07-08T11:21:00.0",
|
|
"activityLevel": 6.796272400617864,
|
|
},
|
|
],
|
|
"remSleepData": true,
|
|
"sleepLevels": [
|
|
{
|
|
"startGMT": "2024-07-08T01:58:45.0",
|
|
"endGMT": "2024-07-08T02:15:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:15:45.0",
|
|
"endGMT": "2024-07-08T02:21:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:21:45.0",
|
|
"endGMT": "2024-07-08T02:28:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:28:45.0",
|
|
"endGMT": "2024-07-08T02:44:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:44:45.0",
|
|
"endGMT": "2024-07-08T02:45:45.0",
|
|
"activityLevel": 3.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T02:45:45.0",
|
|
"endGMT": "2024-07-08T03:06:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:06:45.0",
|
|
"endGMT": "2024-07-08T03:12:45.0",
|
|
"activityLevel": 3.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:12:45.0",
|
|
"endGMT": "2024-07-08T03:20:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:20:45.0",
|
|
"endGMT": "2024-07-08T03:42:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:42:45.0",
|
|
"endGMT": "2024-07-08T03:53:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T03:53:45.0",
|
|
"endGMT": "2024-07-08T04:04:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T04:04:45.0",
|
|
"endGMT": "2024-07-08T05:12:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:12:45.0",
|
|
"endGMT": "2024-07-08T05:27:45.0",
|
|
"activityLevel": 2.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:27:45.0",
|
|
"endGMT": "2024-07-08T05:51:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T05:51:45.0",
|
|
"endGMT": "2024-07-08T06:11:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T06:11:45.0",
|
|
"endGMT": "2024-07-08T07:07:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:07:45.0",
|
|
"endGMT": "2024-07-08T07:18:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:18:45.0",
|
|
"endGMT": "2024-07-08T07:21:45.0",
|
|
"activityLevel": 3.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:21:45.0",
|
|
"endGMT": "2024-07-08T07:32:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T07:32:45.0",
|
|
"endGMT": "2024-07-08T08:15:45.0",
|
|
"activityLevel": 2.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:15:45.0",
|
|
"endGMT": "2024-07-08T08:27:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:27:45.0",
|
|
"endGMT": "2024-07-08T08:47:45.0",
|
|
"activityLevel": 0.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T08:47:45.0",
|
|
"endGMT": "2024-07-08T09:12:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:12:45.0",
|
|
"endGMT": "2024-07-08T09:33:45.0",
|
|
"activityLevel": 2.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:33:45.0",
|
|
"endGMT": "2024-07-08T09:44:45.0",
|
|
"activityLevel": 1.0,
|
|
},
|
|
{
|
|
"startGMT": "2024-07-08T09:44:45.0",
|
|
"endGMT": "2024-07-08T10:21:45.0",
|
|
"activityLevel": 2.0,
|
|
},
|
|
],
|
|
"sleepRestlessMoments": [
|
|
{"value": 1, "startGMT": 1720404285000},
|
|
{"value": 1, "startGMT": 1720406445000},
|
|
{"value": 2, "startGMT": 1720407705000},
|
|
{"value": 1, "startGMT": 1720407885000},
|
|
{"value": 1, "startGMT": 1720410045000},
|
|
{"value": 1, "startGMT": 1720411305000},
|
|
{"value": 1, "startGMT": 1720412745000},
|
|
{"value": 1, "startGMT": 1720414365000},
|
|
{"value": 1, "startGMT": 1720414725000},
|
|
{"value": 1, "startGMT": 1720415265000},
|
|
{"value": 1, "startGMT": 1720415445000},
|
|
{"value": 1, "startGMT": 1720415805000},
|
|
{"value": 1, "startGMT": 1720416345000},
|
|
{"value": 1, "startGMT": 1720417065000},
|
|
{"value": 1, "startGMT": 1720420665000},
|
|
{"value": 1, "startGMT": 1720421205000},
|
|
{"value": 1, "startGMT": 1720421745000},
|
|
{"value": 1, "startGMT": 1720423005000},
|
|
{"value": 1, "startGMT": 1720423545000},
|
|
{"value": 1, "startGMT": 1720424085000},
|
|
{"value": 1, "startGMT": 1720425525000},
|
|
{"value": 1, "startGMT": 1720425885000},
|
|
{"value": 1, "startGMT": 1720426605000},
|
|
{"value": 1, "startGMT": 1720428225000},
|
|
{"value": 1, "startGMT": 1720428945000},
|
|
{"value": 1, "startGMT": 1720432005000},
|
|
{"value": 1, "startGMT": 1720433085000},
|
|
{"value": 1, "startGMT": 1720433985000},
|
|
],
|
|
"restlessMomentsCount": 29,
|
|
"wellnessSpO2SleepSummaryDTO": {
|
|
"userProfilePk": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"sleepMeasurementStartGMT": "2024-07-08T02:00:00.0",
|
|
"sleepMeasurementEndGMT": "2024-07-08T10:21:00.0",
|
|
"alertThresholdValue": null,
|
|
"numberOfEventsBelowThreshold": null,
|
|
"durationOfEventsBelowThreshold": null,
|
|
"averageSPO2": 95.0,
|
|
"averageSpO2HR": 42.0,
|
|
"lowestSPO2": 89,
|
|
},
|
|
"wellnessEpochSPO2DataDTOList": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 15,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 10,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T02:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 17,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 17,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T03:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-07T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 13,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 13,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 25,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 12,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 14,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 10,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 10,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 15,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T04:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 16,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 17,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 17,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 10,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 15,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 90,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 90,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 90,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 90,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T05:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 89,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 89,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 89,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T06:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 22,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 23,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 92,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T07:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 13,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 7,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 20,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T08:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:22:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:23:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:24:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:25:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:26:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:27:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:28:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:29:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:30:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:31:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:32:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:33:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:34:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:35:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:36:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:37:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:38:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:39:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:40:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:41:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:42:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:43:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:44:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:45:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:46:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:47:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:48:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:49:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 95,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:50:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 96,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:51:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:52:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:53:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:54:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:55:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:56:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 2,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:57:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 24,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:58:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 8,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T09:59:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:00:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:01:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:02:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:03:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:04:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:05:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:06:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:07:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 99,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:08:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 100,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:09:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 97,
|
|
"readingConfidence": 6,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:10:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 90,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:11:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 5,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:12:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:13:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:14:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 94,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:15:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:16:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 3,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:17:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:18:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 91,
|
|
"readingConfidence": 4,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:19:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 11,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:20:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 93,
|
|
"readingConfidence": 9,
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"epochTimestamp": "2024-07-08T10:21:00.0",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08T00:00:00.0",
|
|
"epochDuration": 60,
|
|
"spo2Reading": 98,
|
|
"readingConfidence": 5,
|
|
},
|
|
],
|
|
"wellnessEpochRespirationDataDTOList": [
|
|
{
|
|
"startTimeGMT": 1720403925000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404000000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404120000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404240000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404360000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404480000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404600000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404720000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404840000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720404960000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405080000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405200000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405320000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405440000,
|
|
"respirationValue": 21.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405560000,
|
|
"respirationValue": 21.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405680000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405800000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720405920000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406040000,
|
|
"respirationValue": 21.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406160000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406280000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406400000,
|
|
"respirationValue": 20.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406520000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406640000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406760000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720406880000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407000000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407120000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407240000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407360000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407480000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407600000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407720000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407840000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720407960000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408080000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408200000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408320000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408440000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408560000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408680000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408800000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720408920000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409040000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409160000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409280000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409400000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409520000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409640000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409760000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720409880000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410000000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410120000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410240000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410360000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410480000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410600000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410720000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410840000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720410960000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411080000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411200000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411320000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411440000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411560000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411680000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411800000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720411920000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412040000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412160000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412280000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412400000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412520000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412640000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412760000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720412880000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413000000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413120000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413240000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413360000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413480000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413600000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413720000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413840000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720413960000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414080000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414200000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414320000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414440000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414560000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414680000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414800000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720414920000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415040000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415160000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415280000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415400000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415520000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415640000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415760000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720415880000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416000000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416120000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416240000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416360000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416480000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416600000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416720000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416840000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720416960000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417080000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417200000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417320000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417440000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417560000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417680000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417800000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720417920000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418040000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418160000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418280000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418400000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418520000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418640000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418760000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720418880000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419000000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419120000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419240000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419360000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419480000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419600000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419720000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419840000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720419960000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420080000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420200000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420320000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420440000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420560000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420680000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420800000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720420920000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421040000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421160000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421280000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421400000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421520000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421640000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421760000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720421880000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422000000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422120000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422240000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422360000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422480000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422600000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422720000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422840000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720422960000,
|
|
"respirationValue": 19.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423080000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423200000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423320000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423440000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423560000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423680000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423800000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720423920000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424040000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424160000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424280000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424400000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424520000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424640000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424760000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720424880000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425000000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425120000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425240000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425360000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425480000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425600000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425720000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425840000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720425960000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426080000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426200000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426320000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426440000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426560000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426680000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426800000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720426920000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427040000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427160000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427280000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427400000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427520000,
|
|
"respirationValue": 18.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427640000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427760000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720427880000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428000000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428120000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428240000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428360000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428480000,
|
|
"respirationValue": 15.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428600000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428720000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428840000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720428960000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429080000,
|
|
"respirationValue": 8.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429200000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429320000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429440000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429560000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429680000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429800000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720429920000,
|
|
"respirationValue": 8.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430040000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430160000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430280000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430400000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430520000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430640000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430760000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720430880000,
|
|
"respirationValue": 11.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431000000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431120000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431240000,
|
|
"respirationValue": 12.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431360000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431480000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431600000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431720000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431840000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720431960000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432080000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432200000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432320000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432440000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432560000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432680000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432800000,
|
|
"respirationValue": 9.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720432920000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433040000,
|
|
"respirationValue": 10.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433160000,
|
|
"respirationValue": 13.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433280000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433400000,
|
|
"respirationValue": 14.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433520000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433640000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433760000,
|
|
"respirationValue": 16.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720433880000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
{
|
|
"startTimeGMT": 1720434000000,
|
|
"respirationValue": 17.0,
|
|
},
|
|
],
|
|
"sleepHeartRate": [
|
|
{"value": 44, "startGMT": 1720403880000},
|
|
{"value": 45, "startGMT": 1720404000000},
|
|
{"value": 46, "startGMT": 1720404120000},
|
|
{"value": 46, "startGMT": 1720404240000},
|
|
{"value": 46, "startGMT": 1720404360000},
|
|
{"value": 49, "startGMT": 1720404480000},
|
|
{"value": 47, "startGMT": 1720404600000},
|
|
{"value": 47, "startGMT": 1720404720000},
|
|
{"value": 47, "startGMT": 1720404840000},
|
|
{"value": 47, "startGMT": 1720404960000},
|
|
{"value": 47, "startGMT": 1720405080000},
|
|
{"value": 47, "startGMT": 1720405200000},
|
|
{"value": 47, "startGMT": 1720405320000},
|
|
{"value": 47, "startGMT": 1720405440000},
|
|
{"value": 47, "startGMT": 1720405560000},
|
|
{"value": 47, "startGMT": 1720405680000},
|
|
{"value": 47, "startGMT": 1720405800000},
|
|
{"value": 47, "startGMT": 1720405920000},
|
|
{"value": 47, "startGMT": 1720406040000},
|
|
{"value": 47, "startGMT": 1720406160000},
|
|
{"value": 47, "startGMT": 1720406280000},
|
|
{"value": 48, "startGMT": 1720406400000},
|
|
{"value": 48, "startGMT": 1720406520000},
|
|
{"value": 54, "startGMT": 1720406640000},
|
|
{"value": 46, "startGMT": 1720406760000},
|
|
{"value": 47, "startGMT": 1720406880000},
|
|
{"value": 46, "startGMT": 1720407000000},
|
|
{"value": 47, "startGMT": 1720407120000},
|
|
{"value": 47, "startGMT": 1720407240000},
|
|
{"value": 47, "startGMT": 1720407360000},
|
|
{"value": 47, "startGMT": 1720407480000},
|
|
{"value": 47, "startGMT": 1720407600000},
|
|
{"value": 48, "startGMT": 1720407720000},
|
|
{"value": 49, "startGMT": 1720407840000},
|
|
{"value": 47, "startGMT": 1720407960000},
|
|
{"value": 46, "startGMT": 1720408080000},
|
|
{"value": 47, "startGMT": 1720408200000},
|
|
{"value": 50, "startGMT": 1720408320000},
|
|
{"value": 46, "startGMT": 1720408440000},
|
|
{"value": 46, "startGMT": 1720408560000},
|
|
{"value": 46, "startGMT": 1720408680000},
|
|
{"value": 46, "startGMT": 1720408800000},
|
|
{"value": 46, "startGMT": 1720408920000},
|
|
{"value": 47, "startGMT": 1720409040000},
|
|
{"value": 46, "startGMT": 1720409160000},
|
|
{"value": 46, "startGMT": 1720409280000},
|
|
{"value": 46, "startGMT": 1720409400000},
|
|
{"value": 46, "startGMT": 1720409520000},
|
|
{"value": 46, "startGMT": 1720409640000},
|
|
{"value": 45, "startGMT": 1720409760000},
|
|
{"value": 46, "startGMT": 1720409880000},
|
|
{"value": 45, "startGMT": 1720410000000},
|
|
{"value": 51, "startGMT": 1720410120000},
|
|
{"value": 45, "startGMT": 1720410240000},
|
|
{"value": 44, "startGMT": 1720410360000},
|
|
{"value": 45, "startGMT": 1720410480000},
|
|
{"value": 44, "startGMT": 1720410600000},
|
|
{"value": 45, "startGMT": 1720410720000},
|
|
{"value": 44, "startGMT": 1720410840000},
|
|
{"value": 44, "startGMT": 1720410960000},
|
|
{"value": 47, "startGMT": 1720411080000},
|
|
{"value": 47, "startGMT": 1720411200000},
|
|
{"value": 47, "startGMT": 1720411320000},
|
|
{"value": 50, "startGMT": 1720411440000},
|
|
{"value": 43, "startGMT": 1720411560000},
|
|
{"value": 44, "startGMT": 1720411680000},
|
|
{"value": 43, "startGMT": 1720411800000},
|
|
{"value": 43, "startGMT": 1720411920000},
|
|
{"value": 44, "startGMT": 1720412040000},
|
|
{"value": 43, "startGMT": 1720412160000},
|
|
{"value": 43, "startGMT": 1720412280000},
|
|
{"value": 44, "startGMT": 1720412400000},
|
|
{"value": 43, "startGMT": 1720412520000},
|
|
{"value": 44, "startGMT": 1720412640000},
|
|
{"value": 43, "startGMT": 1720412760000},
|
|
{"value": 44, "startGMT": 1720412880000},
|
|
{"value": 48, "startGMT": 1720413000000},
|
|
{"value": 42, "startGMT": 1720413120000},
|
|
{"value": 42, "startGMT": 1720413240000},
|
|
{"value": 42, "startGMT": 1720413360000},
|
|
{"value": 42, "startGMT": 1720413480000},
|
|
{"value": 42, "startGMT": 1720413600000},
|
|
{"value": 42, "startGMT": 1720413720000},
|
|
{"value": 42, "startGMT": 1720413840000},
|
|
{"value": 42, "startGMT": 1720413960000},
|
|
{"value": 41, "startGMT": 1720414080000},
|
|
{"value": 41, "startGMT": 1720414200000},
|
|
{"value": 43, "startGMT": 1720414320000},
|
|
{"value": 42, "startGMT": 1720414440000},
|
|
{"value": 44, "startGMT": 1720414560000},
|
|
{"value": 41, "startGMT": 1720414680000},
|
|
{"value": 42, "startGMT": 1720414800000},
|
|
{"value": 42, "startGMT": 1720414920000},
|
|
{"value": 42, "startGMT": 1720415040000},
|
|
{"value": 43, "startGMT": 1720415160000},
|
|
{"value": 44, "startGMT": 1720415280000},
|
|
{"value": 42, "startGMT": 1720415400000},
|
|
{"value": 44, "startGMT": 1720415520000},
|
|
{"value": 45, "startGMT": 1720415640000},
|
|
{"value": 43, "startGMT": 1720415760000},
|
|
{"value": 42, "startGMT": 1720415880000},
|
|
{"value": 48, "startGMT": 1720416000000},
|
|
{"value": 41, "startGMT": 1720416120000},
|
|
{"value": 42, "startGMT": 1720416240000},
|
|
{"value": 41, "startGMT": 1720416360000},
|
|
{"value": 44, "startGMT": 1720416480000},
|
|
{"value": 39, "startGMT": 1720416600000},
|
|
{"value": 40, "startGMT": 1720416720000},
|
|
{"value": 41, "startGMT": 1720416840000},
|
|
{"value": 41, "startGMT": 1720416960000},
|
|
{"value": 41, "startGMT": 1720417080000},
|
|
{"value": 46, "startGMT": 1720417200000},
|
|
{"value": 41, "startGMT": 1720417320000},
|
|
{"value": 40, "startGMT": 1720417440000},
|
|
{"value": 40, "startGMT": 1720417560000},
|
|
{"value": 40, "startGMT": 1720417680000},
|
|
{"value": 39, "startGMT": 1720417800000},
|
|
{"value": 39, "startGMT": 1720417920000},
|
|
{"value": 39, "startGMT": 1720418040000},
|
|
{"value": 40, "startGMT": 1720418160000},
|
|
{"value": 39, "startGMT": 1720418280000},
|
|
{"value": 39, "startGMT": 1720418400000},
|
|
{"value": 39, "startGMT": 1720418520000},
|
|
{"value": 39, "startGMT": 1720418640000},
|
|
{"value": 39, "startGMT": 1720418760000},
|
|
{"value": 39, "startGMT": 1720418880000},
|
|
{"value": 40, "startGMT": 1720419000000},
|
|
{"value": 40, "startGMT": 1720419120000},
|
|
{"value": 40, "startGMT": 1720419240000},
|
|
{"value": 40, "startGMT": 1720419360000},
|
|
{"value": 40, "startGMT": 1720419480000},
|
|
{"value": 40, "startGMT": 1720419600000},
|
|
{"value": 41, "startGMT": 1720419720000},
|
|
{"value": 41, "startGMT": 1720419840000},
|
|
{"value": 40, "startGMT": 1720419960000},
|
|
{"value": 39, "startGMT": 1720420080000},
|
|
{"value": 40, "startGMT": 1720420200000},
|
|
{"value": 40, "startGMT": 1720420320000},
|
|
{"value": 40, "startGMT": 1720420440000},
|
|
{"value": 40, "startGMT": 1720420560000},
|
|
{"value": 40, "startGMT": 1720420680000},
|
|
{"value": 51, "startGMT": 1720420800000},
|
|
{"value": 42, "startGMT": 1720420920000},
|
|
{"value": 41, "startGMT": 1720421040000},
|
|
{"value": 40, "startGMT": 1720421160000},
|
|
{"value": 45, "startGMT": 1720421280000},
|
|
{"value": 41, "startGMT": 1720421400000},
|
|
{"value": 38, "startGMT": 1720421520000},
|
|
{"value": 38, "startGMT": 1720421640000},
|
|
{"value": 38, "startGMT": 1720421760000},
|
|
{"value": 40, "startGMT": 1720421880000},
|
|
{"value": 38, "startGMT": 1720422000000},
|
|
{"value": 38, "startGMT": 1720422120000},
|
|
{"value": 38, "startGMT": 1720422240000},
|
|
{"value": 38, "startGMT": 1720422360000},
|
|
{"value": 38, "startGMT": 1720422480000},
|
|
{"value": 38, "startGMT": 1720422600000},
|
|
{"value": 38, "startGMT": 1720422720000},
|
|
{"value": 38, "startGMT": 1720422840000},
|
|
{"value": 38, "startGMT": 1720422960000},
|
|
{"value": 45, "startGMT": 1720423080000},
|
|
{"value": 43, "startGMT": 1720423200000},
|
|
{"value": 41, "startGMT": 1720423320000},
|
|
{"value": 41, "startGMT": 1720423440000},
|
|
{"value": 41, "startGMT": 1720423560000},
|
|
{"value": 40, "startGMT": 1720423680000},
|
|
{"value": 40, "startGMT": 1720423800000},
|
|
{"value": 41, "startGMT": 1720423920000},
|
|
{"value": 45, "startGMT": 1720424040000},
|
|
{"value": 44, "startGMT": 1720424160000},
|
|
{"value": 44, "startGMT": 1720424280000},
|
|
{"value": 40, "startGMT": 1720424400000},
|
|
{"value": 40, "startGMT": 1720424520000},
|
|
{"value": 40, "startGMT": 1720424640000},
|
|
{"value": 41, "startGMT": 1720424760000},
|
|
{"value": 40, "startGMT": 1720424880000},
|
|
{"value": 40, "startGMT": 1720425000000},
|
|
{"value": 41, "startGMT": 1720425120000},
|
|
{"value": 40, "startGMT": 1720425240000},
|
|
{"value": 43, "startGMT": 1720425360000},
|
|
{"value": 43, "startGMT": 1720425480000},
|
|
{"value": 46, "startGMT": 1720425600000},
|
|
{"value": 42, "startGMT": 1720425720000},
|
|
{"value": 40, "startGMT": 1720425840000},
|
|
{"value": 40, "startGMT": 1720425960000},
|
|
{"value": 40, "startGMT": 1720426080000},
|
|
{"value": 39, "startGMT": 1720426200000},
|
|
{"value": 38, "startGMT": 1720426320000},
|
|
{"value": 39, "startGMT": 1720426440000},
|
|
{"value": 38, "startGMT": 1720426560000},
|
|
{"value": 38, "startGMT": 1720426680000},
|
|
{"value": 44, "startGMT": 1720426800000},
|
|
{"value": 38, "startGMT": 1720426920000},
|
|
{"value": 38, "startGMT": 1720427040000},
|
|
{"value": 38, "startGMT": 1720427160000},
|
|
{"value": 38, "startGMT": 1720427280000},
|
|
{"value": 38, "startGMT": 1720427400000},
|
|
{"value": 39, "startGMT": 1720427520000},
|
|
{"value": 39, "startGMT": 1720427640000},
|
|
{"value": 39, "startGMT": 1720427760000},
|
|
{"value": 38, "startGMT": 1720427880000},
|
|
{"value": 38, "startGMT": 1720428000000},
|
|
{"value": 38, "startGMT": 1720428120000},
|
|
{"value": 39, "startGMT": 1720428240000},
|
|
{"value": 38, "startGMT": 1720428360000},
|
|
{"value": 48, "startGMT": 1720428480000},
|
|
{"value": 38, "startGMT": 1720428600000},
|
|
{"value": 39, "startGMT": 1720428720000},
|
|
{"value": 38, "startGMT": 1720428840000},
|
|
{"value": 38, "startGMT": 1720428960000},
|
|
{"value": 38, "startGMT": 1720429080000},
|
|
{"value": 46, "startGMT": 1720429200000},
|
|
{"value": 38, "startGMT": 1720429320000},
|
|
{"value": 38, "startGMT": 1720429440000},
|
|
{"value": 38, "startGMT": 1720429560000},
|
|
{"value": 39, "startGMT": 1720429680000},
|
|
{"value": 38, "startGMT": 1720429800000},
|
|
{"value": 39, "startGMT": 1720429920000},
|
|
{"value": 40, "startGMT": 1720430040000},
|
|
{"value": 40, "startGMT": 1720430160000},
|
|
{"value": 41, "startGMT": 1720430280000},
|
|
{"value": 41, "startGMT": 1720430400000},
|
|
{"value": 40, "startGMT": 1720430520000},
|
|
{"value": 40, "startGMT": 1720430640000},
|
|
{"value": 41, "startGMT": 1720430760000},
|
|
{"value": 41, "startGMT": 1720430880000},
|
|
{"value": 40, "startGMT": 1720431000000},
|
|
{"value": 41, "startGMT": 1720431120000},
|
|
{"value": 41, "startGMT": 1720431240000},
|
|
{"value": 40, "startGMT": 1720431360000},
|
|
{"value": 41, "startGMT": 1720431480000},
|
|
{"value": 42, "startGMT": 1720431600000},
|
|
{"value": 42, "startGMT": 1720431720000},
|
|
{"value": 44, "startGMT": 1720431840000},
|
|
{"value": 45, "startGMT": 1720431960000},
|
|
{"value": 46, "startGMT": 1720432080000},
|
|
{"value": 42, "startGMT": 1720432200000},
|
|
{"value": 40, "startGMT": 1720432320000},
|
|
{"value": 41, "startGMT": 1720432440000},
|
|
{"value": 42, "startGMT": 1720432560000},
|
|
{"value": 42, "startGMT": 1720432680000},
|
|
{"value": 42, "startGMT": 1720432800000},
|
|
{"value": 41, "startGMT": 1720432920000},
|
|
{"value": 42, "startGMT": 1720433040000},
|
|
{"value": 44, "startGMT": 1720433160000},
|
|
{"value": 46, "startGMT": 1720433280000},
|
|
{"value": 42, "startGMT": 1720433400000},
|
|
{"value": 43, "startGMT": 1720433520000},
|
|
{"value": 43, "startGMT": 1720433640000},
|
|
{"value": 42, "startGMT": 1720433760000},
|
|
{"value": 41, "startGMT": 1720433880000},
|
|
{"value": 43, "startGMT": 1720434000000},
|
|
],
|
|
"sleepStress": [
|
|
{"value": 20, "startGMT": 1720403820000},
|
|
{"value": 17, "startGMT": 1720404000000},
|
|
{"value": 19, "startGMT": 1720404180000},
|
|
{"value": 15, "startGMT": 1720404360000},
|
|
{"value": 18, "startGMT": 1720404540000},
|
|
{"value": 19, "startGMT": 1720404720000},
|
|
{"value": 20, "startGMT": 1720404900000},
|
|
{"value": 18, "startGMT": 1720405080000},
|
|
{"value": 18, "startGMT": 1720405260000},
|
|
{"value": 17, "startGMT": 1720405440000},
|
|
{"value": 17, "startGMT": 1720405620000},
|
|
{"value": 16, "startGMT": 1720405800000},
|
|
{"value": 19, "startGMT": 1720405980000},
|
|
{"value": 19, "startGMT": 1720406160000},
|
|
{"value": 20, "startGMT": 1720406340000},
|
|
{"value": 22, "startGMT": 1720406520000},
|
|
{"value": 19, "startGMT": 1720406700000},
|
|
{"value": 19, "startGMT": 1720406880000},
|
|
{"value": 17, "startGMT": 1720407060000},
|
|
{"value": 20, "startGMT": 1720407240000},
|
|
{"value": 20, "startGMT": 1720407420000},
|
|
{"value": 23, "startGMT": 1720407600000},
|
|
{"value": 22, "startGMT": 1720407780000},
|
|
{"value": 20, "startGMT": 1720407960000},
|
|
{"value": 21, "startGMT": 1720408140000},
|
|
{"value": 20, "startGMT": 1720408320000},
|
|
{"value": 19, "startGMT": 1720408500000},
|
|
{"value": 20, "startGMT": 1720408680000},
|
|
{"value": 19, "startGMT": 1720408860000},
|
|
{"value": 21, "startGMT": 1720409040000},
|
|
{"value": 22, "startGMT": 1720409220000},
|
|
{"value": 21, "startGMT": 1720409400000},
|
|
{"value": 20, "startGMT": 1720409580000},
|
|
{"value": 20, "startGMT": 1720409760000},
|
|
{"value": 20, "startGMT": 1720409940000},
|
|
{"value": 17, "startGMT": 1720410120000},
|
|
{"value": 18, "startGMT": 1720410300000},
|
|
{"value": 17, "startGMT": 1720410480000},
|
|
{"value": 17, "startGMT": 1720410660000},
|
|
{"value": 17, "startGMT": 1720410840000},
|
|
{"value": 23, "startGMT": 1720411020000},
|
|
{"value": 23, "startGMT": 1720411200000},
|
|
{"value": 20, "startGMT": 1720411380000},
|
|
{"value": 20, "startGMT": 1720411560000},
|
|
{"value": 12, "startGMT": 1720411740000},
|
|
{"value": 15, "startGMT": 1720411920000},
|
|
{"value": 15, "startGMT": 1720412100000},
|
|
{"value": 13, "startGMT": 1720412280000},
|
|
{"value": 14, "startGMT": 1720412460000},
|
|
{"value": 16, "startGMT": 1720412640000},
|
|
{"value": 16, "startGMT": 1720412820000},
|
|
{"value": 14, "startGMT": 1720413000000},
|
|
{"value": 15, "startGMT": 1720413180000},
|
|
{"value": 16, "startGMT": 1720413360000},
|
|
{"value": 15, "startGMT": 1720413540000},
|
|
{"value": 17, "startGMT": 1720413720000},
|
|
{"value": 15, "startGMT": 1720413900000},
|
|
{"value": 15, "startGMT": 1720414080000},
|
|
{"value": 15, "startGMT": 1720414260000},
|
|
{"value": 13, "startGMT": 1720414440000},
|
|
{"value": 11, "startGMT": 1720414620000},
|
|
{"value": 7, "startGMT": 1720414800000},
|
|
{"value": 15, "startGMT": 1720414980000},
|
|
{"value": 23, "startGMT": 1720415160000},
|
|
{"value": 21, "startGMT": 1720415340000},
|
|
{"value": 17, "startGMT": 1720415520000},
|
|
{"value": 12, "startGMT": 1720415700000},
|
|
{"value": 17, "startGMT": 1720415880000},
|
|
{"value": 18, "startGMT": 1720416060000},
|
|
{"value": 17, "startGMT": 1720416240000},
|
|
{"value": 13, "startGMT": 1720416420000},
|
|
{"value": 12, "startGMT": 1720416600000},
|
|
{"value": 17, "startGMT": 1720416780000},
|
|
{"value": 15, "startGMT": 1720416960000},
|
|
{"value": 14, "startGMT": 1720417140000},
|
|
{"value": 21, "startGMT": 1720417320000},
|
|
{"value": 20, "startGMT": 1720417500000},
|
|
{"value": 23, "startGMT": 1720417680000},
|
|
{"value": 21, "startGMT": 1720417860000},
|
|
{"value": 19, "startGMT": 1720418040000},
|
|
{"value": 11, "startGMT": 1720418220000},
|
|
{"value": 13, "startGMT": 1720418400000},
|
|
{"value": 9, "startGMT": 1720418580000},
|
|
{"value": 9, "startGMT": 1720418760000},
|
|
{"value": 10, "startGMT": 1720418940000},
|
|
{"value": 10, "startGMT": 1720419120000},
|
|
{"value": 9, "startGMT": 1720419300000},
|
|
{"value": 10, "startGMT": 1720419480000},
|
|
{"value": 10, "startGMT": 1720419660000},
|
|
{"value": 9, "startGMT": 1720419840000},
|
|
{"value": 8, "startGMT": 1720420020000},
|
|
{"value": 10, "startGMT": 1720420200000},
|
|
{"value": 10, "startGMT": 1720420380000},
|
|
{"value": 9, "startGMT": 1720420560000},
|
|
{"value": 15, "startGMT": 1720420740000},
|
|
{"value": 6, "startGMT": 1720420920000},
|
|
{"value": 7, "startGMT": 1720421100000},
|
|
{"value": 8, "startGMT": 1720421280000},
|
|
{"value": 12, "startGMT": 1720421460000},
|
|
{"value": 12, "startGMT": 1720421640000},
|
|
{"value": 10, "startGMT": 1720421820000},
|
|
{"value": 16, "startGMT": 1720422000000},
|
|
{"value": 16, "startGMT": 1720422180000},
|
|
{"value": 18, "startGMT": 1720422360000},
|
|
{"value": 20, "startGMT": 1720422540000},
|
|
{"value": 20, "startGMT": 1720422720000},
|
|
{"value": 17, "startGMT": 1720422900000},
|
|
{"value": 11, "startGMT": 1720423080000},
|
|
{"value": 21, "startGMT": 1720423260000},
|
|
{"value": 18, "startGMT": 1720423440000},
|
|
{"value": 8, "startGMT": 1720423620000},
|
|
{"value": 12, "startGMT": 1720423800000},
|
|
{"value": 18, "startGMT": 1720423980000},
|
|
{"value": 10, "startGMT": 1720424160000},
|
|
{"value": 8, "startGMT": 1720424340000},
|
|
{"value": 8, "startGMT": 1720424520000},
|
|
{"value": 9, "startGMT": 1720424700000},
|
|
{"value": 11, "startGMT": 1720424880000},
|
|
{"value": 9, "startGMT": 1720425060000},
|
|
{"value": 15, "startGMT": 1720425240000},
|
|
{"value": 14, "startGMT": 1720425420000},
|
|
{"value": 12, "startGMT": 1720425600000},
|
|
{"value": 10, "startGMT": 1720425780000},
|
|
{"value": 8, "startGMT": 1720425960000},
|
|
{"value": 12, "startGMT": 1720426140000},
|
|
{"value": 16, "startGMT": 1720426320000},
|
|
{"value": 12, "startGMT": 1720426500000},
|
|
{"value": 17, "startGMT": 1720426680000},
|
|
{"value": 16, "startGMT": 1720426860000},
|
|
{"value": 20, "startGMT": 1720427040000},
|
|
{"value": 17, "startGMT": 1720427220000},
|
|
{"value": 20, "startGMT": 1720427400000},
|
|
{"value": 21, "startGMT": 1720427580000},
|
|
{"value": 19, "startGMT": 1720427760000},
|
|
{"value": 15, "startGMT": 1720427940000},
|
|
{"value": 18, "startGMT": 1720428120000},
|
|
{"value": 16, "startGMT": 1720428300000},
|
|
{"value": 11, "startGMT": 1720428480000},
|
|
{"value": 11, "startGMT": 1720428660000},
|
|
{"value": 14, "startGMT": 1720428840000},
|
|
{"value": 12, "startGMT": 1720429020000},
|
|
{"value": 7, "startGMT": 1720429200000},
|
|
{"value": 12, "startGMT": 1720429380000},
|
|
{"value": 15, "startGMT": 1720429560000},
|
|
{"value": 12, "startGMT": 1720429740000},
|
|
{"value": 17, "startGMT": 1720429920000},
|
|
{"value": 18, "startGMT": 1720430100000},
|
|
{"value": 12, "startGMT": 1720430280000},
|
|
{"value": 15, "startGMT": 1720430460000},
|
|
{"value": 16, "startGMT": 1720430640000},
|
|
{"value": 19, "startGMT": 1720430820000},
|
|
{"value": 20, "startGMT": 1720431000000},
|
|
{"value": 17, "startGMT": 1720431180000},
|
|
{"value": 20, "startGMT": 1720431360000},
|
|
{"value": 20, "startGMT": 1720431540000},
|
|
{"value": 22, "startGMT": 1720431720000},
|
|
{"value": 20, "startGMT": 1720431900000},
|
|
{"value": 9, "startGMT": 1720432080000},
|
|
{"value": 16, "startGMT": 1720432260000},
|
|
{"value": 22, "startGMT": 1720432440000},
|
|
{"value": 20, "startGMT": 1720432620000},
|
|
{"value": 17, "startGMT": 1720432800000},
|
|
{"value": 21, "startGMT": 1720432980000},
|
|
{"value": 13, "startGMT": 1720433160000},
|
|
{"value": 15, "startGMT": 1720433340000},
|
|
{"value": 17, "startGMT": 1720433520000},
|
|
{"value": 17, "startGMT": 1720433700000},
|
|
{"value": 17, "startGMT": 1720433880000},
|
|
],
|
|
"sleepBodyBattery": [
|
|
{"value": 29, "startGMT": 1720403820000},
|
|
{"value": 29, "startGMT": 1720404000000},
|
|
{"value": 29, "startGMT": 1720404180000},
|
|
{"value": 29, "startGMT": 1720404360000},
|
|
{"value": 29, "startGMT": 1720404540000},
|
|
{"value": 29, "startGMT": 1720404720000},
|
|
{"value": 29, "startGMT": 1720404900000},
|
|
{"value": 29, "startGMT": 1720405080000},
|
|
{"value": 30, "startGMT": 1720405260000},
|
|
{"value": 31, "startGMT": 1720405440000},
|
|
{"value": 31, "startGMT": 1720405620000},
|
|
{"value": 31, "startGMT": 1720405800000},
|
|
{"value": 32, "startGMT": 1720405980000},
|
|
{"value": 32, "startGMT": 1720406160000},
|
|
{"value": 32, "startGMT": 1720406340000},
|
|
{"value": 32, "startGMT": 1720406520000},
|
|
{"value": 32, "startGMT": 1720406700000},
|
|
{"value": 33, "startGMT": 1720406880000},
|
|
{"value": 34, "startGMT": 1720407060000},
|
|
{"value": 34, "startGMT": 1720407240000},
|
|
{"value": 35, "startGMT": 1720407420000},
|
|
{"value": 35, "startGMT": 1720407600000},
|
|
{"value": 35, "startGMT": 1720407780000},
|
|
{"value": 35, "startGMT": 1720407960000},
|
|
{"value": 35, "startGMT": 1720408140000},
|
|
{"value": 35, "startGMT": 1720408320000},
|
|
{"value": 37, "startGMT": 1720408500000},
|
|
{"value": 37, "startGMT": 1720408680000},
|
|
{"value": 37, "startGMT": 1720408860000},
|
|
{"value": 37, "startGMT": 1720409040000},
|
|
{"value": 37, "startGMT": 1720409220000},
|
|
{"value": 37, "startGMT": 1720409400000},
|
|
{"value": 38, "startGMT": 1720409580000},
|
|
{"value": 38, "startGMT": 1720409760000},
|
|
{"value": 38, "startGMT": 1720409940000},
|
|
{"value": 39, "startGMT": 1720410120000},
|
|
{"value": 40, "startGMT": 1720410300000},
|
|
{"value": 40, "startGMT": 1720410480000},
|
|
{"value": 41, "startGMT": 1720410660000},
|
|
{"value": 42, "startGMT": 1720410840000},
|
|
{"value": 42, "startGMT": 1720411020000},
|
|
{"value": 43, "startGMT": 1720411200000},
|
|
{"value": 44, "startGMT": 1720411380000},
|
|
{"value": 44, "startGMT": 1720411560000},
|
|
{"value": 45, "startGMT": 1720411740000},
|
|
{"value": 45, "startGMT": 1720411920000},
|
|
{"value": 45, "startGMT": 1720412100000},
|
|
{"value": 46, "startGMT": 1720412280000},
|
|
{"value": 47, "startGMT": 1720412460000},
|
|
{"value": 47, "startGMT": 1720412640000},
|
|
{"value": 48, "startGMT": 1720412820000},
|
|
{"value": 49, "startGMT": 1720413000000},
|
|
{"value": 50, "startGMT": 1720413180000},
|
|
{"value": 51, "startGMT": 1720413360000},
|
|
{"value": 51, "startGMT": 1720413540000},
|
|
{"value": 52, "startGMT": 1720413720000},
|
|
{"value": 52, "startGMT": 1720413900000},
|
|
{"value": 53, "startGMT": 1720414080000},
|
|
{"value": 54, "startGMT": 1720414260000},
|
|
{"value": 55, "startGMT": 1720414440000},
|
|
{"value": 55, "startGMT": 1720414620000},
|
|
{"value": 56, "startGMT": 1720414800000},
|
|
{"value": 56, "startGMT": 1720414980000},
|
|
{"value": 57, "startGMT": 1720415160000},
|
|
{"value": 57, "startGMT": 1720415340000},
|
|
{"value": 57, "startGMT": 1720415520000},
|
|
{"value": 58, "startGMT": 1720415700000},
|
|
{"value": 59, "startGMT": 1720415880000},
|
|
{"value": 59, "startGMT": 1720416060000},
|
|
{"value": 59, "startGMT": 1720416240000},
|
|
{"value": 60, "startGMT": 1720416420000},
|
|
{"value": 60, "startGMT": 1720416600000},
|
|
{"value": 60, "startGMT": 1720416780000},
|
|
{"value": 61, "startGMT": 1720416960000},
|
|
{"value": 62, "startGMT": 1720417140000},
|
|
{"value": 62, "startGMT": 1720417320000},
|
|
{"value": 62, "startGMT": 1720417500000},
|
|
{"value": 62, "startGMT": 1720417680000},
|
|
{"value": 62, "startGMT": 1720417860000},
|
|
{"value": 62, "startGMT": 1720418040000},
|
|
{"value": 63, "startGMT": 1720418220000},
|
|
{"value": 64, "startGMT": 1720418400000},
|
|
{"value": 65, "startGMT": 1720418580000},
|
|
{"value": 65, "startGMT": 1720418760000},
|
|
{"value": 66, "startGMT": 1720418940000},
|
|
{"value": 66, "startGMT": 1720419120000},
|
|
{"value": 67, "startGMT": 1720419300000},
|
|
{"value": 67, "startGMT": 1720419480000},
|
|
{"value": 68, "startGMT": 1720419660000},
|
|
{"value": 68, "startGMT": 1720419840000},
|
|
{"value": 68, "startGMT": 1720420020000},
|
|
{"value": 69, "startGMT": 1720420200000},
|
|
{"value": 69, "startGMT": 1720420380000},
|
|
{"value": 71, "startGMT": 1720420560000},
|
|
{"value": 71, "startGMT": 1720420740000},
|
|
{"value": 72, "startGMT": 1720420920000},
|
|
{"value": 72, "startGMT": 1720421100000},
|
|
{"value": 73, "startGMT": 1720421280000},
|
|
{"value": 73, "startGMT": 1720421460000},
|
|
{"value": 73, "startGMT": 1720421640000},
|
|
{"value": 73, "startGMT": 1720421820000},
|
|
{"value": 74, "startGMT": 1720422000000},
|
|
{"value": 74, "startGMT": 1720422180000},
|
|
{"value": 75, "startGMT": 1720422360000},
|
|
{"value": 75, "startGMT": 1720422540000},
|
|
{"value": 75, "startGMT": 1720422720000},
|
|
{"value": 76, "startGMT": 1720422900000},
|
|
{"value": 76, "startGMT": 1720423080000},
|
|
{"value": 77, "startGMT": 1720423260000},
|
|
{"value": 77, "startGMT": 1720423440000},
|
|
{"value": 77, "startGMT": 1720423620000},
|
|
{"value": 77, "startGMT": 1720423800000},
|
|
{"value": 78, "startGMT": 1720423980000},
|
|
{"value": 78, "startGMT": 1720424160000},
|
|
{"value": 78, "startGMT": 1720424340000},
|
|
{"value": 79, "startGMT": 1720424520000},
|
|
{"value": 80, "startGMT": 1720424700000},
|
|
{"value": 80, "startGMT": 1720424880000},
|
|
{"value": 80, "startGMT": 1720425060000},
|
|
{"value": 81, "startGMT": 1720425240000},
|
|
{"value": 81, "startGMT": 1720425420000},
|
|
{"value": 82, "startGMT": 1720425600000},
|
|
{"value": 82, "startGMT": 1720425780000},
|
|
{"value": 82, "startGMT": 1720425960000},
|
|
{"value": 83, "startGMT": 1720426140000},
|
|
{"value": 83, "startGMT": 1720426320000},
|
|
{"value": 83, "startGMT": 1720426500000},
|
|
{"value": 83, "startGMT": 1720426680000},
|
|
{"value": 84, "startGMT": 1720426860000},
|
|
{"value": 84, "startGMT": 1720427040000},
|
|
{"value": 84, "startGMT": 1720427220000},
|
|
{"value": 85, "startGMT": 1720427400000},
|
|
{"value": 85, "startGMT": 1720427580000},
|
|
{"value": 85, "startGMT": 1720427760000},
|
|
{"value": 85, "startGMT": 1720427940000},
|
|
{"value": 85, "startGMT": 1720428120000},
|
|
{"value": 85, "startGMT": 1720428300000},
|
|
{"value": 86, "startGMT": 1720428480000},
|
|
{"value": 86, "startGMT": 1720428660000},
|
|
{"value": 87, "startGMT": 1720428840000},
|
|
{"value": 87, "startGMT": 1720429020000},
|
|
{"value": 87, "startGMT": 1720429200000},
|
|
{"value": 87, "startGMT": 1720429380000},
|
|
{"value": 88, "startGMT": 1720429560000},
|
|
{"value": 88, "startGMT": 1720429740000},
|
|
{"value": 88, "startGMT": 1720429920000},
|
|
{"value": 88, "startGMT": 1720430100000},
|
|
{"value": 88, "startGMT": 1720430280000},
|
|
{"value": 88, "startGMT": 1720430460000},
|
|
{"value": 89, "startGMT": 1720430640000},
|
|
{"value": 89, "startGMT": 1720430820000},
|
|
{"value": 90, "startGMT": 1720431000000},
|
|
{"value": 90, "startGMT": 1720431180000},
|
|
{"value": 90, "startGMT": 1720431360000},
|
|
{"value": 90, "startGMT": 1720431540000},
|
|
{"value": 90, "startGMT": 1720431720000},
|
|
{"value": 90, "startGMT": 1720431900000},
|
|
{"value": 90, "startGMT": 1720432080000},
|
|
{"value": 90, "startGMT": 1720432260000},
|
|
{"value": 90, "startGMT": 1720432440000},
|
|
{"value": 90, "startGMT": 1720432620000},
|
|
{"value": 91, "startGMT": 1720432800000},
|
|
{"value": 91, "startGMT": 1720432980000},
|
|
{"value": 92, "startGMT": 1720433160000},
|
|
{"value": 92, "startGMT": 1720433340000},
|
|
{"value": 92, "startGMT": 1720433520000},
|
|
{"value": 92, "startGMT": 1720433700000},
|
|
{"value": 92, "startGMT": 1720433880000},
|
|
],
|
|
"skinTempDataExists": false,
|
|
"hrvData": [
|
|
{"value": 54.0, "startGMT": 1720404080000},
|
|
{"value": 54.0, "startGMT": 1720404380000},
|
|
{"value": 74.0, "startGMT": 1720404680000},
|
|
{"value": 54.0, "startGMT": 1720404980000},
|
|
{"value": 59.0, "startGMT": 1720405280000},
|
|
{"value": 65.0, "startGMT": 1720405580000},
|
|
{"value": 60.0, "startGMT": 1720405880000},
|
|
{"value": 62.0, "startGMT": 1720406180000},
|
|
{"value": 52.0, "startGMT": 1720406480000},
|
|
{"value": 62.0, "startGMT": 1720406780000},
|
|
{"value": 62.0, "startGMT": 1720407080000},
|
|
{"value": 48.0, "startGMT": 1720407380000},
|
|
{"value": 46.0, "startGMT": 1720407680000},
|
|
{"value": 45.0, "startGMT": 1720407980000},
|
|
{"value": 43.0, "startGMT": 1720408280000},
|
|
{"value": 53.0, "startGMT": 1720408580000},
|
|
{"value": 47.0, "startGMT": 1720408880000},
|
|
{"value": 43.0, "startGMT": 1720409180000},
|
|
{"value": 37.0, "startGMT": 1720409480000},
|
|
{"value": 40.0, "startGMT": 1720409780000},
|
|
{"value": 39.0, "startGMT": 1720410080000},
|
|
{"value": 51.0, "startGMT": 1720410380000},
|
|
{"value": 46.0, "startGMT": 1720410680000},
|
|
{"value": 54.0, "startGMT": 1720410980000},
|
|
{"value": 30.0, "startGMT": 1720411280000},
|
|
{"value": 47.0, "startGMT": 1720411580000},
|
|
{"value": 61.0, "startGMT": 1720411880000},
|
|
{"value": 56.0, "startGMT": 1720412180000},
|
|
{"value": 59.0, "startGMT": 1720412480000},
|
|
{"value": 49.0, "startGMT": 1720412780000},
|
|
{"value": 58.0, "startGMT": 1720413077000},
|
|
{"value": 45.0, "startGMT": 1720413377000},
|
|
{"value": 45.0, "startGMT": 1720413677000},
|
|
{"value": 41.0, "startGMT": 1720413977000},
|
|
{"value": 45.0, "startGMT": 1720414277000},
|
|
{"value": 55.0, "startGMT": 1720414577000},
|
|
{"value": 58.0, "startGMT": 1720414877000},
|
|
{"value": 49.0, "startGMT": 1720415177000},
|
|
{"value": 28.0, "startGMT": 1720415477000},
|
|
{"value": 62.0, "startGMT": 1720415777000},
|
|
{"value": 49.0, "startGMT": 1720416077000},
|
|
{"value": 49.0, "startGMT": 1720416377000},
|
|
{"value": 67.0, "startGMT": 1720416677000},
|
|
{"value": 51.0, "startGMT": 1720416977000},
|
|
{"value": 69.0, "startGMT": 1720417277000},
|
|
{"value": 34.0, "startGMT": 1720417577000},
|
|
{"value": 29.0, "startGMT": 1720417877000},
|
|
{"value": 35.0, "startGMT": 1720418177000},
|
|
{"value": 52.0, "startGMT": 1720418477000},
|
|
{"value": 71.0, "startGMT": 1720418777000},
|
|
{"value": 61.0, "startGMT": 1720419077000},
|
|
{"value": 61.0, "startGMT": 1720419377000},
|
|
{"value": 62.0, "startGMT": 1720419677000},
|
|
{"value": 64.0, "startGMT": 1720419977000},
|
|
{"value": 67.0, "startGMT": 1720420277000},
|
|
{"value": 57.0, "startGMT": 1720420577000},
|
|
{"value": 60.0, "startGMT": 1720420877000},
|
|
{"value": 70.0, "startGMT": 1720421177000},
|
|
{"value": 105.0, "startGMT": 1720421477000},
|
|
{"value": 52.0, "startGMT": 1720421777000},
|
|
{"value": 36.0, "startGMT": 1720422077000},
|
|
{"value": 42.0, "startGMT": 1720422377000},
|
|
{"value": 32.0, "startGMT": 1720422674000},
|
|
{"value": 32.0, "startGMT": 1720422974000},
|
|
{"value": 58.0, "startGMT": 1720423274000},
|
|
{"value": 32.0, "startGMT": 1720423574000},
|
|
{"value": 64.0, "startGMT": 1720423874000},
|
|
{"value": 50.0, "startGMT": 1720424174000},
|
|
{"value": 66.0, "startGMT": 1720424474000},
|
|
{"value": 77.0, "startGMT": 1720424774000},
|
|
{"value": 57.0, "startGMT": 1720425074000},
|
|
{"value": 57.0, "startGMT": 1720425374000},
|
|
{"value": 58.0, "startGMT": 1720425674000},
|
|
{"value": 71.0, "startGMT": 1720425974000},
|
|
{"value": 59.0, "startGMT": 1720426274000},
|
|
{"value": 42.0, "startGMT": 1720426574000},
|
|
{"value": 43.0, "startGMT": 1720426874000},
|
|
{"value": 35.0, "startGMT": 1720427174000},
|
|
{"value": 32.0, "startGMT": 1720427474000},
|
|
{"value": 29.0, "startGMT": 1720427774000},
|
|
{"value": 42.0, "startGMT": 1720428074000},
|
|
{"value": 36.0, "startGMT": 1720428374000},
|
|
{"value": 41.0, "startGMT": 1720428674000},
|
|
{"value": 45.0, "startGMT": 1720428974000},
|
|
{"value": 60.0, "startGMT": 1720429274000},
|
|
{"value": 55.0, "startGMT": 1720429574000},
|
|
{"value": 45.0, "startGMT": 1720429874000},
|
|
{"value": 48.0, "startGMT": 1720430174000},
|
|
{"value": 50.0, "startGMT": 1720430471000},
|
|
{"value": 49.0, "startGMT": 1720430771000},
|
|
{"value": 48.0, "startGMT": 1720431071000},
|
|
{"value": 39.0, "startGMT": 1720431371000},
|
|
{"value": 32.0, "startGMT": 1720431671000},
|
|
{"value": 39.0, "startGMT": 1720431971000},
|
|
{"value": 71.0, "startGMT": 1720432271000},
|
|
{"value": 33.0, "startGMT": 1720432571000},
|
|
{"value": 50.0, "startGMT": 1720432871000},
|
|
{"value": 32.0, "startGMT": 1720433171000},
|
|
{"value": 52.0, "startGMT": 1720433471000},
|
|
{"value": 49.0, "startGMT": 1720433771000},
|
|
{"value": 52.0, "startGMT": 1720434071000},
|
|
],
|
|
"avgOvernightHrv": 53.0,
|
|
"hrvStatus": "BALANCED",
|
|
"bodyBatteryChange": 63,
|
|
"restingHeartRate": 38,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {"query": 'query{jetLagScalar(date:"2024-07-08")}'},
|
|
"response": {"data": {"jetLagScalar": null}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{myDayCardEventsScalar(timeZone:"GMT", date:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"myDayCardEventsScalar": {
|
|
"eventMyDay": [
|
|
{
|
|
"id": 15567882,
|
|
"eventName": "Harvard Pilgrim Seafood Fest 5k (5K)",
|
|
"date": "2024-09-08",
|
|
"completionTarget": {
|
|
"value": 5000.0,
|
|
"unit": "meter",
|
|
"unitType": "distance",
|
|
},
|
|
"eventTimeLocal": null,
|
|
"eventImageUUID": null,
|
|
"locationStartPoint": {
|
|
"lat": 42.937593,
|
|
"lon": -70.838922,
|
|
},
|
|
"eventType": "running",
|
|
"shareableEventUuid": "37f8f1e9-8ec1-4c09-ae68-41a8bf62a900",
|
|
"eventCustomization": null,
|
|
"eventOrganizer": false,
|
|
},
|
|
{
|
|
"id": 14784831,
|
|
"eventName": "Bank of America Chicago Marathon",
|
|
"date": "2024-10-13",
|
|
"completionTarget": {
|
|
"value": 42195.0,
|
|
"unit": "meter",
|
|
"unitType": "distance",
|
|
},
|
|
"eventTimeLocal": {
|
|
"startTimeHhMm": "07:30",
|
|
"timeZoneId": "America/Chicago",
|
|
},
|
|
"eventImageUUID": null,
|
|
"locationStartPoint": {
|
|
"lat": 41.8756,
|
|
"lon": -87.6276,
|
|
},
|
|
"eventType": "running",
|
|
"shareableEventUuid": "4c1dba6c-9150-4980-b206-49efa5405ac9",
|
|
"eventCustomization": {
|
|
"customGoal": {
|
|
"value": 10080.0,
|
|
"unit": "second",
|
|
"unitType": "time",
|
|
},
|
|
"isPrimaryEvent": true,
|
|
"associatedWithActivityId": null,
|
|
"isTrainingEvent": true,
|
|
"isGoalMet": false,
|
|
"trainingPlanId": null,
|
|
"trainingPlanType": null,
|
|
},
|
|
"eventOrganizer": false,
|
|
},
|
|
{
|
|
"id": 15480554,
|
|
"eventName": "Xfinity Newburyport Half Marathon",
|
|
"date": "2024-10-27",
|
|
"completionTarget": {
|
|
"value": 21097.0,
|
|
"unit": "meter",
|
|
"unitType": "distance",
|
|
},
|
|
"eventTimeLocal": null,
|
|
"eventImageUUID": null,
|
|
"locationStartPoint": {
|
|
"lat": 42.812591,
|
|
"lon": -70.877275,
|
|
},
|
|
"eventType": "running",
|
|
"shareableEventUuid": "42ea57d1-495a-4d36-8ad2-cf1af1a2fb9b",
|
|
"eventCustomization": {
|
|
"customGoal": {
|
|
"value": 4680.0,
|
|
"unit": "second",
|
|
"unitType": "time",
|
|
},
|
|
"isPrimaryEvent": false,
|
|
"associatedWithActivityId": null,
|
|
"isTrainingEvent": true,
|
|
"isGoalMet": false,
|
|
"trainingPlanId": null,
|
|
"trainingPlanType": null,
|
|
},
|
|
"eventOrganizer": false,
|
|
},
|
|
],
|
|
"hasMoreTrainingEvents": true,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": "\n query {\n adhocChallengesScalar\n }\n "
|
|
},
|
|
"response": {"data": {"adhocChallengesScalar": []}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": "\n query {\n adhocChallengePendingInviteScalar\n }\n "
|
|
},
|
|
"response": {"data": {"adhocChallengePendingInviteScalar": []}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": "\n query {\n badgeChallengesScalar\n }\n "
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"badgeChallengesScalar": [
|
|
{
|
|
"uuid": "0B5DC7B9881649988ADF51A93481BAC9",
|
|
"badgeChallengeName": "July Weekend 10K",
|
|
"startDate": "2024-07-12T00:00:00.0",
|
|
"endDate": "2024-07-14T23:59:59.0",
|
|
"progressValue": 0.0,
|
|
"targetValue": 0.0,
|
|
"unitId": 0,
|
|
"badgeKey": "challenge_run_10k_2024_07",
|
|
"challengeCategoryId": 1,
|
|
},
|
|
{
|
|
"uuid": "64978DFD369B402C9DF627DF4072892F",
|
|
"badgeChallengeName": "Active July",
|
|
"startDate": "2024-07-01T00:00:00.0",
|
|
"endDate": "2024-07-31T23:59:59.0",
|
|
"progressValue": 9.0,
|
|
"targetValue": 20.0,
|
|
"unitId": 3,
|
|
"badgeKey": "challenge_total_activity_20_2024_07",
|
|
"challengeCategoryId": 9,
|
|
},
|
|
{
|
|
"uuid": "9ABEF1B3C2EE412E8129AD5448A07D6B",
|
|
"badgeChallengeName": "July Step Month",
|
|
"startDate": "2024-07-01T00:00:00.0",
|
|
"endDate": "2024-07-31T23:59:59.0",
|
|
"progressValue": 134337.0,
|
|
"targetValue": 300000.0,
|
|
"unitId": 5,
|
|
"badgeKey": "challenge_total_step_300k_2024_07",
|
|
"challengeCategoryId": 4,
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": "\n query {\n expeditionsChallengesScalar\n }\n "
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"expeditionsChallengesScalar": [
|
|
{
|
|
"uuid": "82E978F2D19542EFBC6A51EB7207792A",
|
|
"badgeChallengeName": "Aconcagua",
|
|
"startDate": null,
|
|
"endDate": null,
|
|
"progressValue": 1595.996,
|
|
"targetValue": 6961.0,
|
|
"unitId": 2,
|
|
"badgeKey": "virtual_climb_aconcagua",
|
|
"challengeCategoryId": 13,
|
|
},
|
|
{
|
|
"uuid": "52F145179EC040AA9120A69E7265CDE1",
|
|
"badgeChallengeName": "Appalachian Trail",
|
|
"startDate": null,
|
|
"endDate": null,
|
|
"progressValue": 594771.0,
|
|
"targetValue": 3500000.0,
|
|
"unitId": 1,
|
|
"badgeKey": "virtual_hike_appalachian_trail",
|
|
"challengeCategoryId": 12,
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{trainingReadinessRangeScalar(startDate:"2024-06-11", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"trainingReadinessRangeScalar": [
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-08",
|
|
"timestamp": "2024-07-08T10:25:38.0",
|
|
"timestampLocal": "2024-07-08T06:25:38.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 83,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 242,
|
|
"recoveryTimeFactorPercent": 93,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 96,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 886,
|
|
"stressHistoryFactorPercent": 83,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 88,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 68,
|
|
"sleepHistoryFactorPercent": 76,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-07",
|
|
"timestamp": "2024-07-07T10:45:39.0",
|
|
"timestampLocal": "2024-07-07T06:45:39.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 78,
|
|
"sleepScore": 83,
|
|
"sleepScoreFactorPercent": 76,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 169,
|
|
"recoveryTimeFactorPercent": 95,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 95,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 913,
|
|
"stressHistoryFactorPercent": 85,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 81,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 70,
|
|
"sleepHistoryFactorPercent": 80,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-06",
|
|
"timestamp": "2024-07-06T11:30:59.0",
|
|
"timestampLocal": "2024-07-06T07:30:59.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_MOD_SS_GOOD",
|
|
"feedbackShort": "BOOSTED_BY_GOOD_SLEEP",
|
|
"score": 69,
|
|
"sleepScore": 83,
|
|
"sleepScoreFactorPercent": 76,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1412,
|
|
"recoveryTimeFactorPercent": 62,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 91,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 998,
|
|
"stressHistoryFactorPercent": 87,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 88,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 68,
|
|
"sleepHistoryFactorPercent": 88,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-05",
|
|
"timestamp": "2024-07-05T11:49:07.0",
|
|
"timestampLocal": "2024-07-05T07:49:07.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 88,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1,
|
|
"recoveryTimeFactorPercent": 99,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 93,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 912,
|
|
"stressHistoryFactorPercent": 92,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 91,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 66,
|
|
"sleepHistoryFactorPercent": 84,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-04",
|
|
"timestamp": "2024-07-04T11:32:14.0",
|
|
"timestampLocal": "2024-07-04T07:32:14.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_MOD_SS_GOOD",
|
|
"feedbackShort": "BOOSTED_BY_GOOD_SLEEP",
|
|
"score": 72,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1190,
|
|
"recoveryTimeFactorPercent": 68,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 89,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 1007,
|
|
"stressHistoryFactorPercent": 100,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 90,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 66,
|
|
"sleepHistoryFactorPercent": 85,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-03",
|
|
"timestamp": "2024-07-03T11:16:48.0",
|
|
"timestampLocal": "2024-07-03T07:16:48.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE_SLEEP_HISTORY_POS",
|
|
"feedbackShort": "WELL_RESTED_AND_RECOVERED",
|
|
"score": 86,
|
|
"sleepScore": 83,
|
|
"sleepScoreFactorPercent": 76,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 425,
|
|
"recoveryTimeFactorPercent": 88,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 92,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 938,
|
|
"stressHistoryFactorPercent": 100,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 92,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 65,
|
|
"sleepHistoryFactorPercent": 94,
|
|
"sleepHistoryFactorFeedback": "VERY_GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-02",
|
|
"timestamp": "2024-07-02T09:55:58.0",
|
|
"timestampLocal": "2024-07-02T05:55:58.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_AVAILABLE_SS_HIGHEST",
|
|
"feedbackShort": "RESTED_AND_READY",
|
|
"score": 93,
|
|
"sleepScore": 97,
|
|
"sleepScoreFactorPercent": 97,
|
|
"sleepScoreFactorFeedback": "VERY_GOOD",
|
|
"recoveryTime": 0,
|
|
"recoveryTimeFactorPercent": 100,
|
|
"recoveryTimeFactorFeedback": "VERY_GOOD",
|
|
"acwrFactorPercent": 92,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 928,
|
|
"stressHistoryFactorPercent": 100,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 88,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 66,
|
|
"sleepHistoryFactorPercent": 81,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "REACHED_ZERO",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-07-01",
|
|
"timestamp": "2024-07-01T09:56:56.0",
|
|
"timestampLocal": "2024-07-01T05:56:56.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_MOD_SS_GOOD",
|
|
"feedbackShort": "BOOSTED_BY_GOOD_SLEEP",
|
|
"score": 69,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1473,
|
|
"recoveryTimeFactorPercent": 60,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 88,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 1013,
|
|
"stressHistoryFactorPercent": 98,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 92,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 65,
|
|
"sleepHistoryFactorPercent": 76,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-30",
|
|
"timestamp": "2024-06-30T10:46:24.0",
|
|
"timestampLocal": "2024-06-30T06:46:24.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE_SLEEP_HISTORY_POS",
|
|
"feedbackShort": "WELL_RESTED_AND_RECOVERED",
|
|
"score": 84,
|
|
"sleepScore": 79,
|
|
"sleepScoreFactorPercent": 68,
|
|
"sleepScoreFactorFeedback": "MODERATE",
|
|
"recoveryTime": 323,
|
|
"recoveryTimeFactorPercent": 91,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 91,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 928,
|
|
"stressHistoryFactorPercent": 94,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 92,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 65,
|
|
"sleepHistoryFactorPercent": 90,
|
|
"sleepHistoryFactorFeedback": "VERY_GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-29",
|
|
"timestamp": "2024-06-29T10:23:11.0",
|
|
"timestampLocal": "2024-06-29T06:23:11.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_EVENT_DATE",
|
|
"feedbackShort": "GO_GET_IT",
|
|
"score": 83,
|
|
"sleepScore": 92,
|
|
"sleepScoreFactorPercent": 92,
|
|
"sleepScoreFactorFeedback": "VERY_GOOD",
|
|
"recoveryTime": 644,
|
|
"recoveryTimeFactorPercent": 83,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 94,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 827,
|
|
"stressHistoryFactorPercent": 95,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 87,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 67,
|
|
"sleepHistoryFactorPercent": 85,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "GOOD_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-28",
|
|
"timestamp": "2024-06-28T10:21:35.0",
|
|
"timestampLocal": "2024-06-28T06:21:35.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_MOD_SS_GOOD",
|
|
"feedbackShort": "BOOSTED_BY_GOOD_SLEEP",
|
|
"score": 74,
|
|
"sleepScore": 87,
|
|
"sleepScoreFactorPercent": 84,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1312,
|
|
"recoveryTimeFactorPercent": 65,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 93,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 841,
|
|
"stressHistoryFactorPercent": 91,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 91,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 65,
|
|
"sleepHistoryFactorPercent": 87,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-27",
|
|
"timestamp": "2024-06-27T10:55:40.0",
|
|
"timestampLocal": "2024-06-27T06:55:40.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 87,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 187,
|
|
"recoveryTimeFactorPercent": 95,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 95,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 792,
|
|
"stressHistoryFactorPercent": 93,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 94,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 64,
|
|
"sleepHistoryFactorPercent": 81,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-26",
|
|
"timestamp": "2024-06-26T10:25:48.0",
|
|
"timestampLocal": "2024-06-26T06:25:48.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_AVAILABLE_SS_HIGHEST",
|
|
"feedbackShort": "RESTED_AND_READY",
|
|
"score": 77,
|
|
"sleepScore": 88,
|
|
"sleepScoreFactorPercent": 86,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1059,
|
|
"recoveryTimeFactorPercent": 72,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 92,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 855,
|
|
"stressHistoryFactorPercent": 89,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 61,
|
|
"sleepHistoryFactorPercent": 82,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-25",
|
|
"timestamp": "2024-06-25T10:59:43.0",
|
|
"timestampLocal": "2024-06-25T06:59:43.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_MOD_SS_GOOD",
|
|
"feedbackShort": "BOOSTED_BY_GOOD_SLEEP",
|
|
"score": 74,
|
|
"sleepScore": 81,
|
|
"sleepScoreFactorPercent": 72,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1174,
|
|
"recoveryTimeFactorPercent": 69,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 96,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 761,
|
|
"stressHistoryFactorPercent": 87,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 60,
|
|
"sleepHistoryFactorPercent": 88,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-24",
|
|
"timestamp": "2024-06-24T11:25:43.0",
|
|
"timestampLocal": "2024-06-24T07:25:43.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_HIGH_SS_GOOD",
|
|
"feedbackShort": "BOOSTED_BY_GOOD_SLEEP",
|
|
"score": 52,
|
|
"sleepScore": 96,
|
|
"sleepScoreFactorPercent": 96,
|
|
"sleepScoreFactorFeedback": "VERY_GOOD",
|
|
"recoveryTime": 2607,
|
|
"recoveryTimeFactorPercent": 34,
|
|
"recoveryTimeFactorFeedback": "POOR",
|
|
"acwrFactorPercent": 89,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 920,
|
|
"stressHistoryFactorPercent": 80,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 61,
|
|
"sleepHistoryFactorPercent": 70,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "EXCELLENT_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-23",
|
|
"timestamp": "2024-06-23T11:57:03.0",
|
|
"timestampLocal": "2024-06-23T07:57:03.0",
|
|
"deviceId": 3472661486,
|
|
"level": "LOW",
|
|
"feedbackLong": "LOW_RT_HIGH_SS_GOOD_OR_MOD",
|
|
"feedbackShort": "HIGH_RECOVERY_NEEDS",
|
|
"score": 38,
|
|
"sleepScore": 76,
|
|
"sleepScoreFactorPercent": 64,
|
|
"sleepScoreFactorFeedback": "MODERATE",
|
|
"recoveryTime": 2684,
|
|
"recoveryTimeFactorPercent": 33,
|
|
"recoveryTimeFactorFeedback": "POOR",
|
|
"acwrFactorPercent": 91,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 878,
|
|
"stressHistoryFactorPercent": 86,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 95,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 62,
|
|
"sleepHistoryFactorPercent": 82,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-22",
|
|
"timestamp": "2024-06-22T11:05:15.0",
|
|
"timestampLocal": "2024-06-22T07:05:15.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 90,
|
|
"sleepScore": 88,
|
|
"sleepScoreFactorPercent": 86,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1,
|
|
"recoveryTimeFactorPercent": 99,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 99,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 710,
|
|
"stressHistoryFactorPercent": 88,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 97,
|
|
"hrvFactorFeedback": "GOOD",
|
|
"hrvWeeklyAverage": 62,
|
|
"sleepHistoryFactorPercent": 73,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-21",
|
|
"timestamp": "2024-06-21T10:05:47.0",
|
|
"timestampLocal": "2024-06-21T06:05:47.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 76,
|
|
"sleepScore": 82,
|
|
"sleepScoreFactorPercent": 74,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 633,
|
|
"recoveryTimeFactorPercent": 83,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 98,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 738,
|
|
"stressHistoryFactorPercent": 81,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 60,
|
|
"sleepHistoryFactorPercent": 66,
|
|
"sleepHistoryFactorFeedback": "MODERATE",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-20",
|
|
"timestamp": "2024-06-20T10:17:04.0",
|
|
"timestampLocal": "2024-06-20T06:17:04.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 79,
|
|
"sleepScore": 81,
|
|
"sleepScoreFactorPercent": 72,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 61,
|
|
"recoveryTimeFactorPercent": 98,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 100,
|
|
"acwrFactorFeedback": "VERY_GOOD",
|
|
"acuteLoad": 569,
|
|
"stressHistoryFactorPercent": 77,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 58,
|
|
"sleepHistoryFactorPercent": 61,
|
|
"sleepHistoryFactorFeedback": "MODERATE",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-19",
|
|
"timestamp": "2024-06-19T10:46:11.0",
|
|
"timestampLocal": "2024-06-19T06:46:11.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_LOW_SS_MOD",
|
|
"feedbackShort": "GOOD_SLEEP_HISTORY",
|
|
"score": 72,
|
|
"sleepScore": 70,
|
|
"sleepScoreFactorPercent": 55,
|
|
"sleepScoreFactorFeedback": "MODERATE",
|
|
"recoveryTime": 410,
|
|
"recoveryTimeFactorPercent": 89,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 100,
|
|
"acwrFactorFeedback": "VERY_GOOD",
|
|
"acuteLoad": 562,
|
|
"stressHistoryFactorPercent": 94,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 60,
|
|
"sleepHistoryFactorPercent": 80,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-18",
|
|
"timestamp": "2024-06-18T11:08:29.0",
|
|
"timestampLocal": "2024-06-18T07:08:29.0",
|
|
"deviceId": 3472661486,
|
|
"level": "PRIME",
|
|
"feedbackLong": "PRIME_RT_HIGHEST_SS_AVAILABLE_SLEEP_HISTORY_POS",
|
|
"feedbackShort": "READY_TO_GO",
|
|
"score": 95,
|
|
"sleepScore": 82,
|
|
"sleepScoreFactorPercent": 74,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1,
|
|
"recoveryTimeFactorPercent": 99,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 100,
|
|
"acwrFactorFeedback": "VERY_GOOD",
|
|
"acuteLoad": 495,
|
|
"stressHistoryFactorPercent": 100,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 59,
|
|
"sleepHistoryFactorPercent": 90,
|
|
"sleepHistoryFactorFeedback": "VERY_GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-17",
|
|
"timestamp": "2024-06-17T11:20:34.0",
|
|
"timestampLocal": "2024-06-17T07:20:34.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 92,
|
|
"sleepScore": 91,
|
|
"sleepScoreFactorPercent": 91,
|
|
"sleepScoreFactorFeedback": "VERY_GOOD",
|
|
"recoveryTime": 0,
|
|
"recoveryTimeFactorPercent": 100,
|
|
"recoveryTimeFactorFeedback": "VERY_GOOD",
|
|
"acwrFactorPercent": 100,
|
|
"acwrFactorFeedback": "VERY_GOOD",
|
|
"acuteLoad": 643,
|
|
"stressHistoryFactorPercent": 100,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 59,
|
|
"sleepHistoryFactorPercent": 86,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "REACHED_ZERO",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-16",
|
|
"timestamp": "2024-06-16T10:30:48.0",
|
|
"timestampLocal": "2024-06-16T06:30:48.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 89,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1,
|
|
"recoveryTimeFactorPercent": 99,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 100,
|
|
"acwrFactorFeedback": "VERY_GOOD",
|
|
"acuteLoad": 680,
|
|
"stressHistoryFactorPercent": 94,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 58,
|
|
"sleepHistoryFactorPercent": 78,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-15",
|
|
"timestamp": "2024-06-15T10:41:26.0",
|
|
"timestampLocal": "2024-06-15T06:41:26.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_HIGHEST_SS_AVAILABLE",
|
|
"feedbackShort": "WELL_RECOVERED",
|
|
"score": 85,
|
|
"sleepScore": 86,
|
|
"sleepScoreFactorPercent": 82,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1,
|
|
"recoveryTimeFactorPercent": 99,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 100,
|
|
"acwrFactorFeedback": "VERY_GOOD",
|
|
"acuteLoad": 724,
|
|
"stressHistoryFactorPercent": 86,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 57,
|
|
"sleepHistoryFactorPercent": 72,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-14",
|
|
"timestamp": "2024-06-14T10:30:42.0",
|
|
"timestampLocal": "2024-06-14T06:30:42.0",
|
|
"deviceId": 3472661486,
|
|
"level": "MODERATE",
|
|
"feedbackLong": "MOD_RT_LOW_SS_GOOD",
|
|
"feedbackShort": "RECOVERED_AND_READY",
|
|
"score": 71,
|
|
"sleepScore": 81,
|
|
"sleepScoreFactorPercent": 72,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1041,
|
|
"recoveryTimeFactorPercent": 72,
|
|
"recoveryTimeFactorFeedback": "GOOD",
|
|
"acwrFactorPercent": 94,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 884,
|
|
"stressHistoryFactorPercent": 86,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 59,
|
|
"sleepHistoryFactorPercent": 78,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-13",
|
|
"timestamp": "2024-06-13T10:24:07.0",
|
|
"timestampLocal": "2024-06-13T06:24:07.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_AVAILABLE_SS_HIGHEST_SLEEP_HISTORY_POS",
|
|
"feedbackShort": "ENERGIZED_BY_GOOD_SLEEP",
|
|
"score": 75,
|
|
"sleepScore": 82,
|
|
"sleepScoreFactorPercent": 74,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1602,
|
|
"recoveryTimeFactorPercent": 57,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 93,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 894,
|
|
"stressHistoryFactorPercent": 93,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 59,
|
|
"sleepHistoryFactorPercent": 91,
|
|
"sleepHistoryFactorFeedback": "VERY_GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-12",
|
|
"timestamp": "2024-06-12T10:42:16.0",
|
|
"timestampLocal": "2024-06-12T06:42:16.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_AVAILABLE_SS_HIGHEST_SLEEP_HISTORY_POS",
|
|
"feedbackShort": "ENERGIZED_BY_GOOD_SLEEP",
|
|
"score": 79,
|
|
"sleepScore": 89,
|
|
"sleepScoreFactorPercent": 88,
|
|
"sleepScoreFactorFeedback": "GOOD",
|
|
"recoveryTime": 1922,
|
|
"recoveryTimeFactorPercent": 48,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 94,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 882,
|
|
"stressHistoryFactorPercent": 97,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 57,
|
|
"sleepHistoryFactorPercent": 94,
|
|
"sleepHistoryFactorFeedback": "VERY_GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "NO_CHANGE_SLEEP",
|
|
},
|
|
{
|
|
"userProfilePK": "user_id: int",
|
|
"calendarDate": "2024-06-11",
|
|
"timestamp": "2024-06-11T10:32:30.0",
|
|
"timestampLocal": "2024-06-11T06:32:30.0",
|
|
"deviceId": 3472661486,
|
|
"level": "HIGH",
|
|
"feedbackLong": "HIGH_RT_AVAILABLE_SS_HIGHEST_SLEEP_HISTORY_POS",
|
|
"feedbackShort": "ENERGIZED_BY_GOOD_SLEEP",
|
|
"score": 82,
|
|
"sleepScore": 96,
|
|
"sleepScoreFactorPercent": 96,
|
|
"sleepScoreFactorFeedback": "VERY_GOOD",
|
|
"recoveryTime": 1415,
|
|
"recoveryTimeFactorPercent": 62,
|
|
"recoveryTimeFactorFeedback": "MODERATE",
|
|
"acwrFactorPercent": 97,
|
|
"acwrFactorFeedback": "GOOD",
|
|
"acuteLoad": 802,
|
|
"stressHistoryFactorPercent": 95,
|
|
"stressHistoryFactorFeedback": "GOOD",
|
|
"hrvFactorPercent": 100,
|
|
"hrvFactorFeedback": "VERY_GOOD",
|
|
"hrvWeeklyAverage": 58,
|
|
"sleepHistoryFactorPercent": 89,
|
|
"sleepHistoryFactorFeedback": "GOOD",
|
|
"validSleep": true,
|
|
"inputContext": null,
|
|
"recoveryTimeChangePhrase": "EXCELLENT_SLEEP",
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{trainingStatusDailyScalar(calendarDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"trainingStatusDailyScalar": {
|
|
"userId": "user_id: int",
|
|
"latestTrainingStatusData": {
|
|
"3472661486": {
|
|
"calendarDate": "2024-07-08",
|
|
"sinceDate": "2024-06-28",
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720445627000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 33,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 886,
|
|
"maxTrainingLoadChronic": 1506.0,
|
|
"minTrainingLoadChronic": 803.2,
|
|
"dailyTrainingLoadChronic": 1004,
|
|
"dailyAcuteChronicWorkloadRatio": 0.8,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
}
|
|
},
|
|
"recordedDevices": [
|
|
{
|
|
"deviceId": 3472661486,
|
|
"imageURL": "https://res.garmin.com/en/products/010-02809-02/v/c1_01_md.png",
|
|
"deviceName": "Forerunner 965",
|
|
"category": 0,
|
|
}
|
|
],
|
|
"showSelector": false,
|
|
"lastPrimarySyncDate": "2024-07-08",
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{trainingStatusWeeklyScalar(startDate:"2024-06-11", endDate:"2024-07-08", displayName:"ca8406dd-d7dd-4adb-825e-16967b1e82fb")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"trainingStatusWeeklyScalar": {
|
|
"userId": "user_id: int",
|
|
"fromCalendarDate": "2024-06-11",
|
|
"toCalendarDate": "2024-07-08",
|
|
"showSelector": false,
|
|
"recordedDevices": [
|
|
{
|
|
"deviceId": 3472661486,
|
|
"imageURL": "https://res.garmin.com/en/products/010-02809-02/v/c1_01_md.png",
|
|
"deviceName": "Forerunner 965",
|
|
"category": 0,
|
|
}
|
|
],
|
|
"reportData": {
|
|
"3472661486": [
|
|
{
|
|
"calendarDate": "2024-06-11",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718142014000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1049,
|
|
"maxTrainingLoadChronic": 1483.5,
|
|
"minTrainingLoadChronic": 791.2,
|
|
"dailyTrainingLoadChronic": 989,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-12",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718223210000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1080,
|
|
"maxTrainingLoadChronic": 1477.5,
|
|
"minTrainingLoadChronic": 788.0,
|
|
"dailyTrainingLoadChronic": 985,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-13",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718296688000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1068,
|
|
"maxTrainingLoadChronic": 1473.0,
|
|
"minTrainingLoadChronic": 785.6,
|
|
"dailyTrainingLoadChronic": 982,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-14",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718361041000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 38,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 884,
|
|
"maxTrainingLoadChronic": 1423.5,
|
|
"minTrainingLoadChronic": 759.2,
|
|
"dailyTrainingLoadChronic": 949,
|
|
"dailyAcuteChronicWorkloadRatio": 0.9,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-15",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718453887000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 38,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 852,
|
|
"maxTrainingLoadChronic": 1404.0,
|
|
"minTrainingLoadChronic": 748.8000000000001,
|
|
"dailyTrainingLoadChronic": 936,
|
|
"dailyAcuteChronicWorkloadRatio": 0.9,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-16",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718540790000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 33,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 812,
|
|
"maxTrainingLoadChronic": 1387.5,
|
|
"minTrainingLoadChronic": 740.0,
|
|
"dailyTrainingLoadChronic": 925,
|
|
"dailyAcuteChronicWorkloadRatio": 0.8,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-17",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718623233000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 29,
|
|
"acwrStatus": "LOW",
|
|
"acwrStatusFeedback": "FEEDBACK_1",
|
|
"dailyTrainingLoadAcute": 643,
|
|
"maxTrainingLoadChronic": 1336.5,
|
|
"minTrainingLoadChronic": 712.8000000000001,
|
|
"dailyTrainingLoadChronic": 891,
|
|
"dailyAcuteChronicWorkloadRatio": 0.7,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-18",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 6,
|
|
"timestamp": 1718714866000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PEAKING_1",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 29,
|
|
"acwrStatus": "LOW",
|
|
"acwrStatusFeedback": "FEEDBACK_1",
|
|
"dailyTrainingLoadAcute": 715,
|
|
"maxTrainingLoadChronic": 1344.0,
|
|
"minTrainingLoadChronic": 716.8000000000001,
|
|
"dailyTrainingLoadChronic": 896,
|
|
"dailyAcuteChronicWorkloadRatio": 0.7,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-19",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 6,
|
|
"timestamp": 1718798492000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PEAKING_1",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 29,
|
|
"acwrStatus": "LOW",
|
|
"acwrStatusFeedback": "FEEDBACK_1",
|
|
"dailyTrainingLoadAcute": 710,
|
|
"maxTrainingLoadChronic": 1333.5,
|
|
"minTrainingLoadChronic": 711.2,
|
|
"dailyTrainingLoadChronic": 889,
|
|
"dailyAcuteChronicWorkloadRatio": 0.7,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-20",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718921994000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 38,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 895,
|
|
"maxTrainingLoadChronic": 1369.5,
|
|
"minTrainingLoadChronic": 730.4000000000001,
|
|
"dailyTrainingLoadChronic": 913,
|
|
"dailyAcuteChronicWorkloadRatio": 0.9,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-21",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1718970618000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 38,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 854,
|
|
"maxTrainingLoadChronic": 1347.0,
|
|
"minTrainingLoadChronic": 718.4000000000001,
|
|
"dailyTrainingLoadChronic": 898,
|
|
"dailyAcuteChronicWorkloadRatio": 0.9,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-22",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1719083081000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1035,
|
|
"maxTrainingLoadChronic": 1381.5,
|
|
"minTrainingLoadChronic": 736.8000000000001,
|
|
"dailyTrainingLoadChronic": 921,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-23",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1719177700000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1080,
|
|
"maxTrainingLoadChronic": 1383.0,
|
|
"minTrainingLoadChronic": 737.6,
|
|
"dailyTrainingLoadChronic": 922,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-24",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1719228343000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 920,
|
|
"maxTrainingLoadChronic": 1330.5,
|
|
"minTrainingLoadChronic": 709.6,
|
|
"dailyTrainingLoadChronic": 887,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-25",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1719357364000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1029,
|
|
"maxTrainingLoadChronic": 1356.0,
|
|
"minTrainingLoadChronic": 723.2,
|
|
"dailyTrainingLoadChronic": 904,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-26",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1719431699000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 963,
|
|
"maxTrainingLoadChronic": 1339.5,
|
|
"minTrainingLoadChronic": 714.4000000000001,
|
|
"dailyTrainingLoadChronic": 893,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-27",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 7,
|
|
"timestamp": 1719517629000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 3,
|
|
"trainingStatusFeedbackPhrase": "PRODUCTIVE_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1037,
|
|
"maxTrainingLoadChronic": 1362.0,
|
|
"minTrainingLoadChronic": 726.4000000000001,
|
|
"dailyTrainingLoadChronic": 908,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-28",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1719596078000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1018,
|
|
"maxTrainingLoadChronic": 1371.0,
|
|
"minTrainingLoadChronic": 731.2,
|
|
"dailyTrainingLoadChronic": 914,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-29",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1719684771000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 52,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1136,
|
|
"maxTrainingLoadChronic": 1416.0,
|
|
"minTrainingLoadChronic": 755.2,
|
|
"dailyTrainingLoadChronic": 944,
|
|
"dailyAcuteChronicWorkloadRatio": 1.2,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-06-30",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1719764678000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 52,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1217,
|
|
"maxTrainingLoadChronic": 1458.0,
|
|
"minTrainingLoadChronic": 777.6,
|
|
"dailyTrainingLoadChronic": 972,
|
|
"dailyAcuteChronicWorkloadRatio": 1.2,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-01",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1719849197000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1133,
|
|
"maxTrainingLoadChronic": 1453.5,
|
|
"minTrainingLoadChronic": 775.2,
|
|
"dailyTrainingLoadChronic": 969,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-02",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1719921774000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1130,
|
|
"maxTrainingLoadChronic": 1468.5,
|
|
"minTrainingLoadChronic": 783.2,
|
|
"dailyTrainingLoadChronic": 979,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-03",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720027612000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 52,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1206,
|
|
"maxTrainingLoadChronic": 1500.0,
|
|
"minTrainingLoadChronic": 800.0,
|
|
"dailyTrainingLoadChronic": 1000,
|
|
"dailyAcuteChronicWorkloadRatio": 1.2,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-04",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720096045000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1122,
|
|
"maxTrainingLoadChronic": 1489.5,
|
|
"minTrainingLoadChronic": 794.4000000000001,
|
|
"dailyTrainingLoadChronic": 993,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-05",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720194335000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1211,
|
|
"maxTrainingLoadChronic": 1534.5,
|
|
"minTrainingLoadChronic": 818.4000000000001,
|
|
"dailyTrainingLoadChronic": 1023,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-06",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720313044000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1128,
|
|
"maxTrainingLoadChronic": 1534.5,
|
|
"minTrainingLoadChronic": 818.4000000000001,
|
|
"dailyTrainingLoadChronic": 1023,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-07",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720353825000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1096,
|
|
"maxTrainingLoadChronic": 1546.5,
|
|
"minTrainingLoadChronic": 824.8000000000001,
|
|
"dailyTrainingLoadChronic": 1031,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-08",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720445627000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 33,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 886,
|
|
"maxTrainingLoadChronic": 1506.0,
|
|
"minTrainingLoadChronic": 803.2,
|
|
"dailyTrainingLoadChronic": 1004,
|
|
"dailyAcuteChronicWorkloadRatio": 0.8,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
]
|
|
},
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{trainingLoadBalanceScalar(calendarDate:"2024-07-08", fullHistoryScan:true)}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"trainingLoadBalanceScalar": {
|
|
"userId": "user_id: int",
|
|
"metricsTrainingLoadBalanceDTOMap": {
|
|
"3472661486": {
|
|
"calendarDate": "2024-07-08",
|
|
"deviceId": 3472661486,
|
|
"monthlyLoadAerobicLow": 1926.3918,
|
|
"monthlyLoadAerobicHigh": 1651.8569,
|
|
"monthlyLoadAnaerobic": 260.00317,
|
|
"monthlyLoadAerobicLowTargetMin": 1404,
|
|
"monthlyLoadAerobicLowTargetMax": 2282,
|
|
"monthlyLoadAerobicHighTargetMin": 1229,
|
|
"monthlyLoadAerobicHighTargetMax": 2107,
|
|
"monthlyLoadAnaerobicTargetMin": 175,
|
|
"monthlyLoadAnaerobicTargetMax": 702,
|
|
"trainingBalanceFeedbackPhrase": "ON_TARGET",
|
|
"primaryTrainingDevice": true,
|
|
}
|
|
},
|
|
"recordedDevices": [
|
|
{
|
|
"deviceId": 3472661486,
|
|
"imageURL": "https://res.garmin.com/en/products/010-02809-02/v/c1_01_md.png",
|
|
"deviceName": "Forerunner 965",
|
|
"category": 0,
|
|
}
|
|
],
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{heatAltitudeAcclimationScalar(date:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"heatAltitudeAcclimationScalar": {
|
|
"calendarDate": "2024-07-08",
|
|
"altitudeAcclimationDate": "2024-07-08",
|
|
"previousAltitudeAcclimationDate": "2024-07-08",
|
|
"heatAcclimationDate": "2024-07-08",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 0,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-08T09:33:47.0",
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{vo2MaxScalar(startDate:"2024-06-11", endDate:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"vo2MaxScalar": [
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-11",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-11",
|
|
"altitudeAcclimationDate": "2024-06-12",
|
|
"previousAltitudeAcclimationDate": "2024-06-12",
|
|
"heatAcclimationDate": "2024-06-11",
|
|
"previousHeatAcclimationDate": "2024-06-10",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 45,
|
|
"previousHeatAcclimationPercentage": 45,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 48,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-11T23:56:55.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-12",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-12",
|
|
"altitudeAcclimationDate": "2024-06-13",
|
|
"previousAltitudeAcclimationDate": "2024-06-13",
|
|
"heatAcclimationDate": "2024-06-12",
|
|
"previousHeatAcclimationDate": "2024-06-11",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 48,
|
|
"previousHeatAcclimationPercentage": 45,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 54,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-12T23:54:41.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-13",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-13",
|
|
"altitudeAcclimationDate": "2024-06-14",
|
|
"previousAltitudeAcclimationDate": "2024-06-14",
|
|
"heatAcclimationDate": "2024-06-13",
|
|
"previousHeatAcclimationDate": "2024-06-12",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 52,
|
|
"previousHeatAcclimationPercentage": 48,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 67,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-13T23:54:57.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-15",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-15",
|
|
"altitudeAcclimationDate": "2024-06-16",
|
|
"previousAltitudeAcclimationDate": "2024-06-16",
|
|
"heatAcclimationDate": "2024-06-15",
|
|
"previousHeatAcclimationDate": "2024-06-14",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 47,
|
|
"previousHeatAcclimationPercentage": 52,
|
|
"heatTrend": "DEACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 65,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-15T23:57:48.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-16",
|
|
"vo2MaxPreciseValue": 60.7,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-16",
|
|
"altitudeAcclimationDate": "2024-06-17",
|
|
"previousAltitudeAcclimationDate": "2024-06-17",
|
|
"heatAcclimationDate": "2024-06-16",
|
|
"previousHeatAcclimationDate": "2024-06-15",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 45,
|
|
"previousHeatAcclimationPercentage": 47,
|
|
"heatTrend": "DEACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 73,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-16T23:54:44.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-18",
|
|
"vo2MaxPreciseValue": 60.7,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-18",
|
|
"altitudeAcclimationDate": "2024-06-19",
|
|
"previousAltitudeAcclimationDate": "2024-06-19",
|
|
"heatAcclimationDate": "2024-06-18",
|
|
"previousHeatAcclimationDate": "2024-06-17",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 34,
|
|
"previousHeatAcclimationPercentage": 39,
|
|
"heatTrend": "DEACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 68,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-18T23:55:05.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-19",
|
|
"vo2MaxPreciseValue": 60.8,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-19",
|
|
"altitudeAcclimationDate": "2024-06-20",
|
|
"previousAltitudeAcclimationDate": "2024-06-20",
|
|
"heatAcclimationDate": "2024-06-19",
|
|
"previousHeatAcclimationDate": "2024-06-18",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 39,
|
|
"previousHeatAcclimationPercentage": 34,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 52,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-19T23:57:54.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-20",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-20",
|
|
"altitudeAcclimationDate": "2024-06-21",
|
|
"previousAltitudeAcclimationDate": "2024-06-21",
|
|
"heatAcclimationDate": "2024-06-20",
|
|
"previousHeatAcclimationDate": "2024-06-19",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 45,
|
|
"previousHeatAcclimationPercentage": 39,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 69,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-20T23:58:53.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-21",
|
|
"vo2MaxPreciseValue": 60.4,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-21",
|
|
"altitudeAcclimationDate": "2024-06-22",
|
|
"previousAltitudeAcclimationDate": "2024-06-22",
|
|
"heatAcclimationDate": "2024-06-21",
|
|
"previousHeatAcclimationDate": "2024-06-20",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 48,
|
|
"previousHeatAcclimationPercentage": 45,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 64,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-21T23:58:46.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-22",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-22",
|
|
"altitudeAcclimationDate": "2024-06-23",
|
|
"previousAltitudeAcclimationDate": "2024-06-23",
|
|
"heatAcclimationDate": "2024-06-22",
|
|
"previousHeatAcclimationDate": "2024-06-21",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 48,
|
|
"previousHeatAcclimationPercentage": 48,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 60,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-22T23:57:49.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-23",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-23",
|
|
"altitudeAcclimationDate": "2024-06-24",
|
|
"previousAltitudeAcclimationDate": "2024-06-24",
|
|
"heatAcclimationDate": "2024-06-23",
|
|
"previousHeatAcclimationDate": "2024-06-22",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 67,
|
|
"previousHeatAcclimationPercentage": 48,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 61,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-23T23:55:07.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-25",
|
|
"vo2MaxPreciseValue": 60.4,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-25",
|
|
"altitudeAcclimationDate": "2024-06-26",
|
|
"previousAltitudeAcclimationDate": "2024-06-26",
|
|
"heatAcclimationDate": "2024-06-25",
|
|
"previousHeatAcclimationDate": "2024-06-24",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 73,
|
|
"previousHeatAcclimationPercentage": 67,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 65,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-25T23:55:56.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-26",
|
|
"vo2MaxPreciseValue": 60.3,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-26",
|
|
"altitudeAcclimationDate": "2024-06-27",
|
|
"previousAltitudeAcclimationDate": "2024-06-27",
|
|
"heatAcclimationDate": "2024-06-26",
|
|
"previousHeatAcclimationDate": "2024-06-25",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 82,
|
|
"previousHeatAcclimationPercentage": 73,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 54,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-26T23:55:51.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-27",
|
|
"vo2MaxPreciseValue": 60.3,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-27",
|
|
"altitudeAcclimationDate": "2024-06-28",
|
|
"previousAltitudeAcclimationDate": "2024-06-28",
|
|
"heatAcclimationDate": "2024-06-27",
|
|
"previousHeatAcclimationDate": "2024-06-26",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 96,
|
|
"previousHeatAcclimationPercentage": 82,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 42,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-27T23:57:42.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-28",
|
|
"vo2MaxPreciseValue": 60.4,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-28",
|
|
"altitudeAcclimationDate": "2024-06-29",
|
|
"previousAltitudeAcclimationDate": "2024-06-29",
|
|
"heatAcclimationDate": "2024-06-28",
|
|
"previousHeatAcclimationDate": "2024-06-27",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 96,
|
|
"previousHeatAcclimationPercentage": 96,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 47,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-28T23:57:37.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-29",
|
|
"vo2MaxPreciseValue": 60.4,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-29",
|
|
"altitudeAcclimationDate": "2024-06-30",
|
|
"previousAltitudeAcclimationDate": "2024-06-30",
|
|
"heatAcclimationDate": "2024-06-29",
|
|
"previousHeatAcclimationDate": "2024-06-28",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 91,
|
|
"previousHeatAcclimationPercentage": 96,
|
|
"heatTrend": "DEACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 120,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-29T23:56:02.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-06-30",
|
|
"vo2MaxPreciseValue": 60.4,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-06-30",
|
|
"altitudeAcclimationDate": "2024-07-01",
|
|
"previousAltitudeAcclimationDate": "2024-07-01",
|
|
"heatAcclimationDate": "2024-06-30",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 91,
|
|
"heatTrend": "ACCLIMATIZING",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 41,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-06-30T23:55:24.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-01",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 60.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-01",
|
|
"altitudeAcclimationDate": "2024-07-02",
|
|
"previousAltitudeAcclimationDate": "2024-07-02",
|
|
"heatAcclimationDate": "2024-07-01",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 43,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-01T23:56:31.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-02",
|
|
"vo2MaxPreciseValue": 60.5,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-02",
|
|
"altitudeAcclimationDate": "2024-07-03",
|
|
"previousAltitudeAcclimationDate": "2024-07-03",
|
|
"heatAcclimationDate": "2024-07-02",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 0,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-02T23:58:21.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-03",
|
|
"vo2MaxPreciseValue": 60.6,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-03",
|
|
"altitudeAcclimationDate": "2024-07-04",
|
|
"previousAltitudeAcclimationDate": "2024-07-04",
|
|
"heatAcclimationDate": "2024-07-03",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 19,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-03T23:57:17.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-04",
|
|
"vo2MaxPreciseValue": 60.6,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-04",
|
|
"altitudeAcclimationDate": "2024-07-05",
|
|
"previousAltitudeAcclimationDate": "2024-07-05",
|
|
"heatAcclimationDate": "2024-07-04",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 24,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-04T23:56:04.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-05",
|
|
"vo2MaxPreciseValue": 60.6,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-05",
|
|
"altitudeAcclimationDate": "2024-07-06",
|
|
"previousAltitudeAcclimationDate": "2024-07-06",
|
|
"heatAcclimationDate": "2024-07-05",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 0,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-05T23:55:41.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-06",
|
|
"vo2MaxPreciseValue": 60.6,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-06",
|
|
"altitudeAcclimationDate": "2024-07-07",
|
|
"previousAltitudeAcclimationDate": "2024-07-07",
|
|
"heatAcclimationDate": "2024-07-07",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 3,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-06T23:55:12.0",
|
|
},
|
|
},
|
|
{
|
|
"userId": "user_id: int",
|
|
"generic": {
|
|
"calendarDate": "2024-07-07",
|
|
"vo2MaxPreciseValue": 60.6,
|
|
"vo2MaxValue": 61.0,
|
|
"fitnessAge": null,
|
|
"fitnessAgeDescription": null,
|
|
"maxMetCategory": 0,
|
|
},
|
|
"cycling": null,
|
|
"heatAltitudeAcclimation": {
|
|
"calendarDate": "2024-07-07",
|
|
"altitudeAcclimationDate": "2024-07-08",
|
|
"previousAltitudeAcclimationDate": "2024-07-08",
|
|
"heatAcclimationDate": "2024-07-07",
|
|
"previousHeatAcclimationDate": "2024-06-30",
|
|
"altitudeAcclimation": 0,
|
|
"previousAltitudeAcclimation": 0,
|
|
"heatAcclimationPercentage": 100,
|
|
"previousHeatAcclimationPercentage": 100,
|
|
"heatTrend": "ACCLIMATIZED",
|
|
"altitudeTrend": null,
|
|
"currentAltitude": 62,
|
|
"previousAltitude": 0,
|
|
"acclimationPercentage": 0,
|
|
"previousAcclimationPercentage": 0,
|
|
"altitudeAcclimationLocalTimestamp": "2024-07-07T23:54:28.0",
|
|
},
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{activityTrendsScalar(activityType:"running",date:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {"activityTrendsScalar": {"RUNNING": "2024-06-25"}}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{activityTrendsScalar(activityType:"all",date:"2024-07-08")}'
|
|
},
|
|
"response": {"data": {"activityTrendsScalar": {"ALL": "2024-06-25"}}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{activityTrendsScalar(activityType:"fitness_equipment",date:"2024-07-08")}'
|
|
},
|
|
"response": {
|
|
"data": {"activityTrendsScalar": {"FITNESS_EQUIPMENT": null}}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": "\n query {\n userGoalsScalar\n }\n "
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"userGoalsScalar": [
|
|
{
|
|
"userGoalPk": 3354140802,
|
|
"userProfilePk": "user_id: int",
|
|
"userGoalCategory": "MANUAL",
|
|
"userGoalType": "HYDRATION",
|
|
"startDate": "2024-05-15",
|
|
"endDate": null,
|
|
"goalName": null,
|
|
"goalValue": 2000.0,
|
|
"updateDate": "2024-05-15T11:17:41.0",
|
|
"createDate": "2024-05-15T11:17:41.0",
|
|
"rulePk": null,
|
|
"activityTypePk": 9,
|
|
"trackingPeriodType": "DAILY",
|
|
},
|
|
{
|
|
"userGoalPk": 3353706978,
|
|
"userProfilePk": "user_id: int",
|
|
"userGoalCategory": "MYFITNESSPAL",
|
|
"userGoalType": "NET_CALORIES",
|
|
"startDate": "2024-05-06",
|
|
"endDate": null,
|
|
"goalName": null,
|
|
"goalValue": 1780.0,
|
|
"updateDate": "2024-05-06T10:53:34.0",
|
|
"createDate": "2024-05-06T10:53:34.0",
|
|
"rulePk": null,
|
|
"activityTypePk": null,
|
|
"trackingPeriodType": "DAILY",
|
|
},
|
|
{
|
|
"userGoalPk": 3352551190,
|
|
"userProfilePk": "user_id: int",
|
|
"userGoalCategory": "MANUAL",
|
|
"userGoalType": "WEIGHT_GRAMS",
|
|
"startDate": "2024-04-10",
|
|
"endDate": null,
|
|
"goalName": null,
|
|
"goalValue": 77110.0,
|
|
"updateDate": "2024-04-10T22:15:30.0",
|
|
"createDate": "2024-04-10T22:15:30.0",
|
|
"rulePk": null,
|
|
"activityTypePk": 9,
|
|
"trackingPeriodType": "DAILY",
|
|
},
|
|
{
|
|
"userGoalPk": 413558487,
|
|
"userProfilePk": "user_id: int",
|
|
"userGoalCategory": "MANUAL",
|
|
"userGoalType": "STEPS",
|
|
"startDate": "2024-06-26",
|
|
"endDate": null,
|
|
"goalName": null,
|
|
"goalValue": 5000.0,
|
|
"updateDate": "2024-06-26T13:30:05.0",
|
|
"createDate": "2018-09-11T22:32:18.0",
|
|
"rulePk": null,
|
|
"activityTypePk": null,
|
|
"trackingPeriodType": "DAILY",
|
|
},
|
|
]
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{trainingStatusWeeklyScalar(startDate:"2024-07-02", endDate:"2024-07-08", displayName:"ca8406dd-d7dd-4adb-825e-16967b1e82fb")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"trainingStatusWeeklyScalar": {
|
|
"userId": "user_id: int",
|
|
"fromCalendarDate": "2024-07-02",
|
|
"toCalendarDate": "2024-07-08",
|
|
"showSelector": false,
|
|
"recordedDevices": [
|
|
{
|
|
"deviceId": 3472661486,
|
|
"imageURL": "https://res.garmin.com/en/products/010-02809-02/v/c1_01_md.png",
|
|
"deviceName": "Forerunner 965",
|
|
"category": 0,
|
|
}
|
|
],
|
|
"reportData": {
|
|
"3472661486": [
|
|
{
|
|
"calendarDate": "2024-07-02",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1719921774000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1130,
|
|
"maxTrainingLoadChronic": 1468.5,
|
|
"minTrainingLoadChronic": 783.2,
|
|
"dailyTrainingLoadChronic": 979,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-03",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720027612000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 52,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1206,
|
|
"maxTrainingLoadChronic": 1500.0,
|
|
"minTrainingLoadChronic": 800.0,
|
|
"dailyTrainingLoadChronic": 1000,
|
|
"dailyAcuteChronicWorkloadRatio": 1.2,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-04",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720096045000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1122,
|
|
"maxTrainingLoadChronic": 1489.5,
|
|
"minTrainingLoadChronic": 794.4000000000001,
|
|
"dailyTrainingLoadChronic": 993,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-05",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720194335000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1211,
|
|
"maxTrainingLoadChronic": 1534.5,
|
|
"minTrainingLoadChronic": 818.4000000000001,
|
|
"dailyTrainingLoadChronic": 1023,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-06",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720313044000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 47,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1128,
|
|
"maxTrainingLoadChronic": 1534.5,
|
|
"minTrainingLoadChronic": 818.4000000000001,
|
|
"dailyTrainingLoadChronic": 1023,
|
|
"dailyAcuteChronicWorkloadRatio": 1.1,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-07",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720353825000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 42,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 1096,
|
|
"maxTrainingLoadChronic": 1546.5,
|
|
"minTrainingLoadChronic": 824.8000000000001,
|
|
"dailyTrainingLoadChronic": 1031,
|
|
"dailyAcuteChronicWorkloadRatio": 1.0,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
{
|
|
"calendarDate": "2024-07-08",
|
|
"sinceDate": null,
|
|
"weeklyTrainingLoad": null,
|
|
"trainingStatus": 4,
|
|
"timestamp": 1720445627000,
|
|
"deviceId": 3472661486,
|
|
"loadTunnelMin": null,
|
|
"loadTunnelMax": null,
|
|
"loadLevelTrend": null,
|
|
"sport": "RUNNING",
|
|
"subSport": "GENERIC",
|
|
"fitnessTrendSport": "RUNNING",
|
|
"fitnessTrend": 2,
|
|
"trainingStatusFeedbackPhrase": "MAINTAINING_3",
|
|
"trainingPaused": false,
|
|
"acuteTrainingLoadDTO": {
|
|
"acwrPercent": 33,
|
|
"acwrStatus": "OPTIMAL",
|
|
"acwrStatusFeedback": "FEEDBACK_2",
|
|
"dailyTrainingLoadAcute": 886,
|
|
"maxTrainingLoadChronic": 1506.0,
|
|
"minTrainingLoadChronic": 803.2,
|
|
"dailyTrainingLoadChronic": 1004,
|
|
"dailyAcuteChronicWorkloadRatio": 0.8,
|
|
},
|
|
"primaryTrainingDevice": true,
|
|
},
|
|
]
|
|
},
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{enduranceScoreScalar(startDate:"2024-04-16", endDate:"2024-07-08", aggregation:"weekly")}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"enduranceScoreScalar": {
|
|
"userProfilePK": "user_id: int",
|
|
"startDate": "2024-04-16",
|
|
"endDate": "2024-07-08",
|
|
"avg": 8383,
|
|
"max": 8649,
|
|
"groupMap": {
|
|
"2024-04-16": {
|
|
"groupAverage": 8614,
|
|
"groupMax": 8649,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 3,
|
|
"contribution": 5.8842854,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 83.06714,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 1,
|
|
"contribution": 9.064286,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 1.9842857,
|
|
},
|
|
],
|
|
},
|
|
"2024-04-23": {
|
|
"groupAverage": 8499,
|
|
"groupMax": 8578,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 3,
|
|
"contribution": 5.3585715,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 81.944275,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 1,
|
|
"contribution": 8.255714,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 4.4414287,
|
|
},
|
|
],
|
|
},
|
|
"2024-04-30": {
|
|
"groupAverage": 8295,
|
|
"groupMax": 8406,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 3,
|
|
"contribution": 0.7228571,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 80.9,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 1,
|
|
"contribution": 7.531429,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 4.9157143,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 5.9300003,
|
|
},
|
|
],
|
|
},
|
|
"2024-05-07": {
|
|
"groupAverage": 8172,
|
|
"groupMax": 8216,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 81.51143,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 1,
|
|
"contribution": 6.6957145,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 7.5371428,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 4.2557144,
|
|
},
|
|
],
|
|
},
|
|
"2024-05-14": {
|
|
"groupAverage": 8314,
|
|
"groupMax": 8382,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 82.93285,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 1,
|
|
"contribution": 6.4171433,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 8.967142,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 1.6828573,
|
|
},
|
|
],
|
|
},
|
|
"2024-05-21": {
|
|
"groupAverage": 8263,
|
|
"groupMax": 8294,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 82.55286,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 1,
|
|
"contribution": 4.245714,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 11.4657135,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 1.7357142,
|
|
},
|
|
],
|
|
},
|
|
"2024-05-28": {
|
|
"groupAverage": 8282,
|
|
"groupMax": 8307,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 84.18428,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 12.667143,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 3.148571,
|
|
},
|
|
],
|
|
},
|
|
"2024-06-04": {
|
|
"groupAverage": 8334,
|
|
"groupMax": 8360,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 84.24714,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 13.321428,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 2.4314287,
|
|
},
|
|
],
|
|
},
|
|
"2024-06-11": {
|
|
"groupAverage": 8376,
|
|
"groupMax": 8400,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 84.138565,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 13.001429,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 2.8600001,
|
|
},
|
|
],
|
|
},
|
|
"2024-06-18": {
|
|
"groupAverage": 8413,
|
|
"groupMax": 8503,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 84.28715,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 13.105714,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 2.607143,
|
|
},
|
|
],
|
|
},
|
|
"2024-06-25": {
|
|
"groupAverage": 8445,
|
|
"groupMax": 8555,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 84.56285,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 12.332857,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 3.104286,
|
|
},
|
|
],
|
|
},
|
|
"2024-07-02": {
|
|
"groupAverage": 8593,
|
|
"groupMax": 8643,
|
|
"enduranceContributorDTOList": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 86.76143,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 10.441428,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 2.7971427,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
"enduranceScoreDTO": {
|
|
"userProfilePK": "user_id: int",
|
|
"deviceId": 3472661486,
|
|
"calendarDate": "2024-07-08",
|
|
"overallScore": 8587,
|
|
"classification": 6,
|
|
"feedbackPhrase": 78,
|
|
"primaryTrainingDevice": true,
|
|
"gaugeLowerLimit": 3570,
|
|
"classificationLowerLimitIntermediate": 5100,
|
|
"classificationLowerLimitTrained": 5800,
|
|
"classificationLowerLimitWellTrained": 6600,
|
|
"classificationLowerLimitExpert": 7300,
|
|
"classificationLowerLimitSuperior": 8100,
|
|
"classificationLowerLimitElite": 8800,
|
|
"gaugeUpperLimit": 10560,
|
|
"contributors": [
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 0,
|
|
"contribution": 87.65,
|
|
},
|
|
{
|
|
"activityTypeId": 13,
|
|
"group": null,
|
|
"contribution": 9.49,
|
|
},
|
|
{
|
|
"activityTypeId": null,
|
|
"group": 8,
|
|
"contribution": 2.86,
|
|
},
|
|
],
|
|
},
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {"query": 'query{latestWeightScalar(asOfDate:"2024-07-08")}'},
|
|
"response": {
|
|
"data": {
|
|
"latestWeightScalar": {
|
|
"date": 1720396800000,
|
|
"version": 1720435190064,
|
|
"weight": 82372.0,
|
|
"bmi": null,
|
|
"bodyFat": null,
|
|
"bodyWater": null,
|
|
"boneMass": null,
|
|
"muscleMass": null,
|
|
"physiqueRating": null,
|
|
"visceralFat": null,
|
|
"metabolicAge": null,
|
|
"caloricIntake": null,
|
|
"sourceType": "MFP",
|
|
"timestampGMT": 1720435137000,
|
|
"weightDelta": 907,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
"query": {"query": 'query{pregnancyScalar(date:"2024-07-08")}'},
|
|
"response": {"data": {"pregnancyScalar": null}},
|
|
},
|
|
{
|
|
"query": {
|
|
"query": 'query{epochChartScalar(date:"2024-07-08", include:["stress"])}'
|
|
},
|
|
"response": {
|
|
"data": {
|
|
"epochChartScalar": {
|
|
"stress": {
|
|
"labels": ["timestampGmt", "value"],
|
|
"data": [
|
|
["2024-07-08T04:03:00.0", 23],
|
|
["2024-07-08T04:06:00.0", 20],
|
|
["2024-07-08T04:09:00.0", 20],
|
|
["2024-07-08T04:12:00.0", 12],
|
|
["2024-07-08T04:15:00.0", 15],
|
|
["2024-07-08T04:18:00.0", 15],
|
|
["2024-07-08T04:21:00.0", 13],
|
|
["2024-07-08T04:24:00.0", 14],
|
|
["2024-07-08T04:27:00.0", 16],
|
|
["2024-07-08T04:30:00.0", 16],
|
|
["2024-07-08T04:33:00.0", 14],
|
|
["2024-07-08T04:36:00.0", 15],
|
|
["2024-07-08T04:39:00.0", 16],
|
|
["2024-07-08T04:42:00.0", 15],
|
|
["2024-07-08T04:45:00.0", 17],
|
|
["2024-07-08T04:48:00.0", 15],
|
|
["2024-07-08T04:51:00.0", 15],
|
|
["2024-07-08T04:54:00.0", 15],
|
|
["2024-07-08T04:57:00.0", 13],
|
|
["2024-07-08T05:00:00.0", 11],
|
|
["2024-07-08T05:03:00.0", 7],
|
|
["2024-07-08T05:06:00.0", 15],
|
|
["2024-07-08T05:09:00.0", 23],
|
|
["2024-07-08T05:12:00.0", 21],
|
|
["2024-07-08T05:15:00.0", 17],
|
|
["2024-07-08T05:18:00.0", 12],
|
|
["2024-07-08T05:21:00.0", 17],
|
|
["2024-07-08T05:24:00.0", 18],
|
|
["2024-07-08T05:27:00.0", 17],
|
|
["2024-07-08T05:30:00.0", 13],
|
|
["2024-07-08T05:33:00.0", 12],
|
|
["2024-07-08T05:36:00.0", 17],
|
|
["2024-07-08T05:39:00.0", 15],
|
|
["2024-07-08T05:42:00.0", 14],
|
|
["2024-07-08T05:45:00.0", 21],
|
|
["2024-07-08T05:48:00.0", 20],
|
|
["2024-07-08T05:51:00.0", 23],
|
|
["2024-07-08T05:54:00.0", 21],
|
|
["2024-07-08T05:57:00.0", 19],
|
|
["2024-07-08T06:00:00.0", 11],
|
|
["2024-07-08T06:03:00.0", 13],
|
|
["2024-07-08T06:06:00.0", 9],
|
|
["2024-07-08T06:09:00.0", 9],
|
|
["2024-07-08T06:12:00.0", 10],
|
|
["2024-07-08T06:15:00.0", 10],
|
|
["2024-07-08T06:18:00.0", 9],
|
|
["2024-07-08T06:21:00.0", 10],
|
|
["2024-07-08T06:24:00.0", 10],
|
|
["2024-07-08T06:27:00.0", 9],
|
|
["2024-07-08T06:30:00.0", 8],
|
|
["2024-07-08T06:33:00.0", 10],
|
|
["2024-07-08T06:36:00.0", 10],
|
|
["2024-07-08T06:39:00.0", 9],
|
|
["2024-07-08T06:42:00.0", 15],
|
|
["2024-07-08T06:45:00.0", 6],
|
|
["2024-07-08T06:48:00.0", 7],
|
|
["2024-07-08T06:51:00.0", 8],
|
|
["2024-07-08T06:54:00.0", 12],
|
|
["2024-07-08T06:57:00.0", 12],
|
|
["2024-07-08T07:00:00.0", 10],
|
|
["2024-07-08T07:03:00.0", 16],
|
|
["2024-07-08T07:06:00.0", 16],
|
|
["2024-07-08T07:09:00.0", 18],
|
|
["2024-07-08T07:12:00.0", 20],
|
|
["2024-07-08T07:15:00.0", 20],
|
|
["2024-07-08T07:18:00.0", 17],
|
|
["2024-07-08T07:21:00.0", 11],
|
|
["2024-07-08T07:24:00.0", 21],
|
|
["2024-07-08T07:27:00.0", 18],
|
|
["2024-07-08T07:30:00.0", 8],
|
|
["2024-07-08T07:33:00.0", 12],
|
|
["2024-07-08T07:36:00.0", 18],
|
|
["2024-07-08T07:39:00.0", 10],
|
|
["2024-07-08T07:42:00.0", 8],
|
|
["2024-07-08T07:45:00.0", 8],
|
|
["2024-07-08T07:48:00.0", 9],
|
|
["2024-07-08T07:51:00.0", 11],
|
|
["2024-07-08T07:54:00.0", 9],
|
|
["2024-07-08T07:57:00.0", 15],
|
|
["2024-07-08T08:00:00.0", 14],
|
|
["2024-07-08T08:03:00.0", 12],
|
|
["2024-07-08T08:06:00.0", 10],
|
|
["2024-07-08T08:09:00.0", 8],
|
|
["2024-07-08T08:12:00.0", 12],
|
|
["2024-07-08T08:15:00.0", 16],
|
|
["2024-07-08T08:18:00.0", 12],
|
|
["2024-07-08T08:21:00.0", 17],
|
|
["2024-07-08T08:24:00.0", 16],
|
|
["2024-07-08T08:27:00.0", 20],
|
|
["2024-07-08T08:30:00.0", 17],
|
|
["2024-07-08T08:33:00.0", 20],
|
|
["2024-07-08T08:36:00.0", 21],
|
|
["2024-07-08T08:39:00.0", 19],
|
|
["2024-07-08T08:42:00.0", 15],
|
|
["2024-07-08T08:45:00.0", 18],
|
|
["2024-07-08T08:48:00.0", 16],
|
|
["2024-07-08T08:51:00.0", 11],
|
|
["2024-07-08T08:54:00.0", 11],
|
|
["2024-07-08T08:57:00.0", 14],
|
|
["2024-07-08T09:00:00.0", 12],
|
|
["2024-07-08T09:03:00.0", 7],
|
|
["2024-07-08T09:06:00.0", 12],
|
|
["2024-07-08T09:09:00.0", 15],
|
|
["2024-07-08T09:12:00.0", 12],
|
|
["2024-07-08T09:15:00.0", 17],
|
|
["2024-07-08T09:18:00.0", 18],
|
|
["2024-07-08T09:21:00.0", 12],
|
|
["2024-07-08T09:24:00.0", 15],
|
|
["2024-07-08T09:27:00.0", 16],
|
|
["2024-07-08T09:30:00.0", 19],
|
|
["2024-07-08T09:33:00.0", 20],
|
|
["2024-07-08T09:36:00.0", 17],
|
|
["2024-07-08T09:39:00.0", 20],
|
|
["2024-07-08T09:42:00.0", 20],
|
|
["2024-07-08T09:45:00.0", 22],
|
|
["2024-07-08T09:48:00.0", 20],
|
|
["2024-07-08T09:51:00.0", 9],
|
|
["2024-07-08T09:54:00.0", 16],
|
|
["2024-07-08T09:57:00.0", 22],
|
|
["2024-07-08T10:00:00.0", 20],
|
|
["2024-07-08T10:03:00.0", 17],
|
|
["2024-07-08T10:06:00.0", 21],
|
|
["2024-07-08T10:09:00.0", 13],
|
|
["2024-07-08T10:12:00.0", 15],
|
|
["2024-07-08T10:15:00.0", 17],
|
|
["2024-07-08T10:18:00.0", 17],
|
|
["2024-07-08T10:21:00.0", 17],
|
|
["2024-07-08T10:24:00.0", 15],
|
|
["2024-07-08T10:27:00.0", 21],
|
|
["2024-07-08T10:30:00.0", -2],
|
|
["2024-07-08T10:33:00.0", -2],
|
|
["2024-07-08T10:36:00.0", -2],
|
|
["2024-07-08T10:39:00.0", -1],
|
|
["2024-07-08T10:42:00.0", 32],
|
|
["2024-07-08T10:45:00.0", 38],
|
|
["2024-07-08T10:48:00.0", 14],
|
|
["2024-07-08T10:51:00.0", 23],
|
|
["2024-07-08T10:54:00.0", 15],
|
|
["2024-07-08T10:57:00.0", 19],
|
|
["2024-07-08T11:00:00.0", 28],
|
|
["2024-07-08T11:03:00.0", 17],
|
|
["2024-07-08T11:06:00.0", 23],
|
|
["2024-07-08T11:09:00.0", 28],
|
|
["2024-07-08T11:12:00.0", 25],
|
|
["2024-07-08T11:15:00.0", 22],
|
|
["2024-07-08T11:18:00.0", 25],
|
|
["2024-07-08T11:21:00.0", -1],
|
|
["2024-07-08T11:24:00.0", 21],
|
|
["2024-07-08T11:27:00.0", -1],
|
|
["2024-07-08T11:30:00.0", 21],
|
|
["2024-07-08T11:33:00.0", 21],
|
|
["2024-07-08T11:36:00.0", 18],
|
|
["2024-07-08T11:39:00.0", 33],
|
|
["2024-07-08T11:42:00.0", -1],
|
|
["2024-07-08T11:45:00.0", 40],
|
|
["2024-07-08T11:48:00.0", -1],
|
|
["2024-07-08T11:51:00.0", 25],
|
|
["2024-07-08T11:54:00.0", -1],
|
|
["2024-07-08T11:57:00.0", -1],
|
|
["2024-07-08T12:00:00.0", 23],
|
|
["2024-07-08T12:03:00.0", -2],
|
|
["2024-07-08T12:06:00.0", -1],
|
|
["2024-07-08T12:09:00.0", -1],
|
|
["2024-07-08T12:12:00.0", -2],
|
|
["2024-07-08T12:15:00.0", -2],
|
|
["2024-07-08T12:18:00.0", -2],
|
|
["2024-07-08T12:21:00.0", -2],
|
|
["2024-07-08T12:24:00.0", -2],
|
|
["2024-07-08T12:27:00.0", -2],
|
|
["2024-07-08T12:30:00.0", -2],
|
|
["2024-07-08T12:33:00.0", -2],
|
|
["2024-07-08T12:36:00.0", -2],
|
|
["2024-07-08T12:39:00.0", -2],
|
|
["2024-07-08T12:42:00.0", -2],
|
|
["2024-07-08T12:45:00.0", 25],
|
|
["2024-07-08T12:48:00.0", 24],
|
|
["2024-07-08T12:51:00.0", 23],
|
|
["2024-07-08T12:54:00.0", 24],
|
|
["2024-07-08T12:57:00.0", -1],
|
|
["2024-07-08T13:00:00.0", -2],
|
|
["2024-07-08T13:03:00.0", 21],
|
|
["2024-07-08T13:06:00.0", -1],
|
|
["2024-07-08T13:09:00.0", 18],
|
|
["2024-07-08T13:12:00.0", 25],
|
|
["2024-07-08T13:15:00.0", 24],
|
|
["2024-07-08T13:18:00.0", 25],
|
|
["2024-07-08T13:21:00.0", 34],
|
|
["2024-07-08T13:24:00.0", 24],
|
|
["2024-07-08T13:27:00.0", 28],
|
|
["2024-07-08T13:30:00.0", 28],
|
|
["2024-07-08T13:33:00.0", 28],
|
|
["2024-07-08T13:36:00.0", 27],
|
|
["2024-07-08T13:39:00.0", 21],
|
|
["2024-07-08T13:42:00.0", 32],
|
|
["2024-07-08T13:45:00.0", 30],
|
|
["2024-07-08T13:48:00.0", 29],
|
|
["2024-07-08T13:51:00.0", 20],
|
|
["2024-07-08T13:54:00.0", 35],
|
|
["2024-07-08T13:57:00.0", 31],
|
|
["2024-07-08T14:00:00.0", 37],
|
|
["2024-07-08T14:03:00.0", 32],
|
|
["2024-07-08T14:06:00.0", 34],
|
|
["2024-07-08T14:09:00.0", 25],
|
|
["2024-07-08T14:12:00.0", 38],
|
|
["2024-07-08T14:15:00.0", 37],
|
|
["2024-07-08T14:18:00.0", 38],
|
|
["2024-07-08T14:21:00.0", 42],
|
|
["2024-07-08T14:24:00.0", 30],
|
|
["2024-07-08T14:27:00.0", 26],
|
|
["2024-07-08T14:30:00.0", 40],
|
|
["2024-07-08T14:33:00.0", -1],
|
|
["2024-07-08T14:36:00.0", 21],
|
|
["2024-07-08T14:39:00.0", -2],
|
|
["2024-07-08T14:42:00.0", -2],
|
|
["2024-07-08T14:45:00.0", -2],
|
|
["2024-07-08T14:48:00.0", -1],
|
|
["2024-07-08T14:51:00.0", 31],
|
|
["2024-07-08T14:54:00.0", -1],
|
|
["2024-07-08T14:57:00.0", -2],
|
|
["2024-07-08T15:00:00.0", -2],
|
|
["2024-07-08T15:03:00.0", -2],
|
|
["2024-07-08T15:06:00.0", -2],
|
|
["2024-07-08T15:09:00.0", -2],
|
|
["2024-07-08T15:12:00.0", -1],
|
|
["2024-07-08T15:15:00.0", 25],
|
|
["2024-07-08T15:18:00.0", 24],
|
|
["2024-07-08T15:21:00.0", 28],
|
|
["2024-07-08T15:24:00.0", 28],
|
|
["2024-07-08T15:27:00.0", 23],
|
|
["2024-07-08T15:30:00.0", 25],
|
|
["2024-07-08T15:33:00.0", 34],
|
|
["2024-07-08T15:36:00.0", -1],
|
|
["2024-07-08T15:39:00.0", 59],
|
|
["2024-07-08T15:42:00.0", 50],
|
|
["2024-07-08T15:45:00.0", -1],
|
|
["2024-07-08T15:48:00.0", -2],
|
|
],
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
]
|