Resource details
Flux GTFS-RT service Trip Update
This resource file is part of the dataset Réseau urbain Alternéo.
Download availability
Learn more
HEAD
request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.For SIRI and SIRI Lite feeds, we perform a
GET
request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.Validation details
❌160 errors, 174 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2025-08-02 at 09:14 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 6 errors
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Sample errors
- trip_id 1_61001011 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1_61001099 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1_61001100 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1_61001081 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1_61001080 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt stop_id does not exist in GTFS data E011 1 error
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id 1_6996925 stop_id 0:01265C does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 12 errors
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Sample errors
- trip_id 1_6990423 stop_sequence 3 arrival_time 10:53:44 (1754117624) is equal to previous stop arrival_time 10:53:44 (1754117624) - times must increase between two sequential stops
- trip_id 1_6990423 stop_sequence 3 arrival_time 10:53:44 (1754117624) is equal to previous stop departure_time 10:53:44 (1754117624) - times must increase between two sequential stops
- trip_id 1_6990423 stop_sequence 3 departure_time 10:53:44 (1754117624) is equal to previous stop departure_time 10:53:44 (1754117624) - times must increase between two sequential stops
- trip_id 1_6990423 stop_sequence 3 departure_time 10:53:44 (1754117624) is equal to previous stop arrival_time 10:53:44 (1754117624) - times must increase between two sequential stops
- trip_id 1_6990424 stop_sequence 3 arrival_time 11:15:39 (1754118939) is equal to previous stop arrival_time 11:15:39 (1754118939) - times must increase between two sequential stops
trip direction_id does not match GTFS data E024 98 errors
GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt
Sample errors
- GTFS-rt trip_id 1_6994854 trip.direction_id is 1 but GTFS trip.direction_id is null - direction_id does not match
- GTFS-rt trip_id 1_6990762 trip.direction_id is 1 but GTFS trip.direction_id is null - direction_id does not match
- GTFS-rt trip_id 1_6994861 trip.direction_id is 0 but GTFS trip.direction_id is null - direction_id does not match
- GTFS-rt trip_id 1_6990744 trip.direction_id is 0 but GTFS trip.direction_id is null - direction_id does not match
- GTFS-rt trip_id 1_6990750 trip.direction_id is 1 but GTFS trip.direction_id is null - direction_id does not match
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 43 errors
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Sample errors
- GTFS-rt trip_id 1_6994861 stop_sequence 29 has stop_id 0:PE0160C but GTFS stop_sequence 29 has stop_id 0:PE0155C - stop_ids should be the same
- GTFS-rt trip_id 1_6994861 stop_sequence 30 has stop_id 0:PE0155C but GTFS stop_sequence 30 has stop_id 0:PE0150C - stop_ids should be the same
- GTFS-rt trip_id 1_6994861 stop_sequence 31 has stop_id 0:PE0150C but GTFS stop_sequence 31 has stop_id 0:PE00240C - stop_ids should be the same
- GTFS-rt trip_id 1_6996925 stop_sequence 22 has stop_id 0:01265C but GTFS stop_sequence 22 has stop_id 0:01270C - stop_ids should be the same
- GTFS-rt trip_id 1_6996925 stop_sequence 23 has stop_id 0:01270C but GTFS stop_sequence 23 has stop_id 0:01280C - stop_ids should be the same
Warnings
timestamp not populated W001 105 errors
Timestamps should be populated for all elements
Sample errors
- trip_id 1_6994854 does not have a timestamp
- trip_id 1_6990762 does not have a timestamp
- trip_id 1_6994861 does not have a timestamp
- trip_id 1_6990744 does not have a timestamp
- trip_id 1_6990750 does not have a timestamp
vehicle_id not populated W002 69 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 1_6994854 does not have a vehicle_id
- trip_id 1_6990762 does not have a vehicle_id
- trip_id 1_6990750 does not have a vehicle_id
- trip_id 1_6990495 does not have a vehicle_id
- trip_id 1_6990494 does not have a vehicle_id
Previous validations
Here is a recap of all the error types encountered over the last 30 days.
Error ID | Description | Errors count | Number of occurences |
---|---|---|---|
W001 | Timestamps should be populated for all elements | 2 824 | 31 times (100 % of validations) |
W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 843 | 31 times (100 % of validations) |
E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 2 328 | 30 times (97 % of validations) |
E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 112 | 24 times (77 % of validations) |
E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 61 | 21 times (68 % of validations) |
E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 135 | 18 times (58 % of validations) |
E024 | GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt | 1 657 | 17 times (55 % of validations) |
E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 27 | 16 times (52 % of validations) |
E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 32 | 11 times (35 % of validations) |
E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 325 | 11 times (35 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2025-08-02 at 12:06 Europe/Paris.
trip_updates (87) vehicle_positions (0) service_alerts (0)Entities seen in the last 7 days.
trip_updatesDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2025-08-02 at 12:06 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "990765",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131800"
},
"stopId": "0:CI0230C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6610",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990765"
}
}
},
{
"id": "990751",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127600",
"uncertainty": 120
},
"stopId": "0:46030C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127685",
"uncertainty": 120
},
"departure": {
"time": "1754127685",
"uncertainty": 120
},
"stopId": "0:41014P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127756",
"uncertainty": 120
},
"departure": {
"time": "1754127756",
"uncertainty": 120
},
"stopId": "0:42250P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127846",
"uncertainty": 120
},
"departure": {
"time": "1754127846",
"uncertainty": 120
},
"stopId": "0:42240P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754127887",
"uncertainty": 120
},
"departure": {
"time": "1754127887",
"uncertainty": 120
},
"stopId": "0:46140P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754127976",
"uncertainty": 120
},
"departure": {
"time": "1754127977",
"uncertainty": 120
},
"stopId": "0:47210P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128037",
"uncertainty": 120
},
"departure": {
"time": "1754128037",
"uncertainty": 120
},
"stopId": "0:47200P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128067",
"uncertainty": 120
},
"departure": {
"time": "1754128067",
"uncertainty": 120
},
"stopId": "0:47195P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128089",
"uncertainty": 120
},
"departure": {
"time": "1754128089",
"uncertainty": 120
},
"stopId": "0:47190P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128102",
"uncertainty": 120
},
"departure": {
"time": "1754128102",
"uncertainty": 120
},
"stopId": "0:47180P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128121",
"uncertainty": 120
},
"departure": {
"time": "1754128127",
"uncertainty": 120
},
"stopId": "0:47170P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128152",
"uncertainty": 120
},
"departure": {
"time": "1754128152",
"uncertainty": 120
},
"stopId": "0:47160P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128217",
"uncertainty": 120
},
"departure": {
"time": "1754128217",
"uncertainty": 120
},
"stopId": "0:47140P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128254",
"uncertainty": 120
},
"departure": {
"time": "1754128254",
"uncertainty": 120
},
"stopId": "0:47130P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128277",
"uncertainty": 120
},
"departure": {
"time": "1754128277",
"uncertainty": 120
},
"stopId": "0:47120P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128319",
"uncertainty": 120
},
"departure": {
"time": "1754128319",
"uncertainty": 120
},
"stopId": "0:47116P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754128351",
"uncertainty": 120
},
"departure": {
"time": "1754128351",
"uncertainty": 120
},
"stopId": "0:47110P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128367",
"uncertainty": 120
},
"departure": {
"time": "1754128367",
"uncertainty": 120
},
"stopId": "0:47100P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128407",
"uncertainty": 120
},
"departure": {
"time": "1754128407",
"uncertainty": 120
},
"stopId": "0:47090P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128436",
"uncertainty": 120
},
"departure": {
"time": "1754128436",
"uncertainty": 120
},
"stopId": "0:47080P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754128459",
"uncertainty": 120
},
"departure": {
"time": "1754128459",
"uncertainty": 120
},
"stopId": "0:47070P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754128487",
"uncertainty": 120
},
"departure": {
"time": "1754128487",
"uncertainty": 120
},
"stopId": "0:47060P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754128550",
"uncertainty": 120
},
"departure": {
"time": "1754128550",
"uncertainty": 120
},
"stopId": "0:47041P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754128676",
"uncertainty": 120
},
"departure": {
"time": "1754128676",
"uncertainty": 120
},
"stopId": "0:AV930C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754128678",
"uncertainty": 120
},
"departure": {
"time": "1754128678",
"uncertainty": 120
},
"stopId": "0:AV920C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754128729",
"uncertainty": 120
},
"departure": {
"time": "1754128735",
"uncertainty": 120
},
"stopId": "0:AV910C",
"stopSequence": 33
},
{
"arrival": {
"time": "1754128776",
"uncertainty": 120
},
"departure": {
"time": "1754128776",
"uncertainty": 120
},
"stopId": "0:AV900C",
"stopSequence": 34
},
{
"arrival": {
"time": "1754128809",
"uncertainty": 120
},
"departure": {
"time": "1754128809",
"uncertainty": 120
},
"stopId": "0:AV890C",
"stopSequence": 35
},
{
"arrival": {
"time": "1754128860",
"uncertainty": 120
},
"departure": {
"time": "1754128860",
"uncertainty": 120
},
"stopId": "0:AV880C",
"stopSequence": 36
},
{
"arrival": {
"time": "1754128881",
"uncertainty": 120
},
"departure": {
"time": "1754128885",
"uncertainty": 120
},
"stopId": "0:AV870C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754128935",
"uncertainty": 120
},
"departure": {
"time": "1754128935",
"uncertainty": 120
},
"stopId": "0:AV860C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754128955",
"uncertainty": 120
},
"departure": {
"time": "1754128955",
"uncertainty": 120
},
"stopId": "0:AV850C",
"stopSequence": 39
},
{
"arrival": {
"time": "1754128975",
"uncertainty": 120
},
"departure": {
"time": "1754128975",
"uncertainty": 120
},
"stopId": "0:AV640C",
"stopSequence": 40
},
{
"arrival": {
"time": "1754129035",
"uncertainty": 120
},
"departure": {
"time": "1754129035",
"uncertainty": 120
},
"stopId": "0:AV650C",
"stopSequence": 41
},
{
"arrival": {
"time": "1754129056",
"uncertainty": 120
},
"departure": {
"time": "1754129056",
"uncertainty": 120
},
"stopId": "0:AV670C",
"stopSequence": 42
},
{
"arrival": {
"time": "1754129116",
"uncertainty": 120
},
"departure": {
"time": "1754129116",
"uncertainty": 120
},
"stopId": "0:AV680C",
"stopSequence": 43
},
{
"arrival": {
"time": "1754129172",
"uncertainty": 120
},
"departure": {
"time": "1754129172",
"uncertainty": 120
},
"stopId": "0:AV420C",
"stopSequence": 44
},
{
"arrival": {
"time": "1754129283",
"uncertainty": 120
},
"stopId": "0:AV1005C",
"stopSequence": 45
}
],
"trip": {
"directionId": 1,
"routeId": "8890",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990751"
},
"vehicle": {
"id": "130",
"label": "130"
}
}
},
{
"id": "990477",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129400",
"uncertainty": 120
},
"stopId": "0:02160C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990477"
},
"vehicle": {
"id": "161",
"label": "161"
}
}
},
{
"id": "990475",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:02160C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990475"
}
}
},
{
"id": "990474",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127651",
"uncertainty": 120
},
"stopId": "0:02160C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127711",
"uncertainty": 120
},
"departure": {
"time": "1754127711",
"uncertainty": 120
},
"stopId": "0:02165C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127762",
"uncertainty": 120
},
"departure": {
"time": "1754127762",
"uncertainty": 120
},
"stopId": "0:02166C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127818",
"uncertainty": 120
},
"departure": {
"time": "1754127818",
"uncertainty": 120
},
"stopId": "0:02167C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754127861",
"uncertainty": 120
},
"departure": {
"time": "1754127861",
"uncertainty": 120
},
"stopId": "0:01601P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754127951",
"uncertainty": 120
},
"departure": {
"time": "1754127951",
"uncertainty": 120
},
"stopId": "0:01600P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128100",
"uncertainty": 120
},
"departure": {
"time": "1754128101",
"uncertainty": 120
},
"stopId": "0:18210C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128327",
"uncertainty": 120
},
"departure": {
"time": "1754128327",
"uncertainty": 120
},
"stopId": "0:05020C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128383",
"uncertainty": 120
},
"departure": {
"time": "1754128383",
"uncertainty": 120
},
"stopId": "0:05010C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128421",
"uncertainty": 120
},
"departure": {
"time": "1754128421",
"uncertainty": 120
},
"stopId": "0:18180C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128484",
"uncertainty": 120
},
"departure": {
"time": "1754128484",
"uncertainty": 120
},
"stopId": "0:01320C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128515",
"uncertainty": 120
},
"departure": {
"time": "1754128521",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128579",
"uncertainty": 120
},
"departure": {
"time": "1754128581",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128702",
"uncertainty": 120
},
"departure": {
"time": "1754129093",
"uncertainty": 120
},
"stopId": "0:19045C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129273",
"uncertainty": 120
},
"departure": {
"time": "1754129273",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129336",
"uncertainty": 120
},
"departure": {
"time": "1754129336",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129404",
"uncertainty": 120
},
"departure": {
"time": "1754129404",
"uncertainty": 120
},
"stopId": "0:07170P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129443",
"uncertainty": 120
},
"departure": {
"time": "1754129443",
"uncertainty": 120
},
"stopId": "0:07180P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129489",
"uncertainty": 120
},
"departure": {
"time": "1754129489",
"uncertainty": 120
},
"stopId": "0:07185P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129567",
"uncertainty": 120
},
"departure": {
"time": "1754129567",
"uncertainty": 120
},
"stopId": "0:04180P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129687",
"uncertainty": 120
},
"departure": {
"time": "1754129687",
"uncertainty": 120
},
"stopId": "0:05370P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129835",
"uncertainty": 120
},
"departure": {
"time": "1754129835",
"uncertainty": 120
},
"stopId": "0:05440P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129959",
"uncertainty": 120
},
"departure": {
"time": "1754129959",
"uncertainty": 120
},
"stopId": "0:04220P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130053",
"uncertainty": 120
},
"departure": {
"time": "1754130053",
"uncertainty": 120
},
"stopId": "0:05450P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130110",
"uncertainty": 120
},
"departure": {
"time": "1754130110",
"uncertainty": 120
},
"stopId": "0:19080P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130153",
"uncertainty": 120
},
"departure": {
"time": "1754130153",
"uncertainty": 120
},
"stopId": "0:19075P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130221",
"uncertainty": 120
},
"departure": {
"time": "1754130221",
"uncertainty": 120
},
"stopId": "0:19302C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130283",
"uncertainty": 120
},
"departure": {
"time": "1754130283",
"uncertainty": 120
},
"stopId": "0:19070P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130513",
"uncertainty": 120
},
"departure": {
"time": "1754130513",
"uncertainty": 120
},
"stopId": "0:05530P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130685",
"uncertainty": 120
},
"departure": {
"time": "1754130685",
"uncertainty": 120
},
"stopId": "0:17775C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130790",
"uncertainty": 120
},
"stopId": "0:05341C",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990474"
},
"vehicle": {
"id": "45",
"label": "45"
}
}
},
{
"id": "990448",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130000"
},
"stopId": "0:CI0420C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6620",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990448"
}
}
},
{
"id": "990454",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400"
},
"stopId": "0:CI0011C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "6620",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990454"
}
}
},
{
"id": "990433",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132100",
"uncertainty": 120
},
"stopId": "0:07140C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1160",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990433"
}
}
},
{
"id": "990432",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:07140C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1160",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990432"
}
}
},
{
"id": "990498",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754126990",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127018",
"uncertainty": 120
},
"departure": {
"time": "1754127042",
"uncertainty": 120
},
"stopId": "0:17775P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127117",
"uncertainty": 120
},
"departure": {
"time": "1754127117",
"uncertainty": 120
},
"stopId": "0:05530C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127208",
"uncertainty": 120
},
"departure": {
"time": "1754127208",
"uncertainty": 120
},
"stopId": "0:19070C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754127246",
"uncertainty": 120
},
"departure": {
"time": "1754127246",
"uncertainty": 120
},
"stopId": "0:19304C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754127310",
"uncertainty": 120
},
"departure": {
"time": "1754127310",
"uncertainty": 120
},
"stopId": "0:19075C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754127349",
"uncertainty": 120
},
"departure": {
"time": "1754127349",
"uncertainty": 120
},
"stopId": "0:19080C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754127419",
"uncertainty": 120
},
"departure": {
"time": "1754127419",
"uncertainty": 120
},
"stopId": "0:05450C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754127489",
"uncertainty": 120
},
"departure": {
"time": "1754127489",
"uncertainty": 120
},
"stopId": "0:04220C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754127598",
"uncertainty": 120
},
"departure": {
"time": "1754127620",
"uncertainty": 120
},
"stopId": "0:05440C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754127736",
"uncertainty": 120
},
"departure": {
"time": "1754127736",
"uncertainty": 120
},
"stopId": "0:05370C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754127819",
"uncertainty": 120
},
"departure": {
"time": "1754127819",
"uncertainty": 120
},
"stopId": "0:04180C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754127859",
"uncertainty": 120
},
"departure": {
"time": "1754127859",
"uncertainty": 120
},
"stopId": "0:07185C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754127889",
"uncertainty": 120
},
"departure": {
"time": "1754127889",
"uncertainty": 120
},
"stopId": "0:07180C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128009",
"uncertainty": 120
},
"departure": {
"time": "1754128009",
"uncertainty": 120
},
"stopId": "0:07170C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128068",
"uncertainty": 120
},
"departure": {
"time": "1754128074",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754128154",
"uncertainty": 120
},
"departure": {
"time": "1754128154",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128210",
"uncertainty": 120
},
"departure": {
"time": "1754128232",
"uncertainty": 120
},
"stopId": "0:19040C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128450",
"uncertainty": 120
},
"departure": {
"time": "1754128450",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128508",
"uncertainty": 120
},
"departure": {
"time": "1754128593",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754128610",
"uncertainty": 120
},
"departure": {
"time": "1754128610",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754128733",
"uncertainty": 120
},
"departure": {
"time": "1754128782",
"uncertainty": 120
},
"stopId": "0:05010P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754128836",
"uncertainty": 120
},
"departure": {
"time": "1754128873",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129009",
"uncertainty": 120
},
"departure": {
"time": "1754129009",
"uncertainty": 120
},
"stopId": "0:18210P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129134",
"uncertainty": 120
},
"departure": {
"time": "1754129149",
"uncertainty": 120
},
"stopId": "0:01600C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129237",
"uncertainty": 120
},
"departure": {
"time": "1754129237",
"uncertainty": 120
},
"stopId": "0:01601C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754129317",
"uncertainty": 120
},
"departure": {
"time": "1754129317",
"uncertainty": 120
},
"stopId": "0:02167P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754129383",
"uncertainty": 120
},
"departure": {
"time": "1754129383",
"uncertainty": 120
},
"stopId": "0:02166P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754129425",
"uncertainty": 120
},
"departure": {
"time": "1754129425",
"uncertainty": 120
},
"stopId": "0:02165P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754129557",
"uncertainty": 120
},
"stopId": "0:02160C",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990498"
},
"vehicle": {
"id": "155",
"label": "155"
}
}
},
{
"id": "990499",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128973",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129004",
"uncertainty": 120
},
"departure": {
"time": "1754129004",
"uncertainty": 120
},
"stopId": "0:17775P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129063",
"uncertainty": 120
},
"departure": {
"time": "1754129063",
"uncertainty": 120
},
"stopId": "0:05530C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129216",
"uncertainty": 120
},
"departure": {
"time": "1754129216",
"uncertainty": 120
},
"stopId": "0:19070C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129268",
"uncertainty": 120
},
"departure": {
"time": "1754129268",
"uncertainty": 120
},
"stopId": "0:19304C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129325",
"uncertainty": 120
},
"departure": {
"time": "1754129325",
"uncertainty": 120
},
"stopId": "0:19075C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129383",
"uncertainty": 120
},
"departure": {
"time": "1754129383",
"uncertainty": 120
},
"stopId": "0:19080C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129462",
"uncertainty": 120
},
"departure": {
"time": "1754129462",
"uncertainty": 120
},
"stopId": "0:05450C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129574",
"uncertainty": 120
},
"departure": {
"time": "1754129574",
"uncertainty": 120
},
"stopId": "0:04220C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129740",
"uncertainty": 120
},
"departure": {
"time": "1754129740",
"uncertainty": 120
},
"stopId": "0:05440C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129936",
"uncertainty": 120
},
"departure": {
"time": "1754129936",
"uncertainty": 120
},
"stopId": "0:05370C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130106",
"uncertainty": 120
},
"departure": {
"time": "1754130106",
"uncertainty": 120
},
"stopId": "0:04180C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130166",
"uncertainty": 120
},
"departure": {
"time": "1754130166",
"uncertainty": 120
},
"stopId": "0:07185C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130224",
"uncertainty": 120
},
"departure": {
"time": "1754130224",
"uncertainty": 120
},
"stopId": "0:07180C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130316",
"uncertainty": 120
},
"departure": {
"time": "1754130316",
"uncertainty": 120
},
"stopId": "0:07170C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130416",
"uncertainty": 120
},
"departure": {
"time": "1754130416",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130497",
"uncertainty": 120
},
"departure": {
"time": "1754130497",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130548",
"uncertainty": 120
},
"departure": {
"time": "1754130548",
"uncertainty": 120
},
"stopId": "0:19040C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130743",
"uncertainty": 120
},
"departure": {
"time": "1754130743",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130807",
"uncertainty": 120
},
"departure": {
"time": "1754130807",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130841",
"uncertainty": 120
},
"departure": {
"time": "1754130841",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754131033",
"uncertainty": 120
},
"departure": {
"time": "1754131033",
"uncertainty": 120
},
"stopId": "0:05010P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754131183",
"uncertainty": 120
},
"departure": {
"time": "1754131183",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754131512",
"uncertainty": 120
},
"departure": {
"time": "1754131512",
"uncertainty": 120
},
"stopId": "0:18210P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754131692",
"uncertainty": 120
},
"departure": {
"time": "1754131692",
"uncertainty": 120
},
"stopId": "0:01600C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754131787",
"uncertainty": 120
},
"departure": {
"time": "1754131787",
"uncertainty": 120
},
"stopId": "0:01601C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754131867",
"uncertainty": 120
},
"departure": {
"time": "1754131867",
"uncertainty": 120
},
"stopId": "0:02167P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131934",
"uncertainty": 120
},
"departure": {
"time": "1754131934",
"uncertainty": 120
},
"stopId": "0:02166P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131976",
"uncertainty": 120
},
"departure": {
"time": "1754131976",
"uncertainty": 120
},
"stopId": "0:02165P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754132110",
"uncertainty": 120
},
"stopId": "0:02160C",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990499"
},
"vehicle": {
"id": "8",
"label": "8"
}
}
},
{
"id": "990504",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990504"
}
}
},
{
"id": "990501",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1183",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990501"
}
}
},
{
"id": "994578",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:15010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2240",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6994578"
}
}
},
{
"id": "990251",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127673",
"uncertainty": 120
},
"stopId": "0:PE00200C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127719",
"uncertainty": 120
},
"departure": {
"time": "1754127719",
"uncertainty": 120
},
"stopId": "0:PE0160C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127743",
"uncertainty": 120
},
"departure": {
"time": "1754127743",
"uncertainty": 120
},
"stopId": "0:PE0155C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127784",
"uncertainty": 120
},
"departure": {
"time": "1754127784",
"uncertainty": 120
},
"stopId": "0:PE0150C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754127858",
"uncertainty": 120
},
"departure": {
"time": "1754128093",
"uncertainty": 120
},
"stopId": "0:PE00240C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128106",
"uncertainty": 120
},
"departure": {
"time": "1754128106",
"uncertainty": 120
},
"stopId": "0:PE04107P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128164",
"uncertainty": 120
},
"departure": {
"time": "1754128184",
"uncertainty": 120
},
"stopId": "0:PE04105P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128238",
"uncertainty": 120
},
"departure": {
"time": "1754128244",
"uncertainty": 120
},
"stopId": "0:PE04104P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128289",
"uncertainty": 120
},
"departure": {
"time": "1754128289",
"uncertainty": 120
},
"stopId": "0:PE04103P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128333",
"uncertainty": 120
},
"departure": {
"time": "1754128333",
"uncertainty": 120
},
"stopId": "0:PE04102P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128346",
"uncertainty": 120
},
"departure": {
"time": "1754128346",
"uncertainty": 120
},
"stopId": "0:PE21060P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128358",
"uncertainty": 120
},
"departure": {
"time": "1754128358",
"uncertainty": 120
},
"stopId": "0:PEI0001C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128393",
"uncertainty": 120
},
"departure": {
"time": "1754128393",
"uncertainty": 120
},
"stopId": "0:PI0360P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128424",
"uncertainty": 120
},
"departure": {
"time": "1754128424",
"uncertainty": 120
},
"stopId": "0:PE04037C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128453",
"uncertainty": 120
},
"departure": {
"time": "1754128513",
"uncertainty": 120
},
"stopId": "0:PE0440C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128574",
"uncertainty": 120
},
"departure": {
"time": "1754128574",
"uncertainty": 120
},
"stopId": "0:PE21020C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754128618",
"uncertainty": 120
},
"departure": {
"time": "1754128618",
"uncertainty": 120
},
"stopId": "0:PE21030C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128654",
"uncertainty": 120
},
"departure": {
"time": "1754128663",
"uncertainty": 120
},
"stopId": "0:05475C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128706",
"uncertainty": 120
},
"departure": {
"time": "1754128723",
"uncertainty": 120
},
"stopId": "0:05480C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128819",
"uncertainty": 120
},
"departure": {
"time": "1754128819",
"uncertainty": 120
},
"stopId": "0:05490C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754128880",
"uncertainty": 120
},
"departure": {
"time": "1754128933",
"uncertainty": 120
},
"stopId": "0:02230C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754128990",
"uncertainty": 120
},
"departure": {
"time": "1754129023",
"uncertainty": 120
},
"stopId": "0:02220C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129061",
"uncertainty": 120
},
"departure": {
"time": "1754129061",
"uncertainty": 120
},
"stopId": "0:02210C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129087",
"uncertainty": 120
},
"departure": {
"time": "1754129087",
"uncertainty": 120
},
"stopId": "0:02200C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129127",
"uncertainty": 120
},
"departure": {
"time": "1754129127",
"uncertainty": 120
},
"stopId": "0:02190C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129149",
"uncertainty": 120
},
"departure": {
"time": "1754129149",
"uncertainty": 120
},
"stopId": "0:02180C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754129191",
"uncertainty": 120
},
"departure": {
"time": "1754129191",
"uncertainty": 120
},
"stopId": "0:02175C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754129283",
"uncertainty": 120
},
"departure": {
"time": "1754129283",
"uncertainty": 120
},
"stopId": "0:02176C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754129322",
"uncertainty": 120
},
"departure": {
"time": "1754129322",
"uncertainty": 120
},
"stopId": "0:02170C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754129395",
"uncertainty": 120
},
"departure": {
"time": "1754129395",
"uncertainty": 120
},
"stopId": "0:02160C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754129446",
"uncertainty": 120
},
"departure": {
"time": "1754129446",
"uncertainty": 120
},
"stopId": "0:02150C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754129517",
"uncertainty": 120
},
"departure": {
"time": "1754129517",
"uncertainty": 120
},
"stopId": "0:02140C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754129572",
"uncertainty": 120
},
"departure": {
"time": "1754129572",
"uncertainty": 120
},
"stopId": "0:18240P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754129620",
"uncertainty": 120
},
"departure": {
"time": "1754129620",
"uncertainty": 120
},
"stopId": "0:01606P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754129667",
"uncertainty": 120
},
"departure": {
"time": "1754129667",
"uncertainty": 120
},
"stopId": "0:01601P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754129798",
"uncertainty": 120
},
"departure": {
"time": "1754129798",
"uncertainty": 120
},
"stopId": "0:01600P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754129883",
"uncertainty": 120
},
"departure": {
"time": "1754129883",
"uncertainty": 120
},
"stopId": "0:01860C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754129924",
"uncertainty": 120
},
"departure": {
"time": "1754129924",
"uncertainty": 120
},
"stopId": "0:01850C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754130019",
"uncertainty": 120
},
"departure": {
"time": "1754130019",
"uncertainty": 120
},
"stopId": "0:01840C",
"stopSequence": 39
},
{
"arrival": {
"time": "1754130104",
"uncertainty": 120
},
"departure": {
"time": "1754130104",
"uncertainty": 120
},
"stopId": "0:01430C",
"stopSequence": 40
},
{
"arrival": {
"time": "1754130191",
"uncertainty": 120
},
"departure": {
"time": "1754130191",
"uncertainty": 120
},
"stopId": "0:01420C",
"stopSequence": 41
},
{
"arrival": {
"time": "1754130243",
"uncertainty": 120
},
"departure": {
"time": "1754130243",
"uncertainty": 120
},
"stopId": "0:01390C",
"stopSequence": 42
},
{
"arrival": {
"time": "1754130272",
"uncertainty": 120
},
"departure": {
"time": "1754130272",
"uncertainty": 120
},
"stopId": "0:01400C",
"stopSequence": 43
},
{
"arrival": {
"time": "1754130320",
"uncertainty": 120
},
"stopId": "0:19045C",
"stopSequence": 44
}
],
"trip": {
"directionId": 1,
"routeId": "1110",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990251"
},
"vehicle": {
"id": "108",
"label": "108"
}
}
},
{
"id": "990236",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754128393",
"uncertainty": 120
},
"departure": {
"time": "1754128415",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128460",
"uncertainty": 120
},
"departure": {
"time": "1754128460",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128490",
"uncertainty": 120
},
"departure": {
"time": "1754128535",
"uncertainty": 120
},
"stopId": "0:01330C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128585",
"uncertainty": 120
},
"departure": {
"time": "1754128585",
"uncertainty": 120
},
"stopId": "0:01335C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128655",
"uncertainty": 120
},
"departure": {
"time": "1754128655",
"uncertainty": 120
},
"stopId": "0:01385C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128848",
"uncertainty": 120
},
"departure": {
"time": "1754128895",
"uncertainty": 120
},
"stopId": "0:01420P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129025",
"uncertainty": 120
},
"departure": {
"time": "1754129025",
"uncertainty": 120
},
"stopId": "0:01430P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129085",
"uncertainty": 120
},
"departure": {
"time": "1754129085",
"uncertainty": 120
},
"stopId": "0:01840P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129158",
"uncertainty": 120
},
"departure": {
"time": "1754129158",
"uncertainty": 120
},
"stopId": "0:01850P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129208",
"uncertainty": 120
},
"departure": {
"time": "1754129208",
"uncertainty": 120
},
"stopId": "0:01860P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129283",
"uncertainty": 120
},
"departure": {
"time": "1754129283",
"uncertainty": 120
},
"stopId": "0:01600C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129369",
"uncertainty": 120
},
"departure": {
"time": "1754129369",
"uncertainty": 120
},
"stopId": "0:01601C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129423",
"uncertainty": 120
},
"departure": {
"time": "1754129423",
"uncertainty": 120
},
"stopId": "0:01606C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129472",
"uncertainty": 120
},
"departure": {
"time": "1754129472",
"uncertainty": 120
},
"stopId": "0:18240C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129500",
"uncertainty": 120
},
"departure": {
"time": "1754129500",
"uncertainty": 120
},
"stopId": "0:02140P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129584",
"uncertainty": 120
},
"departure": {
"time": "1754129584",
"uncertainty": 120
},
"stopId": "0:02150P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129651",
"uncertainty": 120
},
"departure": {
"time": "1754129651",
"uncertainty": 120
},
"stopId": "0:02160P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129744",
"uncertainty": 120
},
"departure": {
"time": "1754129744",
"uncertainty": 120
},
"stopId": "0:02170P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129804",
"uncertainty": 120
},
"departure": {
"time": "1754129804",
"uncertainty": 120
},
"stopId": "0:02176P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129949",
"uncertainty": 120
},
"departure": {
"time": "1754129949",
"uncertainty": 120
},
"stopId": "0:02175P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130011",
"uncertainty": 120
},
"departure": {
"time": "1754130011",
"uncertainty": 120
},
"stopId": "0:02180P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130030",
"uncertainty": 120
},
"departure": {
"time": "1754130030",
"uncertainty": 120
},
"stopId": "0:02190P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130060",
"uncertainty": 120
},
"departure": {
"time": "1754130060",
"uncertainty": 120
},
"stopId": "0:02200P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130078",
"uncertainty": 120
},
"departure": {
"time": "1754130078",
"uncertainty": 120
},
"stopId": "0:02210P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130119",
"uncertainty": 120
},
"departure": {
"time": "1754130119",
"uncertainty": 120
},
"stopId": "0:02220P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130150",
"uncertainty": 120
},
"departure": {
"time": "1754130150",
"uncertainty": 120
},
"stopId": "0:02230P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130184",
"uncertainty": 120
},
"departure": {
"time": "1754130184",
"uncertainty": 120
},
"stopId": "0:05490P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130216",
"uncertainty": 120
},
"departure": {
"time": "1754130216",
"uncertainty": 120
},
"stopId": "0:05480P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130250",
"uncertainty": 120
},
"departure": {
"time": "1754130250",
"uncertainty": 120
},
"stopId": "0:05475P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130293",
"uncertainty": 120
},
"departure": {
"time": "1754130293",
"uncertainty": 120
},
"stopId": "0:PE21030P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130371",
"uncertainty": 120
},
"departure": {
"time": "1754130371",
"uncertainty": 120
},
"stopId": "0:PE21020P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130434",
"uncertainty": 120
},
"departure": {
"time": "1754130434",
"uncertainty": 120
},
"stopId": "0:PE0440P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130475",
"uncertainty": 120
},
"departure": {
"time": "1754130475",
"uncertainty": 120
},
"stopId": "0:PE04037P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130611",
"uncertainty": 120
},
"departure": {
"time": "1754130611",
"uncertainty": 120
},
"stopId": "0:PE00401C",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130627",
"uncertainty": 120
},
"departure": {
"time": "1754130627",
"uncertainty": 120
},
"stopId": "0:PE21060C",
"stopSequence": 36
},
{
"arrival": {
"time": "1754130650",
"uncertainty": 120
},
"departure": {
"time": "1754130650",
"uncertainty": 120
},
"stopId": "0:PE04102C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754130694",
"uncertainty": 120
},
"departure": {
"time": "1754130694",
"uncertainty": 120
},
"stopId": "0:PE04103C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754130739",
"uncertainty": 120
},
"departure": {
"time": "1754130739",
"uncertainty": 120
},
"stopId": "0:PE04104C",
"stopSequence": 39
},
{
"arrival": {
"time": "1754130770",
"uncertainty": 120
},
"departure": {
"time": "1754130770",
"uncertainty": 120
},
"stopId": "0:PE04105C",
"stopSequence": 40
},
{
"arrival": {
"time": "1754130795",
"uncertainty": 120
},
"departure": {
"time": "1754130795",
"uncertainty": 120
},
"stopId": "0:PE04107C",
"stopSequence": 41
},
{
"arrival": {
"time": "1754130871",
"uncertainty": 120
},
"departure": {
"time": "1754130871",
"uncertainty": 120
},
"stopId": "0:PE0150P",
"stopSequence": 42
},
{
"arrival": {
"time": "1754130914",
"uncertainty": 120
},
"departure": {
"time": "1754130914",
"uncertainty": 120
},
"stopId": "0:PE0155P",
"stopSequence": 43
},
{
"arrival": {
"time": "1754130927",
"uncertainty": 120
},
"departure": {
"time": "1754130927",
"uncertainty": 120
},
"stopId": "0:PE0160P",
"stopSequence": 44
},
{
"arrival": {
"time": "1754130960",
"uncertainty": 120
},
"departure": {
"time": "1754130960",
"uncertainty": 120
},
"stopId": "0:PE00200P",
"stopSequence": 45
},
{
"arrival": {
"time": "1754130970",
"uncertainty": 120
},
"stopId": "0:PE00200C",
"stopSequence": 46
}
],
"trip": {
"directionId": 0,
"routeId": "1110",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990236"
},
"vehicle": {
"id": "38",
"label": "38"
}
}
},
{
"id": "990213",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:19055C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1070",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990213"
}
}
},
{
"id": "990238",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:19040C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1110",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990238"
}
}
},
{
"id": "990219",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132100",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1070",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990219"
}
}
},
{
"id": "990223",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127853",
"uncertainty": 120
},
"stopId": "0:19055C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128000",
"uncertainty": 120
},
"departure": {
"time": "1754128063",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128123",
"uncertainty": 120
},
"departure": {
"time": "1754128123",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128207",
"uncertainty": 120
},
"departure": {
"time": "1754128207",
"uncertainty": 120
},
"stopId": "0:07170P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128243",
"uncertainty": 120
},
"departure": {
"time": "1754128303",
"uncertainty": 120
},
"stopId": "0:07180P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128372",
"uncertainty": 120
},
"departure": {
"time": "1754128372",
"uncertainty": 120
},
"stopId": "0:07185P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128424",
"uncertainty": 120
},
"departure": {
"time": "1754128424",
"uncertainty": 120
},
"stopId": "0:07200P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128483",
"uncertainty": 120
},
"departure": {
"time": "1754128483",
"uncertainty": 120
},
"stopId": "0:07215P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128527",
"uncertainty": 120
},
"departure": {
"time": "1754128527",
"uncertainty": 120
},
"stopId": "0:04195P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128626",
"uncertainty": 120
},
"departure": {
"time": "1754128626",
"uncertainty": 120
},
"stopId": "0:05370P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128718",
"uncertainty": 120
},
"departure": {
"time": "1754128718",
"uncertainty": 120
},
"stopId": "0:05365P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128785",
"uncertainty": 120
},
"departure": {
"time": "1754128785",
"uncertainty": 120
},
"stopId": "0:05360P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128839",
"uncertainty": 120
},
"departure": {
"time": "1754128839",
"uncertainty": 120
},
"stopId": "0:05355P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128896",
"uncertainty": 120
},
"departure": {
"time": "1754128896",
"uncertainty": 120
},
"stopId": "0:05350P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128919",
"uncertainty": 120
},
"departure": {
"time": "1754128919",
"uncertainty": 120
},
"stopId": "0:05410P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128994",
"uncertainty": 120
},
"departure": {
"time": "1754128994",
"uncertainty": 120
},
"stopId": "0:19330P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129020",
"uncertainty": 120
},
"departure": {
"time": "1754129020",
"uncertainty": 120
},
"stopId": "0:05420P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129079",
"uncertainty": 120
},
"departure": {
"time": "1754129079",
"uncertainty": 120
},
"stopId": "0:05430P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129119",
"uncertainty": 120
},
"departure": {
"time": "1754129144",
"uncertainty": 120
},
"stopId": "0:03120P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129203",
"uncertainty": 120
},
"departure": {
"time": "1754129203",
"uncertainty": 120
},
"stopId": "0:03110P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129321",
"uncertainty": 120
},
"departure": {
"time": "1754129321",
"uncertainty": 120
},
"stopId": "0:03100P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129354",
"uncertainty": 120
},
"departure": {
"time": "1754129354",
"uncertainty": 120
},
"stopId": "0:04090P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129394",
"uncertainty": 120
},
"departure": {
"time": "1754129394",
"uncertainty": 120
},
"stopId": "0:04080P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129428",
"uncertainty": 120
},
"departure": {
"time": "1754129428",
"uncertainty": 120
},
"stopId": "0:04075P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129558",
"uncertainty": 120
},
"departure": {
"time": "1754129558",
"uncertainty": 120
},
"stopId": "0:04290P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129618",
"uncertainty": 120
},
"departure": {
"time": "1754129618",
"uncertainty": 120
},
"stopId": "0:04310P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754129698",
"uncertainty": 120
},
"departure": {
"time": "1754129698",
"uncertainty": 120
},
"stopId": "0:04300P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754129772",
"uncertainty": 120
},
"departure": {
"time": "1754129772",
"uncertainty": 120
},
"stopId": "0:04280P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754129910",
"uncertainty": 120
},
"departure": {
"time": "1754129910",
"uncertainty": 120
},
"stopId": "0:04271P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754129948",
"uncertainty": 120
},
"departure": {
"time": "1754129948",
"uncertainty": 120
},
"stopId": "0:04260P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130049",
"uncertainty": 120
},
"departure": {
"time": "1754130049",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130072",
"uncertainty": 120
},
"departure": {
"time": "1754130072",
"uncertainty": 120
},
"stopId": "0:01020C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130098",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "1070",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990223"
},
"vehicle": {
"id": "42",
"label": "42"
}
}
},
{
"id": "990718",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129400",
"uncertainty": 120
},
"stopId": "0:05343C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129458",
"uncertainty": 120
},
"departure": {
"time": "1754129458",
"uncertainty": 120
},
"stopId": "0:17800C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129517",
"uncertainty": 120
},
"departure": {
"time": "1754129517",
"uncertainty": 120
},
"stopId": "0:11342P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129600",
"uncertainty": 120
},
"departure": {
"time": "1754129600",
"uncertainty": 120
},
"stopId": "0:15360P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129702",
"uncertainty": 120
},
"departure": {
"time": "1754129702",
"uncertainty": 120
},
"stopId": "0:17840P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129793",
"uncertainty": 120
},
"departure": {
"time": "1754129793",
"uncertainty": 120
},
"stopId": "0:14215C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129888",
"uncertainty": 120
},
"departure": {
"time": "1754129888",
"uncertainty": 120
},
"stopId": "0:14150C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129938",
"uncertainty": 120
},
"departure": {
"time": "1754129938",
"uncertainty": 120
},
"stopId": "0:14160C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129972",
"uncertainty": 120
},
"departure": {
"time": "1754129972",
"uncertainty": 120
},
"stopId": "0:14170C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129998",
"uncertainty": 120
},
"departure": {
"time": "1754129998",
"uncertainty": 120
},
"stopId": "0:14180C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754130055",
"uncertainty": 120
},
"departure": {
"time": "1754130055",
"uncertainty": 120
},
"stopId": "0:12390P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130080",
"uncertainty": 120
},
"departure": {
"time": "1754130080",
"uncertainty": 120
},
"stopId": "0:12380P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130120",
"uncertainty": 120
},
"departure": {
"time": "1754130120",
"uncertainty": 120
},
"stopId": "0:12370P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130155",
"uncertainty": 120
},
"departure": {
"time": "1754130155",
"uncertainty": 120
},
"stopId": "0:11539P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130174",
"uncertainty": 120
},
"departure": {
"time": "1754130174",
"uncertainty": 120
},
"stopId": "0:11540P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130235",
"uncertainty": 120
},
"departure": {
"time": "1754130235",
"uncertainty": 120
},
"stopId": "0:12360P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130291",
"uncertainty": 120
},
"departure": {
"time": "1754130291",
"uncertainty": 120
},
"stopId": "0:12350P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130325",
"uncertainty": 120
},
"departure": {
"time": "1754130325",
"uncertainty": 120
},
"stopId": "0:12340P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130369",
"uncertainty": 120
},
"departure": {
"time": "1754130369",
"uncertainty": 120
},
"stopId": "0:12335P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130413",
"uncertainty": 120
},
"departure": {
"time": "1754130413",
"uncertainty": 120
},
"stopId": "0:12330P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130525",
"uncertainty": 120
},
"departure": {
"time": "1754130525",
"uncertainty": 120
},
"stopId": "0:17160P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130618",
"uncertainty": 120
},
"departure": {
"time": "1754130618",
"uncertainty": 120
},
"stopId": "0:17150P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130674",
"uncertainty": 120
},
"departure": {
"time": "1754130674",
"uncertainty": 120
},
"stopId": "0:17140P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130713",
"uncertainty": 120
},
"departure": {
"time": "1754130713",
"uncertainty": 120
},
"stopId": "0:17131P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130773",
"uncertainty": 120
},
"departure": {
"time": "1754130773",
"uncertainty": 120
},
"stopId": "0:11190P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130795",
"uncertainty": 120
},
"departure": {
"time": "1754130795",
"uncertainty": 120
},
"stopId": "0:11180P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130827",
"uncertainty": 120
},
"departure": {
"time": "1754130827",
"uncertainty": 120
},
"stopId": "0:17120P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130909",
"uncertainty": 120
},
"departure": {
"time": "1754130909",
"uncertainty": 120
},
"stopId": "0:17110P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130952",
"uncertainty": 120
},
"departure": {
"time": "1754130952",
"uncertainty": 120
},
"stopId": "0:11010P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131001",
"uncertainty": 120
},
"departure": {
"time": "1754131001",
"uncertainty": 120
},
"stopId": "0:12530P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754131029",
"uncertainty": 120
},
"departure": {
"time": "1754131029",
"uncertainty": 120
},
"stopId": "0:12520P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754131072",
"uncertainty": 120
},
"departure": {
"time": "1754131072",
"uncertainty": 120
},
"stopId": "0:12510P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754131192",
"uncertainty": 120
},
"departure": {
"time": "1754131192",
"uncertainty": 120
},
"stopId": "0:12500P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754131252",
"uncertainty": 120
},
"departure": {
"time": "1754131252",
"uncertainty": 120
},
"stopId": "0:12490P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754131306",
"uncertainty": 120
},
"departure": {
"time": "1754131306",
"uncertainty": 120
},
"stopId": "0:17100P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754131363",
"uncertainty": 120
},
"departure": {
"time": "1754131363",
"uncertainty": 120
},
"stopId": "0:17090P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754131432",
"uncertainty": 120
},
"departure": {
"time": "1754131432",
"uncertainty": 120
},
"stopId": "0:17080P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754131496",
"uncertainty": 120
},
"departure": {
"time": "1754131496",
"uncertainty": 120
},
"stopId": "0:17070P",
"stopSequence": 38
},
{
"arrival": {
"time": "1754131562",
"uncertainty": 120
},
"departure": {
"time": "1754131562",
"uncertainty": 120
},
"stopId": "0:17060P",
"stopSequence": 39
},
{
"arrival": {
"time": "1754131612",
"uncertainty": 120
},
"departure": {
"time": "1754131612",
"uncertainty": 120
},
"stopId": "0:17045P",
"stopSequence": 40
},
{
"arrival": {
"time": "1754131696",
"uncertainty": 120
},
"departure": {
"time": "1754131696",
"uncertainty": 120
},
"stopId": "0:17040P",
"stopSequence": 41
},
{
"arrival": {
"time": "1754131807",
"uncertainty": 120
},
"departure": {
"time": "1754131807",
"uncertainty": 120
},
"stopId": "0:17030C",
"stopSequence": 42
},
{
"arrival": {
"time": "1754131852",
"uncertainty": 120
},
"departure": {
"time": "1754131852",
"uncertainty": 120
},
"stopId": "0:17020C",
"stopSequence": 43
},
{
"arrival": {
"time": "1754131995",
"uncertainty": 120
},
"departure": {
"time": "1754131995",
"uncertainty": 120
},
"stopId": "0:17015C",
"stopSequence": 44
},
{
"arrival": {
"time": "1754132092",
"uncertainty": 120
},
"departure": {
"time": "1754132092",
"uncertainty": 120
},
"stopId": "0:17010C",
"stopSequence": 45
},
{
"arrival": {
"time": "1754132101",
"uncertainty": 120
},
"departure": {
"time": "1754132101",
"uncertainty": 120
},
"stopId": "0:12461P",
"stopSequence": 46
},
{
"arrival": {
"time": "1754132152",
"uncertainty": 120
},
"departure": {
"time": "1754132152",
"uncertainty": 120
},
"stopId": "0:12460P",
"stopSequence": 47
},
{
"arrival": {
"time": "1754132272",
"uncertainty": 120
},
"departure": {
"time": "1754132272",
"uncertainty": 120
},
"stopId": "0:12455P",
"stopSequence": 48
},
{
"arrival": {
"time": "1754132343",
"uncertainty": 120
},
"departure": {
"time": "1754132343",
"uncertainty": 120
},
"stopId": "0:15180C",
"stopSequence": 49
},
{
"arrival": {
"time": "1754132391",
"uncertainty": 120
},
"departure": {
"time": "1754132391",
"uncertainty": 120
},
"stopId": "0:15190C",
"stopSequence": 50
},
{
"arrival": {
"time": "1754132571",
"uncertainty": 120
},
"departure": {
"time": "1754132571",
"uncertainty": 120
},
"stopId": "0:152005",
"stopSequence": 51
},
{
"arrival": {
"time": "1754132631",
"uncertainty": 120
},
"departure": {
"time": "1754132631",
"uncertainty": 120
},
"stopId": "0:15200C",
"stopSequence": 52
},
{
"arrival": {
"time": "1754132711",
"uncertainty": 120
},
"departure": {
"time": "1754132711",
"uncertainty": 120
},
"stopId": "0:15210C",
"stopSequence": 53
},
{
"arrival": {
"time": "1754132793",
"uncertainty": 120
},
"departure": {
"time": "1754132793",
"uncertainty": 120
},
"stopId": "0:15215C",
"stopSequence": 54
},
{
"arrival": {
"time": "1754132811",
"uncertainty": 120
},
"departure": {
"time": "1754132811",
"uncertainty": 120
},
"stopId": "0:15229C",
"stopSequence": 55
},
{
"arrival": {
"time": "1754132844",
"uncertainty": 120
},
"departure": {
"time": "1754132844",
"uncertainty": 120
},
"stopId": "0:15230C",
"stopSequence": 56
},
{
"arrival": {
"time": "1754132931",
"uncertainty": 120
},
"departure": {
"time": "1754132931",
"uncertainty": 120
},
"stopId": "0:05270C",
"stopSequence": 57
},
{
"arrival": {
"time": "1754132970",
"uncertainty": 120
},
"departure": {
"time": "1754132970",
"uncertainty": 120
},
"stopId": "0:05280C",
"stopSequence": 58
},
{
"arrival": {
"time": "1754133051",
"uncertainty": 120
},
"departure": {
"time": "1754133051",
"uncertainty": 120
},
"stopId": "0:05290C",
"stopSequence": 59
},
{
"arrival": {
"time": "1754133114",
"uncertainty": 120
},
"departure": {
"time": "1754133114",
"uncertainty": 120
},
"stopId": "0:05300C",
"stopSequence": 60
},
{
"arrival": {
"time": "1754133169",
"uncertainty": 120
},
"departure": {
"time": "1754133169",
"uncertainty": 120
},
"stopId": "0:05310C",
"stopSequence": 61
},
{
"arrival": {
"time": "1754133288",
"uncertainty": 120
},
"departure": {
"time": "1754133288",
"uncertainty": 120
},
"stopId": "0:11300C",
"stopSequence": 62
},
{
"arrival": {
"time": "1754133358",
"uncertainty": 120
},
"departure": {
"time": "1754133358",
"uncertainty": 120
},
"stopId": "0:11305C",
"stopSequence": 63
},
{
"arrival": {
"time": "1754133528",
"uncertainty": 120
},
"departure": {
"time": "1754133528",
"uncertainty": 120
},
"stopId": "0:15240C",
"stopSequence": 64
},
{
"arrival": {
"time": "1754133560",
"uncertainty": 120
},
"departure": {
"time": "1754133560",
"uncertainty": 120
},
"stopId": "0:17800C",
"stopSequence": 65
},
{
"arrival": {
"time": "1754133639",
"uncertainty": 120
},
"departure": {
"time": "1754133639",
"uncertainty": 120
},
"stopId": "0:15400C",
"stopSequence": 66
},
{
"arrival": {
"time": "1754133682",
"uncertainty": 120
},
"departure": {
"time": "1754133682",
"uncertainty": 120
},
"stopId": "0:15402C",
"stopSequence": 67
},
{
"arrival": {
"time": "1754133707",
"uncertainty": 120
},
"stopId": "0:05343C",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "2260",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990718"
}
}
},
{
"id": "990431",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129042",
"uncertainty": 120
},
"stopId": "0:07140C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129132",
"uncertainty": 120
},
"departure": {
"time": "1754129132",
"uncertainty": 120
},
"stopId": "0:05025P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129132",
"uncertainty": 120
},
"departure": {
"time": "1754129132",
"uncertainty": 120
},
"stopId": "0:05025C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129198",
"uncertainty": 120
},
"departure": {
"time": "1754129198",
"uncertainty": 120
},
"stopId": "0:SP0420C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129306",
"uncertainty": 120
},
"departure": {
"time": "1754129306",
"uncertainty": 120
},
"stopId": "0:05020C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129371",
"uncertainty": 120
},
"departure": {
"time": "1754129371",
"uncertainty": 120
},
"stopId": "0:07055C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129443",
"uncertainty": 120
},
"departure": {
"time": "1754129443",
"uncertainty": 120
},
"stopId": "0:07065C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129511",
"uncertainty": 120
},
"departure": {
"time": "1754129511",
"uncertainty": 120
},
"stopId": "0:07070C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129546",
"uncertainty": 120
},
"departure": {
"time": "1754129546",
"uncertainty": 120
},
"stopId": "0:07075C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129617",
"uncertainty": 120
},
"departure": {
"time": "1754129617",
"uncertainty": 120
},
"stopId": "0:07085C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129673",
"uncertainty": 120
},
"departure": {
"time": "1754129673",
"uncertainty": 120
},
"stopId": "0:01285P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129767",
"uncertainty": 120
},
"departure": {
"time": "1754129767",
"uncertainty": 120
},
"stopId": "0:07095C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129832",
"uncertainty": 120
},
"departure": {
"time": "1754129832",
"uncertainty": 120
},
"stopId": "0:07106C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129926",
"uncertainty": 120
},
"departure": {
"time": "1754129926",
"uncertainty": 120
},
"stopId": "0:07107C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130026",
"uncertainty": 120
},
"departure": {
"time": "1754130026",
"uncertainty": 120
},
"stopId": "0:19050C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130193",
"uncertainty": 120
},
"departure": {
"time": "1754130193",
"uncertainty": 120
},
"stopId": "0:07135C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130243",
"uncertainty": 120
},
"departure": {
"time": "1754130243",
"uncertainty": 120
},
"stopId": "0:09310C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130288",
"uncertainty": 120
},
"departure": {
"time": "1754130288",
"uncertainty": 120
},
"stopId": "0:07145C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130324",
"uncertainty": 120
},
"departure": {
"time": "1754130324",
"uncertainty": 120
},
"stopId": "0:07065P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130396",
"uncertainty": 120
},
"departure": {
"time": "1754130396",
"uncertainty": 120
},
"stopId": "0:07055P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130446",
"uncertainty": 120
},
"departure": {
"time": "1754130446",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130636",
"uncertainty": 120
},
"departure": {
"time": "1754130636",
"uncertainty": 120
},
"stopId": "0:SP0420P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130842",
"uncertainty": 120
},
"stopId": "0:07140C",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "1160",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990431"
},
"vehicle": {
"id": "177",
"label": "177"
}
}
},
{
"id": "990430",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127678",
"uncertainty": 120
},
"stopId": "0:07140C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127823",
"uncertainty": 120
},
"departure": {
"time": "1754127823",
"uncertainty": 120
},
"stopId": "0:05025P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127823",
"uncertainty": 120
},
"departure": {
"time": "1754127823",
"uncertainty": 120
},
"stopId": "0:05025C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127933",
"uncertainty": 120
},
"departure": {
"time": "1754127933",
"uncertainty": 120
},
"stopId": "0:SP0420C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128078",
"uncertainty": 120
},
"departure": {
"time": "1754128098",
"uncertainty": 120
},
"stopId": "0:05020C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128153",
"uncertainty": 120
},
"departure": {
"time": "1754128153",
"uncertainty": 120
},
"stopId": "0:07055C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128188",
"uncertainty": 120
},
"departure": {
"time": "1754128188",
"uncertainty": 120
},
"stopId": "0:07065C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128218",
"uncertainty": 120
},
"departure": {
"time": "1754128218",
"uncertainty": 120
},
"stopId": "0:07070C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128237",
"uncertainty": 120
},
"departure": {
"time": "1754128237",
"uncertainty": 120
},
"stopId": "0:07075C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128278",
"uncertainty": 120
},
"departure": {
"time": "1754128278",
"uncertainty": 120
},
"stopId": "0:07085C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128320",
"uncertainty": 120
},
"departure": {
"time": "1754128320",
"uncertainty": 120
},
"stopId": "0:01285P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128502",
"uncertainty": 120
},
"departure": {
"time": "1754128502",
"uncertainty": 120
},
"stopId": "0:07095C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128630",
"uncertainty": 120
},
"departure": {
"time": "1754128638",
"uncertainty": 120
},
"stopId": "0:07106C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128746",
"uncertainty": 120
},
"departure": {
"time": "1754128758",
"uncertainty": 120
},
"stopId": "0:07107C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128848",
"uncertainty": 120
},
"departure": {
"time": "1754128848",
"uncertainty": 120
},
"stopId": "0:19050C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129118",
"uncertainty": 120
},
"departure": {
"time": "1754129118",
"uncertainty": 120
},
"stopId": "0:07135C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129174",
"uncertainty": 120
},
"departure": {
"time": "1754129174",
"uncertainty": 120
},
"stopId": "0:09310C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129219",
"uncertainty": 120
},
"departure": {
"time": "1754129219",
"uncertainty": 120
},
"stopId": "0:07145C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129255",
"uncertainty": 120
},
"departure": {
"time": "1754129255",
"uncertainty": 120
},
"stopId": "0:07065P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129327",
"uncertainty": 120
},
"departure": {
"time": "1754129327",
"uncertainty": 120
},
"stopId": "0:07055P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129377",
"uncertainty": 120
},
"departure": {
"time": "1754129377",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129573",
"uncertainty": 120
},
"departure": {
"time": "1754129573",
"uncertainty": 120
},
"stopId": "0:SP0420P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129779",
"uncertainty": 120
},
"stopId": "0:07140C",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "1160",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990430"
}
}
},
{
"id": "990354",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:11015C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2220",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990354"
}
}
},
{
"id": "990353",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128830",
"uncertainty": 120
},
"stopId": "0:11015C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128869",
"uncertainty": 120
},
"departure": {
"time": "1754128869",
"uncertainty": 120
},
"stopId": "0:11440C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128947",
"uncertainty": 120
},
"departure": {
"time": "1754128950",
"uncertainty": 120
},
"stopId": "0:11010C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128994",
"uncertainty": 120
},
"departure": {
"time": "1754128994",
"uncertainty": 120
},
"stopId": "0:17190C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129050",
"uncertainty": 120
},
"departure": {
"time": "1754129050",
"uncertainty": 120
},
"stopId": "0:17200C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129076",
"uncertainty": 120
},
"departure": {
"time": "1754129076",
"uncertainty": 120
},
"stopId": "0:17220C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129112",
"uncertainty": 120
},
"departure": {
"time": "1754129112",
"uncertainty": 120
},
"stopId": "0:11180P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129175",
"uncertainty": 120
},
"departure": {
"time": "1754129175",
"uncertainty": 120
},
"stopId": "0:11635P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129210",
"uncertainty": 120
},
"departure": {
"time": "1754129210",
"uncertainty": 120
},
"stopId": "0:11645P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129236",
"uncertainty": 120
},
"departure": {
"time": "1754129236",
"uncertainty": 120
},
"stopId": "0:11060C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129270",
"uncertainty": 120
},
"departure": {
"time": "1754129270",
"uncertainty": 120
},
"stopId": "0:11070C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129300",
"uncertainty": 120
},
"departure": {
"time": "1754129300",
"uncertainty": 120
},
"stopId": "0:11080C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129325",
"uncertainty": 120
},
"departure": {
"time": "1754129325",
"uncertainty": 120
},
"stopId": "0:11100C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129352",
"uncertainty": 120
},
"departure": {
"time": "1754129352",
"uncertainty": 120
},
"stopId": "0:11110C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129390",
"uncertainty": 120
},
"departure": {
"time": "1754129390",
"uncertainty": 120
},
"stopId": "0:11120C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129438",
"uncertainty": 120
},
"departure": {
"time": "1754129438",
"uncertainty": 120
},
"stopId": "0:11640C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129480",
"uncertainty": 120
},
"departure": {
"time": "1754129480",
"uncertainty": 120
},
"stopId": "0:11650C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129509",
"uncertainty": 120
},
"departure": {
"time": "1754129509",
"uncertainty": 120
},
"stopId": "0:11660C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129534",
"uncertainty": 120
},
"departure": {
"time": "1754129534",
"uncertainty": 120
},
"stopId": "0:11670C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129570",
"uncertainty": 120
},
"departure": {
"time": "1754129570",
"uncertainty": 120
},
"stopId": "0:11705C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129615",
"uncertainty": 120
},
"departure": {
"time": "1754129615",
"uncertainty": 120
},
"stopId": "0:11680C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129690",
"uncertainty": 120
},
"departure": {
"time": "1754129690",
"uncertainty": 120
},
"stopId": "0:11700C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129739",
"uncertainty": 120
},
"departure": {
"time": "1754129739",
"uncertainty": 120
},
"stopId": "0:11685C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129816",
"uncertainty": 120
},
"departure": {
"time": "1754129816",
"uncertainty": 120
},
"stopId": "0:11720C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129930",
"uncertainty": 120
},
"departure": {
"time": "1754129930",
"uncertainty": 120
},
"stopId": "0:11240C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130007",
"uncertainty": 120
},
"departure": {
"time": "1754130007",
"uncertainty": 120
},
"stopId": "0:11250C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130082",
"uncertainty": 120
},
"departure": {
"time": "1754130082",
"uncertainty": 120
},
"stopId": "0:11260C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130170",
"uncertainty": 120
},
"departure": {
"time": "1754130170",
"uncertainty": 120
},
"stopId": "0:11270C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130226",
"uncertainty": 120
},
"departure": {
"time": "1754130226",
"uncertainty": 120
},
"stopId": "0:11285C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130270",
"uncertainty": 120
},
"departure": {
"time": "1754130270",
"uncertainty": 120
},
"stopId": "0:11430C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130290",
"uncertainty": 120
},
"departure": {
"time": "1754130290",
"uncertainty": 120
},
"stopId": "0:11290C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130470",
"uncertainty": 120
},
"departure": {
"time": "1754130470",
"uncertainty": 120
},
"stopId": "0:11300C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130523",
"uncertainty": 120
},
"departure": {
"time": "1754130523",
"uncertainty": 120
},
"stopId": "0:11305C",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130652",
"uncertainty": 120
},
"departure": {
"time": "1754130652",
"uncertainty": 120
},
"stopId": "0:15240C",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130695",
"uncertainty": 120
},
"departure": {
"time": "1754130695",
"uncertainty": 120
},
"stopId": "0:17800C",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130799",
"uncertainty": 120
},
"departure": {
"time": "1754130799",
"uncertainty": 120
},
"stopId": "0:15400C",
"stopSequence": 36
},
{
"arrival": {
"time": "1754130849",
"uncertainty": 120
},
"departure": {
"time": "1754130849",
"uncertainty": 120
},
"stopId": "0:15402C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754130885",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "2220",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990353"
},
"vehicle": {
"id": "58",
"label": "58"
}
}
},
{
"id": "990342",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "2220",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990342"
}
}
},
{
"id": "990341",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128847",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128876",
"uncertainty": 120
},
"departure": {
"time": "1754128876",
"uncertainty": 120
},
"stopId": "0:17775P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128938",
"uncertainty": 120
},
"departure": {
"time": "1754128938",
"uncertainty": 120
},
"stopId": "0:11380P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128987",
"uncertainty": 120
},
"departure": {
"time": "1754128987",
"uncertainty": 120
},
"stopId": "0:11390P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129027",
"uncertainty": 120
},
"departure": {
"time": "1754129027",
"uncertainty": 120
},
"stopId": "0:11400P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129086",
"uncertainty": 120
},
"departure": {
"time": "1754129086",
"uncertainty": 120
},
"stopId": "0:11410P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129116",
"uncertainty": 120
},
"departure": {
"time": "1754129116",
"uncertainty": 120
},
"stopId": "0:11430P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129179",
"uncertainty": 120
},
"departure": {
"time": "1754129179",
"uncertainty": 120
},
"stopId": "0:11285P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129256",
"uncertainty": 120
},
"departure": {
"time": "1754129256",
"uncertainty": 120
},
"stopId": "0:11270P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129360",
"uncertainty": 120
},
"departure": {
"time": "1754129360",
"uncertainty": 120
},
"stopId": "0:11260P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129421",
"uncertainty": 120
},
"departure": {
"time": "1754129421",
"uncertainty": 120
},
"stopId": "0:11250P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129496",
"uncertainty": 120
},
"departure": {
"time": "1754129496",
"uncertainty": 120
},
"stopId": "0:11240P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129585",
"uncertainty": 120
},
"departure": {
"time": "1754129585",
"uncertainty": 120
},
"stopId": "0:11720P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129661",
"uncertainty": 120
},
"departure": {
"time": "1754129661",
"uncertainty": 120
},
"stopId": "0:11685P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129698",
"uncertainty": 120
},
"departure": {
"time": "1754129698",
"uncertainty": 120
},
"stopId": "0:11700P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129760",
"uncertainty": 120
},
"departure": {
"time": "1754129760",
"uncertainty": 120
},
"stopId": "0:11680P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129796",
"uncertainty": 120
},
"departure": {
"time": "1754129796",
"uncertainty": 120
},
"stopId": "0:11705P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129843",
"uncertainty": 120
},
"departure": {
"time": "1754129843",
"uncertainty": 120
},
"stopId": "0:11670P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129874",
"uncertainty": 120
},
"departure": {
"time": "1754129874",
"uncertainty": 120
},
"stopId": "0:11660P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129910",
"uncertainty": 120
},
"departure": {
"time": "1754129910",
"uncertainty": 120
},
"stopId": "0:11650P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129974",
"uncertainty": 120
},
"departure": {
"time": "1754129974",
"uncertainty": 120
},
"stopId": "0:11640P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130036",
"uncertainty": 120
},
"departure": {
"time": "1754130036",
"uncertainty": 120
},
"stopId": "0:11120P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130109",
"uncertainty": 120
},
"departure": {
"time": "1754130109",
"uncertainty": 120
},
"stopId": "0:11110P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130148",
"uncertainty": 120
},
"departure": {
"time": "1754130148",
"uncertainty": 120
},
"stopId": "0:11100P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130191",
"uncertainty": 120
},
"departure": {
"time": "1754130191",
"uncertainty": 120
},
"stopId": "0:11080P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130276",
"uncertainty": 120
},
"departure": {
"time": "1754130276",
"uncertainty": 120
},
"stopId": "0:11070P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130307",
"uncertainty": 120
},
"departure": {
"time": "1754130307",
"uncertainty": 120
},
"stopId": "0:11060P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130336",
"uncertainty": 120
},
"departure": {
"time": "1754130336",
"uncertainty": 120
},
"stopId": "0:11645C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130387",
"uncertainty": 120
},
"departure": {
"time": "1754130387",
"uncertainty": 120
},
"stopId": "0:11635C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130495",
"uncertainty": 120
},
"departure": {
"time": "1754130495",
"uncertainty": 120
},
"stopId": "0:11180C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130517",
"uncertainty": 120
},
"departure": {
"time": "1754130517",
"uncertainty": 120
},
"stopId": "0:11190C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130566",
"uncertainty": 120
},
"departure": {
"time": "1754130566",
"uncertainty": 120
},
"stopId": "0:17200P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130653",
"uncertainty": 120
},
"departure": {
"time": "1754130653",
"uncertainty": 120
},
"stopId": "0:17190P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130697",
"uncertainty": 120
},
"departure": {
"time": "1754130697",
"uncertainty": 120
},
"stopId": "0:11010P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130866",
"uncertainty": 120
},
"departure": {
"time": "1754130866",
"uncertainty": 120
},
"stopId": "0:11440P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130937",
"uncertainty": 120
},
"stopId": "0:11015C",
"stopSequence": 36
}
],
"trip": {
"directionId": 1,
"routeId": "2220",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990341"
},
"vehicle": {
"id": "65",
"label": "65"
}
}
},
{
"id": "990266",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130000",
"uncertainty": 120
},
"stopId": "0:07190C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754130060"
},
"departure": {
"time": "1754130060"
},
"stopId": "0:07215C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754130120"
},
"departure": {
"time": "1754130120"
},
"stopId": "0:07200C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754130130"
},
"departure": {
"time": "1754130130"
},
"stopId": "0:04170C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754130150"
},
"departure": {
"time": "1754130150"
},
"stopId": "0:04160C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754130158"
},
"departure": {
"time": "1754130158"
},
"stopId": "0:04150C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754130180"
},
"departure": {
"time": "1754130180"
},
"stopId": "0:04131C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754130246"
},
"departure": {
"time": "1754130246"
},
"stopId": "0:07210C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754130300"
},
"departure": {
"time": "1754130300"
},
"stopId": "0:04250C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754130364"
},
"departure": {
"time": "1754130364"
},
"stopId": "0:01335P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754130515"
},
"departure": {
"time": "1754130515"
},
"stopId": "0:18130C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130595"
},
"departure": {
"time": "1754130595"
},
"stopId": "0:01365C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130660"
},
"departure": {
"time": "1754130660"
},
"stopId": "0:19050C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130754"
},
"departure": {
"time": "1754130754"
},
"stopId": "0:01365P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130803"
},
"departure": {
"time": "1754130803"
},
"stopId": "0:18130P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130840"
},
"departure": {
"time": "1754130840"
},
"stopId": "0:01330C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130900"
},
"departure": {
"time": "1754130900"
},
"stopId": "0:01335C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130960"
},
"departure": {
"time": "1754130960"
},
"stopId": "0:01385C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754131067"
},
"departure": {
"time": "1754131067"
},
"stopId": "0:01420P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754131146"
},
"departure": {
"time": "1754131146"
},
"stopId": "0:01430P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754131211"
},
"departure": {
"time": "1754131211"
},
"stopId": "0:19320C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754131320"
},
"departure": {
"time": "1754131320"
},
"stopId": "0:01265P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754131418"
},
"departure": {
"time": "1754131418"
},
"stopId": "0:01270C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754131471"
},
"departure": {
"time": "1754131471"
},
"stopId": "0:01280C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754131630"
},
"departure": {
"time": "1754131630"
},
"stopId": "0:01365C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754131680"
},
"departure": {
"time": "1754131680"
},
"stopId": "0:19050C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754131779"
},
"departure": {
"time": "1754131779"
},
"stopId": "0:01365P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131830"
},
"departure": {
"time": "1754131830"
},
"stopId": "0:18130P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131868"
},
"departure": {
"time": "1754131868"
},
"stopId": "0:01330C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131933"
},
"departure": {
"time": "1754131933"
},
"stopId": "0:01335C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754131980"
},
"departure": {
"time": "1754131980"
},
"stopId": "0:04250P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754132008"
},
"departure": {
"time": "1754132008"
},
"stopId": "0:07210P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754132036"
},
"departure": {
"time": "1754132036"
},
"stopId": "0:04140P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754132073"
},
"departure": {
"time": "1754132073"
},
"stopId": "0:04150P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754132100"
},
"departure": {
"time": "1754132100"
},
"stopId": "0:04160P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754132137"
},
"departure": {
"time": "1754132137"
},
"stopId": "0:04170P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754132160"
},
"departure": {
"time": "1754132160"
},
"stopId": "0:07200P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754132220"
},
"departure": {
"time": "1754132220"
},
"stopId": "0:07215P",
"stopSequence": 38
},
{
"arrival": {
"time": "1754132276"
},
"departure": {
"time": "1754132276"
},
"stopId": "0:04195P",
"stopSequence": 39
},
{
"arrival": {
"time": "1754132280"
},
"departure": {
"time": "1754132280"
},
"stopId": "0:04195C",
"stopSequence": 40
},
{
"arrival": {
"time": "1754132340"
},
"stopId": "0:07190C",
"stopSequence": 41
}
],
"trip": {
"directionId": 0,
"routeId": "1170",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990266"
}
}
},
{
"id": "990267",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:07190C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1170",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990267"
}
}
},
{
"id": "990265",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127662",
"uncertainty": 120
},
"stopId": "0:07190C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127771",
"uncertainty": 120
},
"departure": {
"time": "1754127771",
"uncertainty": 120
},
"stopId": "0:07215C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127835",
"uncertainty": 120
},
"departure": {
"time": "1754127835",
"uncertainty": 120
},
"stopId": "0:07200C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127849",
"uncertainty": 120
},
"departure": {
"time": "1754127849",
"uncertainty": 120
},
"stopId": "0:04170C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754127909",
"uncertainty": 120
},
"departure": {
"time": "1754127909",
"uncertainty": 120
},
"stopId": "0:04160C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754127917",
"uncertainty": 120
},
"departure": {
"time": "1754127917",
"uncertainty": 120
},
"stopId": "0:04150C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754127969",
"uncertainty": 120
},
"departure": {
"time": "1754127969",
"uncertainty": 120
},
"stopId": "0:04131C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128052",
"uncertainty": 120
},
"departure": {
"time": "1754128052",
"uncertainty": 120
},
"stopId": "0:07210C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128210",
"uncertainty": 120
},
"departure": {
"time": "1754128210",
"uncertainty": 120
},
"stopId": "0:04250C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128262",
"uncertainty": 120
},
"departure": {
"time": "1754128262",
"uncertainty": 120
},
"stopId": "0:01335P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128345",
"uncertainty": 120
},
"departure": {
"time": "1754128345",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128403",
"uncertainty": 120
},
"departure": {
"time": "1754128412",
"uncertainty": 120
},
"stopId": "0:01365C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128501",
"uncertainty": 120
},
"departure": {
"time": "1754128501",
"uncertainty": 120
},
"stopId": "0:19050C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128674",
"uncertainty": 120
},
"departure": {
"time": "1754128681",
"uncertainty": 120
},
"stopId": "0:01365P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128741",
"uncertainty": 120
},
"departure": {
"time": "1754128741",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128777",
"uncertainty": 120
},
"departure": {
"time": "1754128777",
"uncertainty": 120
},
"stopId": "0:01330C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754128843",
"uncertainty": 120
},
"departure": {
"time": "1754128843",
"uncertainty": 120
},
"stopId": "0:01335C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128921",
"uncertainty": 120
},
"departure": {
"time": "1754128921",
"uncertainty": 120
},
"stopId": "0:01385C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129101",
"uncertainty": 120
},
"departure": {
"time": "1754129101",
"uncertainty": 120
},
"stopId": "0:01420P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129243",
"uncertainty": 120
},
"departure": {
"time": "1754129243",
"uncertainty": 120
},
"stopId": "0:01430P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129308",
"uncertainty": 120
},
"departure": {
"time": "1754129308",
"uncertainty": 120
},
"stopId": "0:19320C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129417",
"uncertainty": 120
},
"departure": {
"time": "1754129417",
"uncertainty": 120
},
"stopId": "0:01265P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129515",
"uncertainty": 120
},
"departure": {
"time": "1754129515",
"uncertainty": 120
},
"stopId": "0:01270C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129569",
"uncertainty": 120
},
"departure": {
"time": "1754129569",
"uncertainty": 120
},
"stopId": "0:01280C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129728",
"uncertainty": 120
},
"departure": {
"time": "1754129728",
"uncertainty": 120
},
"stopId": "0:01365C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129783",
"uncertainty": 120
},
"departure": {
"time": "1754129783",
"uncertainty": 120
},
"stopId": "0:19050C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754129893",
"uncertainty": 120
},
"departure": {
"time": "1754129893",
"uncertainty": 120
},
"stopId": "0:01365P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754129952",
"uncertainty": 120
},
"departure": {
"time": "1754129952",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754129982",
"uncertainty": 120
},
"departure": {
"time": "1754129982",
"uncertainty": 120
},
"stopId": "0:01330C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130047",
"uncertainty": 120
},
"departure": {
"time": "1754130047",
"uncertainty": 120
},
"stopId": "0:01335C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130094",
"uncertainty": 120
},
"departure": {
"time": "1754130094",
"uncertainty": 120
},
"stopId": "0:04250P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130122",
"uncertainty": 120
},
"departure": {
"time": "1754130122",
"uncertainty": 120
},
"stopId": "0:07210P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130150",
"uncertainty": 120
},
"departure": {
"time": "1754130150",
"uncertainty": 120
},
"stopId": "0:04140P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130187",
"uncertainty": 120
},
"departure": {
"time": "1754130187",
"uncertainty": 120
},
"stopId": "0:04150P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130214",
"uncertainty": 120
},
"departure": {
"time": "1754130214",
"uncertainty": 120
},
"stopId": "0:04160P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130251",
"uncertainty": 120
},
"departure": {
"time": "1754130251",
"uncertainty": 120
},
"stopId": "0:04170P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754130274",
"uncertainty": 120
},
"departure": {
"time": "1754130274",
"uncertainty": 120
},
"stopId": "0:07200P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754130332",
"uncertainty": 120
},
"departure": {
"time": "1754130332",
"uncertainty": 120
},
"stopId": "0:07215P",
"stopSequence": 38
},
{
"arrival": {
"time": "1754130386",
"uncertainty": 120
},
"departure": {
"time": "1754130386",
"uncertainty": 120
},
"stopId": "0:04195P",
"stopSequence": 39
},
{
"arrival": {
"time": "1754130390",
"uncertainty": 120
},
"departure": {
"time": "1754130390",
"uncertainty": 120
},
"stopId": "0:04195C",
"stopSequence": 40
},
{
"arrival": {
"time": "1754130450",
"uncertainty": 120
},
"stopId": "0:07190C",
"stopSequence": 41
}
],
"trip": {
"directionId": 0,
"routeId": "1170",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990265"
},
"vehicle": {
"id": "178",
"label": "178"
}
}
},
{
"id": "990250",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132700",
"uncertainty": 120
},
"stopId": "0:PE00200C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1110",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990250"
}
}
},
{
"id": "990130",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1040",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990130"
}
}
},
{
"id": "990129",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128832",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128883",
"uncertainty": 120
},
"departure": {
"time": "1754128920",
"uncertainty": 120
},
"stopId": "0:01010C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128995",
"uncertainty": 120
},
"departure": {
"time": "1754128995",
"uncertainty": 120
},
"stopId": "0:03030C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129056",
"uncertainty": 120
},
"departure": {
"time": "1754129056",
"uncertainty": 120
},
"stopId": "0:03040C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129082",
"uncertainty": 120
},
"departure": {
"time": "1754129082",
"uncertainty": 120
},
"stopId": "0:03050C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129112",
"uncertainty": 120
},
"departure": {
"time": "1754129112",
"uncertainty": 120
},
"stopId": "0:03060C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129145",
"uncertainty": 120
},
"departure": {
"time": "1754129145",
"uncertainty": 120
},
"stopId": "0:03070C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129172",
"uncertainty": 120
},
"departure": {
"time": "1754129172",
"uncertainty": 120
},
"stopId": "0:04015C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129214",
"uncertainty": 120
},
"departure": {
"time": "1754129214",
"uncertainty": 120
},
"stopId": "0:04020C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129239",
"uncertainty": 120
},
"departure": {
"time": "1754129239",
"uncertainty": 120
},
"stopId": "0:04030C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129297",
"uncertainty": 120
},
"departure": {
"time": "1754129297",
"uncertainty": 120
},
"stopId": "0:04040C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129339",
"uncertainty": 120
},
"departure": {
"time": "1754129339",
"uncertainty": 120
},
"stopId": "0:04050C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129374",
"uncertainty": 120
},
"departure": {
"time": "1754129374",
"uncertainty": 120
},
"stopId": "0:04060C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129413",
"uncertainty": 120
},
"departure": {
"time": "1754129413",
"uncertainty": 120
},
"stopId": "0:04070C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129442",
"uncertainty": 120
},
"departure": {
"time": "1754129442",
"uncertainty": 120
},
"stopId": "0:04075C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129494",
"uncertainty": 120
},
"departure": {
"time": "1754129494",
"uncertainty": 120
},
"stopId": "0:04080C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129511",
"uncertainty": 120
},
"departure": {
"time": "1754129511",
"uncertainty": 120
},
"stopId": "0:04090C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129561",
"uncertainty": 120
},
"departure": {
"time": "1754129561",
"uncertainty": 120
},
"stopId": "0:03100C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129670",
"uncertainty": 120
},
"departure": {
"time": "1754129670",
"uncertainty": 120
},
"stopId": "0:03110C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129715",
"uncertainty": 120
},
"departure": {
"time": "1754129715",
"uncertainty": 120
},
"stopId": "0:03120C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129757",
"uncertainty": 120
},
"departure": {
"time": "1754129757",
"uncertainty": 120
},
"stopId": "0:03130C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129795",
"uncertainty": 120
},
"departure": {
"time": "1754129795",
"uncertainty": 120
},
"stopId": "0:03150C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129848",
"uncertainty": 120
},
"departure": {
"time": "1754129848",
"uncertainty": 120
},
"stopId": "0:03140C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129879",
"uncertainty": 120
},
"departure": {
"time": "1754129879",
"uncertainty": 120
},
"stopId": "0:03160C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129921",
"uncertainty": 120
},
"departure": {
"time": "1754129921",
"uncertainty": 120
},
"stopId": "0:03170C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129989",
"uncertainty": 120
},
"departure": {
"time": "1754129989",
"uncertainty": 120
},
"stopId": "0:18260C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130023",
"uncertainty": 120
},
"departure": {
"time": "1754130023",
"uncertainty": 120
},
"stopId": "0:18270C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130093",
"uncertainty": 120
},
"departure": {
"time": "1754130093",
"uncertainty": 120
},
"stopId": "0:03205C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130168",
"uncertainty": 120
},
"departure": {
"time": "1754130168",
"uncertainty": 120
},
"stopId": "0:03220C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130213",
"uncertainty": 120
},
"departure": {
"time": "1754130213",
"uncertainty": 120
},
"stopId": "0:03235C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130281",
"uncertainty": 120
},
"departure": {
"time": "1754130281",
"uncertainty": 120
},
"stopId": "0:03230C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130333",
"uncertainty": 120
},
"departure": {
"time": "1754130333",
"uncertainty": 120
},
"stopId": "0:03250C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130366",
"uncertainty": 120
},
"departure": {
"time": "1754130366",
"uncertainty": 120
},
"stopId": "0:03265C",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130407",
"uncertainty": 120
},
"departure": {
"time": "1754130407",
"uncertainty": 120
},
"stopId": "0:03269C",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130456",
"uncertainty": 120
},
"departure": {
"time": "1754130456",
"uncertainty": 120
},
"stopId": "0:03270C",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130509",
"uncertainty": 120
},
"departure": {
"time": "1754130509",
"uncertainty": 120
},
"stopId": "0:03295C",
"stopSequence": 36
},
{
"arrival": {
"time": "1754130581",
"uncertainty": 120
},
"departure": {
"time": "1754130581",
"uncertainty": 120
},
"stopId": "0:03290C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754130689",
"uncertainty": 120
},
"departure": {
"time": "1754130689",
"uncertainty": 120
},
"stopId": "0:01230C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754130752",
"uncertainty": 120
},
"departure": {
"time": "1754130752",
"uncertainty": 120
},
"stopId": "0:01240C",
"stopSequence": 39
},
{
"arrival": {
"time": "1754130809",
"uncertainty": 120
},
"departure": {
"time": "1754130809",
"uncertainty": 120
},
"stopId": "0:01270C",
"stopSequence": 40
},
{
"arrival": {
"time": "1754130873",
"uncertainty": 120
},
"departure": {
"time": "1754130873",
"uncertainty": 120
},
"stopId": "0:01280C",
"stopSequence": 41
},
{
"arrival": {
"time": "1754130968",
"uncertainty": 120
},
"departure": {
"time": "1754130968",
"uncertainty": 120
},
"stopId": "0:18170C",
"stopSequence": 42
},
{
"arrival": {
"time": "1754131013",
"uncertainty": 120
},
"departure": {
"time": "1754131013",
"uncertainty": 120
},
"stopId": "0:18180C",
"stopSequence": 43
},
{
"arrival": {
"time": "1754131093",
"uncertainty": 120
},
"departure": {
"time": "1754131093",
"uncertainty": 120
},
"stopId": "0:01320C",
"stopSequence": 44
},
{
"arrival": {
"time": "1754131152",
"uncertainty": 120
},
"departure": {
"time": "1754131152",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 45
},
{
"arrival": {
"time": "1754131248",
"uncertainty": 120
},
"departure": {
"time": "1754131248",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 46
},
{
"arrival": {
"time": "1754131336",
"uncertainty": 120
},
"stopId": "0:19065C",
"stopSequence": 47
}
],
"trip": {
"directionId": 0,
"routeId": "1040",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990129"
},
"vehicle": {
"id": "112",
"label": "112"
}
}
},
{
"id": "998326",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400"
},
"stopId": "0:11010P",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "2310",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6998326"
}
}
},
{
"id": "990096",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131800",
"uncertainty": 120
},
"stopId": "0:19065C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1030",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990096"
}
}
},
{
"id": "990074",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129400",
"uncertainty": 120
},
"stopId": "0:19065C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129579",
"uncertainty": 120
},
"departure": {
"time": "1754129579",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129643",
"uncertainty": 120
},
"departure": {
"time": "1754129643",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129661",
"uncertainty": 120
},
"departure": {
"time": "1754129661",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129828",
"uncertainty": 120
},
"departure": {
"time": "1754129828",
"uncertainty": 120
},
"stopId": "0:05010P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129941",
"uncertainty": 120
},
"departure": {
"time": "1754129941",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754130088",
"uncertainty": 120
},
"departure": {
"time": "1754130088",
"uncertainty": 120
},
"stopId": "0:SP0420P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754130187",
"uncertainty": 120
},
"departure": {
"time": "1754130187",
"uncertainty": 120
},
"stopId": "0:05025P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754130226",
"uncertainty": 120
},
"departure": {
"time": "1754130226",
"uncertainty": 120
},
"stopId": "0:07045P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754130307",
"uncertainty": 120
},
"departure": {
"time": "1754130307",
"uncertainty": 120
},
"stopId": "0:05080P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754130351",
"uncertainty": 120
},
"departure": {
"time": "1754130351",
"uncertainty": 120
},
"stopId": "0:05090P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130424",
"uncertainty": 120
},
"departure": {
"time": "1754130424",
"uncertainty": 120
},
"stopId": "0:05100P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130463",
"uncertainty": 120
},
"departure": {
"time": "1754130463",
"uncertainty": 120
},
"stopId": "0:05110P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130507",
"uncertainty": 120
},
"departure": {
"time": "1754130507",
"uncertainty": 120
},
"stopId": "0:05120P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130545",
"uncertainty": 120
},
"departure": {
"time": "1754130545",
"uncertainty": 120
},
"stopId": "0:18300P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130594",
"uncertainty": 120
},
"departure": {
"time": "1754130594",
"uncertainty": 120
},
"stopId": "0:18260P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130665",
"uncertainty": 120
},
"departure": {
"time": "1754130665",
"uncertainty": 120
},
"stopId": "0:03170P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130695",
"uncertainty": 120
},
"departure": {
"time": "1754130695",
"uncertainty": 120
},
"stopId": "0:03160P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130727",
"uncertainty": 120
},
"departure": {
"time": "1754130727",
"uncertainty": 120
},
"stopId": "0:03140P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130778",
"uncertainty": 120
},
"departure": {
"time": "1754130778",
"uncertainty": 120
},
"stopId": "0:03150P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130830",
"uncertainty": 120
},
"departure": {
"time": "1754130830",
"uncertainty": 120
},
"stopId": "0:03130P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130866",
"uncertainty": 120
},
"departure": {
"time": "1754130866",
"uncertainty": 120
},
"stopId": "0:03120P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130913",
"uncertainty": 120
},
"departure": {
"time": "1754130913",
"uncertainty": 120
},
"stopId": "0:03110P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754131007",
"uncertainty": 120
},
"departure": {
"time": "1754131007",
"uncertainty": 120
},
"stopId": "0:18280P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754131034",
"uncertainty": 120
},
"departure": {
"time": "1754131034",
"uncertainty": 120
},
"stopId": "0:03390P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754131074",
"uncertainty": 120
},
"departure": {
"time": "1754131074",
"uncertainty": 120
},
"stopId": "0:03400P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754131122",
"uncertainty": 120
},
"departure": {
"time": "1754131122",
"uncertainty": 120
},
"stopId": "0:03380P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131145",
"uncertainty": 120
},
"departure": {
"time": "1754131145",
"uncertainty": 120
},
"stopId": "0:03371P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131197",
"uncertainty": 120
},
"departure": {
"time": "1754131197",
"uncertainty": 120
},
"stopId": "0:03365P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131229",
"uncertainty": 120
},
"departure": {
"time": "1754131229",
"uncertainty": 120
},
"stopId": "0:03360P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754131292",
"uncertainty": 120
},
"departure": {
"time": "1754131292",
"uncertainty": 120
},
"stopId": "0:03350P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754131342",
"uncertainty": 120
},
"departure": {
"time": "1754131342",
"uncertainty": 120
},
"stopId": "0:03340P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754131401",
"uncertainty": 120
},
"departure": {
"time": "1754131401",
"uncertainty": 120
},
"stopId": "0:03330P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754131465",
"uncertainty": 120
},
"departure": {
"time": "1754131465",
"uncertainty": 120
},
"stopId": "0:03325P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754131524",
"uncertainty": 120
},
"departure": {
"time": "1754131524",
"uncertainty": 120
},
"stopId": "0:03320P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754131578",
"uncertainty": 120
},
"departure": {
"time": "1754131578",
"uncertainty": 120
},
"stopId": "0:03315P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754131655",
"uncertainty": 120
},
"departure": {
"time": "1754131655",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754131738",
"uncertainty": 120
},
"departure": {
"time": "1754131738",
"uncertainty": 120
},
"stopId": "0:01020C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754131764",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 39
}
],
"trip": {
"directionId": 1,
"routeId": "1030",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990074"
}
}
},
{
"id": "990072",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1030",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990072"
}
}
},
{
"id": "990054",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754128894",
"uncertainty": 120
},
"departure": {
"time": "1754128918",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754128976",
"uncertainty": 120
},
"departure": {
"time": "1754128976",
"uncertainty": 120
},
"stopId": "0:01020C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754128976",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 27
}
],
"trip": {
"directionId": 1,
"routeId": "1130",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990054"
}
}
},
{
"id": "990625",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129700",
"uncertainty": 120
},
"stopId": "0:05343P",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1131",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990625"
}
}
},
{
"id": "990618",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1131",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990618"
}
}
},
{
"id": "990206",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128500",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128540",
"uncertainty": 120
},
"departure": {
"time": "1754128540",
"uncertainty": 120
},
"stopId": "0:01010C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128597",
"uncertainty": 120
},
"departure": {
"time": "1754128597",
"uncertainty": 120
},
"stopId": "0:04260C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128641",
"uncertainty": 120
},
"departure": {
"time": "1754128650",
"uncertainty": 120
},
"stopId": "0:04270C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128711",
"uncertainty": 120
},
"departure": {
"time": "1754128711",
"uncertainty": 120
},
"stopId": "0:04280C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128770",
"uncertainty": 120
},
"departure": {
"time": "1754128770",
"uncertainty": 120
},
"stopId": "0:04300C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128811",
"uncertainty": 120
},
"departure": {
"time": "1754128811",
"uncertainty": 120
},
"stopId": "0:04310C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128860",
"uncertainty": 120
},
"departure": {
"time": "1754128860",
"uncertainty": 120
},
"stopId": "0:04290C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128910",
"uncertainty": 120
},
"departure": {
"time": "1754128910",
"uncertainty": 120
},
"stopId": "0:04075C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128964",
"uncertainty": 120
},
"departure": {
"time": "1754128964",
"uncertainty": 120
},
"stopId": "0:04080C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128980",
"uncertainty": 120
},
"departure": {
"time": "1754128980",
"uncertainty": 120
},
"stopId": "0:04090C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129011",
"uncertainty": 120
},
"departure": {
"time": "1754129011",
"uncertainty": 120
},
"stopId": "0:03100C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129107",
"uncertainty": 120
},
"departure": {
"time": "1754129107",
"uncertainty": 120
},
"stopId": "0:03110C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129156",
"uncertainty": 120
},
"departure": {
"time": "1754129160",
"uncertainty": 120
},
"stopId": "0:03120C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129210",
"uncertainty": 120
},
"departure": {
"time": "1754129210",
"uncertainty": 120
},
"stopId": "0:05430C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129262",
"uncertainty": 120
},
"departure": {
"time": "1754129262",
"uncertainty": 120
},
"stopId": "0:05420C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129304",
"uncertainty": 120
},
"departure": {
"time": "1754129304",
"uncertainty": 120
},
"stopId": "0:19330C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129378",
"uncertainty": 120
},
"departure": {
"time": "1754129378",
"uncertainty": 120
},
"stopId": "0:05410C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129411",
"uncertainty": 120
},
"departure": {
"time": "1754129411",
"uncertainty": 120
},
"stopId": "0:05350C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129480",
"uncertainty": 120
},
"departure": {
"time": "1754129480",
"uncertainty": 120
},
"stopId": "0:05355C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129526",
"uncertainty": 120
},
"departure": {
"time": "1754129526",
"uncertainty": 120
},
"stopId": "0:05360C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129629",
"uncertainty": 120
},
"departure": {
"time": "1754129629",
"uncertainty": 120
},
"stopId": "0:05365C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129780",
"uncertainty": 120
},
"departure": {
"time": "1754129780",
"uncertainty": 120
},
"stopId": "0:05370C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129828",
"uncertainty": 120
},
"departure": {
"time": "1754129828",
"uncertainty": 120
},
"stopId": "0:04195C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129880",
"uncertainty": 120
},
"departure": {
"time": "1754129880",
"uncertainty": 120
},
"stopId": "0:07215C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129937",
"uncertainty": 120
},
"departure": {
"time": "1754129937",
"uncertainty": 120
},
"stopId": "0:07200C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130000",
"uncertainty": 120
},
"departure": {
"time": "1754130000",
"uncertainty": 120
},
"stopId": "0:07185C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130065",
"uncertainty": 120
},
"departure": {
"time": "1754130065",
"uncertainty": 120
},
"stopId": "0:07180C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130167",
"uncertainty": 120
},
"departure": {
"time": "1754130167",
"uncertainty": 120
},
"stopId": "0:07170C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130278",
"uncertainty": 120
},
"departure": {
"time": "1754130278",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130353",
"uncertainty": 120
},
"departure": {
"time": "1754130353",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130420",
"uncertainty": 120
},
"stopId": "0:19055C",
"stopSequence": 32
}
],
"trip": {
"directionId": 0,
"routeId": "1070",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990206"
},
"vehicle": {
"id": "36",
"label": "36"
}
}
},
{
"id": "990187",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131500"
},
"stopId": "0:CI0011C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6600",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990187"
}
}
},
{
"id": "990147",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754128934",
"uncertainty": 120
},
"departure": {
"time": "1754128965",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129054",
"uncertainty": 120
},
"departure": {
"time": "1754129054",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129090",
"uncertainty": 120
},
"departure": {
"time": "1754129090",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129174",
"uncertainty": 120
},
"departure": {
"time": "1754129174",
"uncertainty": 120
},
"stopId": "0:18190P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129216",
"uncertainty": 120
},
"departure": {
"time": "1754129216",
"uncertainty": 120
},
"stopId": "0:01290P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129285",
"uncertainty": 120
},
"departure": {
"time": "1754129285",
"uncertainty": 120
},
"stopId": "0:01285P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129336",
"uncertainty": 120
},
"departure": {
"time": "1754129336",
"uncertainty": 120
},
"stopId": "0:01270P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129395",
"uncertainty": 120
},
"departure": {
"time": "1754129395",
"uncertainty": 120
},
"stopId": "0:01265P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129465",
"uncertainty": 120
},
"departure": {
"time": "1754129465",
"uncertainty": 120
},
"stopId": "0:01255P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129502",
"uncertainty": 120
},
"departure": {
"time": "1754129502",
"uncertainty": 120
},
"stopId": "0:01250P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129564",
"uncertainty": 120
},
"departure": {
"time": "1754129564",
"uncertainty": 120
},
"stopId": "0:01230P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129645",
"uncertainty": 120
},
"departure": {
"time": "1754129645",
"uncertainty": 120
},
"stopId": "0:18200P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129687",
"uncertainty": 120
},
"departure": {
"time": "1754129687",
"uncertainty": 120
},
"stopId": "0:03290P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129735",
"uncertainty": 120
},
"departure": {
"time": "1754129735",
"uncertainty": 120
},
"stopId": "0:03295P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129794",
"uncertainty": 120
},
"departure": {
"time": "1754129794",
"uncertainty": 120
},
"stopId": "0:03270P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129836",
"uncertainty": 120
},
"departure": {
"time": "1754129836",
"uncertainty": 120
},
"stopId": "0:03269P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129879",
"uncertainty": 120
},
"departure": {
"time": "1754129879",
"uncertainty": 120
},
"stopId": "0:03265P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129919",
"uncertainty": 120
},
"departure": {
"time": "1754129919",
"uncertainty": 120
},
"stopId": "0:03250P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130005",
"uncertainty": 120
},
"departure": {
"time": "1754130005",
"uncertainty": 120
},
"stopId": "0:03230P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130052",
"uncertainty": 120
},
"departure": {
"time": "1754130052",
"uncertainty": 120
},
"stopId": "0:03235P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130088",
"uncertainty": 120
},
"departure": {
"time": "1754130088",
"uncertainty": 120
},
"stopId": "0:03220P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130157",
"uncertainty": 120
},
"departure": {
"time": "1754130157",
"uncertainty": 120
},
"stopId": "0:03205P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130185",
"uncertainty": 120
},
"departure": {
"time": "1754130185",
"uncertainty": 120
},
"stopId": "0:18270P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130230",
"uncertainty": 120
},
"departure": {
"time": "1754130230",
"uncertainty": 120
},
"stopId": "0:18260P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130292",
"uncertainty": 120
},
"departure": {
"time": "1754130292",
"uncertainty": 120
},
"stopId": "0:03170P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130320",
"uncertainty": 120
},
"departure": {
"time": "1754130320",
"uncertainty": 120
},
"stopId": "0:03160P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130351",
"uncertainty": 120
},
"departure": {
"time": "1754130351",
"uncertainty": 120
},
"stopId": "0:03140P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130400",
"uncertainty": 120
},
"departure": {
"time": "1754130400",
"uncertainty": 120
},
"stopId": "0:03150P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130450",
"uncertainty": 120
},
"departure": {
"time": "1754130450",
"uncertainty": 120
},
"stopId": "0:03130P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130485",
"uncertainty": 120
},
"departure": {
"time": "1754130485",
"uncertainty": 120
},
"stopId": "0:03120P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130540",
"uncertainty": 120
},
"departure": {
"time": "1754130540",
"uncertainty": 120
},
"stopId": "0:03110P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130655",
"uncertainty": 120
},
"departure": {
"time": "1754130655",
"uncertainty": 120
},
"stopId": "0:03100P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130714",
"uncertainty": 120
},
"departure": {
"time": "1754130714",
"uncertainty": 120
},
"stopId": "0:04090P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130751",
"uncertainty": 120
},
"departure": {
"time": "1754130751",
"uncertainty": 120
},
"stopId": "0:04080P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130785",
"uncertainty": 120
},
"departure": {
"time": "1754130785",
"uncertainty": 120
},
"stopId": "0:04075P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754130814",
"uncertainty": 120
},
"departure": {
"time": "1754130814",
"uncertainty": 120
},
"stopId": "0:04070P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754130844",
"uncertainty": 120
},
"departure": {
"time": "1754130844",
"uncertainty": 120
},
"stopId": "0:04060P",
"stopSequence": 38
},
{
"arrival": {
"time": "1754130874",
"uncertainty": 120
},
"departure": {
"time": "1754130874",
"uncertainty": 120
},
"stopId": "0:04050P",
"stopSequence": 39
},
{
"arrival": {
"time": "1754130914",
"uncertainty": 120
},
"departure": {
"time": "1754130914",
"uncertainty": 120
},
"stopId": "0:04040P",
"stopSequence": 40
},
{
"arrival": {
"time": "1754130962",
"uncertainty": 120
},
"departure": {
"time": "1754130962",
"uncertainty": 120
},
"stopId": "0:04030P",
"stopSequence": 41
},
{
"arrival": {
"time": "1754130989",
"uncertainty": 120
},
"departure": {
"time": "1754130989",
"uncertainty": 120
},
"stopId": "0:04020P",
"stopSequence": 42
},
{
"arrival": {
"time": "1754131021",
"uncertainty": 120
},
"departure": {
"time": "1754131021",
"uncertainty": 120
},
"stopId": "0:04015P",
"stopSequence": 43
},
{
"arrival": {
"time": "1754131041",
"uncertainty": 120
},
"departure": {
"time": "1754131041",
"uncertainty": 120
},
"stopId": "0:03070P",
"stopSequence": 44
},
{
"arrival": {
"time": "1754131078",
"uncertainty": 120
},
"departure": {
"time": "1754131078",
"uncertainty": 120
},
"stopId": "0:03060P",
"stopSequence": 45
},
{
"arrival": {
"time": "1754131114",
"uncertainty": 120
},
"departure": {
"time": "1754131114",
"uncertainty": 120
},
"stopId": "0:03050P",
"stopSequence": 46
},
{
"arrival": {
"time": "1754131150",
"uncertainty": 120
},
"departure": {
"time": "1754131150",
"uncertainty": 120
},
"stopId": "0:03040P",
"stopSequence": 47
},
{
"arrival": {
"time": "1754131244",
"uncertainty": 120
},
"departure": {
"time": "1754131244",
"uncertainty": 120
},
"stopId": "0:03030P",
"stopSequence": 48
},
{
"arrival": {
"time": "1754131325",
"uncertainty": 120
},
"departure": {
"time": "1754131325",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 49
},
{
"arrival": {
"time": "1754131413",
"uncertainty": 120
},
"departure": {
"time": "1754131413",
"uncertainty": 120
},
"stopId": "0:01020C",
"stopSequence": 50
},
{
"arrival": {
"time": "1754131446",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "1040",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990147"
},
"vehicle": {
"id": "114",
"label": "114"
}
}
},
{
"id": "990148",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:19065C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1040",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990148"
}
}
},
{
"id": "990322",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:11015C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2210",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990322"
}
}
},
{
"id": "990309",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754130632",
"uncertainty": 120
},
"departure": {
"time": "1754130632",
"uncertainty": 120
},
"stopId": "0:17775P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754130704",
"uncertainty": 120
},
"departure": {
"time": "1754130704",
"uncertainty": 120
},
"stopId": "0:11380P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754130753",
"uncertainty": 120
},
"departure": {
"time": "1754130753",
"uncertainty": 120
},
"stopId": "0:11390P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754130809",
"uncertainty": 120
},
"departure": {
"time": "1754130809",
"uncertainty": 120
},
"stopId": "0:11400P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754130874",
"uncertainty": 120
},
"departure": {
"time": "1754130874",
"uncertainty": 120
},
"stopId": "0:11410P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754130905",
"uncertainty": 120
},
"departure": {
"time": "1754130905",
"uncertainty": 120
},
"stopId": "0:11430P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754130977",
"uncertainty": 120
},
"departure": {
"time": "1754130977",
"uncertainty": 120
},
"stopId": "0:11285P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754131054",
"uncertainty": 120
},
"departure": {
"time": "1754131054",
"uncertainty": 120
},
"stopId": "0:11270P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754131158",
"uncertainty": 120
},
"departure": {
"time": "1754131158",
"uncertainty": 120
},
"stopId": "0:11260P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754131219",
"uncertainty": 120
},
"departure": {
"time": "1754131219",
"uncertainty": 120
},
"stopId": "0:11250P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754131294",
"uncertainty": 120
},
"departure": {
"time": "1754131294",
"uncertainty": 120
},
"stopId": "0:11240P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754131341",
"uncertainty": 120
},
"departure": {
"time": "1754131341",
"uncertainty": 120
},
"stopId": "0:11230P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754131422",
"uncertainty": 120
},
"departure": {
"time": "1754131422",
"uncertainty": 120
},
"stopId": "0:11220P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754131498",
"uncertainty": 120
},
"departure": {
"time": "1754131498",
"uncertainty": 120
},
"stopId": "0:11210P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754131534",
"uncertainty": 120
},
"departure": {
"time": "1754131534",
"uncertainty": 120
},
"stopId": "0:11200P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754131594",
"uncertainty": 120
},
"departure": {
"time": "1754131594",
"uncertainty": 120
},
"stopId": "0:11190P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754131611",
"uncertainty": 120
},
"departure": {
"time": "1754131611",
"uncertainty": 120
},
"stopId": "0:11180P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754131655",
"uncertainty": 120
},
"departure": {
"time": "1754131655",
"uncertainty": 120
},
"stopId": "0:11170P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754131731",
"uncertainty": 120
},
"departure": {
"time": "1754131731",
"uncertainty": 120
},
"stopId": "0:11160P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754131794",
"uncertainty": 120
},
"departure": {
"time": "1754131794",
"uncertainty": 120
},
"stopId": "0:11150P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754131836",
"uncertainty": 120
},
"departure": {
"time": "1754131836",
"uncertainty": 120
},
"stopId": "0:11140P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754131895",
"uncertainty": 120
},
"departure": {
"time": "1754131895",
"uncertainty": 120
},
"stopId": "0:11130P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754131955",
"uncertainty": 120
},
"departure": {
"time": "1754131955",
"uncertainty": 120
},
"stopId": "0:11120P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754132028",
"uncertainty": 120
},
"departure": {
"time": "1754132028",
"uncertainty": 120
},
"stopId": "0:11110P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754132067",
"uncertainty": 120
},
"departure": {
"time": "1754132067",
"uncertainty": 120
},
"stopId": "0:11100P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754132110",
"uncertainty": 120
},
"departure": {
"time": "1754132110",
"uncertainty": 120
},
"stopId": "0:11080P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754132195",
"uncertainty": 120
},
"departure": {
"time": "1754132195",
"uncertainty": 120
},
"stopId": "0:11070P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754132230",
"uncertainty": 120
},
"departure": {
"time": "1754132230",
"uncertainty": 120
},
"stopId": "0:11060P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754132254",
"uncertainty": 120
},
"departure": {
"time": "1754132254",
"uncertainty": 120
},
"stopId": "0:11050P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754132323",
"uncertainty": 120
},
"departure": {
"time": "1754132323",
"uncertainty": 120
},
"stopId": "0:11040P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754132374",
"uncertainty": 120
},
"departure": {
"time": "1754132374",
"uncertainty": 120
},
"stopId": "0:11030P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754132536",
"uncertainty": 120
},
"departure": {
"time": "1754132536",
"uncertainty": 120
},
"stopId": "0:11020P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754132614",
"uncertainty": 120
},
"departure": {
"time": "1754132614",
"uncertainty": 120
},
"stopId": "0:11010P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754132783",
"uncertainty": 120
},
"departure": {
"time": "1754132783",
"uncertainty": 120
},
"stopId": "0:11440P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754132854",
"uncertainty": 120
},
"stopId": "0:11015C",
"stopSequence": 36
}
],
"trip": {
"directionId": 1,
"routeId": "2210",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990309"
}
}
},
{
"id": "990308",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754129126",
"uncertainty": 120
},
"departure": {
"time": "1754129126",
"uncertainty": 120
},
"stopId": "0:11440P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754129154",
"uncertainty": 120
},
"stopId": "0:11015C",
"stopSequence": 36
}
],
"trip": {
"directionId": 1,
"routeId": "2210",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990308"
}
}
},
{
"id": "990033",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132100",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1100",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990033"
}
}
},
{
"id": "990020",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:01630P",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1140",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990020"
}
}
},
{
"id": "990046",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1130",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990046"
}
}
},
{
"id": "990024",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128921",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129069",
"uncertainty": 120
},
"departure": {
"time": "1754129071",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129132",
"uncertainty": 120
},
"departure": {
"time": "1754129161",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129179",
"uncertainty": 120
},
"departure": {
"time": "1754129179",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129304",
"uncertainty": 120
},
"departure": {
"time": "1754129304",
"uncertainty": 120
},
"stopId": "0:05010P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129364",
"uncertainty": 120
},
"departure": {
"time": "1754129364",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129408",
"uncertainty": 120
},
"departure": {
"time": "1754129408",
"uncertainty": 120
},
"stopId": "0:05065P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129481",
"uncertainty": 120
},
"departure": {
"time": "1754129481",
"uncertainty": 120
},
"stopId": "0:05060P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129532",
"uncertainty": 120
},
"departure": {
"time": "1754129532",
"uncertainty": 120
},
"stopId": "0:05070P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129568",
"uncertainty": 120
},
"departure": {
"time": "1754129568",
"uncertainty": 120
},
"stopId": "0:05070C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129616",
"uncertainty": 120
},
"departure": {
"time": "1754129616",
"uncertainty": 120
},
"stopId": "0:19230P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129660",
"uncertainty": 120
},
"departure": {
"time": "1754129660",
"uncertainty": 120
},
"stopId": "0:03295P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129719",
"uncertainty": 120
},
"departure": {
"time": "1754129719",
"uncertainty": 120
},
"stopId": "0:03270P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129761",
"uncertainty": 120
},
"departure": {
"time": "1754129761",
"uncertainty": 120
},
"stopId": "0:03269P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129804",
"uncertainty": 120
},
"departure": {
"time": "1754129804",
"uncertainty": 120
},
"stopId": "0:03265P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129844",
"uncertainty": 120
},
"departure": {
"time": "1754129844",
"uncertainty": 120
},
"stopId": "0:03250P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129871",
"uncertainty": 120
},
"departure": {
"time": "1754129871",
"uncertainty": 120
},
"stopId": "0:01190C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129895",
"uncertainty": 120
},
"departure": {
"time": "1754129895",
"uncertainty": 120
},
"stopId": "0:01901C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129932",
"uncertainty": 120
},
"departure": {
"time": "1754129932",
"uncertainty": 120
},
"stopId": "0:01635C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129982",
"uncertainty": 120
},
"departure": {
"time": "1754129982",
"uncertainty": 120
},
"stopId": "0:18230P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130030",
"uncertainty": 120
},
"departure": {
"time": "1754130030",
"uncertainty": 120
},
"stopId": "0:01690P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130084",
"uncertainty": 120
},
"stopId": "0:01630P",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "1140",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990024"
},
"vehicle": {
"id": "147",
"label": "147"
}
}
},
{
"id": "989998",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129091",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129217",
"uncertainty": 120
},
"departure": {
"time": "1754129217",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129279",
"uncertainty": 120
},
"departure": {
"time": "1754129279",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129297",
"uncertainty": 120
},
"departure": {
"time": "1754129297",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129361",
"uncertainty": 120
},
"departure": {
"time": "1754129361",
"uncertainty": 120
},
"stopId": "0:18190P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129400",
"uncertainty": 120
},
"departure": {
"time": "1754129400",
"uncertainty": 120
},
"stopId": "0:01290P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129465",
"uncertainty": 120
},
"departure": {
"time": "1754129465",
"uncertainty": 120
},
"stopId": "0:01285P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129517",
"uncertainty": 120
},
"departure": {
"time": "1754129517",
"uncertainty": 120
},
"stopId": "0:01270P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129556",
"uncertainty": 120
},
"departure": {
"time": "1754129556",
"uncertainty": 120
},
"stopId": "0:01260P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129601",
"uncertainty": 120
},
"departure": {
"time": "1754129601",
"uncertainty": 120
},
"stopId": "0:01255P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129627",
"uncertainty": 120
},
"departure": {
"time": "1754129627",
"uncertainty": 120
},
"stopId": "0:01250P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129671",
"uncertainty": 120
},
"departure": {
"time": "1754129671",
"uncertainty": 120
},
"stopId": "0:01230P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129730",
"uncertainty": 120
},
"departure": {
"time": "1754129730",
"uncertainty": 120
},
"stopId": "0:18200P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129793",
"uncertainty": 120
},
"departure": {
"time": "1754129793",
"uncertainty": 120
},
"stopId": "0:01210P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129853",
"uncertainty": 120
},
"departure": {
"time": "1754129853",
"uncertainty": 120
},
"stopId": "0:01200P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129917",
"uncertainty": 120
},
"departure": {
"time": "1754129917",
"uncertainty": 120
},
"stopId": "0:01190P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130157",
"uncertainty": 120
},
"departure": {
"time": "1754130157",
"uncertainty": 120
},
"stopId": "0:01170P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130216",
"uncertainty": 120
},
"departure": {
"time": "1754130216",
"uncertainty": 120
},
"stopId": "0:01160P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130245",
"uncertainty": 120
},
"departure": {
"time": "1754130245",
"uncertainty": 120
},
"stopId": "0:18150P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130278",
"uncertainty": 120
},
"departure": {
"time": "1754130278",
"uncertainty": 120
},
"stopId": "0:01140P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130312",
"uncertainty": 120
},
"departure": {
"time": "1754130312",
"uncertainty": 120
},
"stopId": "0:01130P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130394",
"uncertainty": 120
},
"departure": {
"time": "1754130394",
"uncertainty": 120
},
"stopId": "0:01110P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130441",
"uncertainty": 120
},
"departure": {
"time": "1754130441",
"uncertainty": 120
},
"stopId": "0:01100P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130503",
"uncertainty": 120
},
"departure": {
"time": "1754130503",
"uncertainty": 120
},
"stopId": "0:01090P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130538",
"uncertainty": 120
},
"departure": {
"time": "1754130538",
"uncertainty": 120
},
"stopId": "0:01080P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130576",
"uncertainty": 120
},
"departure": {
"time": "1754130576",
"uncertainty": 120
},
"stopId": "0:01070P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130646",
"uncertainty": 120
},
"departure": {
"time": "1754130646",
"uncertainty": 120
},
"stopId": "0:01050P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130673",
"uncertainty": 120
},
"departure": {
"time": "1754130673",
"uncertainty": 120
},
"stopId": "0:01040P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130696",
"uncertainty": 120
},
"departure": {
"time": "1754130696",
"uncertainty": 120
},
"stopId": "0:01030P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130732",
"uncertainty": 120
},
"departure": {
"time": "1754130732",
"uncertainty": 120
},
"stopId": "0:01020P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130791",
"uncertainty": 120
},
"departure": {
"time": "1754130791",
"uncertainty": 120
},
"stopId": "0:01010C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130816",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "1010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6989998"
},
"vehicle": {
"id": "107",
"label": "107"
}
}
},
{
"id": "989999",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129100",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129119",
"uncertainty": 120
},
"departure": {
"time": "1754129119",
"uncertainty": 120
},
"stopId": "0:01020C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129162",
"uncertainty": 120
},
"departure": {
"time": "1754129162",
"uncertainty": 120
},
"stopId": "0:01030C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129212",
"uncertainty": 120
},
"departure": {
"time": "1754129212",
"uncertainty": 120
},
"stopId": "0:01040C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129244",
"uncertainty": 120
},
"departure": {
"time": "1754129244",
"uncertainty": 120
},
"stopId": "0:01050C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129342",
"uncertainty": 120
},
"departure": {
"time": "1754129342",
"uncertainty": 120
},
"stopId": "0:01070C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129379",
"uncertainty": 120
},
"departure": {
"time": "1754129379",
"uncertainty": 120
},
"stopId": "0:01080C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129412",
"uncertainty": 120
},
"departure": {
"time": "1754129412",
"uncertainty": 120
},
"stopId": "0:01090C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129449",
"uncertainty": 120
},
"departure": {
"time": "1754129449",
"uncertainty": 120
},
"stopId": "0:01100C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129488",
"uncertainty": 120
},
"departure": {
"time": "1754129488",
"uncertainty": 120
},
"stopId": "0:01110C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129557",
"uncertainty": 120
},
"departure": {
"time": "1754129557",
"uncertainty": 120
},
"stopId": "0:01130C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129582",
"uncertainty": 120
},
"departure": {
"time": "1754129582",
"uncertainty": 120
},
"stopId": "0:01140C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129625",
"uncertainty": 120
},
"departure": {
"time": "1754129625",
"uncertainty": 120
},
"stopId": "0:18150C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129665",
"uncertainty": 120
},
"departure": {
"time": "1754129665",
"uncertainty": 120
},
"stopId": "0:01160C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129760",
"uncertainty": 120
},
"departure": {
"time": "1754129760",
"uncertainty": 120
},
"stopId": "0:01170C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130038",
"uncertainty": 120
},
"departure": {
"time": "1754130038",
"uncertainty": 120
},
"stopId": "0:01190C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130064",
"uncertainty": 120
},
"departure": {
"time": "1754130064",
"uncertainty": 120
},
"stopId": "0:01200C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130125",
"uncertainty": 120
},
"departure": {
"time": "1754130125",
"uncertainty": 120
},
"stopId": "0:01210C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130179",
"uncertainty": 120
},
"departure": {
"time": "1754130179",
"uncertainty": 120
},
"stopId": "0:01230C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130242",
"uncertainty": 120
},
"departure": {
"time": "1754130242",
"uncertainty": 120
},
"stopId": "0:01240C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130299",
"uncertainty": 120
},
"departure": {
"time": "1754130299",
"uncertainty": 120
},
"stopId": "0:01270C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130354",
"uncertainty": 120
},
"departure": {
"time": "1754130354",
"uncertainty": 120
},
"stopId": "0:01280C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130437",
"uncertainty": 120
},
"departure": {
"time": "1754130437",
"uncertainty": 120
},
"stopId": "0:18170C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130476",
"uncertainty": 120
},
"departure": {
"time": "1754130476",
"uncertainty": 120
},
"stopId": "0:18180C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130552",
"uncertainty": 120
},
"departure": {
"time": "1754130552",
"uncertainty": 120
},
"stopId": "0:01320C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130608",
"uncertainty": 120
},
"departure": {
"time": "1754130608",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130701",
"uncertainty": 120
},
"departure": {
"time": "1754130701",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130784",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "1010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6989999"
},
"vehicle": {
"id": "93",
"label": "93"
}
}
},
{
"id": "989995",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131500",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6989995"
}
}
},
{
"id": "996930",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:TA00028C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1020",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996930"
}
}
},
{
"id": "996929",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128800",
"uncertainty": 120
},
"stopId": "0:TA00028C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128980",
"uncertainty": 120
},
"departure": {
"time": "1754128980",
"uncertainty": 120
},
"stopId": "0:TA0145P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129076",
"uncertainty": 120
},
"departure": {
"time": "1754129076",
"uncertainty": 120
},
"stopId": "0:02004C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129160",
"uncertainty": 120
},
"departure": {
"time": "1754129160",
"uncertainty": 120
},
"stopId": "0:TA0001C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129278",
"uncertainty": 120
},
"departure": {
"time": "1754129278",
"uncertainty": 120
},
"stopId": "0:TA9180C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129393",
"uncertainty": 120
},
"departure": {
"time": "1754129393",
"uncertainty": 120
},
"stopId": "0:02380C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129565",
"uncertainty": 120
},
"departure": {
"time": "1754129565",
"uncertainty": 120
},
"stopId": "0:02375C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129619",
"uncertainty": 120
},
"departure": {
"time": "1754129619",
"uncertainty": 120
},
"stopId": "0:02040C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129653",
"uncertainty": 120
},
"departure": {
"time": "1754129653",
"uncertainty": 120
},
"stopId": "0:02050C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129696",
"uncertainty": 120
},
"departure": {
"time": "1754129696",
"uncertainty": 120
},
"stopId": "0:02060C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129756",
"uncertainty": 120
},
"departure": {
"time": "1754129756",
"uncertainty": 120
},
"stopId": "0:02070C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129790",
"uncertainty": 120
},
"departure": {
"time": "1754129790",
"uncertainty": 120
},
"stopId": "0:02080C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129816",
"uncertainty": 120
},
"departure": {
"time": "1754129816",
"uncertainty": 120
},
"stopId": "0:02090C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129853",
"uncertainty": 120
},
"departure": {
"time": "1754129853",
"uncertainty": 120
},
"stopId": "0:02100C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129881",
"uncertainty": 120
},
"departure": {
"time": "1754129881",
"uncertainty": 120
},
"stopId": "0:02110C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129924",
"uncertainty": 120
},
"departure": {
"time": "1754129924",
"uncertainty": 120
},
"stopId": "0:18160C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129967",
"uncertainty": 120
},
"departure": {
"time": "1754129967",
"uncertainty": 120
},
"stopId": "0:01160C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130055",
"uncertainty": 120
},
"departure": {
"time": "1754130055",
"uncertainty": 120
},
"stopId": "0:01170C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130330",
"uncertainty": 120
},
"departure": {
"time": "1754130330",
"uncertainty": 120
},
"stopId": "0:01190C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130368",
"uncertainty": 120
},
"departure": {
"time": "1754130368",
"uncertainty": 120
},
"stopId": "0:19205C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130458",
"uncertainty": 120
},
"departure": {
"time": "1754130458",
"uncertainty": 120
},
"stopId": "0:01880C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130499",
"uncertainty": 120
},
"departure": {
"time": "1754130499",
"uncertainty": 120
},
"stopId": "0:01265C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130540",
"uncertainty": 120
},
"departure": {
"time": "1754130540",
"uncertainty": 120
},
"stopId": "0:01270C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130596",
"uncertainty": 120
},
"departure": {
"time": "1754130596",
"uncertainty": 120
},
"stopId": "0:01280C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130679",
"uncertainty": 120
},
"departure": {
"time": "1754130679",
"uncertainty": 120
},
"stopId": "0:18170C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130718",
"uncertainty": 120
},
"departure": {
"time": "1754130718",
"uncertainty": 120
},
"stopId": "0:18180C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130780",
"uncertainty": 120
},
"departure": {
"time": "1754130780",
"uncertainty": 120
},
"stopId": "0:01320C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130839",
"uncertainty": 120
},
"departure": {
"time": "1754130839",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754130929",
"uncertainty": 120
},
"departure": {
"time": "1754130929",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131012",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "1020",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996929"
},
"vehicle": {
"id": "84",
"label": "84"
}
}
},
{
"id": "996942",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754129257",
"uncertainty": 120
},
"departure": {
"time": "1754129257",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129319",
"uncertainty": 120
},
"departure": {
"time": "1754129319",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129336",
"uncertainty": 120
},
"departure": {
"time": "1754129336",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129399",
"uncertainty": 120
},
"departure": {
"time": "1754129399",
"uncertainty": 120
},
"stopId": "0:18190P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129438",
"uncertainty": 120
},
"departure": {
"time": "1754129438",
"uncertainty": 120
},
"stopId": "0:01290P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129502",
"uncertainty": 120
},
"departure": {
"time": "1754129502",
"uncertainty": 120
},
"stopId": "0:01285P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129554",
"uncertainty": 120
},
"departure": {
"time": "1754129554",
"uncertainty": 120
},
"stopId": "0:01270P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129613",
"uncertainty": 120
},
"departure": {
"time": "1754129613",
"uncertainty": 120
},
"stopId": "0:01265P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129705",
"uncertainty": 120
},
"departure": {
"time": "1754129705",
"uncertainty": 120
},
"stopId": "0:01880P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129855",
"uncertainty": 120
},
"departure": {
"time": "1754129855",
"uncertainty": 120
},
"stopId": "0:19205P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129923",
"uncertainty": 120
},
"departure": {
"time": "1754129923",
"uncertainty": 120
},
"stopId": "0:01190P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130163",
"uncertainty": 120
},
"departure": {
"time": "1754130163",
"uncertainty": 120
},
"stopId": "0:01170P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130222",
"uncertainty": 120
},
"departure": {
"time": "1754130222",
"uncertainty": 120
},
"stopId": "0:01160P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130254",
"uncertainty": 120
},
"departure": {
"time": "1754130254",
"uncertainty": 120
},
"stopId": "0:18160P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130296",
"uncertainty": 120
},
"departure": {
"time": "1754130296",
"uncertainty": 120
},
"stopId": "0:02110P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130317",
"uncertainty": 120
},
"departure": {
"time": "1754130317",
"uncertainty": 120
},
"stopId": "0:02100P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130350",
"uncertainty": 120
},
"departure": {
"time": "1754130350",
"uncertainty": 120
},
"stopId": "0:02090P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130374",
"uncertainty": 120
},
"departure": {
"time": "1754130374",
"uncertainty": 120
},
"stopId": "0:02080P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130410",
"uncertainty": 120
},
"departure": {
"time": "1754130410",
"uncertainty": 120
},
"stopId": "0:02070P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130464",
"uncertainty": 120
},
"departure": {
"time": "1754130464",
"uncertainty": 120
},
"stopId": "0:02060P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130505",
"uncertainty": 120
},
"departure": {
"time": "1754130505",
"uncertainty": 120
},
"stopId": "0:02050P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130544",
"uncertainty": 120
},
"departure": {
"time": "1754130544",
"uncertainty": 120
},
"stopId": "0:02040P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130587",
"uncertainty": 120
},
"departure": {
"time": "1754130587",
"uncertainty": 120
},
"stopId": "0:02375P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130732",
"uncertainty": 120
},
"departure": {
"time": "1754130732",
"uncertainty": 120
},
"stopId": "0:02380P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130819",
"uncertainty": 120
},
"departure": {
"time": "1754130819",
"uncertainty": 120
},
"stopId": "0:TA9180P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130906",
"uncertainty": 120
},
"departure": {
"time": "1754130906",
"uncertainty": 120
},
"stopId": "0:TA0001P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131092",
"uncertainty": 120
},
"departure": {
"time": "1754131092",
"uncertainty": 120
},
"stopId": "0:TA0145P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131187",
"uncertainty": 120
},
"departure": {
"time": "1754131187",
"uncertainty": 120
},
"stopId": "0:02003P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131265",
"uncertainty": 120
},
"departure": {
"time": "1754131265",
"uncertainty": 120
},
"stopId": "0:TA0001C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754131307",
"uncertainty": 120
},
"stopId": "0:TA00028C",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "1020",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996942"
},
"vehicle": {
"id": "90",
"label": "90"
}
}
},
{
"id": "996943",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1020",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996943"
}
}
},
{
"id": "989981",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131500",
"uncertainty": 120
},
"stopId": "0:19060C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6989981"
}
}
},
{
"id": "990085",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128351",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128411",
"uncertainty": 120
},
"departure": {
"time": "1754128471",
"uncertainty": 120
},
"stopId": "0:01010C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128531",
"uncertainty": 120
},
"departure": {
"time": "1754128531",
"uncertainty": 120
},
"stopId": "0:03315C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128568",
"uncertainty": 120
},
"departure": {
"time": "1754128568",
"uncertainty": 120
},
"stopId": "0:03320C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128619",
"uncertainty": 120
},
"departure": {
"time": "1754128623",
"uncertainty": 120
},
"stopId": "0:03325C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128681",
"uncertainty": 120
},
"departure": {
"time": "1754128681",
"uncertainty": 120
},
"stopId": "0:03330C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128742",
"uncertainty": 120
},
"departure": {
"time": "1754128771",
"uncertainty": 120
},
"stopId": "0:03340C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128811",
"uncertainty": 120
},
"departure": {
"time": "1754128811",
"uncertainty": 120
},
"stopId": "0:03350C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128912",
"uncertainty": 120
},
"departure": {
"time": "1754128923",
"uncertainty": 120
},
"stopId": "0:03360C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128951",
"uncertainty": 120
},
"departure": {
"time": "1754128951",
"uncertainty": 120
},
"stopId": "0:03365C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128981",
"uncertainty": 120
},
"departure": {
"time": "1754129011",
"uncertainty": 120
},
"stopId": "0:03371C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129061",
"uncertainty": 120
},
"departure": {
"time": "1754129071",
"uncertainty": 120
},
"stopId": "0:03380C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129102",
"uncertainty": 120
},
"departure": {
"time": "1754129102",
"uncertainty": 120
},
"stopId": "0:03400C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129161",
"uncertainty": 120
},
"departure": {
"time": "1754129161",
"uncertainty": 120
},
"stopId": "0:03390C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129203",
"uncertainty": 120
},
"departure": {
"time": "1754129203",
"uncertainty": 120
},
"stopId": "0:18280C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129320",
"uncertainty": 120
},
"departure": {
"time": "1754129320",
"uncertainty": 120
},
"stopId": "0:03110C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129365",
"uncertainty": 120
},
"departure": {
"time": "1754129365",
"uncertainty": 120
},
"stopId": "0:03120C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129419",
"uncertainty": 120
},
"departure": {
"time": "1754129419",
"uncertainty": 120
},
"stopId": "0:03130C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129467",
"uncertainty": 120
},
"departure": {
"time": "1754129467",
"uncertainty": 120
},
"stopId": "0:03150C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129534",
"uncertainty": 120
},
"departure": {
"time": "1754129534",
"uncertainty": 120
},
"stopId": "0:03140C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129567",
"uncertainty": 120
},
"departure": {
"time": "1754129567",
"uncertainty": 120
},
"stopId": "0:03160C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129613",
"uncertainty": 120
},
"departure": {
"time": "1754129613",
"uncertainty": 120
},
"stopId": "0:03170C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129682",
"uncertainty": 120
},
"departure": {
"time": "1754129682",
"uncertainty": 120
},
"stopId": "0:18260C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754129716",
"uncertainty": 120
},
"departure": {
"time": "1754129716",
"uncertainty": 120
},
"stopId": "0:18270C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754129770",
"uncertainty": 120
},
"departure": {
"time": "1754129770",
"uncertainty": 120
},
"stopId": "0:05120C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754129808",
"uncertainty": 120
},
"departure": {
"time": "1754129808",
"uncertainty": 120
},
"stopId": "0:05110C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754129856",
"uncertainty": 120
},
"departure": {
"time": "1754129856",
"uncertainty": 120
},
"stopId": "0:05100C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754129929",
"uncertainty": 120
},
"departure": {
"time": "1754129929",
"uncertainty": 120
},
"stopId": "0:05090C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754129973",
"uncertainty": 120
},
"departure": {
"time": "1754129973",
"uncertainty": 120
},
"stopId": "0:05080C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754130043",
"uncertainty": 120
},
"departure": {
"time": "1754130043",
"uncertainty": 120
},
"stopId": "0:07045C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754130093",
"uncertainty": 120
},
"departure": {
"time": "1754130093",
"uncertainty": 120
},
"stopId": "0:05025C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754130170",
"uncertainty": 120
},
"departure": {
"time": "1754130170",
"uncertainty": 120
},
"stopId": "0:SP0420C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754130337",
"uncertainty": 120
},
"departure": {
"time": "1754130337",
"uncertainty": 120
},
"stopId": "0:05020C",
"stopSequence": 33
},
{
"arrival": {
"time": "1754130445",
"uncertainty": 120
},
"departure": {
"time": "1754130445",
"uncertainty": 120
},
"stopId": "0:05010C",
"stopSequence": 34
},
{
"arrival": {
"time": "1754130498",
"uncertainty": 120
},
"departure": {
"time": "1754130498",
"uncertainty": 120
},
"stopId": "0:18180C",
"stopSequence": 35
},
{
"arrival": {
"time": "1754130572",
"uncertainty": 120
},
"departure": {
"time": "1754130572",
"uncertainty": 120
},
"stopId": "0:01320C",
"stopSequence": 36
},
{
"arrival": {
"time": "1754130628",
"uncertainty": 120
},
"departure": {
"time": "1754130628",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754130722",
"uncertainty": 120
},
"departure": {
"time": "1754130722",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754130810",
"uncertainty": 120
},
"stopId": "0:19065C",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "1030",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990085"
},
"vehicle": {
"id": "162",
"label": "162"
}
}
},
{
"id": "990088",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754126761",
"uncertainty": 120
},
"stopId": "0:19065C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127239",
"uncertainty": 120
},
"departure": {
"time": "1754127268",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754127358",
"uncertainty": 120
},
"departure": {
"time": "1754127358",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754127373",
"uncertainty": 120
},
"departure": {
"time": "1754127373",
"uncertainty": 120
},
"stopId": "0:01320P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754127509",
"uncertainty": 120
},
"departure": {
"time": "1754127509",
"uncertainty": 120
},
"stopId": "0:05010P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754127568",
"uncertainty": 120
},
"departure": {
"time": "1754127568",
"uncertainty": 120
},
"stopId": "0:05020P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754127688",
"uncertainty": 120
},
"departure": {
"time": "1754127688",
"uncertainty": 120
},
"stopId": "0:SP0420P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754127777",
"uncertainty": 120
},
"departure": {
"time": "1754127777",
"uncertainty": 120
},
"stopId": "0:05025P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754127809",
"uncertainty": 120
},
"departure": {
"time": "1754127809",
"uncertainty": 120
},
"stopId": "0:07045P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754127882",
"uncertainty": 120
},
"departure": {
"time": "1754127882",
"uncertainty": 120
},
"stopId": "0:05080P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754127913",
"uncertainty": 120
},
"departure": {
"time": "1754127913",
"uncertainty": 120
},
"stopId": "0:05090P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754127946",
"uncertainty": 120
},
"departure": {
"time": "1754127946",
"uncertainty": 120
},
"stopId": "0:05100P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754127972",
"uncertainty": 120
},
"departure": {
"time": "1754127972",
"uncertainty": 120
},
"stopId": "0:05110P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128018",
"uncertainty": 120
},
"departure": {
"time": "1754128018",
"uncertainty": 120
},
"stopId": "0:05120P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128046",
"uncertainty": 120
},
"departure": {
"time": "1754128048",
"uncertainty": 120
},
"stopId": "0:18300P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128129",
"uncertainty": 120
},
"departure": {
"time": "1754128129",
"uncertainty": 120
},
"stopId": "0:18260P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754128184",
"uncertainty": 120
},
"departure": {
"time": "1754128198",
"uncertainty": 120
},
"stopId": "0:03170P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128221",
"uncertainty": 120
},
"departure": {
"time": "1754128221",
"uncertainty": 120
},
"stopId": "0:03160P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128240",
"uncertainty": 120
},
"departure": {
"time": "1754128258",
"uncertainty": 120
},
"stopId": "0:03140P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128281",
"uncertainty": 120
},
"departure": {
"time": "1754128288",
"uncertainty": 120
},
"stopId": "0:03150P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754128318",
"uncertainty": 120
},
"departure": {
"time": "1754128318",
"uncertainty": 120
},
"stopId": "0:03130P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754128333",
"uncertainty": 120
},
"departure": {
"time": "1754128333",
"uncertainty": 120
},
"stopId": "0:03120P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754128394",
"uncertainty": 120
},
"departure": {
"time": "1754128394",
"uncertainty": 120
},
"stopId": "0:03110P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754128469",
"uncertainty": 120
},
"departure": {
"time": "1754128469",
"uncertainty": 120
},
"stopId": "0:18280P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754128505",
"uncertainty": 120
},
"departure": {
"time": "1754128530",
"uncertainty": 120
},
"stopId": "0:03390P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754128558",
"uncertainty": 120
},
"departure": {
"time": "1754128558",
"uncertainty": 120
},
"stopId": "0:03400P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754128619",
"uncertainty": 120
},
"departure": {
"time": "1754128619",
"uncertainty": 120
},
"stopId": "0:03380P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754128659",
"uncertainty": 120
},
"departure": {
"time": "1754128659",
"uncertainty": 120
},
"stopId": "0:03371P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754128705",
"uncertainty": 120
},
"departure": {
"time": "1754128708",
"uncertainty": 120
},
"stopId": "0:03365P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754128738",
"uncertainty": 120
},
"departure": {
"time": "1754128738",
"uncertainty": 120
},
"stopId": "0:03360P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754128791",
"uncertainty": 120
},
"departure": {
"time": "1754128798",
"uncertainty": 120
},
"stopId": "0:03350P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754128845",
"uncertainty": 120
},
"departure": {
"time": "1754128845",
"uncertainty": 120
},
"stopId": "0:03340P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754128890",
"uncertainty": 120
},
"departure": {
"time": "1754128890",
"uncertainty": 120
},
"stopId": "0:03330P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754128950",
"uncertainty": 120
},
"departure": {
"time": "1754128950",
"uncertainty": 120
},
"stopId": "0:03325P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754128994",
"uncertainty": 120
},
"departure": {
"time": "1754128994",
"uncertainty": 120
},
"stopId": "0:03320P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754129034",
"uncertainty": 120
},
"departure": {
"time": "1754129034",
"uncertainty": 120
},
"stopId": "0:03315P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754129088",
"uncertainty": 120
},
"departure": {
"time": "1754129088",
"uncertainty": 120
},
"stopId": "0:01010P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754129158",
"uncertainty": 120
},
"departure": {
"time": "1754129158",
"uncertainty": 120
},
"stopId": "0:01020C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754129204",
"uncertainty": 120
},
"stopId": "0:03010C",
"stopSequence": 39
}
],
"trip": {
"directionId": 1,
"routeId": "1030",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6990088"
},
"vehicle": {
"id": "116",
"label": "116"
}
}
},
{
"id": "1001107",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131500",
"uncertainty": 120
},
"stopId": "0:19045C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001107"
}
}
},
{
"id": "1001105",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754127882",
"uncertainty": 120
},
"stopId": "0:19045C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754127992",
"uncertainty": 120
},
"departure": {
"time": "1754128082",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128122",
"uncertainty": 120
},
"departure": {
"time": "1754128212",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128272",
"uncertainty": 120
},
"departure": {
"time": "1754128293",
"uncertainty": 120
},
"stopId": "0:07170P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128353",
"uncertainty": 120
},
"departure": {
"time": "1754128372",
"uncertainty": 120
},
"stopId": "0:07180P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128412",
"uncertainty": 120
},
"departure": {
"time": "1754128412",
"uncertainty": 120
},
"stopId": "0:07185P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128452",
"uncertainty": 120
},
"departure": {
"time": "1754128452",
"uncertainty": 120
},
"stopId": "0:04180P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128592",
"uncertainty": 120
},
"departure": {
"time": "1754128592",
"uncertainty": 120
},
"stopId": "0:05370P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128693",
"uncertainty": 120
},
"departure": {
"time": "1754128693",
"uncertainty": 120
},
"stopId": "0:05440P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128816",
"uncertainty": 120
},
"departure": {
"time": "1754128816",
"uncertainty": 120
},
"stopId": "0:04220P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128909",
"uncertainty": 120
},
"departure": {
"time": "1754128909",
"uncertainty": 120
},
"stopId": "0:05450P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128972",
"uncertainty": 120
},
"departure": {
"time": "1754128972",
"uncertainty": 120
},
"stopId": "0:19080P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129030",
"uncertainty": 120
},
"departure": {
"time": "1754129030",
"uncertainty": 120
},
"stopId": "0:19075P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129097",
"uncertainty": 120
},
"departure": {
"time": "1754129162",
"uncertainty": 120
},
"stopId": "0:19302C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129218",
"uncertainty": 120
},
"departure": {
"time": "1754129218",
"uncertainty": 120
},
"stopId": "0:19070P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129352",
"uncertainty": 120
},
"departure": {
"time": "1754129352",
"uncertainty": 120
},
"stopId": "0:05530P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129435",
"uncertainty": 120
},
"departure": {
"time": "1754129435",
"uncertainty": 120
},
"stopId": "0:17775C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129498",
"uncertainty": 120
},
"departure": {
"time": "1754129498",
"uncertainty": 120
},
"stopId": "0:05341C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129551",
"uncertainty": 120
},
"departure": {
"time": "1754129551",
"uncertainty": 120
},
"stopId": "0:17800C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129610",
"uncertainty": 120
},
"departure": {
"time": "1754129610",
"uncertainty": 120
},
"stopId": "0:11342P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754129693",
"uncertainty": 120
},
"departure": {
"time": "1754129693",
"uncertainty": 120
},
"stopId": "0:15360P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754129794",
"uncertainty": 120
},
"departure": {
"time": "1754129794",
"uncertainty": 120
},
"stopId": "0:17840P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754129974",
"uncertainty": 120
},
"departure": {
"time": "1754129974",
"uncertainty": 120
},
"stopId": "0:46134C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130030",
"uncertainty": 120
},
"departure": {
"time": "1754130030",
"uncertainty": 120
},
"stopId": "0:46020C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130087",
"uncertainty": 120
},
"departure": {
"time": "1754130087",
"uncertainty": 120
},
"stopId": "0:17790C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130165",
"uncertainty": 120
},
"departure": {
"time": "1754130165",
"uncertainty": 120
},
"stopId": "0:46022C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754130219",
"uncertainty": 120
},
"departure": {
"time": "1754130219",
"uncertainty": 120
},
"stopId": "0:44170C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754130274",
"uncertainty": 120
},
"stopId": "0:41016P",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001105"
},
"vehicle": {
"id": "33",
"label": "33"
}
}
},
{
"id": "1001106",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129700"
},
"stopId": "0:19045C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001106"
}
}
},
{
"id": "1001104",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754126149",
"uncertainty": 120
},
"stopId": "0:19045C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754126329",
"uncertainty": 120
},
"departure": {
"time": "1754126359",
"uncertainty": 120
},
"stopId": "0:01362P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754126449",
"uncertainty": 120
},
"departure": {
"time": "1754126449",
"uncertainty": 120
},
"stopId": "0:18130P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754126510",
"uncertainty": 120
},
"departure": {
"time": "1754126510",
"uncertainty": 120
},
"stopId": "0:07170P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754126582",
"uncertainty": 120
},
"departure": {
"time": "1754126629",
"uncertainty": 120
},
"stopId": "0:07180P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754126689",
"uncertainty": 120
},
"departure": {
"time": "1754126689",
"uncertainty": 120
},
"stopId": "0:07185P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754126749",
"uncertainty": 120
},
"departure": {
"time": "1754126749",
"uncertainty": 120
},
"stopId": "0:04180P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754126877",
"uncertainty": 120
},
"departure": {
"time": "1754126877",
"uncertainty": 120
},
"stopId": "0:05370P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754126989",
"uncertainty": 120
},
"departure": {
"time": "1754126989",
"uncertainty": 120
},
"stopId": "0:05440P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754127128",
"uncertainty": 120
},
"departure": {
"time": "1754127139",
"uncertainty": 120
},
"stopId": "0:04220P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754127253",
"uncertainty": 120
},
"departure": {
"time": "1754127253",
"uncertainty": 120
},
"stopId": "0:05450P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754127370",
"uncertainty": 120
},
"departure": {
"time": "1754127370",
"uncertainty": 120
},
"stopId": "0:19080P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754127407",
"uncertainty": 120
},
"departure": {
"time": "1754127409",
"uncertainty": 120
},
"stopId": "0:19075P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754127493",
"uncertainty": 120
},
"departure": {
"time": "1754127590",
"uncertainty": 120
},
"stopId": "0:19302C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754127656",
"uncertainty": 120
},
"departure": {
"time": "1754127656",
"uncertainty": 120
},
"stopId": "0:19070P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754127773",
"uncertainty": 120
},
"departure": {
"time": "1754127773",
"uncertainty": 120
},
"stopId": "0:05530P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754127895",
"uncertainty": 120
},
"departure": {
"time": "1754127895",
"uncertainty": 120
},
"stopId": "0:17775C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754127958",
"uncertainty": 120
},
"departure": {
"time": "1754128010",
"uncertainty": 120
},
"stopId": "0:05341C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128086",
"uncertainty": 120
},
"departure": {
"time": "1754128086",
"uncertainty": 120
},
"stopId": "0:17800C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128142",
"uncertainty": 120
},
"departure": {
"time": "1754128189",
"uncertainty": 120
},
"stopId": "0:11342P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754128310",
"uncertainty": 120
},
"departure": {
"time": "1754128311",
"uncertainty": 120
},
"stopId": "0:15360P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754128369",
"uncertainty": 120
},
"departure": {
"time": "1754128369",
"uncertainty": 120
},
"stopId": "0:17840P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754128556",
"uncertainty": 120
},
"departure": {
"time": "1754128556",
"uncertainty": 120
},
"stopId": "0:46134C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754128615",
"uncertainty": 120
},
"departure": {
"time": "1754128615",
"uncertainty": 120
},
"stopId": "0:46020C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754128669",
"uncertainty": 120
},
"departure": {
"time": "1754128669",
"uncertainty": 120
},
"stopId": "0:17790C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754128735",
"uncertainty": 120
},
"departure": {
"time": "1754128735",
"uncertainty": 120
},
"stopId": "0:46022C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754128795",
"uncertainty": 120
},
"departure": {
"time": "1754128795",
"uncertainty": 120
},
"stopId": "0:44170C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754128855",
"uncertainty": 120
},
"departure": {
"time": "1754128881",
"uncertainty": 120
},
"stopId": "0:41016P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754128922",
"uncertainty": 120
},
"departure": {
"time": "1754128922",
"uncertainty": 120
},
"stopId": "0:42250P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754128971",
"uncertainty": 120
},
"departure": {
"time": "1754128971",
"uncertainty": 120
},
"stopId": "0:17795P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754129029",
"uncertainty": 120
},
"departure": {
"time": "1754129029",
"uncertainty": 120
},
"stopId": "0:42240P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754129073",
"uncertainty": 120
},
"departure": {
"time": "1754129073",
"uncertainty": 120
},
"stopId": "0:46140P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754129109",
"uncertainty": 120
},
"departure": {
"time": "1754129109",
"uncertainty": 120
},
"stopId": "0:46040P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754129144",
"uncertainty": 120
},
"departure": {
"time": "1754129144",
"uncertainty": 120
},
"stopId": "0:46050P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754129487",
"uncertainty": 120
},
"departure": {
"time": "1754129487",
"uncertainty": 120
},
"stopId": "0:47310P",
"stopSequence": 35
},
{
"arrival": {
"time": "1754129525",
"uncertainty": 120
},
"departure": {
"time": "1754129525",
"uncertainty": 120
},
"stopId": "0:46125P",
"stopSequence": 36
},
{
"arrival": {
"time": "1754129573",
"uncertainty": 120
},
"departure": {
"time": "1754129573",
"uncertainty": 120
},
"stopId": "0:46195P",
"stopSequence": 37
},
{
"arrival": {
"time": "1754129603",
"uncertainty": 120
},
"stopId": "0:46130C",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001104"
},
"vehicle": {
"id": "11",
"label": "11"
}
}
},
{
"id": "996134",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132700"
},
"stopId": "0:PE00240C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "5550",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996134"
}
}
},
{
"id": "1001084",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128703",
"uncertainty": 120
},
"stopId": "0:41016C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128758",
"uncertainty": 120
},
"departure": {
"time": "1754128758",
"uncertainty": 120
},
"stopId": "0:44170P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128799",
"uncertainty": 120
},
"departure": {
"time": "1754128799",
"uncertainty": 120
},
"stopId": "0:46022P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128859",
"uncertainty": 120
},
"departure": {
"time": "1754128859",
"uncertainty": 120
},
"stopId": "0:17790P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128913",
"uncertainty": 120
},
"departure": {
"time": "1754128913",
"uncertainty": 120
},
"stopId": "0:46020P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128965",
"uncertainty": 120
},
"departure": {
"time": "1754128965",
"uncertainty": 120
},
"stopId": "0:46134P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129156",
"uncertainty": 120
},
"departure": {
"time": "1754129156",
"uncertainty": 120
},
"stopId": "0:17820C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129288",
"uncertainty": 120
},
"departure": {
"time": "1754129288",
"uncertainty": 120
},
"stopId": "0:15360C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129456",
"uncertainty": 120
},
"departure": {
"time": "1754129456",
"uncertainty": 120
},
"stopId": "0:11342C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129521",
"uncertainty": 120
},
"departure": {
"time": "1754129521",
"uncertainty": 120
},
"stopId": "0:15400C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129555",
"uncertainty": 120
},
"departure": {
"time": "1754129555",
"uncertainty": 120
},
"stopId": "0:15402C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129599",
"uncertainty": 120
},
"departure": {
"time": "1754129599",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129628",
"uncertainty": 120
},
"departure": {
"time": "1754129628",
"uncertainty": 120
},
"stopId": "0:17775P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129691",
"uncertainty": 120
},
"departure": {
"time": "1754129691",
"uncertainty": 120
},
"stopId": "0:05530C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129884",
"uncertainty": 120
},
"departure": {
"time": "1754129884",
"uncertainty": 120
},
"stopId": "0:19070C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129936",
"uncertainty": 120
},
"departure": {
"time": "1754129936",
"uncertainty": 120
},
"stopId": "0:19304C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129993",
"uncertainty": 120
},
"departure": {
"time": "1754129993",
"uncertainty": 120
},
"stopId": "0:19075C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130051",
"uncertainty": 120
},
"departure": {
"time": "1754130051",
"uncertainty": 120
},
"stopId": "0:19080C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130130",
"uncertainty": 120
},
"departure": {
"time": "1754130130",
"uncertainty": 120
},
"stopId": "0:05450C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754130242",
"uncertainty": 120
},
"departure": {
"time": "1754130242",
"uncertainty": 120
},
"stopId": "0:04220C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754130408",
"uncertainty": 120
},
"departure": {
"time": "1754130408",
"uncertainty": 120
},
"stopId": "0:05440C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754130604",
"uncertainty": 120
},
"departure": {
"time": "1754130604",
"uncertainty": 120
},
"stopId": "0:05370C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754130730",
"uncertainty": 120
},
"departure": {
"time": "1754130730",
"uncertainty": 120
},
"stopId": "0:04180C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754130798",
"uncertainty": 120
},
"departure": {
"time": "1754130798",
"uncertainty": 120
},
"stopId": "0:07185C",
"stopSequence": 24
},
{
"arrival": {
"time": "1754130863",
"uncertainty": 120
},
"departure": {
"time": "1754130863",
"uncertainty": 120
},
"stopId": "0:07180C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754130965",
"uncertainty": 120
},
"departure": {
"time": "1754130965",
"uncertainty": 120
},
"stopId": "0:07170C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754131076",
"uncertainty": 120
},
"departure": {
"time": "1754131076",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131174",
"uncertainty": 120
},
"departure": {
"time": "1754131174",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131231",
"uncertainty": 120
},
"stopId": "0:19040C",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001084"
},
"vehicle": {
"id": "156",
"label": "156"
}
}
},
{
"id": "1001085",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754130438",
"uncertainty": 120
},
"departure": {
"time": "1754130438",
"uncertainty": 120
},
"stopId": "0:41014P"
},
{
"arrival": {
"time": "1754130447",
"uncertainty": 120
},
"departure": {
"time": "1754130447",
"uncertainty": 120
},
"stopId": "0:41014C"
},
{
"arrival": {
"time": "1754130448",
"uncertainty": 120
},
"departure": {
"time": "1754130448",
"uncertainty": 120
},
"stopId": "0:41014P"
},
{
"departure": {
"time": "1754129603",
"uncertainty": 120
},
"stopId": "0:46130C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129625",
"uncertainty": 120
},
"departure": {
"time": "1754129625",
"uncertainty": 120
},
"stopId": "0:46130P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129661",
"uncertainty": 120
},
"departure": {
"time": "1754129661",
"uncertainty": 120
},
"stopId": "0:46195C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129712",
"uncertainty": 120
},
"departure": {
"time": "1754129712",
"uncertainty": 120
},
"stopId": "0:46125C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129748",
"uncertainty": 120
},
"departure": {
"time": "1754129748",
"uncertainty": 120
},
"stopId": "0:47310C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754130106",
"uncertainty": 120
},
"departure": {
"time": "1754130106",
"uncertainty": 120
},
"stopId": "0:46050C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754130157",
"uncertainty": 120
},
"departure": {
"time": "1754130157",
"uncertainty": 120
},
"stopId": "0:46040C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754130203",
"uncertainty": 120
},
"departure": {
"time": "1754130203",
"uncertainty": 120
},
"stopId": "0:46140C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754130254",
"uncertainty": 120
},
"departure": {
"time": "1754130254",
"uncertainty": 120
},
"stopId": "0:42240C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754130087",
"uncertainty": 120
},
"departure": {
"time": "1754130087",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:17795C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754130130",
"uncertainty": 120
},
"departure": {
"time": "1754130130",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:42250C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130180",
"uncertainty": 120
},
"departure": {
"time": "1754130180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:41016C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130513",
"uncertainty": 120
},
"departure": {
"time": "1754130513",
"uncertainty": 120
},
"stopId": "0:44170P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130563",
"uncertainty": 120
},
"departure": {
"time": "1754130563",
"uncertainty": 120
},
"stopId": "0:46022P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130641",
"uncertainty": 120
},
"departure": {
"time": "1754130641",
"uncertainty": 120
},
"stopId": "0:17790P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130703",
"uncertainty": 120
},
"departure": {
"time": "1754130703",
"uncertainty": 120
},
"stopId": "0:46020P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130755",
"uncertainty": 120
},
"departure": {
"time": "1754130755",
"uncertainty": 120
},
"stopId": "0:46134P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130995",
"uncertainty": 120
},
"departure": {
"time": "1754130995",
"uncertainty": 120
},
"stopId": "0:17820C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754131073",
"uncertainty": 120
},
"departure": {
"time": "1754131073",
"uncertainty": 120
},
"stopId": "0:15360C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754131168",
"uncertainty": 120
},
"departure": {
"time": "1754131168",
"uncertainty": 120
},
"stopId": "0:11342C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754131233",
"uncertainty": 120
},
"departure": {
"time": "1754131233",
"uncertainty": 120
},
"stopId": "0:15400C",
"stopSequence": 21
},
{
"arrival": {
"time": "1754131301",
"uncertainty": 120
},
"departure": {
"time": "1754131301",
"uncertainty": 120
},
"stopId": "0:15402C",
"stopSequence": 22
},
{
"arrival": {
"time": "1754131343",
"uncertainty": 120
},
"departure": {
"time": "1754131343",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 23
},
{
"arrival": {
"time": "1754131380",
"uncertainty": 120
},
"departure": {
"time": "1754131380",
"uncertainty": 120
},
"stopId": "0:17775P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754131432",
"uncertainty": 120
},
"departure": {
"time": "1754131432",
"uncertainty": 120
},
"stopId": "0:05530C",
"stopSequence": 25
},
{
"arrival": {
"time": "1754131591",
"uncertainty": 120
},
"departure": {
"time": "1754131591",
"uncertainty": 120
},
"stopId": "0:19070C",
"stopSequence": 26
},
{
"arrival": {
"time": "1754131643",
"uncertainty": 120
},
"departure": {
"time": "1754131643",
"uncertainty": 120
},
"stopId": "0:19304C",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131700",
"uncertainty": 120
},
"departure": {
"time": "1754131700",
"uncertainty": 120
},
"stopId": "0:19075C",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131758",
"uncertainty": 120
},
"departure": {
"time": "1754131758",
"uncertainty": 120
},
"stopId": "0:19080C",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131837",
"uncertainty": 120
},
"departure": {
"time": "1754131837",
"uncertainty": 120
},
"stopId": "0:05450C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754131949",
"uncertainty": 120
},
"departure": {
"time": "1754131949",
"uncertainty": 120
},
"stopId": "0:04220C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754132115",
"uncertainty": 120
},
"departure": {
"time": "1754132115",
"uncertainty": 120
},
"stopId": "0:05440C",
"stopSequence": 32
},
{
"arrival": {
"time": "1754132311",
"uncertainty": 120
},
"departure": {
"time": "1754132311",
"uncertainty": 120
},
"stopId": "0:05370C",
"stopSequence": 33
},
{
"arrival": {
"time": "1754132431",
"uncertainty": 120
},
"departure": {
"time": "1754132431",
"uncertainty": 120
},
"stopId": "0:04180C",
"stopSequence": 34
},
{
"arrival": {
"time": "1754132499",
"uncertainty": 120
},
"departure": {
"time": "1754132499",
"uncertainty": 120
},
"stopId": "0:07185C",
"stopSequence": 35
},
{
"arrival": {
"time": "1754132564",
"uncertainty": 120
},
"departure": {
"time": "1754132564",
"uncertainty": 120
},
"stopId": "0:07180C",
"stopSequence": 36
},
{
"arrival": {
"time": "1754132667",
"uncertainty": 120
},
"departure": {
"time": "1754132667",
"uncertainty": 120
},
"stopId": "0:07170C",
"stopSequence": 37
},
{
"arrival": {
"time": "1754132779",
"uncertainty": 120
},
"departure": {
"time": "1754132779",
"uncertainty": 120
},
"stopId": "0:18130C",
"stopSequence": 38
},
{
"arrival": {
"time": "1754132867",
"uncertainty": 120
},
"departure": {
"time": "1754132867",
"uncertainty": 120
},
"stopId": "0:01362C",
"stopSequence": 39
},
{
"arrival": {
"time": "1754132924",
"uncertainty": 120
},
"stopId": "0:19040C",
"stopSequence": 40
}
],
"trip": {
"directionId": 0,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001085"
}
}
},
{
"id": "996125",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130900"
},
"stopId": "0:PE0618P",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "5550",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996125"
}
}
},
{
"id": "1001086",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131500",
"uncertainty": 120
},
"stopId": "0:41016C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1182",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_61001086"
}
}
},
{
"id": "995656",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400"
},
"stopId": "0:11010P",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2300",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6995656"
}
}
},
{
"id": "996313",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132100",
"uncertainty": 120
},
"stopId": "0:1C040P",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2320",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996313"
}
}
},
{
"id": "996255",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129400",
"uncertainty": 120
},
"stopId": "0:41016C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "4410",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996255"
}
}
},
{
"id": "996250",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131200",
"uncertainty": 120
},
"stopId": "0:41005C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "4410",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996250"
}
}
},
{
"id": "996224",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754128084",
"uncertainty": 120
},
"stopId": "0:41016P",
"stopSequence": 1
},
{
"arrival": {
"time": "1754128114",
"uncertainty": 120
},
"departure": {
"time": "1754128114",
"uncertainty": 120
},
"stopId": "0:42250P",
"stopSequence": 2
},
{
"arrival": {
"time": "1754128142",
"uncertainty": 120
},
"departure": {
"time": "1754128144",
"uncertainty": 120
},
"stopId": "0:42208P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754128185",
"uncertainty": 120
},
"departure": {
"time": "1754128185",
"uncertainty": 120
},
"stopId": "0:42207P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754128217",
"uncertainty": 120
},
"departure": {
"time": "1754128217",
"uncertainty": 120
},
"stopId": "0:42210P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754128249",
"uncertainty": 120
},
"departure": {
"time": "1754128249",
"uncertainty": 120
},
"stopId": "0:42200P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754128274",
"uncertainty": 120
},
"departure": {
"time": "1754128295",
"uncertainty": 120
},
"stopId": "0:41160P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754128342",
"uncertainty": 120
},
"departure": {
"time": "1754128342",
"uncertainty": 120
},
"stopId": "0:41150P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754128379",
"uncertainty": 120
},
"departure": {
"time": "1754128379",
"uncertainty": 120
},
"stopId": "0:42190P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754128403",
"uncertainty": 120
},
"departure": {
"time": "1754128403",
"uncertainty": 120
},
"stopId": "0:42185P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754128422",
"uncertainty": 120
},
"departure": {
"time": "1754128422",
"uncertainty": 120
},
"stopId": "0:42180P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754128444",
"uncertainty": 120
},
"departure": {
"time": "1754128444",
"uncertainty": 120
},
"stopId": "0:42170P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754128494",
"uncertainty": 120
},
"departure": {
"time": "1754128494",
"uncertainty": 120
},
"stopId": "0:42160P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754128518",
"uncertainty": 120
},
"departure": {
"time": "1754128518",
"uncertainty": 120
},
"stopId": "0:42150P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754128535",
"uncertainty": 120
},
"departure": {
"time": "1754128535",
"uncertainty": 120
},
"stopId": "0:42140P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754128572",
"uncertainty": 120
},
"departure": {
"time": "1754128572",
"uncertainty": 120
},
"stopId": "0:43160P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754128610",
"uncertainty": 120
},
"departure": {
"time": "1754128610",
"uncertainty": 120
},
"stopId": "0:43150P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128636",
"uncertainty": 120
},
"departure": {
"time": "1754128636",
"uncertainty": 120
},
"stopId": "0:43140P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128684",
"uncertainty": 120
},
"departure": {
"time": "1754128684",
"uncertainty": 120
},
"stopId": "0:43130P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128706",
"uncertainty": 120
},
"departure": {
"time": "1754128706",
"uncertainty": 120
},
"stopId": "0:43120P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754128733",
"uncertainty": 120
},
"departure": {
"time": "1754128733",
"uncertainty": 120
},
"stopId": "0:43110P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754128792",
"uncertainty": 120
},
"departure": {
"time": "1754128792",
"uncertainty": 120
},
"stopId": "0:43100P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754128804",
"uncertainty": 120
},
"departure": {
"time": "1754128804",
"uncertainty": 120
},
"stopId": "0:43090P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754128865",
"uncertainty": 120
},
"departure": {
"time": "1754128865",
"uncertainty": 120
},
"stopId": "0:43080P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754128921",
"uncertainty": 120
},
"departure": {
"time": "1754128925",
"uncertainty": 120
},
"stopId": "0:43070P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754128951",
"uncertainty": 120
},
"departure": {
"time": "1754128951",
"uncertainty": 120
},
"stopId": "0:43060P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754128983",
"uncertainty": 120
},
"departure": {
"time": "1754128983",
"uncertainty": 120
},
"stopId": "0:43055P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754129001",
"uncertainty": 120
},
"departure": {
"time": "1754129001",
"uncertainty": 120
},
"stopId": "0:43050P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754129062",
"uncertainty": 120
},
"departure": {
"time": "1754129062",
"uncertainty": 120
},
"stopId": "0:43040P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754129088",
"uncertainty": 120
},
"departure": {
"time": "1754129088",
"uncertainty": 120
},
"stopId": "0:43030P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754129198",
"uncertainty": 120
},
"departure": {
"time": "1754129198",
"uncertainty": 120
},
"stopId": "0:43020P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754129229",
"uncertainty": 120
},
"departure": {
"time": "1754129229",
"uncertainty": 120
},
"stopId": "0:43010P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754129281",
"uncertainty": 120
},
"departure": {
"time": "1754129281",
"uncertainty": 120
},
"stopId": "0:43006P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754129349",
"uncertainty": 120
},
"stopId": "0:43005C",
"stopSequence": 34
}
],
"trip": {
"directionId": 1,
"routeId": "4430",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996224"
},
"vehicle": {
"id": "132",
"label": "132"
}
}
},
{
"id": "996225",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130000",
"uncertainty": 120
},
"stopId": "0:43005C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "4430",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996225"
}
}
},
{
"id": "996236",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754129379",
"uncertainty": 120
},
"departure": {
"time": "1754129379",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:42050P",
"stopSequence": 30
},
{
"arrival": {
"time": "1754129422",
"uncertainty": 120
},
"departure": {
"time": "1754129422",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:42040P",
"stopSequence": 31
},
{
"arrival": {
"time": "1754129004",
"uncertainty": 120
},
"departure": {
"time": "1754129004",
"uncertainty": 120
},
"stopId": "0:42030P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754129045",
"uncertainty": 120
},
"departure": {
"time": "1754129045",
"uncertainty": 120
},
"stopId": "0:42025P",
"stopSequence": 33
},
{
"arrival": {
"time": "1754129086",
"uncertainty": 120
},
"departure": {
"time": "1754129086",
"uncertainty": 120
},
"stopId": "0:42020P",
"stopSequence": 34
},
{
"arrival": {
"time": "1754129119",
"uncertainty": 120
},
"stopId": "0:42010C",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "4420",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996236"
}
}
},
{
"id": "996234",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129700",
"uncertainty": 120
},
"stopId": "0:42010C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "4420",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996234"
}
}
},
{
"id": "996233",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131800",
"uncertainty": 120
},
"stopId": "0:41016C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "4450",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996233"
}
}
},
{
"id": "999546",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130000",
"uncertainty": 120
},
"stopId": "0:14010C",
"stopSequence": 1
},
{
"arrival": {
"time": "1754130120",
"uncertainty": 120
},
"departure": {
"time": "1754130120",
"uncertainty": 120
},
"stopId": "0:14245C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754130180",
"uncertainty": 120
},
"departure": {
"time": "1754130180",
"uncertainty": 120
},
"stopId": "0:14240C",
"stopSequence": 3
},
{
"arrival": {
"time": "1754130198",
"uncertainty": 120
},
"departure": {
"time": "1754130198",
"uncertainty": 120
},
"stopId": "0:14230C",
"stopSequence": 4
},
{
"arrival": {
"time": "1754130216",
"uncertainty": 120
},
"departure": {
"time": "1754130216",
"uncertainty": 120
},
"stopId": "0:14220C",
"stopSequence": 5
},
{
"arrival": {
"time": "1754130240",
"uncertainty": 120
},
"departure": {
"time": "1754130240",
"uncertainty": 120
},
"stopId": "0:14020P",
"stopSequence": 6
},
{
"arrival": {
"time": "1754130360",
"uncertainty": 120
},
"departure": {
"time": "1754130360",
"uncertainty": 120
},
"stopId": "0:14030C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754130425",
"uncertainty": 120
},
"departure": {
"time": "1754130425",
"uncertainty": 120
},
"stopId": "0:14040C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754130480",
"uncertainty": 120
},
"departure": {
"time": "1754130480",
"uncertainty": 120
},
"stopId": "0:14050C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754130509",
"uncertainty": 120
},
"departure": {
"time": "1754130509",
"uncertainty": 120
},
"stopId": "0:14060C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754130540",
"uncertainty": 120
},
"departure": {
"time": "1754130540",
"uncertainty": 120
},
"stopId": "0:14070C",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130600",
"uncertainty": 120
},
"departure": {
"time": "1754130600",
"uncertainty": 120
},
"stopId": "0:16160C",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130660",
"uncertainty": 120
},
"departure": {
"time": "1754130660",
"uncertainty": 120
},
"stopId": "0:16190C",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130720",
"uncertainty": 120
},
"departure": {
"time": "1754130720",
"uncertainty": 120
},
"stopId": "0:14277C",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130780",
"uncertainty": 120
},
"departure": {
"time": "1754130780",
"uncertainty": 120
},
"stopId": "0:14215P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130866",
"uncertainty": 120
},
"departure": {
"time": "1754130866",
"uncertainty": 120
},
"stopId": "0:17820C",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130934",
"uncertainty": 120
},
"departure": {
"time": "1754130934",
"uncertainty": 120
},
"stopId": "0:15360C",
"stopSequence": 17
},
{
"arrival": {
"time": "1754131020",
"uncertainty": 120
},
"departure": {
"time": "1754131020",
"uncertainty": 120
},
"stopId": "0:11342C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754131085",
"uncertainty": 120
},
"departure": {
"time": "1754131085",
"uncertainty": 120
},
"stopId": "0:15400C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754131156",
"uncertainty": 120
},
"departure": {
"time": "1754131156",
"uncertainty": 120
},
"stopId": "0:15402C",
"stopSequence": 20
},
{
"arrival": {
"time": "1754131215",
"uncertainty": 120
},
"stopId": "0:05343C",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "2230",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6999546"
}
}
},
{
"id": "996369",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754128755",
"uncertainty": 120
},
"departure": {
"time": "1754128755",
"uncertainty": 120
},
"stopId": "0:14280P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754128832",
"uncertainty": 120
},
"departure": {
"time": "1754128832",
"uncertainty": 120
},
"stopId": "0:15400C",
"stopSequence": 18
},
{
"arrival": {
"time": "1754128862",
"uncertainty": 120
},
"departure": {
"time": "1754128862",
"uncertainty": 120
},
"stopId": "0:15402C",
"stopSequence": 19
},
{
"arrival": {
"time": "1754128959",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "2010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996369"
}
}
},
{
"id": "996368",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754132400",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996368"
}
}
},
{
"id": "996361",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130000",
"uncertainty": 120
},
"stopId": "0:05342C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2010",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996361"
}
}
},
{
"id": "999568",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754131500",
"uncertainty": 120
},
"stopId": "0:05343C",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "2230",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6999568"
}
}
},
{
"id": "999555",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1754129017",
"uncertainty": 120
},
"departure": {
"time": "1754129017",
"uncertainty": 120
},
"stopId": "0:15360P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754129074",
"uncertainty": 120
},
"departure": {
"time": "1754129074",
"uncertainty": 120
},
"stopId": "0:17830P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754129135",
"uncertainty": 120
},
"departure": {
"time": "1754129135",
"uncertainty": 120
},
"stopId": "0:14215C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754129172",
"uncertainty": 120
},
"departure": {
"time": "1754129172",
"uncertainty": 120
},
"stopId": "0:14277P",
"stopSequence": 7
},
{
"arrival": {
"time": "1754129232",
"uncertainty": 120
},
"departure": {
"time": "1754129232",
"uncertainty": 120
},
"stopId": "0:16190P",
"stopSequence": 8
},
{
"arrival": {
"time": "1754129342",
"uncertainty": 120
},
"departure": {
"time": "1754129342",
"uncertainty": 120
},
"stopId": "0:16160P",
"stopSequence": 9
},
{
"arrival": {
"time": "1754129402",
"uncertainty": 120
},
"departure": {
"time": "1754129402",
"uncertainty": 120
},
"stopId": "0:14070P",
"stopSequence": 10
},
{
"arrival": {
"time": "1754129463",
"uncertainty": 120
},
"departure": {
"time": "1754129463",
"uncertainty": 120
},
"stopId": "0:14060P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754129513",
"uncertainty": 120
},
"departure": {
"time": "1754129513",
"uncertainty": 120
},
"stopId": "0:14050P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754129568",
"uncertainty": 120
},
"departure": {
"time": "1754129568",
"uncertainty": 120
},
"stopId": "0:14040P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754129623",
"uncertainty": 120
},
"departure": {
"time": "1754129623",
"uncertainty": 120
},
"stopId": "0:14030P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754129683",
"uncertainty": 120
},
"departure": {
"time": "1754129683",
"uncertainty": 120
},
"stopId": "0:14020C",
"stopSequence": 15
},
{
"arrival": {
"time": "1754129704",
"uncertainty": 120
},
"departure": {
"time": "1754129704",
"uncertainty": 120
},
"stopId": "0:14220P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754129720",
"uncertainty": 120
},
"departure": {
"time": "1754129720",
"uncertainty": 120
},
"stopId": "0:14230P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754129747",
"uncertainty": 120
},
"departure": {
"time": "1754129747",
"uncertainty": 120
},
"stopId": "0:14240P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754129804",
"uncertainty": 120
},
"departure": {
"time": "1754129804",
"uncertainty": 120
},
"stopId": "0:14245P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754129927",
"uncertainty": 120
},
"stopId": "0:14010C",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "2230",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6999555"
},
"vehicle": {
"id": "89",
"label": "89"
}
}
},
{
"id": "996320",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754129700",
"uncertainty": 120
},
"stopId": "0:05343P",
"stopSequence": 1
},
{
"arrival": {
"time": "1754129761",
"uncertainty": 120
},
"departure": {
"time": "1754129761",
"uncertainty": 120
},
"stopId": "0:17800C",
"stopSequence": 2
},
{
"arrival": {
"time": "1754129821",
"uncertainty": 120
},
"departure": {
"time": "1754129821",
"uncertainty": 120
},
"stopId": "0:11342P",
"stopSequence": 3
},
{
"arrival": {
"time": "1754129904",
"uncertainty": 120
},
"departure": {
"time": "1754129904",
"uncertainty": 120
},
"stopId": "0:15360P",
"stopSequence": 4
},
{
"arrival": {
"time": "1754130009",
"uncertainty": 120
},
"departure": {
"time": "1754130009",
"uncertainty": 120
},
"stopId": "0:17840P",
"stopSequence": 5
},
{
"arrival": {
"time": "1754130104",
"uncertainty": 120
},
"departure": {
"time": "1754130104",
"uncertainty": 120
},
"stopId": "0:14215C",
"stopSequence": 6
},
{
"arrival": {
"time": "1754130203",
"uncertainty": 120
},
"departure": {
"time": "1754130203",
"uncertainty": 120
},
"stopId": "0:14150C",
"stopSequence": 7
},
{
"arrival": {
"time": "1754130254",
"uncertainty": 120
},
"departure": {
"time": "1754130254",
"uncertainty": 120
},
"stopId": "0:14160C",
"stopSequence": 8
},
{
"arrival": {
"time": "1754130289",
"uncertainty": 120
},
"departure": {
"time": "1754130289",
"uncertainty": 120
},
"stopId": "0:14170C",
"stopSequence": 9
},
{
"arrival": {
"time": "1754130317",
"uncertainty": 120
},
"departure": {
"time": "1754130317",
"uncertainty": 120
},
"stopId": "0:14180C",
"stopSequence": 10
},
{
"arrival": {
"time": "1754130557",
"uncertainty": 120
},
"departure": {
"time": "1754130557",
"uncertainty": 120
},
"stopId": "0:11355P",
"stopSequence": 11
},
{
"arrival": {
"time": "1754130617",
"uncertainty": 120
},
"departure": {
"time": "1754130617",
"uncertainty": 120
},
"stopId": "0:11270P",
"stopSequence": 12
},
{
"arrival": {
"time": "1754130737",
"uncertainty": 120
},
"departure": {
"time": "1754130737",
"uncertainty": 120
},
"stopId": "0:1C135P",
"stopSequence": 13
},
{
"arrival": {
"time": "1754130757",
"uncertainty": 120
},
"departure": {
"time": "1754130757",
"uncertainty": 120
},
"stopId": "0:1C130P",
"stopSequence": 14
},
{
"arrival": {
"time": "1754130792",
"uncertainty": 120
},
"departure": {
"time": "1754130792",
"uncertainty": 120
},
"stopId": "0:1C125P",
"stopSequence": 15
},
{
"arrival": {
"time": "1754130829",
"uncertainty": 120
},
"departure": {
"time": "1754130829",
"uncertainty": 120
},
"stopId": "0:1C120P",
"stopSequence": 16
},
{
"arrival": {
"time": "1754130857",
"uncertainty": 120
},
"departure": {
"time": "1754130857",
"uncertainty": 120
},
"stopId": "0:1C115P",
"stopSequence": 17
},
{
"arrival": {
"time": "1754130894",
"uncertainty": 120
},
"departure": {
"time": "1754130894",
"uncertainty": 120
},
"stopId": "0:1C110P",
"stopSequence": 18
},
{
"arrival": {
"time": "1754130960",
"uncertainty": 120
},
"departure": {
"time": "1754130960",
"uncertainty": 120
},
"stopId": "0:1C105P",
"stopSequence": 19
},
{
"arrival": {
"time": "1754131027",
"uncertainty": 120
},
"departure": {
"time": "1754131027",
"uncertainty": 120
},
"stopId": "0:1C100P",
"stopSequence": 20
},
{
"arrival": {
"time": "1754131097",
"uncertainty": 120
},
"departure": {
"time": "1754131097",
"uncertainty": 120
},
"stopId": "0:1C095P",
"stopSequence": 21
},
{
"arrival": {
"time": "1754131122",
"uncertainty": 120
},
"departure": {
"time": "1754131122",
"uncertainty": 120
},
"stopId": "0:1C090P",
"stopSequence": 22
},
{
"arrival": {
"time": "1754131167",
"uncertainty": 120
},
"departure": {
"time": "1754131167",
"uncertainty": 120
},
"stopId": "0:1C190P",
"stopSequence": 23
},
{
"arrival": {
"time": "1754131191",
"uncertainty": 120
},
"departure": {
"time": "1754131191",
"uncertainty": 120
},
"stopId": "0:1C200P",
"stopSequence": 24
},
{
"arrival": {
"time": "1754131217",
"uncertainty": 120
},
"departure": {
"time": "1754131217",
"uncertainty": 120
},
"stopId": "0:1C205P",
"stopSequence": 25
},
{
"arrival": {
"time": "1754131307",
"uncertainty": 120
},
"departure": {
"time": "1754131307",
"uncertainty": 120
},
"stopId": "0:1C195P",
"stopSequence": 26
},
{
"arrival": {
"time": "1754131337",
"uncertainty": 120
},
"departure": {
"time": "1754131337",
"uncertainty": 120
},
"stopId": "0:1C185P",
"stopSequence": 27
},
{
"arrival": {
"time": "1754131395",
"uncertainty": 120
},
"departure": {
"time": "1754131395",
"uncertainty": 120
},
"stopId": "0:1C180P",
"stopSequence": 28
},
{
"arrival": {
"time": "1754131517",
"uncertainty": 120
},
"departure": {
"time": "1754131517",
"uncertainty": 120
},
"stopId": "0:11645P",
"stopSequence": 29
},
{
"arrival": {
"time": "1754131563",
"uncertainty": 120
},
"departure": {
"time": "1754131563",
"uncertainty": 120
},
"stopId": "0:11060C",
"stopSequence": 30
},
{
"arrival": {
"time": "1754131636",
"uncertainty": 120
},
"departure": {
"time": "1754131636",
"uncertainty": 120
},
"stopId": "0:1C167C",
"stopSequence": 31
},
{
"arrival": {
"time": "1754131723",
"uncertainty": 120
},
"departure": {
"time": "1754131723",
"uncertainty": 120
},
"stopId": "0:1C142P",
"stopSequence": 32
},
{
"arrival": {
"time": "1754131816",
"uncertainty": 120
},
"stopId": "0:1C040P",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "2320",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996320"
}
}
},
{
"id": "996328",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1754130900"
},
"stopId": "0:12540C",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2280",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_6996328"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1754129168"
}
}