Resource details
This resource file is part of the dataset Réseau urbain Mariné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
❌120 errors, 33 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-04-13 at 09:15 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
GTFS-rt stop_id does not exist in GTFS data E011 8 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id 21370113 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21370114 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21370118 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21369996 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21369987 stop_id wimmair4 does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 12 errors
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Sample errors
- trip_id 21323514 stop_sequence [10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31] is not strictly sorted by increasing stop_sequence
- trip_id 21323515 stop_sequence [10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31] is not strictly sorted by increasing stop_sequence
- trip_id 21370113 stop_sequence [29, 1] is not strictly sorted by increasing stop_sequence
- trip_id 21370114 stop_sequence [27, 1] is not strictly sorted by increasing stop_sequence
- trip_id 21370118 stop_sequence [29, 1] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 83 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 21323514 stop_sequence 1 departure_time 08:46:31 (1776062791) is less than previous stop departure_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323514 stop_sequence 1 departure_time 08:46:31 (1776062791) is less than previous stop arrival_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323514 stop_sequence 2 arrival_time 08:47:22 (1776062842) is less than previous stop arrival_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323514 stop_sequence 2 departure_time 08:47:30 (1776062850) is less than previous stop arrival_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323515 stop_id bsmjul1 arrival_time 09:14:55 (1776064495) is equal to previous stop arrival_time 09:14:55 (1776064495) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 8 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 21370112 stop_sequence 4 has stop_id smbecol but GTFS stop_sequence 4 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21323584 stop_sequence 11 has stop_id smbheli but GTFS stop_sequence 11 has stop_id smbheli2 - stop_ids should be the same
- GTFS-rt trip_id 21369987 stop_sequence 43 has stop_id wimmair4 but GTFS stop_sequence 43 has stop_id wimmair2 - stop_ids should be the same
- GTFS-rt trip_id 21369991 stop_sequence 25 has stop_id wimmair4 but GTFS stop_sequence 25 has stop_id wimmair2 - stop_ids should be the same
- GTFS-rt trip_id 21370104 stop_sequence 13 has stop_id smbecol but GTFS stop_sequence 13 has stop_id smbecol3 - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 9 errors
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Sample errors
- GTFS-rt trip_id 21370113 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21370114 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21370118 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21323550 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21323551 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Warnings
vehicle_id not populated W002 33 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 21370100 does not have a vehicle_id
- trip_id 21323836 does not have a vehicle_id
- trip_id 21323830 does not have a vehicle_id
- trip_id 21370113 does not have a vehicle_id
- trip_id 21370112 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 |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 230 | 30 times (100 % 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 | 361 | 30 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 955 | 30 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. | 844 | 24 times (80 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 40 | 17 times (57 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 7 | 7 times (23 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 7 | 7 times (23 % of validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 3 | 3 times (10 % 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 | 2 | 1 times (3 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 9 | 1 times (3 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-04-13 at 14:43 Europe/Paris.
trip_updates (63) 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 2026-04-13 at 14:43 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "21370161",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085740",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370161"
}
}
},
{
"id": "21370160",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085500",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370160"
}
}
},
{
"id": "21370163",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086100",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370163"
}
}
},
{
"id": "21370162",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776088569",
"uncertainty": 120
},
"departure": {
"time": "1776088569",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776086100",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776086144",
"uncertainty": 120
},
"departure": {
"time": "1776086144",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776086202",
"uncertainty": 120
},
"departure": {
"time": "1776086202",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776086276",
"uncertainty": 120
},
"departure": {
"time": "1776086276",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776086320",
"uncertainty": 120
},
"departure": {
"time": "1776086320",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776086387",
"uncertainty": 120
},
"departure": {
"time": "1776086387",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776086483",
"uncertainty": 120
},
"departure": {
"time": "1776086483",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776086566",
"uncertainty": 120
},
"departure": {
"time": "1776086566",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776086645",
"uncertainty": 120
},
"departure": {
"time": "1776086645",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776086737",
"uncertainty": 120
},
"departure": {
"time": "1776086737",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776086880",
"uncertainty": 120
},
"departure": {
"time": "1776086880",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776086922",
"uncertainty": 120
},
"departure": {
"time": "1776086922",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776086963",
"uncertainty": 120
},
"departure": {
"time": "1776086963",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776087003",
"uncertainty": 120
},
"departure": {
"time": "1776087003",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776087095",
"uncertainty": 120
},
"departure": {
"time": "1776087095",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776087283",
"uncertainty": 120
},
"departure": {
"time": "1776087283",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776087376",
"uncertainty": 120
},
"departure": {
"time": "1776087376",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776087429",
"uncertainty": 120
},
"departure": {
"time": "1776087429",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776087486",
"uncertainty": 120
},
"departure": {
"time": "1776087486",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776087556",
"uncertainty": 120
},
"departure": {
"time": "1776087556",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776087600",
"uncertainty": 120
},
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776087673",
"uncertainty": 120
},
"departure": {
"time": "1776087673",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776087789",
"uncertainty": 120
},
"departure": {
"time": "1776087789",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776087920",
"uncertainty": 120
},
"departure": {
"time": "1776087920",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776088027",
"uncertainty": 120
},
"departure": {
"time": "1776088027",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776088190",
"uncertainty": 120
},
"departure": {
"time": "1776088190",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776088320",
"uncertainty": 120
},
"departure": {
"time": "1776088380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776088483",
"uncertainty": 120
},
"departure": {
"time": "1776088483",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776088569",
"uncertainty": 120
},
"departure": {
"time": "1776088569",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776088761",
"uncertainty": 120
},
"departure": {
"time": "1776088761",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776088839",
"uncertainty": 120
},
"departure": {
"time": "1776088839",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776088977",
"uncertainty": 120
},
"departure": {
"time": "1776088977",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776089047",
"uncertainty": 120
},
"departure": {
"time": "1776089047",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776089149",
"uncertainty": 120
},
"departure": {
"time": "1776089149",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776089233",
"uncertainty": 120
},
"departure": {
"time": "1776089233",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776089347",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370162"
}
}
},
{
"id": "21370165",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370165"
}
}
},
{
"id": "21323880",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323880"
}
}
},
{
"id": "21370153",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776083466",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083621",
"uncertainty": 120
},
"departure": {
"time": "1776083621",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083659",
"uncertainty": 120
},
"departure": {
"time": "1776083659",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1776083736",
"uncertainty": 120
},
"departure": {
"time": "1776083736",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083779",
"uncertainty": 120
},
"departure": {
"time": "1776083779",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083809",
"uncertainty": 120
},
"departure": {
"time": "1776083899",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776083985",
"uncertainty": 120
},
"departure": {
"time": "1776083985",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084027",
"uncertainty": 120
},
"departure": {
"time": "1776084027",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084073",
"uncertainty": 120
},
"departure": {
"time": "1776084169",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084229",
"uncertainty": 120
},
"departure": {
"time": "1776084229",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084254",
"uncertainty": 120
},
"departure": {
"time": "1776084254",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084343",
"uncertainty": 120
},
"departure": {
"time": "1776084343",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084516",
"uncertainty": 120
},
"departure": {
"time": "1776084516",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084608",
"uncertainty": 120
},
"departure": {
"time": "1776084608",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084801",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370153"
},
"vehicle": {
"id": "211",
"label": "211"
}
}
},
{
"id": "21370152",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082831",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082889",
"uncertainty": 120
},
"departure": {
"time": "1776082889",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082971",
"uncertainty": 120
},
"departure": {
"time": "1776082981",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083197",
"uncertainty": 120
},
"departure": {
"time": "1776083232",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083281",
"uncertainty": 120
},
"departure": {
"time": "1776083281",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083311",
"uncertainty": 120
},
"departure": {
"time": "1776083345",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083486",
"uncertainty": 120
},
"departure": {
"time": "1776083486",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083573",
"uncertainty": 120
},
"departure": {
"time": "1776083581",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083621",
"uncertainty": 120
},
"departure": {
"time": "1776083621",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083679",
"uncertainty": 120
},
"departure": {
"time": "1776083679",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083731",
"uncertainty": 120
},
"departure": {
"time": "1776083731",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083769",
"uncertainty": 120
},
"departure": {
"time": "1776083791",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083868",
"uncertainty": 120
},
"departure": {
"time": "1776083868",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084018",
"uncertainty": 120
},
"departure": {
"time": "1776084031",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084211",
"uncertainty": 120
},
"departure": {
"time": "1776084211",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084265",
"uncertainty": 120
},
"departure": {
"time": "1776084265",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084417",
"uncertainty": 120
},
"departure": {
"time": "1776084417",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084510",
"uncertainty": 120
},
"departure": {
"time": "1776084510",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084619",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370152"
},
"vehicle": {
"id": "531",
"label": "531"
}
}
},
{
"id": "21370155",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776085430",
"uncertainty": 120
},
"departure": {
"time": "1776085430",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776083102",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083162",
"uncertainty": 120
},
"departure": {
"time": "1776083162",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083210",
"uncertainty": 120
},
"departure": {
"time": "1776083210",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083342",
"uncertainty": 120
},
"departure": {
"time": "1776083342",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083425",
"uncertainty": 120
},
"departure": {
"time": "1776083425",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083466",
"uncertainty": 120
},
"departure": {
"time": "1776083466",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083534",
"uncertainty": 120
},
"departure": {
"time": "1776083582",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083623",
"uncertainty": 120
},
"departure": {
"time": "1776083642",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083689",
"uncertainty": 120
},
"departure": {
"time": "1776083689",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083737",
"uncertainty": 120
},
"departure": {
"time": "1776083737",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083778",
"uncertainty": 120
},
"departure": {
"time": "1776083778",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083903",
"uncertainty": 120
},
"departure": {
"time": "1776083903",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083961",
"uncertainty": 120
},
"departure": {
"time": "1776083972",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084032",
"uncertainty": 120
},
"departure": {
"time": "1776084092",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084211",
"uncertainty": 120
},
"departure": {
"time": "1776084212",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084249",
"uncertainty": 120
},
"departure": {
"time": "1776084249",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084297",
"uncertainty": 120
},
"departure": {
"time": "1776084297",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084408",
"uncertainty": 120
},
"departure": {
"time": "1776084408",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084540",
"uncertainty": 120
},
"departure": {
"time": "1776084540",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084609",
"uncertainty": 120
},
"departure": {
"time": "1776084609",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084771",
"uncertainty": 120
},
"departure": {
"time": "1776084771",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084877",
"uncertainty": 120
},
"departure": {
"time": "1776084877",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084933",
"uncertainty": 120
},
"departure": {
"time": "1776084933",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085073",
"uncertainty": 120
},
"departure": {
"time": "1776085073",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085200",
"uncertainty": 120
},
"departure": {
"time": "1776085260",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085337",
"uncertainty": 120
},
"departure": {
"time": "1776085337",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085430",
"uncertainty": 120
},
"departure": {
"time": "1776085430",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776085550",
"uncertainty": 120
},
"departure": {
"time": "1776085550",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085658",
"uncertainty": 120
},
"departure": {
"time": "1776085658",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1776085737",
"uncertainty": 120
},
"departure": {
"time": "1776085737",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1776085849",
"uncertainty": 120
},
"departure": {
"time": "1776085849",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1776085932",
"uncertainty": 120
},
"departure": {
"time": "1776085932",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1776085964",
"uncertainty": 120
},
"departure": {
"time": "1776085964",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1776086056",
"uncertainty": 120
},
"departure": {
"time": "1776086056",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1776086089",
"uncertainty": 120
},
"departure": {
"time": "1776086089",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1776086150",
"uncertainty": 120
},
"departure": {
"time": "1776086150",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776086269",
"uncertainty": 120
},
"departure": {
"time": "1776086269",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776086412",
"uncertainty": 120
},
"departure": {
"time": "1776086412",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1776086449",
"uncertainty": 120
},
"departure": {
"time": "1776086449",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1776086492",
"uncertainty": 120
},
"departure": {
"time": "1776086492",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1776086569",
"uncertainty": 120
},
"departure": {
"time": "1776086569",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1776086677",
"uncertainty": 120
},
"departure": {
"time": "1776086677",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1776086735",
"uncertainty": 120
},
"departure": {
"time": "1776086735",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1776086774",
"uncertainty": 120
},
"departure": {
"time": "1776086774",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1776086869",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370155"
},
"vehicle": {
"id": "186",
"label": "186"
}
}
},
{
"id": "21370154",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776083193",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083233",
"uncertainty": 120
},
"departure": {
"time": "1776083233",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083283",
"uncertainty": 120
},
"departure": {
"time": "1776083283",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083335",
"uncertainty": 120
},
"departure": {
"time": "1776083335",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083384",
"uncertainty": 120
},
"departure": {
"time": "1776083493",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083582",
"uncertainty": 120
},
"departure": {
"time": "1776083583",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083681",
"uncertainty": 120
},
"departure": {
"time": "1776083681",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083727",
"uncertainty": 120
},
"departure": {
"time": "1776083727",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083788",
"uncertainty": 120
},
"departure": {
"time": "1776083823",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083926",
"uncertainty": 120
},
"departure": {
"time": "1776083975",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084079",
"uncertainty": 120
},
"departure": {
"time": "1776084124",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084387",
"uncertainty": 120
},
"departure": {
"time": "1776084387",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084507",
"uncertainty": 120
},
"departure": {
"time": "1776084600",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084655",
"uncertainty": 120
},
"departure": {
"time": "1776084655",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084744",
"uncertainty": 120
},
"departure": {
"time": "1776084744",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084822",
"uncertainty": 120
},
"departure": {
"time": "1776084822",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084898",
"uncertainty": 120
},
"departure": {
"time": "1776084898",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084978",
"uncertainty": 120
},
"departure": {
"time": "1776084978",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085034",
"uncertainty": 120
},
"departure": {
"time": "1776085034",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085102",
"uncertainty": 120
},
"departure": {
"time": "1776085102",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085163",
"uncertainty": 120
},
"departure": {
"time": "1776085163",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085239",
"uncertainty": 120
},
"departure": {
"time": "1776085239",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776085324",
"uncertainty": 120
},
"departure": {
"time": "1776085324",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085404",
"uncertainty": 120
},
"departure": {
"time": "1776085404",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085529",
"uncertainty": 120
},
"departure": {
"time": "1776085529",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085585",
"uncertainty": 120
},
"departure": {
"time": "1776085585",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085657",
"uncertainty": 120
},
"departure": {
"time": "1776085657",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776085700",
"uncertainty": 120
},
"departure": {
"time": "1776085700",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085760",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370154"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21370157",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084062",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084122",
"uncertainty": 120
},
"departure": {
"time": "1776084122",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084176",
"uncertainty": 120
},
"departure": {
"time": "1776084176",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084225",
"uncertainty": 120
},
"departure": {
"time": "1776084225",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084278",
"uncertainty": 120
},
"departure": {
"time": "1776084278",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084365",
"uncertainty": 120
},
"departure": {
"time": "1776084365",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084463",
"uncertainty": 120
},
"departure": {
"time": "1776084463",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084511",
"uncertainty": 120
},
"departure": {
"time": "1776084511",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084578",
"uncertainty": 120
},
"departure": {
"time": "1776084578",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084686",
"uncertainty": 120
},
"departure": {
"time": "1776084686",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084794",
"uncertainty": 120
},
"departure": {
"time": "1776084794",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085094",
"uncertainty": 120
},
"departure": {
"time": "1776085094",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085214",
"uncertainty": 120
},
"departure": {
"time": "1776085500",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085561",
"uncertainty": 120
},
"departure": {
"time": "1776085561",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776085644",
"uncertainty": 120
},
"departure": {
"time": "1776085644",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085716",
"uncertainty": 120
},
"departure": {
"time": "1776085716",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085801",
"uncertainty": 120
},
"departure": {
"time": "1776085801",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085889",
"uncertainty": 120
},
"departure": {
"time": "1776085889",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085945",
"uncertainty": 120
},
"departure": {
"time": "1776085945",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086021",
"uncertainty": 120
},
"departure": {
"time": "1776086021",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776086100",
"uncertainty": 120
},
"departure": {
"time": "1776086100",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776086181",
"uncertainty": 120
},
"departure": {
"time": "1776086181",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776086266",
"uncertainty": 120
},
"departure": {
"time": "1776086266",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776086365",
"uncertainty": 120
},
"departure": {
"time": "1776086365",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776086489",
"uncertainty": 120
},
"departure": {
"time": "1776086489",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776086549",
"uncertainty": 120
},
"departure": {
"time": "1776086549",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776086621",
"uncertainty": 120
},
"departure": {
"time": "1776086621",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776086669",
"uncertainty": 120
},
"departure": {
"time": "1776086669",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776086729",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370157"
},
"vehicle": {
"id": "163",
"label": "163"
}
}
},
{
"id": "21370156",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776086323",
"uncertainty": 120
},
"departure": {
"time": "1776086323",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776083763",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083808",
"uncertainty": 120
},
"departure": {
"time": "1776083808",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083851",
"uncertainty": 120
},
"departure": {
"time": "1776083851",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083883",
"uncertainty": 120
},
"departure": {
"time": "1776083913",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083971",
"uncertainty": 120
},
"departure": {
"time": "1776083971",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084014",
"uncertainty": 120
},
"departure": {
"time": "1776084033",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084134",
"uncertainty": 120
},
"departure": {
"time": "1776084134",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084202",
"uncertainty": 120
},
"departure": {
"time": "1776084213",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084298",
"uncertainty": 120
},
"departure": {
"time": "1776084298",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084397",
"uncertainty": 120
},
"departure": {
"time": "1776084397",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084551",
"uncertainty": 120
},
"departure": {
"time": "1776084551",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084609",
"uncertainty": 120
},
"departure": {
"time": "1776084609",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084657",
"uncertainty": 120
},
"departure": {
"time": "1776084657",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084704",
"uncertainty": 120
},
"departure": {
"time": "1776084704",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084811",
"uncertainty": 120
},
"departure": {
"time": "1776084811",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085030",
"uncertainty": 120
},
"departure": {
"time": "1776085030",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085139",
"uncertainty": 120
},
"departure": {
"time": "1776085139",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085201",
"uncertainty": 120
},
"departure": {
"time": "1776085201",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085267",
"uncertainty": 120
},
"departure": {
"time": "1776085267",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085348",
"uncertainty": 120
},
"departure": {
"time": "1776085348",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085400",
"uncertainty": 120
},
"departure": {
"time": "1776085400",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085473",
"uncertainty": 120
},
"departure": {
"time": "1776085473",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776085589",
"uncertainty": 120
},
"departure": {
"time": "1776085589",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085718",
"uncertainty": 120
},
"departure": {
"time": "1776085718",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085784",
"uncertainty": 120
},
"departure": {
"time": "1776085784",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085945",
"uncertainty": 120
},
"departure": {
"time": "1776085945",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776086100",
"uncertainty": 120
},
"departure": {
"time": "1776086160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776086237",
"uncertainty": 120
},
"departure": {
"time": "1776086237",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776086323",
"uncertainty": 120
},
"departure": {
"time": "1776086323",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776086492",
"uncertainty": 120
},
"departure": {
"time": "1776086492",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776086560",
"uncertainty": 120
},
"departure": {
"time": "1776086560",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776086682",
"uncertainty": 120
},
"departure": {
"time": "1776086682",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776086743",
"uncertainty": 120
},
"departure": {
"time": "1776086743",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776086824",
"uncertainty": 120
},
"departure": {
"time": "1776086824",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776086891",
"uncertainty": 120
},
"departure": {
"time": "1776086891",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776086983",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370156"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21370159",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776087801",
"uncertainty": 120
},
"departure": {
"time": "1776087801",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776085328",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776085395",
"uncertainty": 120
},
"departure": {
"time": "1776085395",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776085461",
"uncertainty": 120
},
"departure": {
"time": "1776085461",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776085589",
"uncertainty": 120
},
"departure": {
"time": "1776085589",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776085688",
"uncertainty": 120
},
"departure": {
"time": "1776085688",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776085743",
"uncertainty": 120
},
"departure": {
"time": "1776085743",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776085871",
"uncertainty": 120
},
"departure": {
"time": "1776085871",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776085928",
"uncertainty": 120
},
"departure": {
"time": "1776085928",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776085968",
"uncertainty": 120
},
"departure": {
"time": "1776085968",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776086014",
"uncertainty": 120
},
"departure": {
"time": "1776086014",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776086059",
"uncertainty": 120
},
"departure": {
"time": "1776086059",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776086229",
"uncertainty": 120
},
"departure": {
"time": "1776086229",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776086288",
"uncertainty": 120
},
"departure": {
"time": "1776086288",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776086367",
"uncertainty": 120
},
"departure": {
"time": "1776086367",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776086469",
"uncertainty": 120
},
"departure": {
"time": "1776086469",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776086536",
"uncertainty": 120
},
"departure": {
"time": "1776086536",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1776086646",
"uncertainty": 120
},
"departure": {
"time": "1776086646",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1776086757",
"uncertainty": 120
},
"departure": {
"time": "1776086757",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776086889",
"uncertainty": 120
},
"departure": {
"time": "1776086889",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086958",
"uncertainty": 120
},
"departure": {
"time": "1776086958",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776087120",
"uncertainty": 120
},
"departure": {
"time": "1776087120",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776087226",
"uncertainty": 120
},
"departure": {
"time": "1776087226",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776087312",
"uncertainty": 120
},
"departure": {
"time": "1776087312",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776087444",
"uncertainty": 120
},
"departure": {
"time": "1776087444",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1776087540",
"uncertainty": 120
},
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1776087703",
"uncertainty": 120
},
"departure": {
"time": "1776087703",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776087801",
"uncertainty": 120
},
"departure": {
"time": "1776087801",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776087921",
"uncertainty": 120
},
"departure": {
"time": "1776087921",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776088029",
"uncertainty": 120
},
"departure": {
"time": "1776088029",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1776088111",
"uncertainty": 120
},
"departure": {
"time": "1776088111",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1776088223",
"uncertainty": 120
},
"departure": {
"time": "1776088223",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1776088306",
"uncertainty": 120
},
"departure": {
"time": "1776088306",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1776088338",
"uncertainty": 120
},
"departure": {
"time": "1776088338",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1776088430",
"uncertainty": 120
},
"departure": {
"time": "1776088430",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1776088463",
"uncertainty": 120
},
"departure": {
"time": "1776088463",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1776088545",
"uncertainty": 120
},
"departure": {
"time": "1776088545",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776088702",
"uncertainty": 120
},
"departure": {
"time": "1776088702",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776088882",
"uncertainty": 120
},
"departure": {
"time": "1776088882",
"uncertainty": 120
},
"stopId": "equcime2",
"stopSequence": 38
},
{
"arrival": {
"time": "1776089002",
"uncertainty": 120
},
"departure": {
"time": "1776089002",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1776089045",
"uncertainty": 120
},
"departure": {
"time": "1776089045",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1776089122",
"uncertainty": 120
},
"departure": {
"time": "1776089122",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1776089230",
"uncertainty": 120
},
"departure": {
"time": "1776089230",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1776089288",
"uncertainty": 120
},
"departure": {
"time": "1776089288",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1776089327",
"uncertainty": 120
},
"departure": {
"time": "1776089327",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1776089422",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370159"
}
}
},
{
"id": "21370158",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084660",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084733",
"uncertainty": 120
},
"departure": {
"time": "1776084733",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084840",
"uncertainty": 120
},
"departure": {
"time": "1776084840",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084902",
"uncertainty": 120
},
"departure": {
"time": "1776084902",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084960",
"uncertainty": 120
},
"departure": {
"time": "1776084960",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776085036",
"uncertainty": 120
},
"departure": {
"time": "1776085036",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 6
},
{
"arrival": {
"time": "1776085098",
"uncertainty": 120
},
"departure": {
"time": "1776085098",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776085183",
"uncertainty": 120
},
"departure": {
"time": "1776085183",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1776085281",
"uncertainty": 120
},
"departure": {
"time": "1776085281",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1776085332",
"uncertainty": 120
},
"departure": {
"time": "1776085332",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1776085409",
"uncertainty": 120
},
"departure": {
"time": "1776085409",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085525",
"uncertainty": 120
},
"departure": {
"time": "1776085525",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085639",
"uncertainty": 120
},
"departure": {
"time": "1776085639",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085939",
"uncertainty": 120
},
"departure": {
"time": "1776085939",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1776086059",
"uncertainty": 120
},
"departure": {
"time": "1776086400",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776086469",
"uncertainty": 120
},
"departure": {
"time": "1776086469",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1776086544",
"uncertainty": 120
},
"departure": {
"time": "1776086544",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1776086609",
"uncertainty": 120
},
"departure": {
"time": "1776086609",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1776086721",
"uncertainty": 120
},
"departure": {
"time": "1776086721",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086820",
"uncertainty": 120
},
"departure": {
"time": "1776086820",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1776086876",
"uncertainty": 120
},
"departure": {
"time": "1776086876",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1776086952",
"uncertainty": 120
},
"departure": {
"time": "1776086952",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1776087031",
"uncertainty": 120
},
"departure": {
"time": "1776087031",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1776087112",
"uncertainty": 120
},
"departure": {
"time": "1776087112",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1776087197",
"uncertainty": 120
},
"departure": {
"time": "1776087197",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1776087296",
"uncertainty": 120
},
"departure": {
"time": "1776087296",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1776087420",
"uncertainty": 120
},
"departure": {
"time": "1776087420",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1776087480",
"uncertainty": 120
},
"departure": {
"time": "1776087480",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1776087552",
"uncertainty": 120
},
"departure": {
"time": "1776087552",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776087600",
"uncertainty": 120
},
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776087660",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370158"
}
}
},
{
"id": "21323865",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085200",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323865"
}
}
},
{
"id": "21323871",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084039",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084111",
"uncertainty": 120
},
"departure": {
"time": "1776084159",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084209",
"uncertainty": 120
},
"departure": {
"time": "1776084209",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084274",
"uncertainty": 120
},
"departure": {
"time": "1776084274",
"uncertainty": 120
},
"stopId": "bsmneu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084339",
"uncertainty": 120
},
"departure": {
"time": "1776084339",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084372",
"uncertainty": 120
},
"departure": {
"time": "1776084372",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084454",
"uncertainty": 120
},
"departure": {
"time": "1776084454",
"uncertainty": 120
},
"stopId": "bsmpalb2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084524",
"uncertainty": 120
},
"departure": {
"time": "1776084524",
"uncertainty": 120
},
"stopId": "bsmeco",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084558",
"uncertainty": 120
},
"departure": {
"time": "1776084558",
"uncertainty": 120
},
"stopId": "bsmnico",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084683",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 10
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323871"
},
"vehicle": {
"id": "618",
"label": "618"
}
}
},
{
"id": "21323869",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086400",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323869"
}
}
},
{
"id": "21370149",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776081182",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776081212",
"uncertainty": 120
},
"departure": {
"time": "1776081212",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776081242",
"uncertainty": 120
},
"departure": {
"time": "1776081242",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776081280",
"uncertainty": 120
},
"departure": {
"time": "1776081332",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776081370",
"uncertainty": 120
},
"departure": {
"time": "1776081370",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776081414",
"uncertainty": 120
},
"departure": {
"time": "1776081452",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776081541",
"uncertainty": 120
},
"departure": {
"time": "1776081541",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776081599",
"uncertainty": 120
},
"departure": {
"time": "1776081602",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776081688",
"uncertainty": 120
},
"departure": {
"time": "1776081692",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776081800",
"uncertainty": 120
},
"departure": {
"time": "1776081800",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776081872",
"uncertainty": 120
},
"departure": {
"time": "1776081872",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776081993",
"uncertainty": 120
},
"departure": {
"time": "1776081993",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776082042",
"uncertainty": 120
},
"departure": {
"time": "1776082053",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776082113",
"uncertainty": 120
},
"departure": {
"time": "1776082113",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776082203",
"uncertainty": 120
},
"departure": {
"time": "1776082203",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776082323",
"uncertainty": 120
},
"departure": {
"time": "1776082323",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776082383",
"uncertainty": 120
},
"departure": {
"time": "1776082383",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776082413",
"uncertainty": 120
},
"departure": {
"time": "1776082413",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776082462",
"uncertainty": 120
},
"departure": {
"time": "1776082473",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776082556",
"uncertainty": 120
},
"departure": {
"time": "1776082563",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776082650",
"uncertainty": 120
},
"departure": {
"time": "1776082653",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776082713",
"uncertainty": 120
},
"departure": {
"time": "1776082713",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776082803",
"uncertainty": 120
},
"departure": {
"time": "1776082863",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776082934",
"uncertainty": 120
},
"departure": {
"time": "1776082934",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776082997",
"uncertainty": 120
},
"departure": {
"time": "1776083015",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776083133",
"uncertainty": 120
},
"departure": {
"time": "1776083373",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776083400",
"uncertainty": 120
},
"departure": {
"time": "1776083460",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776083537",
"uncertainty": 120
},
"departure": {
"time": "1776083537",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776083824",
"uncertainty": 120
},
"departure": {
"time": "1776083846",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776084000",
"uncertainty": 120
},
"departure": {
"time": "1776084000",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776084037",
"uncertainty": 120
},
"departure": {
"time": "1776084037",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776084135",
"uncertainty": 120
},
"departure": {
"time": "1776084146",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776084207",
"uncertainty": 120
},
"departure": {
"time": "1776084207",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776084288",
"uncertainty": 120
},
"departure": {
"time": "1776084288",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776084355",
"uncertainty": 120
},
"departure": {
"time": "1776084355",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776084447",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370149"
},
"vehicle": {
"id": "1198",
"label": "1198"
}
}
},
{
"id": "21370148",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776080942",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776081002",
"uncertainty": 120
},
"departure": {
"time": "1776081002",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776081041",
"uncertainty": 120
},
"departure": {
"time": "1776081041",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776081162",
"uncertainty": 120
},
"departure": {
"time": "1776081186",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776081249",
"uncertainty": 120
},
"departure": {
"time": "1776081249",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776081303",
"uncertainty": 120
},
"departure": {
"time": "1776081303",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776081362",
"uncertainty": 120
},
"departure": {
"time": "1776081392",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776081437",
"uncertainty": 120
},
"departure": {
"time": "1776081452",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776081520",
"uncertainty": 120
},
"departure": {
"time": "1776081572",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776081632",
"uncertainty": 120
},
"departure": {
"time": "1776081632",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776081662",
"uncertainty": 120
},
"departure": {
"time": "1776081662",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776081779",
"uncertainty": 120
},
"departure": {
"time": "1776081779",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776081818",
"uncertainty": 120
},
"departure": {
"time": "1776081842",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776081872",
"uncertainty": 120
},
"departure": {
"time": "1776081992",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776082112",
"uncertainty": 120
},
"departure": {
"time": "1776082112",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776082131",
"uncertainty": 120
},
"departure": {
"time": "1776082131",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1776082172",
"uncertainty": 120
},
"departure": {
"time": "1776082232",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1776082352",
"uncertainty": 120
},
"departure": {
"time": "1776082382",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776082472",
"uncertainty": 120
},
"departure": {
"time": "1776082532",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776082562",
"uncertainty": 120
},
"departure": {
"time": "1776082592",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776082712",
"uncertainty": 120
},
"departure": {
"time": "1776082772",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776082841",
"uncertainty": 120
},
"departure": {
"time": "1776082841",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776082929",
"uncertainty": 120
},
"departure": {
"time": "1776082929",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776083032",
"uncertainty": 120
},
"departure": {
"time": "1776083042",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1776082920",
"uncertainty": 120
},
"departure": {
"time": "1776082980",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1776083057",
"uncertainty": 120
},
"departure": {
"time": "1776083057",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776083430",
"uncertainty": 120
},
"departure": {
"time": "1776083460",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776083550",
"uncertainty": 120
},
"departure": {
"time": "1776083550",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776083619",
"uncertainty": 120
},
"departure": {
"time": "1776083619",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1776083666",
"uncertainty": 120
},
"departure": {
"time": "1776083670",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1776083779",
"uncertainty": 120
},
"departure": {
"time": "1776083790",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1776083850",
"uncertainty": 120
},
"departure": {
"time": "1776083850",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1776083867",
"uncertainty": 120
},
"departure": {
"time": "1776083880",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1776083940",
"uncertainty": 120
},
"departure": {
"time": "1776083940",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1776083988",
"uncertainty": 120
},
"departure": {
"time": "1776084000",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1776084051",
"uncertainty": 120
},
"departure": {
"time": "1776084060",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776084148",
"uncertainty": 120
},
"departure": {
"time": "1776084148",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776084281",
"uncertainty": 120
},
"departure": {
"time": "1776084281",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1776084318",
"uncertainty": 120
},
"departure": {
"time": "1776084318",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1776084361",
"uncertainty": 120
},
"departure": {
"time": "1776084361",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1776084438",
"uncertainty": 120
},
"departure": {
"time": "1776084438",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1776084546",
"uncertainty": 120
},
"departure": {
"time": "1776084546",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1776084604",
"uncertainty": 120
},
"departure": {
"time": "1776084604",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1776084643",
"uncertainty": 120
},
"departure": {
"time": "1776084643",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1776084738",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370148"
},
"vehicle": {
"id": "197",
"label": "197"
}
}
},
{
"id": "21370151",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776081280",
"uncertainty": 120
},
"stopId": "baicas1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776081333",
"uncertainty": 120
},
"departure": {
"time": "1776081333",
"uncertainty": 120
},
"stopId": "baiaub1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776081398",
"uncertainty": 120
},
"departure": {
"time": "1776081400",
"uncertainty": 120
},
"stopId": "baihetr",
"stopSequence": 3
},
{
"arrival": {
"time": "1776081507",
"uncertainty": 120
},
"departure": {
"time": "1776081507",
"uncertainty": 120
},
"stopId": "baique1",
"stopSequence": 4
},
{
"arrival": {
"time": "1776081766",
"uncertainty": 120
},
"departure": {
"time": "1776081766",
"uncertainty": 120
},
"stopId": "baibert2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776081802",
"uncertainty": 120
},
"departure": {
"time": "1776081802",
"uncertainty": 120
},
"stopId": "baipat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776081892",
"uncertainty": 120
},
"departure": {
"time": "1776081970",
"uncertainty": 120
},
"stopId": "baiboud2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776082150",
"uncertainty": 120
},
"departure": {
"time": "1776082150",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776082195",
"uncertainty": 120
},
"departure": {
"time": "1776082195",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776082278",
"uncertainty": 120
},
"departure": {
"time": "1776082369",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 10
},
{
"arrival": {
"time": "1776082420",
"uncertainty": 120
},
"departure": {
"time": "1776082420",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776082475",
"uncertainty": 120
},
"departure": {
"time": "1776082475",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776082513",
"uncertainty": 120
},
"departure": {
"time": "1776082513",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 13
},
{
"arrival": {
"time": "1776082560",
"uncertainty": 120
},
"departure": {
"time": "1776082633",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776082722",
"uncertainty": 120
},
"departure": {
"time": "1776082722",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 15
},
{
"arrival": {
"time": "1776082797",
"uncertainty": 120
},
"departure": {
"time": "1776082813",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 16
},
{
"arrival": {
"time": "1776082856",
"uncertainty": 120
},
"departure": {
"time": "1776082856",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 17
},
{
"arrival": {
"time": "1776082910",
"uncertainty": 120
},
"departure": {
"time": "1776082910",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776083004",
"uncertainty": 120
},
"departure": {
"time": "1776083083",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 19
},
{
"arrival": {
"time": "1776083185",
"uncertainty": 120
},
"departure": {
"time": "1776083203",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776083514",
"uncertainty": 120
},
"departure": {
"time": "1776083564",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 21
},
{
"arrival": {
"time": "1776083684",
"uncertainty": 120
},
"departure": {
"time": "1776083804",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776083857",
"uncertainty": 120
},
"departure": {
"time": "1776083863",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 23
},
{
"arrival": {
"time": "1776083953",
"uncertainty": 120
},
"departure": {
"time": "1776083953",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084032",
"uncertainty": 120
},
"departure": {
"time": "1776084032",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 25
},
{
"arrival": {
"time": "1776084104",
"uncertainty": 120
},
"departure": {
"time": "1776084104",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 26
},
{
"arrival": {
"time": "1776084182",
"uncertainty": 120
},
"departure": {
"time": "1776084194",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 27
},
{
"arrival": {
"time": "1776084259",
"uncertainty": 120
},
"departure": {
"time": "1776084259",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 28
},
{
"arrival": {
"time": "1776084320",
"uncertainty": 120
},
"departure": {
"time": "1776084320",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 29
},
{
"arrival": {
"time": "1776084366",
"uncertainty": 120
},
"departure": {
"time": "1776084366",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 30
},
{
"arrival": {
"time": "1776084438",
"uncertainty": 120
},
"departure": {
"time": "1776084438",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 31
},
{
"arrival": {
"time": "1776084523",
"uncertainty": 120
},
"departure": {
"time": "1776084523",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776084587",
"uncertainty": 120
},
"departure": {
"time": "1776084587",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 33
},
{
"arrival": {
"time": "1776084717",
"uncertainty": 120
},
"departure": {
"time": "1776084717",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 34
},
{
"arrival": {
"time": "1776084770",
"uncertainty": 120
},
"departure": {
"time": "1776084770",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 35
},
{
"arrival": {
"time": "1776084847",
"uncertainty": 120
},
"departure": {
"time": "1776084847",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776084886",
"uncertainty": 120
},
"departure": {
"time": "1776084886",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776084946",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 38
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370151"
},
"vehicle": {
"id": "190",
"label": "190"
}
}
},
{
"id": "21323840",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086100",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323840"
}
}
},
{
"id": "21323846",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084300",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323846"
},
"vehicle": {
"id": "1200",
"label": "1200"
}
}
},
{
"id": "21323504",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776085965",
"uncertainty": 120
},
"departure": {
"time": "1776085965",
"uncertainty": 120
},
"stopId": "smbjos1"
},
{
"arrival": {
"time": "1776086006",
"uncertainty": 120
},
"departure": {
"time": "1776086006",
"uncertainty": 120
},
"stopId": "smbjard"
},
{
"arrival": {
"time": "1776086074",
"uncertainty": 120
},
"departure": {
"time": "1776086074",
"uncertainty": 120
},
"stopId": "smbcal1"
},
{
"arrival": {
"time": "1776086102",
"uncertainty": 120
},
"departure": {
"time": "1776086102",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1776086115",
"uncertainty": 120
},
"departure": {
"time": "1776086115",
"uncertainty": 120
},
"stopId": "bsmhabi2"
},
{
"arrival": {
"time": "1776086149",
"uncertainty": 120
},
"departure": {
"time": "1776086149",
"uncertainty": 120
},
"stopId": "bsmsou2"
},
{
"arrival": {
"time": "1776086204",
"uncertainty": 120
},
"departure": {
"time": "1776086204",
"uncertainty": 120
},
"stopId": "bsmmaq1"
},
{
"arrival": {
"time": "1776086292",
"uncertainty": 120
},
"departure": {
"time": "1776086292",
"uncertainty": 120
},
"stopId": "bsmjul2"
},
{
"departure": {
"time": "1776084600",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084828",
"uncertainty": 120
},
"departure": {
"time": "1776084828",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084980",
"uncertainty": 120
},
"departure": {
"time": "1776084980",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776085080",
"uncertainty": 120
},
"departure": {
"time": "1776085080",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776085184",
"uncertainty": 120
},
"departure": {
"time": "1776085184",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776085275",
"uncertainty": 120
},
"departure": {
"time": "1776085275",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776085380",
"uncertainty": 120
},
"departure": {
"time": "1776085380",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776085425",
"uncertainty": 120
},
"departure": {
"time": "1776085425",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776085443",
"uncertainty": 120
},
"departure": {
"time": "1776085443",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1776085540",
"uncertainty": 120
},
"departure": {
"time": "1776085540",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1776085680",
"uncertainty": 120
},
"departure": {
"time": "1776085680",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085823",
"uncertainty": 120
},
"departure": {
"time": "1776085823",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085920",
"uncertainty": 120
},
"departure": {
"time": "1776085920",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085966",
"uncertainty": 120
},
"departure": {
"time": "1776085966",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1776086040",
"uncertainty": 120
},
"departure": {
"time": "1776086040",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776086146",
"uncertainty": 120
},
"departure": {
"time": "1776086146",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776086261",
"uncertainty": 120
},
"departure": {
"time": "1776086261",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776086337",
"uncertainty": 120
},
"departure": {
"time": "1776086337",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776086481",
"uncertainty": 120
},
"departure": {
"time": "1776086481",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086580",
"uncertainty": 120
},
"departure": {
"time": "1776086580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776086387",
"uncertainty": 120
},
"departure": {
"time": "1776086387",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776086442",
"uncertainty": 120
},
"departure": {
"time": "1776086442",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1776086535",
"uncertainty": 120
},
"departure": {
"time": "1776086535",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1776086632",
"uncertainty": 120
},
"departure": {
"time": "1776086632",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776086737",
"uncertainty": 120
},
"departure": {
"time": "1776086737",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1776086819",
"uncertainty": 120
},
"departure": {
"time": "1776086819",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1776086900",
"uncertainty": 120
},
"departure": {
"time": "1776086900",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1776087062",
"uncertainty": 120
},
"departure": {
"time": "1776087062",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1776087169",
"uncertainty": 120
},
"departure": {
"time": "1776087169",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1776087242",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323504"
}
}
},
{
"id": "21323503",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082049",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082196",
"uncertainty": 120
},
"departure": {
"time": "1776082225",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082387",
"uncertainty": 120
},
"departure": {
"time": "1776082436",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082496",
"uncertainty": 120
},
"departure": {
"time": "1776082557",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776082616",
"uncertainty": 120
},
"departure": {
"time": "1776082616",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776082682",
"uncertainty": 120
},
"departure": {
"time": "1776082706",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776082788",
"uncertainty": 120
},
"departure": {
"time": "1776082826",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776082865",
"uncertainty": 120
},
"departure": {
"time": "1776082886",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776082904",
"uncertainty": 120
},
"departure": {
"time": "1776082916",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1776082997",
"uncertainty": 120
},
"departure": {
"time": "1776082997",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083086",
"uncertainty": 120
},
"departure": {
"time": "1776083156",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083241",
"uncertainty": 120
},
"departure": {
"time": "1776083246",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083303",
"uncertainty": 120
},
"departure": {
"time": "1776083306",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1776083206",
"uncertainty": 120
},
"departure": {
"time": "1776083206",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083423",
"uncertainty": 120
},
"departure": {
"time": "1776083423",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083478",
"uncertainty": 120
},
"departure": {
"time": "1776083478",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776083985",
"uncertainty": 120
},
"departure": {
"time": "1776084016",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084046",
"uncertainty": 120
},
"departure": {
"time": "1776084046",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084102",
"uncertainty": 120
},
"departure": {
"time": "1776084136",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084196",
"uncertainty": 120
},
"departure": {
"time": "1776084196",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084246",
"uncertainty": 120
},
"departure": {
"time": "1776084246",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1776084299",
"uncertainty": 120
},
"departure": {
"time": "1776084299",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1776084386",
"uncertainty": 120
},
"departure": {
"time": "1776084386",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1776084548",
"uncertainty": 120
},
"departure": {
"time": "1776084548",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1776084655",
"uncertainty": 120
},
"departure": {
"time": "1776084655",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1776084728",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323503"
},
"vehicle": {
"id": "162",
"label": "162"
}
}
},
{
"id": "21323706",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776083131",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083190",
"uncertainty": 120
},
"departure": {
"time": "1776083191",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083267",
"uncertainty": 120
},
"departure": {
"time": "1776083267",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083324",
"uncertainty": 120
},
"departure": {
"time": "1776083324",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083355",
"uncertainty": 120
},
"departure": {
"time": "1776083355",
"uncertainty": 120
},
"stopId": "bsmres1",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083397",
"uncertainty": 120
},
"departure": {
"time": "1776083401",
"uncertainty": 120
},
"stopId": "bsmdamr",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083485",
"uncertainty": 120
},
"departure": {
"time": "1776083551",
"uncertainty": 120
},
"stopId": "bsmblum3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083611",
"uncertainty": 120
},
"departure": {
"time": "1776083611",
"uncertainty": 120
},
"stopId": "bsmseli",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083641",
"uncertainty": 120
},
"departure": {
"time": "1776083641",
"uncertainty": 120
},
"stopId": "outcrow",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083671",
"uncertainty": 120
},
"departure": {
"time": "1776083671",
"uncertainty": 120
},
"stopId": "outre1",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083905",
"uncertainty": 120
},
"departure": {
"time": "1776083941",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084084",
"uncertainty": 120
},
"departure": {
"time": "1776084084",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084151",
"uncertainty": 120
},
"departure": {
"time": "1776084151",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084225",
"uncertainty": 120
},
"departure": {
"time": "1776084225",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084258",
"uncertainty": 120
},
"departure": {
"time": "1776084258",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084286",
"uncertainty": 120
},
"departure": {
"time": "1776084286",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084334",
"uncertainty": 120
},
"departure": {
"time": "1776084334",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084390",
"uncertainty": 120
},
"departure": {
"time": "1776084390",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084447",
"uncertainty": 120
},
"departure": {
"time": "1776084447",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084539",
"uncertainty": 120
},
"departure": {
"time": "1776084539",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084615",
"uncertainty": 120
},
"departure": {
"time": "1776084615",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084655",
"uncertainty": 120
},
"departure": {
"time": "1776084655",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084702",
"uncertainty": 120
},
"departure": {
"time": "1776084702",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084806",
"uncertainty": 120
},
"departure": {
"time": "1776084806",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084913",
"uncertainty": 120
},
"departure": {
"time": "1776084913",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085036",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323706"
},
"vehicle": {
"id": "176",
"label": "176"
}
}
},
{
"id": "21323697",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085800",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323697"
}
}
},
{
"id": "21323701",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776083252",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083446",
"uncertainty": 120
},
"departure": {
"time": "1776083462",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083581",
"uncertainty": 120
},
"departure": {
"time": "1776083581",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083601",
"uncertainty": 120
},
"departure": {
"time": "1776083601",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083664",
"uncertainty": 120
},
"departure": {
"time": "1776083664",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083702",
"uncertainty": 120
},
"departure": {
"time": "1776083702",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083783",
"uncertainty": 120
},
"departure": {
"time": "1776083783",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083822",
"uncertainty": 120
},
"departure": {
"time": "1776083822",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083852",
"uncertainty": 120
},
"departure": {
"time": "1776083852",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083912",
"uncertainty": 120
},
"departure": {
"time": "1776083942",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084002",
"uncertainty": 120
},
"departure": {
"time": "1776084002",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084092",
"uncertainty": 120
},
"departure": {
"time": "1776084092",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084162",
"uncertainty": 120
},
"departure": {
"time": "1776084162",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084242",
"uncertainty": 120
},
"departure": {
"time": "1776084242",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084318",
"uncertainty": 120
},
"departure": {
"time": "1776084318",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084430",
"uncertainty": 120
},
"departure": {
"time": "1776084430",
"uncertainty": 120
},
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084460",
"uncertainty": 120
},
"departure": {
"time": "1776084460",
"uncertainty": 120
},
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084484",
"uncertainty": 120
},
"departure": {
"time": "1776084484",
"uncertainty": 120
},
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084522",
"uncertainty": 120
},
"departure": {
"time": "1776084522",
"uncertainty": 120
},
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084588",
"uncertainty": 120
},
"departure": {
"time": "1776084588",
"uncertainty": 120
},
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084641",
"uncertainty": 120
},
"departure": {
"time": "1776084641",
"uncertainty": 120
},
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084704",
"uncertainty": 120
},
"departure": {
"time": "1776084704",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084769",
"uncertainty": 120
},
"departure": {
"time": "1776084769",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084829",
"uncertainty": 120
},
"departure": {
"time": "1776084829",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084948",
"uncertainty": 120
},
"departure": {
"time": "1776084948",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085040",
"uncertainty": 120
},
"departure": {
"time": "1776085040",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085233",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323701"
},
"vehicle": {
"id": "214",
"label": "214"
}
}
},
{
"id": "21323691",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084600",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323691"
}
}
},
{
"id": "21323687",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086100",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323687"
}
}
},
{
"id": "21323671",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776087945",
"uncertainty": 120
},
"departure": {
"time": "1776087945",
"uncertainty": 120
},
"stopId": "smbjos1"
},
{
"arrival": {
"time": "1776087986",
"uncertainty": 120
},
"departure": {
"time": "1776087986",
"uncertainty": 120
},
"stopId": "smbjard"
},
{
"arrival": {
"time": "1776088054",
"uncertainty": 120
},
"departure": {
"time": "1776088054",
"uncertainty": 120
},
"stopId": "smbcal1"
},
{
"arrival": {
"time": "1776088082",
"uncertainty": 120
},
"departure": {
"time": "1776088082",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1776088095",
"uncertainty": 120
},
"departure": {
"time": "1776088095",
"uncertainty": 120
},
"stopId": "bsmhabi2"
},
{
"arrival": {
"time": "1776088129",
"uncertainty": 120
},
"departure": {
"time": "1776088129",
"uncertainty": 120
},
"stopId": "bsmsou2"
},
{
"arrival": {
"time": "1776088184",
"uncertainty": 120
},
"departure": {
"time": "1776088184",
"uncertainty": 120
},
"stopId": "bsmmaq1"
},
{
"arrival": {
"time": "1776088272",
"uncertainty": 120
},
"departure": {
"time": "1776088272",
"uncertainty": 120
},
"stopId": "bsmjul2"
},
{
"departure": {
"time": "1776086700",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1776086899",
"uncertainty": 120
},
"departure": {
"time": "1776086899",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776087032",
"uncertainty": 120
},
"departure": {
"time": "1776087032",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776087120",
"uncertainty": 120
},
"departure": {
"time": "1776087120",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776087224",
"uncertainty": 120
},
"departure": {
"time": "1776087224",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776087315",
"uncertainty": 120
},
"departure": {
"time": "1776087315",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776087420",
"uncertainty": 120
},
"departure": {
"time": "1776087420",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776087465",
"uncertainty": 120
},
"departure": {
"time": "1776087465",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776087483",
"uncertainty": 120
},
"departure": {
"time": "1776087483",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1776087580",
"uncertainty": 120
},
"departure": {
"time": "1776087580",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1776087720",
"uncertainty": 120
},
"departure": {
"time": "1776087720",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1776087827",
"uncertainty": 120
},
"departure": {
"time": "1776087827",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1776087900",
"uncertainty": 120
},
"departure": {
"time": "1776087900",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1776087946",
"uncertainty": 120
},
"departure": {
"time": "1776087946",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1776088020",
"uncertainty": 120
},
"departure": {
"time": "1776088020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776088126",
"uncertainty": 120
},
"departure": {
"time": "1776088126",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776088241",
"uncertainty": 120
},
"departure": {
"time": "1776088241",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776088317",
"uncertainty": 120
},
"departure": {
"time": "1776088317",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776088461",
"uncertainty": 120
},
"departure": {
"time": "1776088461",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776088560",
"uncertainty": 120
},
"departure": {
"time": "1776088560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776088367",
"uncertainty": 120
},
"departure": {
"time": "1776088367",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776088427",
"uncertainty": 120
},
"departure": {
"time": "1776088427",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1776088520",
"uncertainty": 120
},
"departure": {
"time": "1776088520",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1776088617",
"uncertainty": 120
},
"departure": {
"time": "1776088617",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776088712",
"uncertainty": 120
},
"departure": {
"time": "1776088712",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1776088797",
"uncertainty": 120
},
"departure": {
"time": "1776088797",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1776088870",
"uncertainty": 120
},
"departure": {
"time": "1776088870",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1776089032",
"uncertainty": 120
},
"departure": {
"time": "1776089032",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1776089229",
"uncertainty": 120
},
"departure": {
"time": "1776089229",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1776089364",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323671"
}
}
},
{
"id": "21323650",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323650"
}
}
},
{
"id": "21323648",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776087600",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323648"
}
}
},
{
"id": "21323723",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776084084",
"uncertainty": 120
},
"departure": {
"time": "1776084131",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776083882",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083880",
"uncertainty": 120
},
"departure": {
"time": "1776083880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084028",
"uncertainty": 120
},
"departure": {
"time": "1776084028",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084160",
"uncertainty": 120
},
"departure": {
"time": "1776084160",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084323",
"uncertainty": 120
},
"departure": {
"time": "1776084323",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084361",
"uncertainty": 120
},
"departure": {
"time": "1776084361",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084480",
"uncertainty": 120
},
"departure": {
"time": "1776084480",
"uncertainty": 120
},
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084529",
"uncertainty": 120
},
"departure": {
"time": "1776084529",
"uncertainty": 120
},
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084587",
"uncertainty": 120
},
"departure": {
"time": "1776084587",
"uncertainty": 120
},
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084669",
"uncertainty": 120
},
"departure": {
"time": "1776084669",
"uncertainty": 120
},
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084720",
"uncertainty": 120
},
"departure": {
"time": "1776084720",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084758",
"uncertainty": 120
},
"departure": {
"time": "1776084758",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084798",
"uncertainty": 120
},
"departure": {
"time": "1776084798",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084859",
"uncertainty": 120
},
"departure": {
"time": "1776084859",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084885",
"uncertainty": 120
},
"departure": {
"time": "1776084885",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084927",
"uncertainty": 120
},
"departure": {
"time": "1776084927",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084979",
"uncertainty": 120
},
"departure": {
"time": "1776084979",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085029",
"uncertainty": 120
},
"departure": {
"time": "1776085029",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085046",
"uncertainty": 120
},
"departure": {
"time": "1776085046",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085117",
"uncertainty": 120
},
"departure": {
"time": "1776085117",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085262",
"uncertainty": 120
},
"departure": {
"time": "1776085262",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085368",
"uncertainty": 120
},
"departure": {
"time": "1776085368",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 22
},
{
"arrival": {
"time": "1776085439",
"uncertainty": 120
},
"departure": {
"time": "1776085439",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085487",
"uncertainty": 120
},
"departure": {
"time": "1776085487",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085523",
"uncertainty": 120
},
"departure": {
"time": "1776085523",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085563",
"uncertainty": 120
},
"departure": {
"time": "1776085563",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085626",
"uncertainty": 120
},
"departure": {
"time": "1776085626",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776085654",
"uncertainty": 120
},
"departure": {
"time": "1776085654",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085703",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 29
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323723"
},
"vehicle": {
"id": "212",
"label": "212"
}
}
},
{
"id": "21323574",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084215",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084318",
"uncertainty": 120
},
"departure": {
"time": "1776084318",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084416",
"uncertainty": 120
},
"departure": {
"time": "1776084416",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084505",
"uncertainty": 120
},
"departure": {
"time": "1776084505",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084575",
"uncertainty": 120
},
"departure": {
"time": "1776084575",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084650",
"uncertainty": 120
},
"departure": {
"time": "1776084650",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084707",
"uncertainty": 120
},
"departure": {
"time": "1776084707",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084749",
"uncertainty": 120
},
"departure": {
"time": "1776084749",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084831",
"uncertainty": 120
},
"departure": {
"time": "1776084831",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084898",
"uncertainty": 120
},
"departure": {
"time": "1776084898",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084952",
"uncertainty": 120
},
"departure": {
"time": "1776084952",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085002",
"uncertainty": 120
},
"departure": {
"time": "1776085002",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085057",
"uncertainty": 120
},
"departure": {
"time": "1776085057",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085175",
"uncertainty": 120
},
"departure": {
"time": "1776085175",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776085351",
"uncertainty": 120
},
"departure": {
"time": "1776085351",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085440",
"uncertainty": 120
},
"departure": {
"time": "1776085440",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085631",
"uncertainty": 120
},
"departure": {
"time": "1776085631",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085751",
"uncertainty": 120
},
"departure": {
"time": "1776085751",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085864",
"uncertainty": 120
},
"departure": {
"time": "1776085864",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086109",
"uncertainty": 120
},
"departure": {
"time": "1776086109",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1776086194",
"uncertainty": 120
},
"departure": {
"time": "1776086194",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776086399",
"uncertainty": 120
},
"departure": {
"time": "1776086399",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776086496",
"uncertainty": 120
},
"departure": {
"time": "1776086496",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1776086553",
"uncertainty": 120
},
"departure": {
"time": "1776086553",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1776086641",
"uncertainty": 120
},
"departure": {
"time": "1776086641",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776086719",
"uncertainty": 120
},
"departure": {
"time": "1776086719",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1776086839",
"uncertainty": 120
},
"departure": {
"time": "1776086839",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776086941",
"uncertainty": 120
},
"departure": {
"time": "1776086941",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776086960",
"uncertainty": 120
},
"departure": {
"time": "1776086960",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776087035",
"uncertainty": 120
},
"departure": {
"time": "1776087035",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1776087177",
"uncertainty": 120
},
"departure": {
"time": "1776087177",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1776087201",
"uncertainty": 120
},
"departure": {
"time": "1776087201",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1776087240",
"uncertainty": 120
},
"departure": {
"time": "1776087240",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1776087301",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323574"
},
"vehicle": {
"id": "519",
"label": "519"
}
}
},
{
"id": "21323575",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086640",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323575"
}
}
},
{
"id": "21323573",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082021",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082081",
"uncertainty": 120
},
"departure": {
"time": "1776082111",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082202",
"uncertainty": 120
},
"departure": {
"time": "1776082202",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082302",
"uncertainty": 120
},
"departure": {
"time": "1776082351",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776082381",
"uncertainty": 120
},
"departure": {
"time": "1776082381",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1776082446",
"uncertainty": 120
},
"departure": {
"time": "1776082446",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776082491",
"uncertainty": 120
},
"departure": {
"time": "1776082491",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776082531",
"uncertainty": 120
},
"departure": {
"time": "1776082531",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776082561",
"uncertainty": 120
},
"departure": {
"time": "1776082561",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776082607",
"uncertainty": 120
},
"departure": {
"time": "1776082607",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776082640",
"uncertainty": 120
},
"departure": {
"time": "1776082640",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776082673",
"uncertainty": 120
},
"departure": {
"time": "1776082673",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1776082702",
"uncertainty": 120
},
"departure": {
"time": "1776082702",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776082801",
"uncertainty": 120
},
"departure": {
"time": "1776082891",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083065",
"uncertainty": 120
},
"departure": {
"time": "1776083065",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083115",
"uncertainty": 120
},
"departure": {
"time": "1776083115",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776083262",
"uncertainty": 120
},
"departure": {
"time": "1776083311",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776083411",
"uncertainty": 120
},
"departure": {
"time": "1776083431",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776083508",
"uncertainty": 120
},
"departure": {
"time": "1776083551",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1776083716",
"uncertainty": 120
},
"departure": {
"time": "1776083791",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1776083864",
"uncertainty": 120
},
"departure": {
"time": "1776083881",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084000",
"uncertainty": 120
},
"departure": {
"time": "1776084000",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084068",
"uncertainty": 120
},
"departure": {
"time": "1776084068",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084098",
"uncertainty": 120
},
"departure": {
"time": "1776084098",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084151",
"uncertainty": 120
},
"departure": {
"time": "1776084181",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776084246",
"uncertainty": 120
},
"departure": {
"time": "1776084246",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1776084309",
"uncertainty": 120
},
"departure": {
"time": "1776084309",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776084411",
"uncertainty": 120
},
"departure": {
"time": "1776084411",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776084430",
"uncertainty": 120
},
"departure": {
"time": "1776084430",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776084505",
"uncertainty": 120
},
"departure": {
"time": "1776084505",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1776084647",
"uncertainty": 120
},
"departure": {
"time": "1776084647",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1776084671",
"uncertainty": 120
},
"departure": {
"time": "1776084671",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1776084710",
"uncertainty": 120
},
"departure": {
"time": "1776084710",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1776084771",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323573"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21323558",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776084903",
"uncertainty": 120
},
"departure": {
"time": "1776084903",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776083520",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083593",
"uncertainty": 120
},
"departure": {
"time": "1776083640",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083700",
"uncertainty": 120
},
"departure": {
"time": "1776083700",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083718",
"uncertainty": 120
},
"departure": {
"time": "1776083730",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083820",
"uncertainty": 120
},
"departure": {
"time": "1776083820",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083864",
"uncertainty": 120
},
"departure": {
"time": "1776083864",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083904",
"uncertainty": 120
},
"departure": {
"time": "1776083910",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084045",
"uncertainty": 120
},
"departure": {
"time": "1776084045",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084110",
"uncertainty": 120
},
"departure": {
"time": "1776084120",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084220",
"uncertainty": 120
},
"departure": {
"time": "1776084220",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084283",
"uncertainty": 120
},
"departure": {
"time": "1776084283",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084314",
"uncertainty": 120
},
"departure": {
"time": "1776084314",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084393",
"uncertainty": 120
},
"departure": {
"time": "1776084393",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084574",
"uncertainty": 120
},
"departure": {
"time": "1776084574",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084660",
"uncertainty": 120
},
"departure": {
"time": "1776084720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084797",
"uncertainty": 120
},
"departure": {
"time": "1776084797",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084903",
"uncertainty": 120
},
"departure": {
"time": "1776084903",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085065",
"uncertainty": 120
},
"departure": {
"time": "1776085065",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085148",
"uncertainty": 120
},
"departure": {
"time": "1776085148",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085288",
"uncertainty": 120
},
"departure": {
"time": "1776085288",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085337",
"uncertainty": 120
},
"departure": {
"time": "1776085337",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085400",
"uncertainty": 120
},
"departure": {
"time": "1776085400",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776085449",
"uncertainty": 120
},
"departure": {
"time": "1776085449",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085502",
"uncertainty": 120
},
"departure": {
"time": "1776085502",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085543",
"uncertainty": 120
},
"departure": {
"time": "1776085543",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085603",
"uncertainty": 120
},
"departure": {
"time": "1776085603",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085670",
"uncertainty": 120
},
"departure": {
"time": "1776085670",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1776085725",
"uncertainty": 120
},
"departure": {
"time": "1776085725",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085772",
"uncertainty": 120
},
"departure": {
"time": "1776085772",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1776085828",
"uncertainty": 120
},
"departure": {
"time": "1776085828",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776085883",
"uncertainty": 120
},
"departure": {
"time": "1776085883",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1776085943",
"uncertainty": 120
},
"departure": {
"time": "1776085943",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1776086008",
"uncertainty": 120
},
"departure": {
"time": "1776086008",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1776086128",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323558"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21323559",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776087390",
"uncertainty": 120
},
"departure": {
"time": "1776087390",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776085920",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1776086001",
"uncertainty": 120
},
"departure": {
"time": "1776086001",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776086049",
"uncertainty": 120
},
"departure": {
"time": "1776086049",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776086078",
"uncertainty": 120
},
"departure": {
"time": "1776086078",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776086206",
"uncertainty": 120
},
"departure": {
"time": "1776086206",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776086294",
"uncertainty": 120
},
"departure": {
"time": "1776086294",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776086340",
"uncertainty": 120
},
"departure": {
"time": "1776086340",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1776086433",
"uncertainty": 120
},
"departure": {
"time": "1776086433",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1776086545",
"uncertainty": 120
},
"departure": {
"time": "1776086545",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776086640",
"uncertainty": 120
},
"departure": {
"time": "1776086640",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776086724",
"uncertainty": 120
},
"departure": {
"time": "1776086724",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776086774",
"uncertainty": 120
},
"departure": {
"time": "1776086774",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776086880",
"uncertainty": 120
},
"departure": {
"time": "1776086880",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776087061",
"uncertainty": 120
},
"departure": {
"time": "1776087061",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1776087180",
"uncertainty": 120
},
"departure": {
"time": "1776087240",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1776087343",
"uncertainty": 120
},
"departure": {
"time": "1776087343",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776087390",
"uncertainty": 120
},
"departure": {
"time": "1776087390",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776087574",
"uncertainty": 120
},
"departure": {
"time": "1776087574",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1776087670",
"uncertainty": 120
},
"departure": {
"time": "1776087670",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1776087810",
"uncertainty": 120
},
"departure": {
"time": "1776087810",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1776087859",
"uncertainty": 120
},
"departure": {
"time": "1776087859",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1776087922",
"uncertainty": 120
},
"departure": {
"time": "1776087922",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776087971",
"uncertainty": 120
},
"departure": {
"time": "1776087971",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776088024",
"uncertainty": 120
},
"departure": {
"time": "1776088024",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1776088065",
"uncertainty": 120
},
"departure": {
"time": "1776088065",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1776088125",
"uncertainty": 120
},
"departure": {
"time": "1776088125",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1776088192",
"uncertainty": 120
},
"departure": {
"time": "1776088192",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1776088247",
"uncertainty": 120
},
"departure": {
"time": "1776088247",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1776088294",
"uncertainty": 120
},
"departure": {
"time": "1776088294",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1776088350",
"uncertainty": 120
},
"departure": {
"time": "1776088350",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776088405",
"uncertainty": 120
},
"departure": {
"time": "1776088405",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1776088465",
"uncertainty": 120
},
"departure": {
"time": "1776088465",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1776088530",
"uncertainty": 120
},
"departure": {
"time": "1776088530",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1776088650",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323559"
}
}
},
{
"id": "21323522",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776086414",
"uncertainty": 120
},
"departure": {
"time": "1776086414",
"uncertainty": 120
},
"stopId": "smbmair3"
},
{
"arrival": {
"time": "1776086475",
"uncertainty": 120
},
"departure": {
"time": "1776086475",
"uncertainty": 120
},
"stopId": "bsmjul1"
},
{
"arrival": {
"time": "1776086561",
"uncertainty": 120
},
"departure": {
"time": "1776086561",
"uncertainty": 120
},
"stopId": "bsmmaqu2"
},
{
"arrival": {
"time": "1776086640",
"uncertainty": 120
},
"departure": {
"time": "1776086640",
"uncertainty": 120
},
"stopId": "bsmhabi"
},
{
"arrival": {
"time": "1776086691",
"uncertainty": 120
},
"departure": {
"time": "1776086691",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1776086751",
"uncertainty": 120
},
"departure": {
"time": "1776086751",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1776086801",
"uncertainty": 120
},
"departure": {
"time": "1776086801",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"departure": {
"time": "1776085500",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776085583",
"uncertainty": 120
},
"departure": {
"time": "1776085583",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776085680",
"uncertainty": 120
},
"departure": {
"time": "1776085680",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776085775",
"uncertainty": 120
},
"departure": {
"time": "1776085775",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776085860",
"uncertainty": 120
},
"departure": {
"time": "1776085860",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776085959",
"uncertainty": 120
},
"departure": {
"time": "1776085959",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776086152",
"uncertainty": 120
},
"departure": {
"time": "1776086152",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1776086262",
"uncertainty": 120
},
"departure": {
"time": "1776086262",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776086331",
"uncertainty": 120
},
"departure": {
"time": "1776086331",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776086404",
"uncertainty": 120
},
"departure": {
"time": "1776086404",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776086460",
"uncertainty": 120
},
"departure": {
"time": "1776086460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776086537",
"uncertainty": 120
},
"departure": {
"time": "1776086537",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1776086683",
"uncertainty": 120
},
"departure": {
"time": "1776086683",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776086748",
"uncertainty": 120
},
"departure": {
"time": "1776086748",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776086851",
"uncertainty": 120
},
"departure": {
"time": "1776086851",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1776086921",
"uncertainty": 120
},
"departure": {
"time": "1776086921",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776087100",
"uncertainty": 120
},
"departure": {
"time": "1776087100",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776087218",
"uncertainty": 120
},
"departure": {
"time": "1776087218",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776087323",
"uncertainty": 120
},
"departure": {
"time": "1776087323",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776087398",
"uncertainty": 120
},
"departure": {
"time": "1776087398",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776087506",
"uncertainty": 120
},
"departure": {
"time": "1776087506",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776087622",
"uncertainty": 120
},
"departure": {
"time": "1776087622",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776087646",
"uncertainty": 120
},
"departure": {
"time": "1776087646",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776087698",
"uncertainty": 120
},
"departure": {
"time": "1776087698",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776087768",
"uncertainty": 120
},
"departure": {
"time": "1776087768",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776087837",
"uncertainty": 120
},
"departure": {
"time": "1776087837",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776087938",
"uncertainty": 120
},
"departure": {
"time": "1776087938",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776088085",
"uncertainty": 120
},
"departure": {
"time": "1776088085",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776088200",
"uncertainty": 120
},
"departure": {
"time": "1776088200",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1776088293",
"uncertainty": 120
},
"departure": {
"time": "1776088293",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1776088417",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323522"
}
}
},
{
"id": "21323521",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776083572",
"uncertainty": 120
},
"departure": {
"time": "1776083572",
"uncertainty": 120
},
"stopId": "smbmair3"
},
{
"arrival": {
"time": "1776083613",
"uncertainty": 120
},
"departure": {
"time": "1776083613",
"uncertainty": 120
},
"stopId": "bsmjul1"
},
{
"arrival": {
"time": "1776083662",
"uncertainty": 120
},
"departure": {
"time": "1776083662",
"uncertainty": 120
},
"stopId": "bsmmaqu2"
},
{
"arrival": {
"time": "1776083728",
"uncertainty": 120
},
"departure": {
"time": "1776083728",
"uncertainty": 120
},
"stopId": "bsmhabi"
},
{
"arrival": {
"time": "1776083758",
"uncertainty": 120
},
"departure": {
"time": "1776083758",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1776083797",
"uncertainty": 120
},
"departure": {
"time": "1776083797",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1776083837",
"uncertainty": 120
},
"departure": {
"time": "1776083837",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"departure": {
"time": "1776082652",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082694",
"uncertainty": 120
},
"departure": {
"time": "1776082694",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082811",
"uncertainty": 120
},
"departure": {
"time": "1776082922",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082961",
"uncertainty": 120
},
"departure": {
"time": "1776082961",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083005",
"uncertainty": 120
},
"departure": {
"time": "1776083072",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083140",
"uncertainty": 120
},
"departure": {
"time": "1776083140",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083236",
"uncertainty": 120
},
"departure": {
"time": "1776083236",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083300",
"uncertainty": 120
},
"departure": {
"time": "1776083300",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083452",
"uncertainty": 120
},
"departure": {
"time": "1776083522",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083565",
"uncertainty": 120
},
"departure": {
"time": "1776083565",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083400",
"uncertainty": 120
},
"departure": {
"time": "1776083400",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083477",
"uncertainty": 120
},
"departure": {
"time": "1776083477",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083623",
"uncertainty": 120
},
"departure": {
"time": "1776083623",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776083688",
"uncertainty": 120
},
"departure": {
"time": "1776083688",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083930",
"uncertainty": 120
},
"departure": {
"time": "1776083930",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083966",
"uncertainty": 120
},
"departure": {
"time": "1776083966",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084077",
"uncertainty": 120
},
"departure": {
"time": "1776084077",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084176",
"uncertainty": 120
},
"departure": {
"time": "1776084176",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084248",
"uncertainty": 120
},
"departure": {
"time": "1776084248",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084323",
"uncertainty": 120
},
"departure": {
"time": "1776084323",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084431",
"uncertainty": 120
},
"departure": {
"time": "1776084431",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084547",
"uncertainty": 120
},
"departure": {
"time": "1776084547",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084571",
"uncertainty": 120
},
"departure": {
"time": "1776084571",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084611",
"uncertainty": 120
},
"departure": {
"time": "1776084611",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084670",
"uncertainty": 120
},
"departure": {
"time": "1776084670",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776084716",
"uncertainty": 120
},
"departure": {
"time": "1776084716",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776084780",
"uncertainty": 120
},
"departure": {
"time": "1776084780",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776084923",
"uncertainty": 120
},
"departure": {
"time": "1776084923",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085035",
"uncertainty": 120
},
"departure": {
"time": "1776085035",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1776085092",
"uncertainty": 120
},
"departure": {
"time": "1776085092",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1776085216",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323521"
},
"vehicle": {
"id": "167",
"label": "167"
}
}
},
{
"id": "21323643",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082232",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082381",
"uncertainty": 120
},
"departure": {
"time": "1776082382",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082558",
"uncertainty": 120
},
"departure": {
"time": "1776082592",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082640",
"uncertainty": 120
},
"departure": {
"time": "1776082640",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776082682",
"uncertainty": 120
},
"departure": {
"time": "1776082682",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776082742",
"uncertainty": 120
},
"departure": {
"time": "1776082742",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776082830",
"uncertainty": 120
},
"departure": {
"time": "1776083012",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083042",
"uncertainty": 120
},
"departure": {
"time": "1776083162",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083252",
"uncertainty": 120
},
"departure": {
"time": "1776083252",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083312",
"uncertainty": 120
},
"departure": {
"time": "1776083342",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083413",
"uncertainty": 120
},
"departure": {
"time": "1776083413",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083453",
"uncertainty": 120
},
"departure": {
"time": "1776083582",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083642",
"uncertainty": 120
},
"departure": {
"time": "1776083642",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776083676",
"uncertainty": 120
},
"departure": {
"time": "1776083676",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083719",
"uncertainty": 120
},
"departure": {
"time": "1776083719",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083752",
"uncertainty": 120
},
"departure": {
"time": "1776083752",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776083806",
"uncertainty": 120
},
"departure": {
"time": "1776083852",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1776083882",
"uncertainty": 120
},
"departure": {
"time": "1776083882",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776083927",
"uncertainty": 120
},
"departure": {
"time": "1776083942",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084028",
"uncertainty": 120
},
"departure": {
"time": "1776084032",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084122",
"uncertainty": 120
},
"departure": {
"time": "1776084122",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084175",
"uncertainty": 120
},
"departure": {
"time": "1776084175",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084262",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323643"
},
"vehicle": {
"id": "215",
"label": "215"
}
}
},
{
"id": "21323641",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082284",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082452",
"uncertainty": 120
},
"departure": {
"time": "1776082494",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082554",
"uncertainty": 120
},
"departure": {
"time": "1776082674",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082734",
"uncertainty": 120
},
"departure": {
"time": "1776082764",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776082819",
"uncertainty": 120
},
"departure": {
"time": "1776082854",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776082884",
"uncertainty": 120
},
"departure": {
"time": "1776082884",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1776082911",
"uncertainty": 120
},
"departure": {
"time": "1776082944",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083004",
"uncertainty": 120
},
"departure": {
"time": "1776083034",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083100",
"uncertainty": 120
},
"departure": {
"time": "1776083154",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083262",
"uncertainty": 120
},
"departure": {
"time": "1776083274",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083347",
"uncertainty": 120
},
"departure": {
"time": "1776083394",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083441",
"uncertainty": 120
},
"departure": {
"time": "1776083454",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083544",
"uncertainty": 120
},
"departure": {
"time": "1776083574",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776083645",
"uncertainty": 120
},
"departure": {
"time": "1776083664",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083703",
"uncertainty": 120
},
"departure": {
"time": "1776083724",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083784",
"uncertainty": 120
},
"departure": {
"time": "1776083814",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776083857",
"uncertainty": 120
},
"departure": {
"time": "1776083874",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776083934",
"uncertainty": 120
},
"departure": {
"time": "1776083964",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084107",
"uncertainty": 120
},
"departure": {
"time": "1776084174",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084255",
"uncertainty": 120
},
"departure": {
"time": "1776084255",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084311",
"uncertainty": 120
},
"departure": {
"time": "1776084311",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084442",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323641"
},
"vehicle": {
"id": "182",
"label": "182"
}
}
},
{
"id": "21323646",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085800",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323646"
}
}
},
{
"id": "21323647",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323647"
}
}
},
{
"id": "21323644",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084092",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084323",
"uncertainty": 120
},
"departure": {
"time": "1776084323",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084397",
"uncertainty": 120
},
"departure": {
"time": "1776084397",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084460",
"uncertainty": 120
},
"departure": {
"time": "1776084460",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084551",
"uncertainty": 120
},
"departure": {
"time": "1776084551",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084591",
"uncertainty": 120
},
"departure": {
"time": "1776084591",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084645",
"uncertainty": 120
},
"departure": {
"time": "1776084645",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084691",
"uncertainty": 120
},
"departure": {
"time": "1776084691",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084770",
"uncertainty": 120
},
"departure": {
"time": "1776084770",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084860",
"uncertainty": 120
},
"departure": {
"time": "1776084860",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084947",
"uncertainty": 120
},
"departure": {
"time": "1776084947",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085008",
"uncertainty": 120
},
"departure": {
"time": "1776085008",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085100",
"uncertainty": 120
},
"departure": {
"time": "1776085100",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085176",
"uncertainty": 120
},
"departure": {
"time": "1776085176",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776085219",
"uncertainty": 120
},
"departure": {
"time": "1776085219",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085281",
"uncertainty": 120
},
"departure": {
"time": "1776085281",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085329",
"uncertainty": 120
},
"departure": {
"time": "1776085329",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085396",
"uncertainty": 120
},
"departure": {
"time": "1776085396",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085539",
"uncertainty": 120
},
"departure": {
"time": "1776085539",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085669",
"uncertainty": 120
},
"departure": {
"time": "1776085669",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085735",
"uncertainty": 120
},
"departure": {
"time": "1776085735",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085866",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323644"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21323645",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084122",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084280",
"uncertainty": 120
},
"departure": {
"time": "1776084280",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084434",
"uncertainty": 120
},
"departure": {
"time": "1776084434",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084536",
"uncertainty": 120
},
"departure": {
"time": "1776084536",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084640",
"uncertainty": 120
},
"departure": {
"time": "1776084640",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084731",
"uncertainty": 120
},
"departure": {
"time": "1776084731",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084836",
"uncertainty": 120
},
"departure": {
"time": "1776084836",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084890",
"uncertainty": 120
},
"departure": {
"time": "1776084890",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084988",
"uncertainty": 120
},
"departure": {
"time": "1776084988",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1776085062",
"uncertainty": 120
},
"departure": {
"time": "1776085062",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1776085171",
"uncertainty": 120
},
"departure": {
"time": "1776085171",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085236",
"uncertainty": 120
},
"departure": {
"time": "1776085236",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085297",
"uncertainty": 120
},
"departure": {
"time": "1776085297",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085340",
"uncertainty": 120
},
"departure": {
"time": "1776085340",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1776085403",
"uncertainty": 120
},
"departure": {
"time": "1776085403",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085445",
"uncertainty": 120
},
"departure": {
"time": "1776085445",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085508",
"uncertainty": 120
},
"departure": {
"time": "1776085508",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085551",
"uncertainty": 120
},
"departure": {
"time": "1776085551",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085610",
"uncertainty": 120
},
"departure": {
"time": "1776085610",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085701",
"uncertainty": 120
},
"departure": {
"time": "1776085701",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085809",
"uncertainty": 120
},
"departure": {
"time": "1776085809",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085877",
"uncertainty": 120
},
"departure": {
"time": "1776085877",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1776085991",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323645"
},
"vehicle": {
"id": "511",
"label": "511"
}
}
},
{
"id": "21323598",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084900",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323598"
}
}
},
{
"id": "21323590",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085200",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323590"
}
}
},
{
"id": "21323589",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082291",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082501",
"uncertainty": 120
},
"departure": {
"time": "1776082681",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082741",
"uncertainty": 120
},
"departure": {
"time": "1776082771",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082831",
"uncertainty": 120
},
"departure": {
"time": "1776082831",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776082909",
"uncertainty": 120
},
"departure": {
"time": "1776083011",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083087",
"uncertainty": 120
},
"departure": {
"time": "1776083101",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083157",
"uncertainty": 120
},
"departure": {
"time": "1776083191",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083281",
"uncertainty": 120
},
"departure": {
"time": "1776083311",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083341",
"uncertainty": 120
},
"departure": {
"time": "1776083341",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083401",
"uncertainty": 120
},
"departure": {
"time": "1776083431",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083550",
"uncertainty": 120
},
"departure": {
"time": "1776083550",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083911",
"uncertainty": 120
},
"departure": {
"time": "1776083941",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084031",
"uncertainty": 120
},
"departure": {
"time": "1776084061",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084140",
"uncertainty": 120
},
"departure": {
"time": "1776084140",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084181",
"uncertainty": 120
},
"departure": {
"time": "1776084181",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084211",
"uncertainty": 120
},
"departure": {
"time": "1776084211",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084296",
"uncertainty": 120
},
"departure": {
"time": "1776084296",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084334",
"uncertainty": 120
},
"departure": {
"time": "1776084334",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084389",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323589"
},
"vehicle": {
"id": "512",
"label": "512"
}
}
},
{
"id": "21370041",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084780",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084928",
"uncertainty": 120
},
"departure": {
"time": "1776084928",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776085005",
"uncertainty": 120
},
"departure": {
"time": "1776085005",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776085042",
"uncertainty": 120
},
"departure": {
"time": "1776085042",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776085125",
"uncertainty": 120
},
"departure": {
"time": "1776085125",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776085245",
"uncertainty": 120
},
"departure": {
"time": "1776085245",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776085332",
"uncertainty": 120
},
"departure": {
"time": "1776085332",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776085492",
"uncertainty": 120
},
"departure": {
"time": "1776085492",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776085603",
"uncertainty": 120
},
"departure": {
"time": "1776085603",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776085673",
"uncertainty": 120
},
"departure": {
"time": "1776085673",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776085731",
"uncertainty": 120
},
"departure": {
"time": "1776085731",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085843",
"uncertainty": 120
},
"departure": {
"time": "1776085843",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085901",
"uncertainty": 120
},
"departure": {
"time": "1776085901",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776086109",
"uncertainty": 120
},
"departure": {
"time": "1776086109",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776086144",
"uncertainty": 120
},
"departure": {
"time": "1776086144",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776086263",
"uncertainty": 120
},
"departure": {
"time": "1776086263",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776086383",
"uncertainty": 120
},
"departure": {
"time": "1776086400",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776086580",
"uncertainty": 120
},
"departure": {
"time": "1776086580",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776086700",
"uncertainty": 120
},
"departure": {
"time": "1776086700",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086813",
"uncertainty": 120
},
"departure": {
"time": "1776086813",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776086940",
"uncertainty": 120
},
"departure": {
"time": "1776086940",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776087043",
"uncertainty": 120
},
"departure": {
"time": "1776087043",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776087120",
"uncertainty": 120
},
"departure": {
"time": "1776087120",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776087201",
"uncertainty": 120
},
"departure": {
"time": "1776087201",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776087360",
"uncertainty": 120
},
"departure": {
"time": "1776087360",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776087476",
"uncertainty": 120
},
"departure": {
"time": "1776087476",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776087540",
"uncertainty": 120
},
"departure": {
"time": "1776087540",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1776087654",
"uncertainty": 120
},
"departure": {
"time": "1776087654",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776087720",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370041"
}
}
},
{
"id": "21370040",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776084457",
"uncertainty": 120
},
"departure": {
"time": "1776084457",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"arrival": {
"time": "1776085065",
"uncertainty": 120
},
"departure": {
"time": "1776085065",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1776085148",
"uncertainty": 120
},
"departure": {
"time": "1776085148",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1776085254",
"uncertainty": 120
},
"departure": {
"time": "1776085254",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1776084208",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084095",
"uncertainty": 120
},
"departure": {
"time": "1776084095",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084457",
"uncertainty": 120
},
"departure": {
"time": "1776084457",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084609",
"uncertainty": 120
},
"departure": {
"time": "1776084609",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084692",
"uncertainty": 120
},
"departure": {
"time": "1776084692",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084724",
"uncertainty": 120
},
"departure": {
"time": "1776084724",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084795",
"uncertainty": 120
},
"departure": {
"time": "1776084795",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084855",
"uncertainty": 120
},
"departure": {
"time": "1776084855",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084926",
"uncertainty": 120
},
"departure": {
"time": "1776084926",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084984",
"uncertainty": 120
},
"departure": {
"time": "1776084984",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1776085065",
"uncertainty": 120
},
"departure": {
"time": "1776085065",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084966",
"uncertainty": 120
},
"departure": {
"time": "1776084966",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085006",
"uncertainty": 120
},
"departure": {
"time": "1776085006",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085089",
"uncertainty": 120
},
"departure": {
"time": "1776085089",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1776085160",
"uncertainty": 120
},
"departure": {
"time": "1776085160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085293",
"uncertainty": 120
},
"departure": {
"time": "1776085293",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085356",
"uncertainty": 120
},
"departure": {
"time": "1776085356",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085417",
"uncertainty": 120
},
"departure": {
"time": "1776085417",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085499",
"uncertainty": 120
},
"departure": {
"time": "1776085499",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085663",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370040"
},
"vehicle": {
"id": "174",
"label": "174"
}
}
},
{
"id": "21370043",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085680",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370043"
}
}
},
{
"id": "21370042",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776085500",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370042"
}
}
},
{
"id": "21370045",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086580",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370045"
}
}
},
{
"id": "21370044",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776086383",
"uncertainty": 120
},
"departure": {
"time": "1776086383",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776086100",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776086349",
"uncertainty": 120
},
"departure": {
"time": "1776086349",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776086383",
"uncertainty": 120
},
"departure": {
"time": "1776086383",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776086567",
"uncertainty": 120
},
"departure": {
"time": "1776086567",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1776086663",
"uncertainty": 120
},
"departure": {
"time": "1776086663",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1776086803",
"uncertainty": 120
},
"departure": {
"time": "1776086803",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1776086853",
"uncertainty": 120
},
"departure": {
"time": "1776086853",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776086978",
"uncertainty": 120
},
"departure": {
"time": "1776086978",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1776087044",
"uncertainty": 120
},
"departure": {
"time": "1776087044",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1776087090",
"uncertainty": 120
},
"departure": {
"time": "1776087090",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776087199",
"uncertainty": 120
},
"departure": {
"time": "1776087199",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776087317",
"uncertainty": 120
},
"departure": {
"time": "1776087317",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776087414",
"uncertainty": 120
},
"departure": {
"time": "1776087414",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776087444",
"uncertainty": 120
},
"departure": {
"time": "1776087444",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776087528",
"uncertainty": 120
},
"departure": {
"time": "1776087528",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776087582",
"uncertainty": 120
},
"departure": {
"time": "1776087582",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1776087693",
"uncertainty": 120
},
"departure": {
"time": "1776087693",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1776087777",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370044"
}
}
},
{
"id": "21370047",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776087420",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370047"
}
}
},
{
"id": "21370046",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776086520",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370046"
}
}
},
{
"id": "21370033",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776081044",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1776081110",
"uncertainty": 120
},
"departure": {
"time": "1776081134",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1776081201",
"uncertainty": 120
},
"departure": {
"time": "1776081201",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1776081311",
"uncertainty": 120
},
"departure": {
"time": "1776081344",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1776081394",
"uncertainty": 120
},
"departure": {
"time": "1776081434",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1776081605",
"uncertainty": 120
},
"departure": {
"time": "1776081605",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776081662",
"uncertainty": 120
},
"departure": {
"time": "1776081764",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776081869",
"uncertainty": 120
},
"departure": {
"time": "1776081869",
"uncertainty": 120
},
"stopId": "equcime",
"stopSequence": 8
},
{
"arrival": {
"time": "1776082027",
"uncertainty": 120
},
"departure": {
"time": "1776082064",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1776082184",
"uncertainty": 120
},
"departure": {
"time": "1776082214",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1776082281",
"uncertainty": 120
},
"departure": {
"time": "1776082334",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1776082378",
"uncertainty": 120
},
"departure": {
"time": "1776082394",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776082484",
"uncertainty": 120
},
"departure": {
"time": "1776082544",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776082625",
"uncertainty": 120
},
"departure": {
"time": "1776082634",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776082694",
"uncertainty": 120
},
"departure": {
"time": "1776082724",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776082838",
"uncertainty": 120
},
"departure": {
"time": "1776082844",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776082904",
"uncertainty": 120
},
"departure": {
"time": "1776082904",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776083003",
"uncertainty": 120
},
"departure": {
"time": "1776083024",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776083125",
"uncertainty": 120
},
"departure": {
"time": "1776083144",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1776083526",
"uncertainty": 120
},
"departure": {
"time": "1776083560",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1776083669",
"uncertainty": 120
},
"departure": {
"time": "1776083680",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776083740",
"uncertainty": 120
},
"departure": {
"time": "1776083770",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1776083860",
"uncertainty": 120
},
"departure": {
"time": "1776083860",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776083920",
"uncertainty": 120
},
"departure": {
"time": "1776083920",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776084010",
"uncertainty": 120
},
"departure": {
"time": "1776084010",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776084070",
"uncertainty": 120
},
"departure": {
"time": "1776084070",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1776084130",
"uncertainty": 120
},
"departure": {
"time": "1776084130",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776084171",
"uncertainty": 120
},
"departure": {
"time": "1776084190",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776084230",
"uncertainty": 120
},
"departure": {
"time": "1776084230",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776084278",
"uncertainty": 120
},
"departure": {
"time": "1776084278",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1776084350",
"uncertainty": 120
},
"departure": {
"time": "1776084350",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1776084597",
"uncertainty": 120
},
"departure": {
"time": "1776084597",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1776084651",
"uncertainty": 120
},
"departure": {
"time": "1776084651",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1776084688",
"uncertainty": 120
},
"departure": {
"time": "1776084688",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1776084710",
"uncertainty": 120
},
"departure": {
"time": "1776084710",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1776084779",
"uncertainty": 120
},
"departure": {
"time": "1776084779",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1776084895",
"uncertainty": 120
},
"departure": {
"time": "1776084895",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1776084950",
"uncertainty": 120
},
"departure": {
"time": "1776084950",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1776085022",
"uncertainty": 120
},
"departure": {
"time": "1776085022",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1776085125",
"uncertainty": 120
},
"departure": {
"time": "1776085125",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1776085163",
"uncertainty": 120
},
"departure": {
"time": "1776085163",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1776085206",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370033"
},
"vehicle": {
"id": "173",
"label": "173"
}
}
},
{
"id": "21370035",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776082262",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776082379",
"uncertainty": 120
},
"departure": {
"time": "1776082442",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776082497",
"uncertainty": 120
},
"departure": {
"time": "1776082502",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776082532",
"uncertainty": 120
},
"departure": {
"time": "1776082532",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776082613",
"uncertainty": 120
},
"departure": {
"time": "1776082622",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776082672",
"uncertainty": 120
},
"departure": {
"time": "1776082772",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776082838",
"uncertainty": 120
},
"departure": {
"time": "1776082838",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776082998",
"uncertainty": 120
},
"departure": {
"time": "1776083044",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083131",
"uncertainty": 120
},
"departure": {
"time": "1776083131",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083176",
"uncertainty": 120
},
"departure": {
"time": "1776083193",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083234",
"uncertainty": 120
},
"departure": {
"time": "1776083253",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776083341",
"uncertainty": 120
},
"departure": {
"time": "1776083373",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776083403",
"uncertainty": 120
},
"departure": {
"time": "1776083403",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776083532",
"uncertainty": 120
},
"departure": {
"time": "1776083553",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776083583",
"uncertainty": 120
},
"departure": {
"time": "1776083583",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776083724",
"uncertainty": 120
},
"departure": {
"time": "1776083793",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776083905",
"uncertainty": 120
},
"departure": {
"time": "1776083913",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084033",
"uncertainty": 120
},
"departure": {
"time": "1776084063",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084163",
"uncertainty": 120
},
"departure": {
"time": "1776084213",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084323",
"uncertainty": 120
},
"departure": {
"time": "1776084323",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084401",
"uncertainty": 120
},
"departure": {
"time": "1776084401",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084455",
"uncertainty": 120
},
"departure": {
"time": "1776084455",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084505",
"uncertainty": 120
},
"departure": {
"time": "1776084505",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776084592",
"uncertainty": 120
},
"departure": {
"time": "1776084592",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776084680",
"uncertainty": 120
},
"departure": {
"time": "1776084680",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776084776",
"uncertainty": 120
},
"departure": {
"time": "1776084776",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776084810",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370035"
},
"vehicle": {
"id": "166",
"label": "166"
}
}
},
{
"id": "21370037",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776083397",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083474",
"uncertainty": 120
},
"departure": {
"time": "1776083474",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083509",
"uncertainty": 120
},
"departure": {
"time": "1776083517",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083607",
"uncertainty": 120
},
"departure": {
"time": "1776083637",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083690",
"uncertainty": 120
},
"departure": {
"time": "1776083690",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083817",
"uncertainty": 120
},
"departure": {
"time": "1776083817",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083877",
"uncertainty": 120
},
"departure": {
"time": "1776083907",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083951",
"uncertainty": 120
},
"departure": {
"time": "1776083951",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084073",
"uncertainty": 120
},
"departure": {
"time": "1776084073",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084147",
"uncertainty": 120
},
"departure": {
"time": "1776084177",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084264",
"uncertainty": 120
},
"departure": {
"time": "1776084264",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084316",
"uncertainty": 120
},
"departure": {
"time": "1776084316",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084425",
"uncertainty": 120
},
"departure": {
"time": "1776084425",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084548",
"uncertainty": 120
},
"departure": {
"time": "1776084548",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084593",
"uncertainty": 120
},
"departure": {
"time": "1776084593",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084673",
"uncertainty": 120
},
"departure": {
"time": "1776084673",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084704",
"uncertainty": 120
},
"departure": {
"time": "1776084704",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084829",
"uncertainty": 120
},
"departure": {
"time": "1776084829",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776085009",
"uncertainty": 120
},
"departure": {
"time": "1776085009",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1776085101",
"uncertainty": 120
},
"departure": {
"time": "1776085101",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1776085196",
"uncertainty": 120
},
"departure": {
"time": "1776085200",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1776085301",
"uncertainty": 120
},
"departure": {
"time": "1776085301",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776085387",
"uncertainty": 120
},
"departure": {
"time": "1776085387",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085493",
"uncertainty": 120
},
"departure": {
"time": "1776085493",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085557",
"uncertainty": 120
},
"departure": {
"time": "1776085557",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085650",
"uncertainty": 120
},
"departure": {
"time": "1776085650",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085703",
"uncertainty": 120
},
"departure": {
"time": "1776085703",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1776085760",
"uncertainty": 120
},
"departure": {
"time": "1776085760",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085814",
"uncertainty": 120
},
"departure": {
"time": "1776085814",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776085881",
"uncertainty": 120
},
"departure": {
"time": "1776085881",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776085929",
"uncertainty": 120
},
"departure": {
"time": "1776085929",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1776086001",
"uncertainty": 120
},
"departure": {
"time": "1776086001",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1776086248",
"uncertainty": 120
},
"departure": {
"time": "1776086248",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1776086302",
"uncertainty": 120
},
"departure": {
"time": "1776086302",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1776086339",
"uncertainty": 120
},
"departure": {
"time": "1776086339",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1776086361",
"uncertainty": 120
},
"departure": {
"time": "1776086361",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1776086430",
"uncertainty": 120
},
"departure": {
"time": "1776086430",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1776086546",
"uncertainty": 120
},
"departure": {
"time": "1776086546",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1776086601",
"uncertainty": 120
},
"departure": {
"time": "1776086601",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1776086673",
"uncertainty": 120
},
"departure": {
"time": "1776086673",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1776086776",
"uncertainty": 120
},
"departure": {
"time": "1776086776",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1776086839",
"uncertainty": 120
},
"departure": {
"time": "1776086839",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1776086898",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370037"
},
"vehicle": {
"id": "532",
"label": "532"
}
}
},
{
"id": "21370036",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776082980",
"uncertainty": 120
},
"departure": {
"time": "1776082986",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776083046",
"uncertainty": 120
},
"departure": {
"time": "1776083046",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776083236",
"uncertainty": 120
},
"departure": {
"time": "1776083256",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1776083346",
"uncertainty": 120
},
"departure": {
"time": "1776083346",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776083496",
"uncertainty": 120
},
"departure": {
"time": "1776083496",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776083547",
"uncertainty": 120
},
"departure": {
"time": "1776083556",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1776083676",
"uncertainty": 120
},
"departure": {
"time": "1776083706",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1776083796",
"uncertainty": 120
},
"departure": {
"time": "1776083796",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1776083887",
"uncertainty": 120
},
"departure": {
"time": "1776084036",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084066",
"uncertainty": 120
},
"departure": {
"time": "1776084066",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084186",
"uncertainty": 120
},
"departure": {
"time": "1776084216",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084277",
"uncertainty": 120
},
"departure": {
"time": "1776084277",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084354",
"uncertainty": 120
},
"departure": {
"time": "1776084354",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084404",
"uncertainty": 120
},
"departure": {
"time": "1776084404",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1776084468",
"uncertainty": 120
},
"departure": {
"time": "1776084468",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1776084529",
"uncertainty": 120
},
"departure": {
"time": "1776084529",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1776084584",
"uncertainty": 120
},
"departure": {
"time": "1776084584",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1776084674",
"uncertainty": 120
},
"departure": {
"time": "1776084674",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1776084861",
"uncertainty": 120
},
"departure": {
"time": "1776084861",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1776084959",
"uncertainty": 120
},
"departure": {
"time": "1776084959",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1776084999",
"uncertainty": 120
},
"departure": {
"time": "1776084999",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1776085035",
"uncertainty": 120
},
"departure": {
"time": "1776085035",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1776085077",
"uncertainty": 120
},
"departure": {
"time": "1776085077",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 25
},
{
"arrival": {
"time": "1776085182",
"uncertainty": 120
},
"departure": {
"time": "1776085182",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1776085249",
"uncertainty": 120
},
"departure": {
"time": "1776085249",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1776085297",
"uncertainty": 120
},
"departure": {
"time": "1776085297",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1776085358",
"uncertainty": 120
},
"departure": {
"time": "1776085358",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1776085439",
"uncertainty": 120
},
"departure": {
"time": "1776085439",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1776085505",
"uncertainty": 120
},
"departure": {
"time": "1776085505",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1776085543",
"uncertainty": 120
},
"departure": {
"time": "1776085543",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1776085576",
"uncertainty": 120
},
"departure": {
"time": "1776085576",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1776085641",
"uncertainty": 120
},
"departure": {
"time": "1776085641",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1776085667",
"uncertainty": 120
},
"departure": {
"time": "1776085667",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1776085737",
"uncertainty": 120
},
"departure": {
"time": "1776085737",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1776085857",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370036"
},
"vehicle": {
"id": "161",
"label": "161"
}
}
},
{
"id": "21370039",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776084153",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776084265",
"uncertainty": 120
},
"departure": {
"time": "1776084265",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776084342",
"uncertainty": 120
},
"departure": {
"time": "1776084342",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084379",
"uncertainty": 120
},
"departure": {
"time": "1776084379",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084462",
"uncertainty": 120
},
"departure": {
"time": "1776084462",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084582",
"uncertainty": 120
},
"departure": {
"time": "1776084582",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084668",
"uncertainty": 120
},
"departure": {
"time": "1776084668",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084828",
"uncertainty": 120
},
"departure": {
"time": "1776084828",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084939",
"uncertainty": 120
},
"departure": {
"time": "1776084939",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776085009",
"uncertainty": 120
},
"departure": {
"time": "1776085009",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776085067",
"uncertainty": 120
},
"departure": {
"time": "1776085067",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776085179",
"uncertainty": 120
},
"departure": {
"time": "1776085179",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776085237",
"uncertainty": 120
},
"departure": {
"time": "1776085237",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776085445",
"uncertainty": 120
},
"departure": {
"time": "1776085445",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776085480",
"uncertainty": 120
},
"departure": {
"time": "1776085480",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776085619",
"uncertainty": 120
},
"departure": {
"time": "1776085619",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085739",
"uncertainty": 120
},
"departure": {
"time": "1776085739",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085919",
"uncertainty": 120
},
"departure": {
"time": "1776085919",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776086039",
"uncertainty": 120
},
"departure": {
"time": "1776086039",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776086152",
"uncertainty": 120
},
"departure": {
"time": "1776086152",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776086279",
"uncertainty": 120
},
"departure": {
"time": "1776086279",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776086382",
"uncertainty": 120
},
"departure": {
"time": "1776086382",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776086461",
"uncertainty": 120
},
"departure": {
"time": "1776086461",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776086542",
"uncertainty": 120
},
"departure": {
"time": "1776086542",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776086701",
"uncertainty": 120
},
"departure": {
"time": "1776086701",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776086817",
"uncertainty": 120
},
"departure": {
"time": "1776086817",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776086881",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370039"
},
"vehicle": {
"id": "192",
"label": "192"
}
}
},
{
"id": "21370038",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776083806",
"uncertainty": 120
},
"departure": {
"time": "1776083841",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776083553",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776083649",
"uncertainty": 120
},
"departure": {
"time": "1776083649",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776083847",
"uncertainty": 120
},
"departure": {
"time": "1776083847",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776084006",
"uncertainty": 120
},
"departure": {
"time": "1776084027",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1776084108",
"uncertainty": 120
},
"departure": {
"time": "1776084108",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1776084216",
"uncertainty": 120
},
"departure": {
"time": "1776084216",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1776084300",
"uncertainty": 120
},
"departure": {
"time": "1776084300",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776084425",
"uncertainty": 120
},
"departure": {
"time": "1776084425",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1776084491",
"uncertainty": 120
},
"departure": {
"time": "1776084491",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1776084537",
"uncertainty": 120
},
"departure": {
"time": "1776084537",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776084646",
"uncertainty": 120
},
"departure": {
"time": "1776084646",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776084746",
"uncertainty": 120
},
"departure": {
"time": "1776084746",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776084835",
"uncertainty": 120
},
"departure": {
"time": "1776084835",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776084860",
"uncertainty": 120
},
"departure": {
"time": "1776084860",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776084930",
"uncertainty": 120
},
"departure": {
"time": "1776084930",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776084975",
"uncertainty": 120
},
"departure": {
"time": "1776084975",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1776085101",
"uncertainty": 120
},
"departure": {
"time": "1776085101",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1776085171",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1776084232",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370038"
},
"vehicle": {
"id": "189",
"label": "189"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1776084232"
}
}