Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Marinéo.
Disponibilité au téléchargement
En savoir plus
HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type
GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.Rapport de validation
❌209 erreurs, 43 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 25/11/2025 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 8 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 21323739 stop_sequence [2, 1] is not strictly sorted by increasing stop_sequence
- trip_id 21323514 stop_sequence [22, 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 21323512 stop_sequence [22, 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 21323513 stop_sequence [22, 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 21323610 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 1 erreur
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id 21323855 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 1 erreur
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id SC does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 20 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21725824 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21725826 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21323496 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21725957 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21725958 stop_id wimmair3 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 178 erreurs
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id 21725824 stop_sequence 1 departure_time 08:01:04 (1764054064) is less than previous stop departure_time 08:17:20 (1764055040) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 1 departure_time 08:01:04 (1764054064) is less than previous stop arrival_time 08:17:20 (1764055040) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 2 arrival_time 08:02:25 (1764054145) is less than previous stop arrival_time 08:17:20 (1764055040) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 2 departure_time 08:02:34 (1764054154) is less than previous stop arrival_time 08:17:20 (1764055040) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 16 arrival_time 08:17:59 (1764055079) is less than previous stop arrival_time 08:18:11 (1764055091) - times must increase between two sequential stops
GTFS-rt stop_sequence not found in GTFS data E051 1 erreur
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 21323739 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 43 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 21728615 does not have a vehicle_id
- trip_id 21725789 does not have a vehicle_id
- trip_id 21323825 does not have a vehicle_id
- trip_id 21725825 does not have a vehicle_id
- trip_id 21725826 does not have a vehicle_id
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 517 | 30 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4 741 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 018 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 240 | 26 fois (87 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 24 | 21 fois (70 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 13 | 13 fois (43 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 13 | 13 fois (43 % des 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 | 7 | 7 fois (23 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 25/11/2025 à 18h57 Europe/Paris.
trip_updates (56) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 25/11/2025 à 18h57 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21323904",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764090925",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764090955",
"uncertainty": 120
},
"departure": {
"time": "1764090955",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091020",
"uncertainty": 120
},
"departure": {
"time": "1764091045",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091179",
"uncertainty": 120
},
"departure": {
"time": "1764091179",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091269",
"uncertainty": 120
},
"departure": {
"time": "1764091285",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091345",
"uncertainty": 120
},
"departure": {
"time": "1764091345",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091525",
"uncertainty": 120
},
"departure": {
"time": "1764091555",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764091855",
"uncertainty": 120
},
"departure": {
"time": "1764092125",
"uncertainty": 120
},
"stopId": "bsmc15a",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092250",
"uncertainty": 120
},
"departure": {
"time": "1764092250",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093037",
"uncertainty": 120
},
"departure": {
"time": "1764093055",
"uncertainty": 120
},
"stopId": "conpav2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093169",
"uncertainty": 120
},
"departure": {
"time": "1764093169",
"uncertainty": 120
},
"stopId": "conmairi",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093255",
"uncertainty": 120
},
"departure": {
"time": "1764093255",
"uncertainty": 120
},
"stopId": "concha2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093385",
"uncertainty": 120
},
"departure": {
"time": "1764093385",
"uncertainty": 120
},
"stopId": "conpas2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093630",
"uncertainty": 120
},
"departure": {
"time": "1764093630",
"uncertainty": 120
},
"stopId": "neudun1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093682",
"uncertainty": 120
},
"departure": {
"time": "1764093682",
"uncertainty": 120
},
"stopId": "neumin",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094051",
"uncertainty": 120
},
"departure": {
"time": "1764094051",
"uncertainty": 120
},
"stopId": "neslav2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764094135",
"uncertainty": 120
},
"departure": {
"time": "1764094135",
"uncertainty": 120
},
"stopId": "neucoin",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094231",
"uncertainty": 120
},
"departure": {
"time": "1764094231",
"uncertainty": 120
},
"stopId": "neumai2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094331",
"uncertainty": 120
},
"departure": {
"time": "1764094331",
"uncertainty": 120
},
"stopId": "neuforg",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094411",
"uncertainty": 120
},
"departure": {
"time": "1764094411",
"uncertainty": 120
},
"stopId": "neuson1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094674",
"uncertainty": 120
},
"departure": {
"time": "1764094674",
"uncertainty": 120
},
"stopId": "dancite",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094788",
"uncertainty": 120
},
"departure": {
"time": "1764094788",
"uncertainty": 120
},
"stopId": "danmai1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094891",
"uncertainty": 120
},
"stopId": "danpet2",
"stopSequence": 23
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "53",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323904"
},
"vehicle": {
"id": "513",
"label": "513"
}
}
},
{
"id": "21323834",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093441",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093676",
"uncertainty": 120
},
"departure": {
"time": "1764093676",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093755",
"uncertainty": 120
},
"departure": {
"time": "1764093755",
"uncertainty": 120
},
"stopId": "isqmair2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093838",
"uncertainty": 120
},
"departure": {
"time": "1764093838",
"uncertainty": 120
},
"stopId": "isqhame2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093915",
"uncertainty": 120
},
"departure": {
"time": "1764093915",
"uncertainty": 120
},
"stopId": "isqresi2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764094002",
"uncertainty": 120
},
"departure": {
"time": "1764094002",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 6
},
{
"arrival": {
"time": "1764094029",
"uncertainty": 120
},
"departure": {
"time": "1764094029",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 7
},
{
"arrival": {
"time": "1764094073",
"uncertainty": 120
},
"departure": {
"time": "1764094073",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094170",
"uncertainty": 120
},
"departure": {
"time": "1764094170",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094192",
"uncertainty": 120
},
"departure": {
"time": "1764094192",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094249",
"uncertainty": 120
},
"departure": {
"time": "1764094249",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094320",
"uncertainty": 120
},
"departure": {
"time": "1764094320",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094419",
"uncertainty": 120
},
"departure": {
"time": "1764094419",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094484",
"uncertainty": 120
},
"departure": {
"time": "1764094484",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094520",
"uncertainty": 120
},
"departure": {
"time": "1764094520",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094591",
"uncertainty": 120
},
"departure": {
"time": "1764094591",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764094686",
"uncertainty": 120
},
"departure": {
"time": "1764094686",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094842",
"uncertainty": 120
},
"departure": {
"time": "1764094842",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094924",
"uncertainty": 120
},
"departure": {
"time": "1764094924",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094991",
"uncertainty": 120
},
"departure": {
"time": "1764094991",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764095036",
"uncertainty": 120
},
"departure": {
"time": "1764095036",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 21
},
{
"arrival": {
"time": "1764095076",
"uncertainty": 120
},
"departure": {
"time": "1764095076",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 22
},
{
"arrival": {
"time": "1764095212",
"uncertainty": 120
},
"departure": {
"time": "1764095212",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764095327",
"uncertainty": 120
},
"departure": {
"time": "1764095327",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 24
},
{
"arrival": {
"time": "1764095436",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 25
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323834"
},
"vehicle": {
"id": "328",
"label": "328"
}
}
},
{
"id": "21323824",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091583",
"uncertainty": 120
},
"stopId": "hesecol2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091732",
"uncertainty": 120
},
"departure": {
"time": "1764091733",
"uncertainty": 120
},
"stopId": "hesman2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091823",
"uncertainty": 120
},
"departure": {
"time": "1764091823",
"uncertainty": 120
},
"stopId": "hestro2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091951",
"uncertainty": 120
},
"departure": {
"time": "1764091973",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092031",
"uncertainty": 120
},
"departure": {
"time": "1764092033",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092120",
"uncertainty": 120
},
"departure": {
"time": "1764092123",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092205",
"uncertainty": 120
},
"departure": {
"time": "1764092214",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092291",
"uncertainty": 120
},
"departure": {
"time": "1764092291",
"uncertainty": 120
},
"stopId": "isqmair2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092363",
"uncertainty": 120
},
"departure": {
"time": "1764092363",
"uncertainty": 120
},
"stopId": "isqhame2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092437",
"uncertainty": 120
},
"departure": {
"time": "1764092437",
"uncertainty": 120
},
"stopId": "isqresi2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092529",
"uncertainty": 120
},
"departure": {
"time": "1764092529",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092558",
"uncertainty": 120
},
"departure": {
"time": "1764092558",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092603",
"uncertainty": 120
},
"departure": {
"time": "1764092603",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092693",
"uncertainty": 120
},
"departure": {
"time": "1764092693",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092707",
"uncertainty": 120
},
"departure": {
"time": "1764092707",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092753",
"uncertainty": 120
},
"departure": {
"time": "1764092843",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092911",
"uncertainty": 120
},
"departure": {
"time": "1764092911",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093009",
"uncertainty": 120
},
"departure": {
"time": "1764093009",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093074",
"uncertainty": 120
},
"departure": {
"time": "1764093074",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093110",
"uncertainty": 120
},
"departure": {
"time": "1764093113",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093187",
"uncertainty": 120
},
"departure": {
"time": "1764093203",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093293",
"uncertainty": 120
},
"departure": {
"time": "1764093293",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093419",
"uncertainty": 120
},
"departure": {
"time": "1764093419",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093501",
"uncertainty": 120
},
"departure": {
"time": "1764093501",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093573",
"uncertainty": 120
},
"departure": {
"time": "1764093573",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093622",
"uncertainty": 120
},
"departure": {
"time": "1764093622",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764093666",
"uncertainty": 120
},
"departure": {
"time": "1764093666",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 27
},
{
"arrival": {
"time": "1764093803",
"uncertainty": 120
},
"departure": {
"time": "1764093803",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764093919",
"uncertainty": 120
},
"departure": {
"time": "1764093919",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 29
},
{
"arrival": {
"time": "1764094028",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 30
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323824"
},
"vehicle": {
"id": "1199",
"label": "1199"
}
}
},
{
"id": "21323822",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764092162",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092296",
"uncertainty": 120
},
"departure": {
"time": "1764092312",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092393",
"uncertainty": 120
},
"departure": {
"time": "1764092393",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092508",
"uncertainty": 120
},
"departure": {
"time": "1764092508",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092604",
"uncertainty": 120
},
"departure": {
"time": "1764092732",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092792",
"uncertainty": 120
},
"departure": {
"time": "1764092792",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092817",
"uncertainty": 120
},
"departure": {
"time": "1764092852",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092925",
"uncertainty": 120
},
"departure": {
"time": "1764092925",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093001",
"uncertainty": 120
},
"departure": {
"time": "1764093001",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093122",
"uncertainty": 120
},
"departure": {
"time": "1764093122",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093250",
"uncertainty": 120
},
"departure": {
"time": "1764093250",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093316",
"uncertainty": 120
},
"departure": {
"time": "1764093316",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093352",
"uncertainty": 120
},
"departure": {
"time": "1764093392",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093498",
"uncertainty": 120
},
"departure": {
"time": "1764093498",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093621",
"uncertainty": 120
},
"departure": {
"time": "1764093621",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093701",
"uncertainty": 120
},
"departure": {
"time": "1764093701",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093734",
"uncertainty": 120
},
"departure": {
"time": "1764093734",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093763",
"uncertainty": 120
},
"departure": {
"time": "1764093763",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093822",
"uncertainty": 120
},
"departure": {
"time": "1764093822",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093879",
"uncertainty": 120
},
"departure": {
"time": "1764093879",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093894",
"uncertainty": 120
},
"departure": {
"time": "1764093894",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093951",
"uncertainty": 120
},
"departure": {
"time": "1764093951",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094004",
"uncertainty": 120
},
"departure": {
"time": "1764094004",
"uncertainty": 120
},
"stopId": "isqresi",
"stopSequence": 23
},
{
"arrival": {
"time": "1764094113",
"uncertainty": 120
},
"departure": {
"time": "1764094113",
"uncertainty": 120
},
"stopId": "isqhame",
"stopSequence": 24
},
{
"arrival": {
"time": "1764094266",
"uncertainty": 120
},
"departure": {
"time": "1764094266",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 25
},
{
"arrival": {
"time": "1764094356",
"uncertainty": 120
},
"departure": {
"time": "1764094356",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 26
},
{
"arrival": {
"time": "1764094401",
"uncertainty": 120
},
"departure": {
"time": "1764094401",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764094472",
"uncertainty": 120
},
"departure": {
"time": "1764094472",
"uncertainty": 120
},
"stopId": "isqvill",
"stopSequence": 28
},
{
"arrival": {
"time": "1764094515",
"uncertainty": 120
},
"departure": {
"time": "1764094515",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764094668",
"uncertainty": 120
},
"departure": {
"time": "1764094668",
"uncertainty": 120
},
"stopId": "hestro1",
"stopSequence": 30
},
{
"arrival": {
"time": "1764094790",
"uncertainty": 120
},
"departure": {
"time": "1764094790",
"uncertainty": 120
},
"stopId": "hesman1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764094832",
"uncertainty": 120
},
"stopId": "hesver1",
"stopSequence": 32
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323822"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21323779",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764088927",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764089163",
"uncertainty": 120
},
"departure": {
"time": "1764089193",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764089403",
"uncertainty": 120
},
"departure": {
"time": "1764089403",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764089636",
"uncertainty": 120
},
"departure": {
"time": "1764089673",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764089952",
"uncertainty": 120
},
"departure": {
"time": "1764090033",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764090133",
"uncertainty": 120
},
"departure": {
"time": "1764090183",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 6
},
{
"arrival": {
"time": "1764090717",
"uncertainty": 120
},
"departure": {
"time": "1764090723",
"uncertainty": 120
},
"stopId": "pitpit1",
"stopSequence": 7
},
{
"arrival": {
"time": "1764090777",
"uncertainty": 120
},
"departure": {
"time": "1764090777",
"uncertainty": 120
},
"stopId": "persouv",
"stopSequence": 8
},
{
"arrival": {
"time": "1764090946",
"uncertainty": 120
},
"departure": {
"time": "1764090965",
"uncertainty": 120
},
"stopId": "perplac",
"stopSequence": 9
},
{
"arrival": {
"time": "1764091253",
"uncertainty": 120
},
"departure": {
"time": "1764091266",
"uncertainty": 120
},
"stopId": "confore3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764091319",
"uncertainty": 120
},
"departure": {
"time": "1764091327",
"uncertainty": 120
},
"stopId": "conoix1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764091500",
"uncertainty": 120
},
"departure": {
"time": "1764091500",
"uncertainty": 120
},
"stopId": "conplac2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764091628",
"uncertainty": 120
},
"departure": {
"time": "1764091720",
"uncertainty": 120
},
"stopId": "concroq2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092162",
"uncertainty": 120
},
"departure": {
"time": "1764092162",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093499"
},
"departure": {
"time": "1764093499"
},
"stopId": "lacpont2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093623"
},
"departure": {
"time": "1764093623"
},
"stopId": "lacchai2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093704"
},
"departure": {
"time": "1764093704"
},
"stopId": "lacegli2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093749"
},
"departure": {
"time": "1764093749"
},
"stopId": "lacgara2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093861"
},
"departure": {
"time": "1764093861"
},
"stopId": "lacpern2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093922"
},
"departure": {
"time": "1764093922"
},
"stopId": "lacpell2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093986"
},
"stopId": "smbbadh2",
"stopSequence": 21
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "176",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323779"
},
"vehicle": {
"id": "216",
"label": "216"
}
}
},
{
"id": "21323777",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091987",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092184",
"uncertainty": 120
},
"departure": {
"time": "1764092184",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092343",
"uncertainty": 120
},
"departure": {
"time": "1764092523",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092688",
"uncertainty": 120
},
"departure": {
"time": "1764092688",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092921",
"uncertainty": 120
},
"departure": {
"time": "1764092921",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092952",
"uncertainty": 120
},
"departure": {
"time": "1764092973",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093652",
"uncertainty": 120
},
"departure": {
"time": "1764093652",
"uncertainty": 120
},
"stopId": "pitpit1",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093714",
"uncertainty": 120
},
"departure": {
"time": "1764093714",
"uncertainty": 120
},
"stopId": "persouv",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093882",
"uncertainty": 120
},
"departure": {
"time": "1764093882",
"uncertainty": 120
},
"stopId": "perplac",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094206",
"uncertainty": 120
},
"departure": {
"time": "1764094206",
"uncertainty": 120
},
"stopId": "confore3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094252",
"uncertainty": 120
},
"departure": {
"time": "1764094252",
"uncertainty": 120
},
"stopId": "conoix1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094413",
"uncertainty": 120
},
"departure": {
"time": "1764094413",
"uncertainty": 120
},
"stopId": "conplac2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094552",
"uncertainty": 120
},
"departure": {
"time": "1764094552",
"uncertainty": 120
},
"stopId": "concroq2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094972",
"uncertainty": 120
},
"departure": {
"time": "1764094972",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095132",
"uncertainty": 120
},
"departure": {
"time": "1764095132",
"uncertainty": 120
},
"stopId": "lacpont2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095212",
"uncertainty": 120
},
"departure": {
"time": "1764095212",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095292",
"uncertainty": 120
},
"departure": {
"time": "1764095292",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095337",
"uncertainty": 120
},
"departure": {
"time": "1764095337",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095448",
"uncertainty": 120
},
"departure": {
"time": "1764095448",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764095509",
"uncertainty": 120
},
"departure": {
"time": "1764095509",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764095572",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 21
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "176",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323777"
},
"vehicle": {
"id": "212",
"label": "212"
}
}
},
{
"id": "21323508",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764091977",
"uncertainty": 120
},
"departure": {
"time": "1764091977",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764092008",
"uncertainty": 120
},
"departure": {
"time": "1764092008",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764091262",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091381",
"uncertainty": 120
},
"departure": {
"time": "1764091442",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091581",
"uncertainty": 120
},
"departure": {
"time": "1764091652",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091712",
"uncertainty": 120
},
"departure": {
"time": "1764091740",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091832",
"uncertainty": 120
},
"departure": {
"time": "1764091862",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091935",
"uncertainty": 120
},
"departure": {
"time": "1764091935",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092040",
"uncertainty": 120
},
"departure": {
"time": "1764092040",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092085",
"uncertainty": 120
},
"departure": {
"time": "1764092085",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092011",
"uncertainty": 120
},
"departure": {
"time": "1764092011",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092071",
"uncertainty": 120
},
"departure": {
"time": "1764092221",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092322",
"uncertainty": 120
},
"departure": {
"time": "1764092340",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092447",
"uncertainty": 120
},
"departure": {
"time": "1764092461",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092520",
"uncertainty": 120
},
"departure": {
"time": "1764092551",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092611",
"uncertainty": 120
},
"departure": {
"time": "1764092611",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092671",
"uncertainty": 120
},
"departure": {
"time": "1764092671",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092751",
"uncertainty": 120
},
"departure": {
"time": "1764092751",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092851",
"uncertainty": 120
},
"departure": {
"time": "1764092851",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764092885",
"uncertainty": 120
},
"departure": {
"time": "1764092885",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764092971",
"uncertainty": 120
},
"departure": {
"time": "1764093061",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093134",
"uncertainty": 120
},
"departure": {
"time": "1764093134",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093211",
"uncertainty": 120
},
"departure": {
"time": "1764093211",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093267",
"uncertainty": 120
},
"departure": {
"time": "1764093271",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093331",
"uncertainty": 120
},
"departure": {
"time": "1764093331",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093391",
"uncertainty": 120
},
"departure": {
"time": "1764093421",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093458",
"uncertainty": 120
},
"departure": {
"time": "1764093458",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093521",
"uncertainty": 120
},
"departure": {
"time": "1764093521",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764093587",
"uncertainty": 120
},
"departure": {
"time": "1764093587",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764093708",
"uncertainty": 120
},
"departure": {
"time": "1764093708",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764093782",
"uncertainty": 120
},
"departure": {
"time": "1764093782",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764093833",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323508"
},
"vehicle": {
"id": "164",
"label": "164"
}
}
},
{
"id": "21323509",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764094794",
"uncertainty": 120
},
"departure": {
"time": "1764094794",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764094825",
"uncertainty": 120
},
"departure": {
"time": "1764094825",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764094200",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094399",
"uncertainty": 120
},
"departure": {
"time": "1764094399",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764094532",
"uncertainty": 120
},
"departure": {
"time": "1764094532",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764094620",
"uncertainty": 120
},
"departure": {
"time": "1764094620",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764094703",
"uncertainty": 120
},
"departure": {
"time": "1764094703",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764094776",
"uncertainty": 120
},
"departure": {
"time": "1764094776",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764094860",
"uncertainty": 120
},
"departure": {
"time": "1764094860",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764094905",
"uncertainty": 120
},
"departure": {
"time": "1764094905",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094828",
"uncertainty": 120
},
"departure": {
"time": "1764094828",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094925",
"uncertainty": 120
},
"departure": {
"time": "1764094925",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764095065",
"uncertainty": 120
},
"departure": {
"time": "1764095065",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764095172",
"uncertainty": 120
},
"departure": {
"time": "1764095172",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764095245",
"uncertainty": 120
},
"departure": {
"time": "1764095245",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095291",
"uncertainty": 120
},
"departure": {
"time": "1764095291",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095365",
"uncertainty": 120
},
"departure": {
"time": "1764095365",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095449",
"uncertainty": 120
},
"departure": {
"time": "1764095449",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095539",
"uncertainty": 120
},
"departure": {
"time": "1764095539",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095599",
"uncertainty": 120
},
"departure": {
"time": "1764095599",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095712",
"uncertainty": 120
},
"departure": {
"time": "1764095712",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764095790",
"uncertainty": 120
},
"departure": {
"time": "1764095790",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764095882",
"uncertainty": 120
},
"departure": {
"time": "1764095882",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764095931",
"uncertainty": 120
},
"departure": {
"time": "1764095931",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764096009",
"uncertainty": 120
},
"departure": {
"time": "1764096009",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764096089",
"uncertainty": 120
},
"departure": {
"time": "1764096089",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764096153",
"uncertainty": 120
},
"departure": {
"time": "1764096153",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764096209",
"uncertainty": 120
},
"departure": {
"time": "1764096209",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764096273",
"uncertainty": 120
},
"departure": {
"time": "1764096273",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764096394",
"uncertainty": 120
},
"departure": {
"time": "1764096394",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764096465",
"uncertainty": 120
},
"departure": {
"time": "1764096465",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764096514",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323509"
}
}
},
{
"id": "21726020",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764091713",
"uncertainty": 120
},
"departure": {
"time": "1764091713",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"departure": {
"time": "1764090991",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091044",
"uncertainty": 120
},
"departure": {
"time": "1764091111",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091161",
"uncertainty": 120
},
"departure": {
"time": "1764091161",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091202",
"uncertainty": 120
},
"departure": {
"time": "1764091231",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091262",
"uncertainty": 120
},
"departure": {
"time": "1764091291",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091336",
"uncertainty": 120
},
"departure": {
"time": "1764091336",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091428",
"uncertainty": 120
},
"departure": {
"time": "1764091428",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764091492",
"uncertainty": 120
},
"departure": {
"time": "1764091501",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764091582",
"uncertainty": 120
},
"departure": {
"time": "1764091591",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764091651",
"uncertainty": 120
},
"departure": {
"time": "1764091651",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764091601",
"uncertainty": 120
},
"departure": {
"time": "1764091601",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764091649",
"uncertainty": 120
},
"departure": {
"time": "1764091649",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764091688",
"uncertainty": 120
},
"departure": {
"time": "1764091688",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092267",
"uncertainty": 120
},
"departure": {
"time": "1764092267",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092316",
"uncertainty": 120
},
"departure": {
"time": "1764092316",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764092364",
"uncertainty": 120
},
"departure": {
"time": "1764092364",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764092396",
"uncertainty": 120
},
"departure": {
"time": "1764092396",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764092452",
"uncertainty": 120
},
"departure": {
"time": "1764092456",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764092502",
"uncertainty": 120
},
"departure": {
"time": "1764092502",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764092546",
"uncertainty": 120
},
"departure": {
"time": "1764092546",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764092606",
"uncertainty": 120
},
"departure": {
"time": "1764092696",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764092772",
"uncertainty": 120
},
"departure": {
"time": "1764092772",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764092816",
"uncertainty": 120
},
"departure": {
"time": "1764092816",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764092884",
"uncertainty": 120
},
"departure": {
"time": "1764092966",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764093071",
"uncertainty": 120
},
"departure": {
"time": "1764093116",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764093160",
"uncertainty": 120
},
"departure": {
"time": "1764093176",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764093266",
"uncertainty": 120
},
"departure": {
"time": "1764093296",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764093425",
"uncertainty": 120
},
"departure": {
"time": "1764093425",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764093493",
"uncertainty": 120
},
"departure": {
"time": "1764093493",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764093635",
"uncertainty": 120
},
"departure": {
"time": "1764093635",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764093696",
"uncertainty": 120
},
"departure": {
"time": "1764093696",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764093777",
"uncertainty": 120
},
"departure": {
"time": "1764093777",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764093844",
"uncertainty": 120
},
"departure": {
"time": "1764093844",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764093936",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726020"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21726021",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764094876",
"uncertainty": 120
},
"departure": {
"time": "1764094876",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764092462",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092479",
"uncertainty": 120
},
"departure": {
"time": "1764092492",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092566",
"uncertainty": 120
},
"departure": {
"time": "1764092566",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092640",
"uncertainty": 120
},
"departure": {
"time": "1764092640",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092720",
"uncertainty": 120
},
"departure": {
"time": "1764092732",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092836",
"uncertainty": 120
},
"departure": {
"time": "1764092836",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093002",
"uncertainty": 120
},
"departure": {
"time": "1764093002",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093051",
"uncertainty": 120
},
"departure": {
"time": "1764093051",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093180",
"uncertainty": 120
},
"departure": {
"time": "1764093212",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093302",
"uncertainty": 120
},
"departure": {
"time": "1764093302",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093413",
"uncertainty": 120
},
"departure": {
"time": "1764093420",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093511",
"uncertainty": 120
},
"departure": {
"time": "1764093511",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093661",
"uncertainty": 120
},
"departure": {
"time": "1764093661",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093713",
"uncertainty": 120
},
"departure": {
"time": "1764093713",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093780",
"uncertainty": 120
},
"departure": {
"time": "1764093780",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093822",
"uncertainty": 120
},
"departure": {
"time": "1764093822",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093875",
"uncertainty": 120
},
"departure": {
"time": "1764093875",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093925",
"uncertainty": 120
},
"departure": {
"time": "1764093925",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093970",
"uncertainty": 120
},
"departure": {
"time": "1764093970",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094044",
"uncertainty": 120
},
"departure": {
"time": "1764094044",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094198",
"uncertainty": 120
},
"departure": {
"time": "1764094198",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094278",
"uncertainty": 120
},
"departure": {
"time": "1764094278",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094311",
"uncertainty": 120
},
"departure": {
"time": "1764094311",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764094339",
"uncertainty": 120
},
"departure": {
"time": "1764094339",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764094380",
"uncertainty": 120
},
"departure": {
"time": "1764094380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764095217",
"uncertainty": 120
},
"departure": {
"time": "1764095217",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764095279",
"uncertainty": 120
},
"departure": {
"time": "1764095279",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764095323",
"uncertainty": 120
},
"departure": {
"time": "1764095323",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764095379",
"uncertainty": 120
},
"departure": {
"time": "1764095379",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764095453",
"uncertainty": 120
},
"departure": {
"time": "1764095453",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764095514",
"uncertainty": 120
},
"departure": {
"time": "1764095514",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764095549",
"uncertainty": 120
},
"departure": {
"time": "1764095549",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764095579",
"uncertainty": 120
},
"departure": {
"time": "1764095579",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764095639",
"uncertainty": 120
},
"departure": {
"time": "1764095639",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764095663",
"uncertainty": 120
},
"departure": {
"time": "1764095663",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764095729",
"uncertainty": 120
},
"departure": {
"time": "1764095729",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764095849",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726021"
},
"vehicle": {
"id": "168",
"label": "168"
}
}
},
{
"id": "21726022",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764094246",
"uncertainty": 120
},
"departure": {
"time": "1764094246",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764094435",
"uncertainty": 120
},
"departure": {
"time": "1764094435",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764094436",
"uncertainty": 120
},
"departure": {
"time": "1764094436",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764094546",
"uncertainty": 120
},
"departure": {
"time": "1764094546",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764094635",
"uncertainty": 120
},
"departure": {
"time": "1764094635",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764093441",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093638",
"uncertainty": 120
},
"departure": {
"time": "1764093638",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093688",
"uncertainty": 120
},
"departure": {
"time": "1764093688",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093752",
"uncertainty": 120
},
"departure": {
"time": "1764093752",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093790",
"uncertainty": 120
},
"departure": {
"time": "1764093790",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093848",
"uncertainty": 120
},
"departure": {
"time": "1764093848",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093931",
"uncertainty": 120
},
"departure": {
"time": "1764093931",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764094003",
"uncertainty": 120
},
"departure": {
"time": "1764094003",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094071",
"uncertainty": 120
},
"departure": {
"time": "1764094071",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094150",
"uncertainty": 120
},
"departure": {
"time": "1764094150",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094326",
"uncertainty": 120
},
"departure": {
"time": "1764094326",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094376",
"uncertainty": 120
},
"departure": {
"time": "1764094376",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094416",
"uncertainty": 120
},
"departure": {
"time": "1764094416",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094674",
"uncertainty": 120
},
"departure": {
"time": "1764094674",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094756",
"uncertainty": 120
},
"departure": {
"time": "1764094756",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094924",
"uncertainty": 120
},
"departure": {
"time": "1764094924",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095008",
"uncertainty": 120
},
"departure": {
"time": "1764095008",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095056",
"uncertainty": 120
},
"departure": {
"time": "1764095056",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095107",
"uncertainty": 120
},
"departure": {
"time": "1764095107",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764095169",
"uncertainty": 120
},
"departure": {
"time": "1764095169",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764095209",
"uncertainty": 120
},
"departure": {
"time": "1764095209",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764095276",
"uncertainty": 120
},
"departure": {
"time": "1764095276",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764095382",
"uncertainty": 120
},
"departure": {
"time": "1764095382",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764095487",
"uncertainty": 120
},
"departure": {
"time": "1764095487",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764095570",
"uncertainty": 120
},
"departure": {
"time": "1764095570",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764095717",
"uncertainty": 120
},
"departure": {
"time": "1764095717",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764095833",
"uncertainty": 120
},
"departure": {
"time": "1764095833",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764095910",
"uncertainty": 120
},
"departure": {
"time": "1764095910",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764096008",
"uncertainty": 120
},
"departure": {
"time": "1764096008",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764096175",
"uncertainty": 120
},
"departure": {
"time": "1764096175",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764096242",
"uncertainty": 120
},
"departure": {
"time": "1764096242",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764096362",
"uncertainty": 120
},
"departure": {
"time": "1764096362",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764096422",
"uncertainty": 120
},
"departure": {
"time": "1764096422",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764096503",
"uncertainty": 120
},
"departure": {
"time": "1764096503",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764096570",
"uncertainty": 120
},
"departure": {
"time": "1764096570",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764096662",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726022"
},
"vehicle": {
"id": "182",
"label": "182"
}
}
},
{
"id": "21726023",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764097516",
"uncertainty": 120
},
"departure": {
"time": "1764097516",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764095100",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764095114",
"uncertainty": 120
},
"departure": {
"time": "1764095114",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764095183",
"uncertainty": 120
},
"departure": {
"time": "1764095183",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764095255",
"uncertainty": 120
},
"departure": {
"time": "1764095255",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764095340",
"uncertainty": 120
},
"departure": {
"time": "1764095340",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764095416",
"uncertainty": 120
},
"departure": {
"time": "1764095416",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764095555",
"uncertainty": 120
},
"departure": {
"time": "1764095555",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764095638",
"uncertainty": 120
},
"departure": {
"time": "1764095638",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764095820",
"uncertainty": 120
},
"departure": {
"time": "1764095820",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764095908",
"uncertainty": 120
},
"departure": {
"time": "1764095908",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764096000",
"uncertainty": 120
},
"departure": {
"time": "1764096060",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764096151",
"uncertainty": 120
},
"departure": {
"time": "1764096151",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764096301",
"uncertainty": 120
},
"departure": {
"time": "1764096301",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764096353",
"uncertainty": 120
},
"departure": {
"time": "1764096353",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764096420",
"uncertainty": 120
},
"departure": {
"time": "1764096420",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764096462",
"uncertainty": 120
},
"departure": {
"time": "1764096462",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764096515",
"uncertainty": 120
},
"departure": {
"time": "1764096515",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764096565",
"uncertainty": 120
},
"departure": {
"time": "1764096565",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764096610",
"uncertainty": 120
},
"departure": {
"time": "1764096610",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764096684",
"uncertainty": 120
},
"departure": {
"time": "1764096684",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764096838",
"uncertainty": 120
},
"departure": {
"time": "1764096838",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764096918",
"uncertainty": 120
},
"departure": {
"time": "1764096918",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764096951",
"uncertainty": 120
},
"departure": {
"time": "1764096951",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764096979",
"uncertainty": 120
},
"departure": {
"time": "1764096979",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764097020",
"uncertainty": 120
},
"departure": {
"time": "1764097020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764097857",
"uncertainty": 120
},
"departure": {
"time": "1764097857",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764097919",
"uncertainty": 120
},
"departure": {
"time": "1764097919",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764097963",
"uncertainty": 120
},
"departure": {
"time": "1764097963",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764098019",
"uncertainty": 120
},
"departure": {
"time": "1764098019",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764098093",
"uncertainty": 120
},
"departure": {
"time": "1764098093",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764098154",
"uncertainty": 120
},
"departure": {
"time": "1764098154",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764098189",
"uncertainty": 120
},
"departure": {
"time": "1764098189",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764098219",
"uncertainty": 120
},
"departure": {
"time": "1764098219",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764098279",
"uncertainty": 120
},
"departure": {
"time": "1764098279",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764098303",
"uncertainty": 120
},
"departure": {
"time": "1764098303",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764098369",
"uncertainty": 120
},
"departure": {
"time": "1764098369",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764098489",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726023"
}
}
},
{
"id": "21726024",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764096646",
"uncertainty": 120
},
"departure": {
"time": "1764096646",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764096835",
"uncertainty": 120
},
"departure": {
"time": "1764096835",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764096836",
"uncertainty": 120
},
"departure": {
"time": "1764096836",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764096946",
"uncertainty": 120
},
"departure": {
"time": "1764096946",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764097035",
"uncertainty": 120
},
"departure": {
"time": "1764097035",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764096000",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096038",
"uncertainty": 120
},
"departure": {
"time": "1764096038",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764096088",
"uncertainty": 120
},
"departure": {
"time": "1764096088",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764096152",
"uncertainty": 120
},
"departure": {
"time": "1764096152",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764096190",
"uncertainty": 120
},
"departure": {
"time": "1764096190",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764096248",
"uncertainty": 120
},
"departure": {
"time": "1764096248",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764096331",
"uncertainty": 120
},
"departure": {
"time": "1764096331",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764096403",
"uncertainty": 120
},
"departure": {
"time": "1764096403",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764096471",
"uncertainty": 120
},
"departure": {
"time": "1764096471",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764096550",
"uncertainty": 120
},
"departure": {
"time": "1764096550",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764096660",
"uncertainty": 120
},
"departure": {
"time": "1764096660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764096702",
"uncertainty": 120
},
"departure": {
"time": "1764096702",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764096736",
"uncertainty": 120
},
"departure": {
"time": "1764096736",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764097073",
"uncertainty": 120
},
"departure": {
"time": "1764097073",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764097149",
"uncertainty": 120
},
"departure": {
"time": "1764097149",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764097303",
"uncertainty": 120
},
"departure": {
"time": "1764097303",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764097380",
"uncertainty": 120
},
"departure": {
"time": "1764097380",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764097424",
"uncertainty": 120
},
"departure": {
"time": "1764097424",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764097471",
"uncertainty": 120
},
"departure": {
"time": "1764097471",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764097528",
"uncertainty": 120
},
"departure": {
"time": "1764097528",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764097564",
"uncertainty": 120
},
"departure": {
"time": "1764097564",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764097631",
"uncertainty": 120
},
"departure": {
"time": "1764097631",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764097737",
"uncertainty": 120
},
"departure": {
"time": "1764097737",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764097821",
"uncertainty": 120
},
"departure": {
"time": "1764097821",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764097890",
"uncertainty": 120
},
"departure": {
"time": "1764097890",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764098036",
"uncertainty": 120
},
"departure": {
"time": "1764098036",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764098152",
"uncertainty": 120
},
"departure": {
"time": "1764098152",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764098229",
"uncertainty": 120
},
"departure": {
"time": "1764098229",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764098332",
"uncertainty": 120
},
"departure": {
"time": "1764098332",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764098477",
"uncertainty": 120
},
"departure": {
"time": "1764098477",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764098535",
"uncertainty": 120
},
"departure": {
"time": "1764098535",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764098639",
"uncertainty": 120
},
"departure": {
"time": "1764098639",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764098692",
"uncertainty": 120
},
"departure": {
"time": "1764098692",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764098773",
"uncertainty": 120
},
"departure": {
"time": "1764098773",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764098840",
"uncertainty": 120
},
"departure": {
"time": "1764098840",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764098932",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726024"
}
}
},
{
"id": "21323727",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764092902",
"uncertainty": 120
},
"departure": {
"time": "1764092902",
"uncertainty": 120
},
"stopId": "outrsal"
},
{
"arrival": {
"time": "1764092905",
"uncertainty": 120
},
"departure": {
"time": "1764092905",
"uncertainty": 120
},
"stopId": "outrsal3"
},
{
"arrival": {
"time": "1764092937",
"uncertainty": 120
},
"departure": {
"time": "1764092937",
"uncertainty": 120
},
"stopId": "outbert2"
},
{
"arrival": {
"time": "1764092984",
"uncertainty": 120
},
"departure": {
"time": "1764092984",
"uncertainty": 120
},
"stopId": "outhlm2"
},
{
"arrival": {
"time": "1764093044",
"uncertainty": 120
},
"departure": {
"time": "1764093044",
"uncertainty": 120
},
"stopId": "outdes2"
},
{
"arrival": {
"time": "1764093081",
"uncertainty": 120
},
"departure": {
"time": "1764093104",
"uncertainty": 120
},
"stopId": "outedo2"
},
{
"arrival": {
"time": "1764093164",
"uncertainty": 120
},
"departure": {
"time": "1764093164",
"uncertainty": 120
},
"stopId": "outre2"
},
{
"arrival": {
"time": "1764093191",
"uncertainty": 120
},
"departure": {
"time": "1764093191",
"uncertainty": 120
},
"stopId": "outlagr4"
},
{
"arrival": {
"time": "1764093191",
"uncertainty": 120
},
"departure": {
"time": "1764093191",
"uncertainty": 120
},
"stopId": "outlagr"
},
{
"departure": {
"time": "1764092282",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092394",
"uncertainty": 120
},
"departure": {
"time": "1764092394",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092539",
"uncertainty": 120
},
"departure": {
"time": "1764092539",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092612",
"uncertainty": 120
},
"departure": {
"time": "1764092672",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092812",
"uncertainty": 120
},
"departure": {
"time": "1764092851",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092821",
"uncertainty": 120
},
"departure": {
"time": "1764092821",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092940",
"uncertainty": 120
},
"departure": {
"time": "1764092940",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093001",
"uncertainty": 120
},
"departure": {
"time": "1764093001",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093074",
"uncertainty": 120
},
"departure": {
"time": "1764093074",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093177",
"uncertainty": 120
},
"departure": {
"time": "1764093177",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093221",
"uncertainty": 120
},
"departure": {
"time": "1764093221",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093280",
"uncertainty": 120
},
"departure": {
"time": "1764093280",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093297",
"uncertainty": 120
},
"departure": {
"time": "1764093311",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093419",
"uncertainty": 120
},
"departure": {
"time": "1764093431",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093504",
"uncertainty": 120
},
"departure": {
"time": "1764093504",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093553",
"uncertainty": 120
},
"departure": {
"time": "1764093553",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093590",
"uncertainty": 120
},
"departure": {
"time": "1764093590",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093644",
"uncertainty": 120
},
"departure": {
"time": "1764093644",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093727",
"uncertainty": 120
},
"departure": {
"time": "1764093727",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093765",
"uncertainty": 120
},
"departure": {
"time": "1764093765",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093829",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 21
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323727"
},
"vehicle": {
"id": "331",
"label": "331"
}
}
},
{
"id": "21323579",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091293",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091374",
"uncertainty": 120
},
"departure": {
"time": "1764091374",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091443",
"uncertainty": 120
},
"departure": {
"time": "1764091443",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091511",
"uncertainty": 120
},
"departure": {
"time": "1764091511",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091563",
"uncertainty": 120
},
"departure": {
"time": "1764091563",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091653",
"uncertainty": 120
},
"departure": {
"time": "1764091653",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091719",
"uncertainty": 120
},
"departure": {
"time": "1764091719",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764091773",
"uncertainty": 120
},
"departure": {
"time": "1764091773",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764091833",
"uncertainty": 120
},
"departure": {
"time": "1764091833",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764091870",
"uncertainty": 120
},
"departure": {
"time": "1764091870",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764091912",
"uncertainty": 120
},
"departure": {
"time": "1764091923",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764091981",
"uncertainty": 120
},
"departure": {
"time": "1764091981",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092013",
"uncertainty": 120
},
"departure": {
"time": "1764092013",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092122",
"uncertainty": 120
},
"departure": {
"time": "1764092163",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092313",
"uncertainty": 120
},
"departure": {
"time": "1764092313",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092380",
"uncertainty": 120
},
"departure": {
"time": "1764092403",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092553",
"uncertainty": 120
},
"departure": {
"time": "1764092583",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764092681",
"uncertainty": 120
},
"departure": {
"time": "1764092703",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764092771",
"uncertainty": 120
},
"departure": {
"time": "1764092793",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764092986",
"uncertainty": 120
},
"departure": {
"time": "1764092986",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093093",
"uncertainty": 120
},
"departure": {
"time": "1764093093",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093210",
"uncertainty": 120
},
"departure": {
"time": "1764093243",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093333",
"uncertainty": 120
},
"departure": {
"time": "1764093333",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093388",
"uncertainty": 120
},
"departure": {
"time": "1764093388",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093450",
"uncertainty": 120
},
"departure": {
"time": "1764093450",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093512",
"uncertainty": 120
},
"departure": {
"time": "1764093512",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764093608",
"uncertainty": 120
},
"departure": {
"time": "1764093608",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764093690",
"uncertainty": 120
},
"departure": {
"time": "1764093690",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764093709",
"uncertainty": 120
},
"departure": {
"time": "1764093709",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764093783",
"uncertainty": 120
},
"departure": {
"time": "1764093783",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764093885",
"uncertainty": 120
},
"departure": {
"time": "1764093885",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764093909",
"uncertainty": 120
},
"departure": {
"time": "1764093909",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764093948",
"uncertainty": 120
},
"departure": {
"time": "1764093948",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764094009",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323579"
},
"vehicle": {
"id": "533",
"label": "533"
}
}
},
{
"id": "21323580",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093840",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323580"
}
}
},
{
"id": "21725984",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764096900",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096978",
"uncertainty": 120
},
"departure": {
"time": "1764096978",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764097042",
"uncertainty": 120
},
"departure": {
"time": "1764097042",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764097165",
"uncertainty": 120
},
"departure": {
"time": "1764097165",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764097260",
"uncertainty": 120
},
"departure": {
"time": "1764097260",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764097220",
"uncertainty": 120
},
"departure": {
"time": "1764097220",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764097316",
"uncertainty": 120
},
"departure": {
"time": "1764097316",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764097359",
"uncertainty": 120
},
"departure": {
"time": "1764097359",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764097399",
"uncertainty": 120
},
"departure": {
"time": "1764097399",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764097445",
"uncertainty": 120
},
"departure": {
"time": "1764097445",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764097490",
"uncertainty": 120
},
"departure": {
"time": "1764097490",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764097660",
"uncertainty": 120
},
"departure": {
"time": "1764097660",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764097719",
"uncertainty": 120
},
"departure": {
"time": "1764097719",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764097798",
"uncertainty": 120
},
"departure": {
"time": "1764097798",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764097900",
"uncertainty": 120
},
"departure": {
"time": "1764097900",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764097956",
"uncertainty": 120
},
"departure": {
"time": "1764097956",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764098048",
"uncertainty": 120
},
"departure": {
"time": "1764098048",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764098143",
"uncertainty": 120
},
"departure": {
"time": "1764098143",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764098257",
"uncertainty": 120
},
"departure": {
"time": "1764098257",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764098326",
"uncertainty": 120
},
"departure": {
"time": "1764098326",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764098488",
"uncertainty": 120
},
"departure": {
"time": "1764098488",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764098592",
"uncertainty": 120
},
"departure": {
"time": "1764098592",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764098673",
"uncertainty": 120
},
"departure": {
"time": "1764098673",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764098806",
"uncertainty": 120
},
"departure": {
"time": "1764098806",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764098912",
"uncertainty": 120
},
"departure": {
"time": "1764099060",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764099137",
"uncertainty": 120
},
"departure": {
"time": "1764099137",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764099240",
"uncertainty": 120
},
"departure": {
"time": "1764099240",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764099360",
"uncertainty": 120
},
"departure": {
"time": "1764099360",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764099447",
"uncertainty": 120
},
"departure": {
"time": "1764099447",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764099511",
"uncertainty": 120
},
"departure": {
"time": "1764099511",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764099600",
"uncertainty": 120
},
"departure": {
"time": "1764099600",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764099683",
"uncertainty": 120
},
"departure": {
"time": "1764099683",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764099715",
"uncertainty": 120
},
"departure": {
"time": "1764099715",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764099807",
"uncertainty": 120
},
"departure": {
"time": "1764099807",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764099840",
"uncertainty": 120
},
"departure": {
"time": "1764099840",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764099901",
"uncertainty": 120
},
"departure": {
"time": "1764099901",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764100020",
"uncertainty": 120
},
"departure": {
"time": "1764100020",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764100163",
"uncertainty": 120
},
"departure": {
"time": "1764100163",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764100200",
"uncertainty": 120
},
"departure": {
"time": "1764100200",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764100243",
"uncertainty": 120
},
"departure": {
"time": "1764100243",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764100320",
"uncertainty": 120
},
"departure": {
"time": "1764100320",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764100428",
"uncertainty": 120
},
"departure": {
"time": "1764100428",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764100486",
"uncertainty": 120
},
"departure": {
"time": "1764100486",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764100525",
"uncertainty": 120
},
"departure": {
"time": "1764100525",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764100620",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725984"
}
}
},
{
"id": "21323542",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093600",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323542"
}
}
},
{
"id": "21323541",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091110",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091181",
"uncertainty": 120
},
"departure": {
"time": "1764091181",
"uncertainty": 120
},
"stopId": "lacpont2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091260",
"uncertainty": 120
},
"departure": {
"time": "1764091440",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091514",
"uncertainty": 120
},
"departure": {
"time": "1764091514",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091554",
"uncertainty": 120
},
"departure": {
"time": "1764091554",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091620",
"uncertainty": 120
},
"departure": {
"time": "1764091620",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091661",
"uncertainty": 120
},
"departure": {
"time": "1764091680",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764091740",
"uncertainty": 120
},
"departure": {
"time": "1764091740",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764091790",
"uncertainty": 120
},
"departure": {
"time": "1764091920",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 9
},
{
"arrival": {
"time": "1764091988",
"uncertainty": 120
},
"departure": {
"time": "1764092040",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092093",
"uncertainty": 120
},
"departure": {
"time": "1764092130",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092381",
"uncertainty": 120
},
"departure": {
"time": "1764092381",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092602",
"uncertainty": 120
},
"departure": {
"time": "1764092610",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092666",
"uncertainty": 120
},
"departure": {
"time": "1764092666",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092695",
"uncertainty": 120
},
"departure": {
"time": "1764092700",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092760",
"uncertainty": 120
},
"departure": {
"time": "1764092760",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092820",
"uncertainty": 120
},
"departure": {
"time": "1764092850",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764092968",
"uncertainty": 120
},
"departure": {
"time": "1764093000",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093037",
"uncertainty": 120
},
"departure": {
"time": "1764093037",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093105",
"uncertainty": 120
},
"departure": {
"time": "1764093120",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093210",
"uncertainty": 120
},
"departure": {
"time": "1764093240",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093330",
"uncertainty": 120
},
"departure": {
"time": "1764093330",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093404",
"uncertainty": 120
},
"departure": {
"time": "1764093420",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093515",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 24
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323541"
},
"vehicle": {
"id": "169",
"label": "169"
}
}
},
{
"id": "21725968",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764092358",
"uncertainty": 120
},
"departure": {
"time": "1764092358",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092422",
"uncertainty": 120
},
"departure": {
"time": "1764092422",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092545",
"uncertainty": 120
},
"departure": {
"time": "1764092545",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092640",
"uncertainty": 120
},
"departure": {
"time": "1764092640",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092689",
"uncertainty": 120
},
"departure": {
"time": "1764092689",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092770",
"uncertainty": 120
},
"departure": {
"time": "1764092770",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092805",
"uncertainty": 120
},
"departure": {
"time": "1764092869",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092935",
"uncertainty": 120
},
"departure": {
"time": "1764092959",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093005",
"uncertainty": 120
},
"departure": {
"time": "1764093005",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093049",
"uncertainty": 120
},
"departure": {
"time": "1764093049",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093191",
"uncertainty": 120
},
"departure": {
"time": "1764093191",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093257",
"uncertainty": 120
},
"departure": {
"time": "1764093289",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093320",
"uncertainty": 120
},
"departure": {
"time": "1764093320",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093409",
"uncertainty": 120
},
"departure": {
"time": "1764093409",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093450",
"uncertainty": 120
},
"departure": {
"time": "1764093450",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093500",
"uncertainty": 120
},
"departure": {
"time": "1764093500",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093596",
"uncertainty": 120
},
"departure": {
"time": "1764093596",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093711",
"uncertainty": 120
},
"departure": {
"time": "1764093711",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093780",
"uncertainty": 120
},
"departure": {
"time": "1764093780",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093941",
"uncertainty": 120
},
"departure": {
"time": "1764093941",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094011",
"uncertainty": 120
},
"departure": {
"time": "1764094011",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094086",
"uncertainty": 120
},
"departure": {
"time": "1764094086",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764094162",
"uncertainty": 120
},
"departure": {
"time": "1764094162",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764094267",
"uncertainty": 120
},
"departure": {
"time": "1764094500",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764094552",
"uncertainty": 120
},
"departure": {
"time": "1764094552",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764094649",
"uncertainty": 120
},
"departure": {
"time": "1764094649",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764094769",
"uncertainty": 120
},
"departure": {
"time": "1764094769",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764094877",
"uncertainty": 120
},
"departure": {
"time": "1764094877",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764094959",
"uncertainty": 120
},
"departure": {
"time": "1764094959",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764095071",
"uncertainty": 120
},
"departure": {
"time": "1764095071",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764095154",
"uncertainty": 120
},
"departure": {
"time": "1764095154",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764095186",
"uncertainty": 120
},
"departure": {
"time": "1764095186",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764095278",
"uncertainty": 120
},
"departure": {
"time": "1764095278",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764095311",
"uncertainty": 120
},
"departure": {
"time": "1764095311",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764095374",
"uncertainty": 120
},
"departure": {
"time": "1764095374",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764095493",
"uncertainty": 120
},
"departure": {
"time": "1764095493",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764095637",
"uncertainty": 120
},
"departure": {
"time": "1764095637",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764095674",
"uncertainty": 120
},
"departure": {
"time": "1764095674",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764095717",
"uncertainty": 120
},
"departure": {
"time": "1764095717",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764095794",
"uncertainty": 120
},
"departure": {
"time": "1764095794",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764095903",
"uncertainty": 120
},
"departure": {
"time": "1764095903",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764095961",
"uncertainty": 120
},
"departure": {
"time": "1764095961",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764096000",
"uncertainty": 120
},
"departure": {
"time": "1764096000",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764096096",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725968"
},
"vehicle": {
"id": "194",
"label": "194"
}
}
},
{
"id": "21725982",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764089192",
"uncertainty": 120
},
"departure": {
"time": "1764089192",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764089266",
"uncertainty": 120
},
"departure": {
"time": "1764089266",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764089409",
"uncertainty": 120
},
"departure": {
"time": "1764089409",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764089520",
"uncertainty": 120
},
"departure": {
"time": "1764089520",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764089600",
"uncertainty": 120
},
"departure": {
"time": "1764089630",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764089720",
"uncertainty": 120
},
"departure": {
"time": "1764089720",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764089796",
"uncertainty": 120
},
"departure": {
"time": "1764089810",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764089887",
"uncertainty": 120
},
"departure": {
"time": "1764089930",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764089984",
"uncertainty": 120
},
"departure": {
"time": "1764089990",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764090040",
"uncertainty": 120
},
"departure": {
"time": "1764090040",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764090158",
"uncertainty": 120
},
"departure": {
"time": "1764090170",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764090240",
"uncertainty": 120
},
"departure": {
"time": "1764090260",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764090320",
"uncertainty": 120
},
"departure": {
"time": "1764090350",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764090454",
"uncertainty": 120
},
"departure": {
"time": "1764090500",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764090540",
"uncertainty": 120
},
"departure": {
"time": "1764090560",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764090620",
"uncertainty": 120
},
"departure": {
"time": "1764090650",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764090810",
"uncertainty": 120
},
"departure": {
"time": "1764090830",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764090934",
"uncertainty": 120
},
"departure": {
"time": "1764091010",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764091058",
"uncertainty": 120
},
"departure": {
"time": "1764091070",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764091250",
"uncertainty": 120
},
"departure": {
"time": "1764091310",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764091386",
"uncertainty": 120
},
"departure": {
"time": "1764091386",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764091438",
"uncertainty": 120
},
"departure": {
"time": "1764091438",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764091606",
"uncertainty": 120
},
"departure": {
"time": "1764091640",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764091724",
"uncertainty": 120
},
"departure": {
"time": "1764091760",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764091830",
"uncertainty": 120
},
"departure": {
"time": "1764091850",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764091940",
"uncertainty": 120
},
"departure": {
"time": "1764091970",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764092060",
"uncertainty": 120
},
"departure": {
"time": "1764092060",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764092150",
"uncertainty": 120
},
"departure": {
"time": "1764092150",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764092228",
"uncertainty": 120
},
"departure": {
"time": "1764092240",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764092330",
"uncertainty": 120
},
"departure": {
"time": "1764092330",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764092420",
"uncertainty": 120
},
"departure": {
"time": "1764092420",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764092465",
"uncertainty": 120
},
"departure": {
"time": "1764092480",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764092551",
"uncertainty": 120
},
"departure": {
"time": "1764092574",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764092600",
"uncertainty": 120
},
"departure": {
"time": "1764092600",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764092681",
"uncertainty": 120
},
"departure": {
"time": "1764092690",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764092797",
"uncertainty": 120
},
"departure": {
"time": "1764092810",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764092922",
"uncertainty": 120
},
"departure": {
"time": "1764092930",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764092995",
"uncertainty": 120
},
"departure": {
"time": "1764093022",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764093059",
"uncertainty": 120
},
"departure": {
"time": "1764093059",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764093144",
"uncertainty": 120
},
"departure": {
"time": "1764093144",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764093265",
"uncertainty": 120
},
"departure": {
"time": "1764093265",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764093337",
"uncertainty": 120
},
"departure": {
"time": "1764093355",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764093393",
"uncertainty": 120
},
"departure": {
"time": "1764093415",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764093528",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725982"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21725983",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764094800",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094878",
"uncertainty": 120
},
"departure": {
"time": "1764094878",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764094942",
"uncertainty": 120
},
"departure": {
"time": "1764094942",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764095065",
"uncertainty": 120
},
"departure": {
"time": "1764095065",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764095160",
"uncertainty": 120
},
"departure": {
"time": "1764095160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764095120",
"uncertainty": 120
},
"departure": {
"time": "1764095120",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764095216",
"uncertainty": 120
},
"departure": {
"time": "1764095216",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764095259",
"uncertainty": 120
},
"departure": {
"time": "1764095259",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764095299",
"uncertainty": 120
},
"departure": {
"time": "1764095299",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764095345",
"uncertainty": 120
},
"departure": {
"time": "1764095345",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764095390",
"uncertainty": 120
},
"departure": {
"time": "1764095390",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764095560",
"uncertainty": 120
},
"departure": {
"time": "1764095560",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764095619",
"uncertainty": 120
},
"departure": {
"time": "1764095619",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095699",
"uncertainty": 120
},
"departure": {
"time": "1764095699",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095802",
"uncertainty": 120
},
"departure": {
"time": "1764095802",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095854",
"uncertainty": 120
},
"departure": {
"time": "1764095854",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095939",
"uncertainty": 120
},
"departure": {
"time": "1764095939",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764096034",
"uncertainty": 120
},
"departure": {
"time": "1764096034",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764096148",
"uncertainty": 120
},
"departure": {
"time": "1764096148",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764096217",
"uncertainty": 120
},
"departure": {
"time": "1764096217",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764096379",
"uncertainty": 120
},
"departure": {
"time": "1764096379",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764096480",
"uncertainty": 120
},
"departure": {
"time": "1764096480",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764096551",
"uncertainty": 120
},
"departure": {
"time": "1764096551",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764096684",
"uncertainty": 120
},
"departure": {
"time": "1764096684",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764096790",
"uncertainty": 120
},
"departure": {
"time": "1764096960",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764097037",
"uncertainty": 120
},
"departure": {
"time": "1764097037",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764097140",
"uncertainty": 120
},
"departure": {
"time": "1764097140",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764097260",
"uncertainty": 120
},
"departure": {
"time": "1764097260",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764097347",
"uncertainty": 120
},
"departure": {
"time": "1764097347",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764097411",
"uncertainty": 120
},
"departure": {
"time": "1764097411",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764097500",
"uncertainty": 120
},
"departure": {
"time": "1764097500",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764097583",
"uncertainty": 120
},
"departure": {
"time": "1764097583",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764097615",
"uncertainty": 120
},
"departure": {
"time": "1764097615",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764097707",
"uncertainty": 120
},
"departure": {
"time": "1764097707",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764097740",
"uncertainty": 120
},
"departure": {
"time": "1764097740",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764097801",
"uncertainty": 120
},
"departure": {
"time": "1764097801",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764097920",
"uncertainty": 120
},
"departure": {
"time": "1764097920",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764098063",
"uncertainty": 120
},
"departure": {
"time": "1764098063",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764098100",
"uncertainty": 120
},
"departure": {
"time": "1764098100",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764098143",
"uncertainty": 120
},
"departure": {
"time": "1764098143",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764098220",
"uncertainty": 120
},
"departure": {
"time": "1764098220",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764098328",
"uncertainty": 120
},
"departure": {
"time": "1764098328",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764098386",
"uncertainty": 120
},
"departure": {
"time": "1764098386",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764098425",
"uncertainty": 120
},
"departure": {
"time": "1764098425",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764098520",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725983"
}
}
},
{
"id": "21323526",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764093826",
"uncertainty": 120
},
"departure": {
"time": "1764093826",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764093861",
"uncertainty": 120
},
"departure": {
"time": "1764093861",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764093939",
"uncertainty": 120
},
"departure": {
"time": "1764093939",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764092163",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092210",
"uncertainty": 120
},
"departure": {
"time": "1764092210",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092253",
"uncertainty": 120
},
"departure": {
"time": "1764092253",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092283",
"uncertainty": 120
},
"departure": {
"time": "1764092283",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092324",
"uncertainty": 120
},
"departure": {
"time": "1764092343",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092418",
"uncertainty": 120
},
"departure": {
"time": "1764092418",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092500",
"uncertainty": 120
},
"departure": {
"time": "1764092500",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092553",
"uncertainty": 120
},
"departure": {
"time": "1764092553",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092601",
"uncertainty": 120
},
"departure": {
"time": "1764092601",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092643",
"uncertainty": 120
},
"departure": {
"time": "1764092643",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092673",
"uncertainty": 120
},
"departure": {
"time": "1764092703",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092777",
"uncertainty": 120
},
"departure": {
"time": "1764092777",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092874",
"uncertainty": 120
},
"departure": {
"time": "1764092913",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092973",
"uncertainty": 120
},
"departure": {
"time": "1764092973",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093028",
"uncertainty": 120
},
"departure": {
"time": "1764093123",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093175",
"uncertainty": 120
},
"departure": {
"time": "1764093175",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093228",
"uncertainty": 120
},
"departure": {
"time": "1764093393",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093468",
"uncertainty": 120
},
"departure": {
"time": "1764093468",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093572",
"uncertainty": 120
},
"departure": {
"time": "1764093572",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093647",
"uncertainty": 120
},
"departure": {
"time": "1764093647",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093734",
"uncertainty": 120
},
"departure": {
"time": "1764093734",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093826",
"uncertainty": 120
},
"departure": {
"time": "1764093826",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093798",
"uncertainty": 120
},
"departure": {
"time": "1764093798",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093840",
"uncertainty": 120
},
"departure": {
"time": "1764093840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093910",
"uncertainty": 120
},
"departure": {
"time": "1764093910",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093939",
"uncertainty": 120
},
"departure": {
"time": "1764093939",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764094013",
"uncertainty": 120
},
"departure": {
"time": "1764094013",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764094158",
"uncertainty": 120
},
"departure": {
"time": "1764094158",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764094227",
"uncertainty": 120
},
"departure": {
"time": "1764094227",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764094301",
"uncertainty": 120
},
"departure": {
"time": "1764094301",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764094393",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323526"
},
"vehicle": {
"id": "166",
"label": "166"
}
}
},
{
"id": "21323413",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764090663",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764090772",
"uncertainty": 120
},
"departure": {
"time": "1764090783",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 2
},
{
"arrival": {
"time": "1764090843",
"uncertainty": 120
},
"departure": {
"time": "1764090843",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764090891",
"uncertainty": 120
},
"departure": {
"time": "1764090903",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764090963",
"uncertainty": 120
},
"departure": {
"time": "1764090963",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091250",
"uncertainty": 120
},
"departure": {
"time": "1764092112",
"uncertainty": 120
},
"stopId": "bsmc16a",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093008",
"uncertainty": 120
},
"departure": {
"time": "1764093008",
"uncertainty": 120
},
"stopId": "comyser",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093107",
"uncertainty": 120
},
"departure": {
"time": "1764093107",
"uncertainty": 120
},
"stopId": "concha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093252",
"uncertainty": 120
},
"departure": {
"time": "1764093252",
"uncertainty": 120
},
"stopId": "conpas2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093492",
"uncertainty": 120
},
"departure": {
"time": "1764093492",
"uncertainty": 120
},
"stopId": "neucoun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093665",
"uncertainty": 120
},
"departure": {
"time": "1764093665",
"uncertainty": 120
},
"stopId": "neupos1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093845",
"uncertainty": 120
},
"stopId": "neupla1",
"stopSequence": 12
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "143",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323413"
},
"vehicle": {
"id": "179",
"label": "179"
}
}
},
{
"id": "21725965",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764100150",
"uncertainty": 120
},
"departure": {
"time": "1764100150",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764100339",
"uncertainty": 120
},
"departure": {
"time": "1764100339",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764096840",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096908",
"uncertainty": 120
},
"departure": {
"time": "1764096908",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764096944",
"uncertainty": 120
},
"departure": {
"time": "1764096944",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764097034",
"uncertainty": 120
},
"departure": {
"time": "1764097034",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764097080",
"uncertainty": 120
},
"departure": {
"time": "1764097080",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764097257",
"uncertainty": 120
},
"departure": {
"time": "1764097257",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764097320",
"uncertainty": 120
},
"departure": {
"time": "1764097320",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764097370",
"uncertainty": 120
},
"departure": {
"time": "1764097370",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764097560",
"uncertainty": 120
},
"departure": {
"time": "1764097560",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764097714",
"uncertainty": 120
},
"departure": {
"time": "1764097714",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764097800",
"uncertainty": 120
},
"departure": {
"time": "1764097800",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764097843",
"uncertainty": 120
},
"departure": {
"time": "1764097843",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764097934",
"uncertainty": 120
},
"departure": {
"time": "1764097934",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764098037",
"uncertainty": 120
},
"departure": {
"time": "1764098037",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764098100",
"uncertainty": 120
},
"departure": {
"time": "1764098100",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764098180",
"uncertainty": 120
},
"departure": {
"time": "1764098180",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764098215",
"uncertainty": 120
},
"departure": {
"time": "1764098215",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764098340",
"uncertainty": 120
},
"departure": {
"time": "1764098340",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764098520",
"uncertainty": 120
},
"departure": {
"time": "1764098520",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764098606",
"uncertainty": 120
},
"departure": {
"time": "1764098606",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764098700",
"uncertainty": 120
},
"departure": {
"time": "1764098760",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764098830",
"uncertainty": 120
},
"departure": {
"time": "1764098830",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764098945",
"uncertainty": 120
},
"departure": {
"time": "1764098945",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764099060",
"uncertainty": 120
},
"departure": {
"time": "1764099060",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764099122",
"uncertainty": 120
},
"departure": {
"time": "1764099122",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764099207",
"uncertainty": 120
},
"departure": {
"time": "1764099207",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764099252",
"uncertainty": 120
},
"departure": {
"time": "1764099252",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764099295",
"uncertainty": 120
},
"departure": {
"time": "1764099295",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764099363",
"uncertainty": 120
},
"departure": {
"time": "1764099363",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764099420",
"uncertainty": 120
},
"departure": {
"time": "1764099420",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764099468",
"uncertainty": 120
},
"departure": {
"time": "1764099468",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764099540",
"uncertainty": 120
},
"departure": {
"time": "1764099540",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764099787",
"uncertainty": 120
},
"departure": {
"time": "1764099787",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764099841",
"uncertainty": 120
},
"departure": {
"time": "1764099841",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764099878",
"uncertainty": 120
},
"departure": {
"time": "1764099878",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764099900",
"uncertainty": 120
},
"departure": {
"time": "1764099900",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764099969",
"uncertainty": 120
},
"departure": {
"time": "1764099969",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764100085",
"uncertainty": 120
},
"departure": {
"time": "1764100085",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764100140",
"uncertainty": 120
},
"departure": {
"time": "1764100140",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764100209",
"uncertainty": 120
},
"departure": {
"time": "1764100209",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764100309",
"uncertainty": 120
},
"departure": {
"time": "1764100309",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764100372",
"uncertainty": 120
},
"departure": {
"time": "1764100372",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764100348",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725965"
}
}
},
{
"id": "21725962",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764096250",
"uncertainty": 120
},
"departure": {
"time": "1764096250",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764096439",
"uncertainty": 120
},
"departure": {
"time": "1764096439",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764092797",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092857",
"uncertainty": 120
},
"departure": {
"time": "1764092857",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092901",
"uncertainty": 120
},
"departure": {
"time": "1764092901",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092990",
"uncertainty": 120
},
"departure": {
"time": "1764092990",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093037",
"uncertainty": 120
},
"departure": {
"time": "1764093037",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093217",
"uncertainty": 120
},
"departure": {
"time": "1764093217",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093271",
"uncertainty": 120
},
"departure": {
"time": "1764093271",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093325",
"uncertainty": 120
},
"departure": {
"time": "1764093325",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093487",
"uncertainty": 120
},
"departure": {
"time": "1764093487",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093641",
"uncertainty": 120
},
"departure": {
"time": "1764093641",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093727",
"uncertainty": 120
},
"departure": {
"time": "1764093727",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093770",
"uncertainty": 120
},
"departure": {
"time": "1764093770",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093861",
"uncertainty": 120
},
"departure": {
"time": "1764093861",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093964",
"uncertainty": 120
},
"departure": {
"time": "1764093964",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094020",
"uncertainty": 120
},
"departure": {
"time": "1764094020",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094100",
"uncertainty": 120
},
"departure": {
"time": "1764094100",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764094139",
"uncertainty": 120
},
"departure": {
"time": "1764094139",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094264",
"uncertainty": 120
},
"departure": {
"time": "1764094264",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094444",
"uncertainty": 120
},
"departure": {
"time": "1764094444",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094517",
"uncertainty": 120
},
"departure": {
"time": "1764094517",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094611",
"uncertainty": 120
},
"departure": {
"time": "1764094680",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094764",
"uncertainty": 120
},
"departure": {
"time": "1764094764",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094902",
"uncertainty": 120
},
"departure": {
"time": "1764094902",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764095040",
"uncertainty": 120
},
"departure": {
"time": "1764095040",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764095123",
"uncertainty": 120
},
"departure": {
"time": "1764095123",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764095236",
"uncertainty": 120
},
"departure": {
"time": "1764095236",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764095296",
"uncertainty": 120
},
"departure": {
"time": "1764095296",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764095354",
"uncertainty": 120
},
"departure": {
"time": "1764095354",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764095444",
"uncertainty": 120
},
"departure": {
"time": "1764095444",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764095520",
"uncertainty": 120
},
"departure": {
"time": "1764095520",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764095568",
"uncertainty": 120
},
"departure": {
"time": "1764095568",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764095640",
"uncertainty": 120
},
"departure": {
"time": "1764095640",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764095887",
"uncertainty": 120
},
"departure": {
"time": "1764095887",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764095941",
"uncertainty": 120
},
"departure": {
"time": "1764095941",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764095978",
"uncertainty": 120
},
"departure": {
"time": "1764095978",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764096000",
"uncertainty": 120
},
"departure": {
"time": "1764096000",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764096069",
"uncertainty": 120
},
"departure": {
"time": "1764096069",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764096185",
"uncertainty": 120
},
"departure": {
"time": "1764096185",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764096240",
"uncertainty": 120
},
"departure": {
"time": "1764096240",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764096309",
"uncertainty": 120
},
"departure": {
"time": "1764096309",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764096409",
"uncertainty": 120
},
"departure": {
"time": "1764096409",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764096472",
"uncertainty": 120
},
"departure": {
"time": "1764096472",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764096448",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725962"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21725816",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093421",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093497",
"uncertainty": 120
},
"departure": {
"time": "1764093497",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093584",
"uncertainty": 120
},
"departure": {
"time": "1764093584",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093703",
"uncertainty": 120
},
"departure": {
"time": "1764093703",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093763",
"uncertainty": 120
},
"departure": {
"time": "1764093763",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093806",
"uncertainty": 120
},
"departure": {
"time": "1764093806",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093948",
"uncertainty": 120
},
"departure": {
"time": "1764093948",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764094053",
"uncertainty": 120
},
"departure": {
"time": "1764094053",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094098",
"uncertainty": 120
},
"departure": {
"time": "1764094098",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094160",
"uncertainty": 120
},
"departure": {
"time": "1764094160",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094240",
"uncertainty": 120
},
"departure": {
"time": "1764094240",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094294",
"uncertainty": 120
},
"departure": {
"time": "1764094294",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094402",
"uncertainty": 120
},
"departure": {
"time": "1764094402",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094638",
"uncertainty": 120
},
"departure": {
"time": "1764094638",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094778",
"uncertainty": 120
},
"departure": {
"time": "1764094778",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094867",
"uncertainty": 120
},
"departure": {
"time": "1764094867",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095058",
"uncertainty": 120
},
"departure": {
"time": "1764095058",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095144",
"uncertainty": 120
},
"departure": {
"time": "1764095144",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095226",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725816"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21725817",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093600",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725817"
},
"vehicle": {
"id": "215",
"label": "215"
}
}
},
{
"id": "21323695",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764071125",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764071307",
"uncertainty": 120
},
"departure": {
"time": "1764071307",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764071398",
"uncertainty": 120
},
"departure": {
"time": "1764071398",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764071489",
"uncertainty": 120
},
"departure": {
"time": "1764071489",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764071552",
"uncertainty": 120
},
"departure": {
"time": "1764071552",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764071658",
"uncertainty": 120
},
"departure": {
"time": "1764071658",
"uncertainty": 120
},
"stopId": "bsmduf3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764071760",
"uncertainty": 120
},
"departure": {
"time": "1764071760",
"uncertainty": 120
},
"stopId": "bsmbeau",
"stopSequence": 7
},
{
"arrival": {
"time": "1764071824",
"uncertainty": 120
},
"departure": {
"time": "1764071824",
"uncertainty": 120
},
"stopId": "bsmnorm2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764071883",
"uncertainty": 120
},
"departure": {
"time": "1764071883",
"uncertainty": 120
},
"stopId": "bsmcalm2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764071936",
"uncertainty": 120
},
"departure": {
"time": "1764071936",
"uncertainty": 120
},
"stopId": "bsmduga2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764071966",
"uncertainty": 120
},
"departure": {
"time": "1764071966",
"uncertainty": 120
},
"stopId": "bsmflot2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764072000",
"uncertainty": 120
},
"departure": {
"time": "1764072000",
"uncertainty": 120
},
"stopId": "bsmbaro",
"stopSequence": 12
},
{
"arrival": {
"time": "1764072110",
"uncertainty": 120
},
"departure": {
"time": "1764072110",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764072245",
"uncertainty": 120
},
"departure": {
"time": "1764072245",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764072326",
"uncertainty": 120
},
"departure": {
"time": "1764072326",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764072387",
"uncertainty": 120
},
"departure": {
"time": "1764072387",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 16
},
{
"arrival": {
"time": "1764072489",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 17
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323695"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21725818",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764095700",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725818"
}
}
},
{
"id": "21725819",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764096300",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725819"
}
}
},
{
"id": "21323681",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091833",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091996",
"uncertainty": 120
},
"departure": {
"time": "1764091996",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092043",
"uncertainty": 120
},
"departure": {
"time": "1764092043",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092156",
"uncertainty": 120
},
"departure": {
"time": "1764092223",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092313",
"uncertainty": 120
},
"departure": {
"time": "1764092313",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092373",
"uncertainty": 120
},
"departure": {
"time": "1764092403",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092432",
"uncertainty": 120
},
"departure": {
"time": "1764092432",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092491",
"uncertainty": 120
},
"departure": {
"time": "1764092491",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092576",
"uncertainty": 120
},
"departure": {
"time": "1764092576",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092613",
"uncertainty": 120
},
"departure": {
"time": "1764092613",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092643",
"uncertainty": 120
},
"departure": {
"time": "1764092643",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092681",
"uncertainty": 120
},
"departure": {
"time": "1764092823",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092863",
"uncertainty": 120
},
"departure": {
"time": "1764092883",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092932",
"uncertainty": 120
},
"departure": {
"time": "1764092932",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092973",
"uncertainty": 120
},
"departure": {
"time": "1764092973",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093063",
"uncertainty": 120
},
"departure": {
"time": "1764093063",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093226",
"uncertainty": 120
},
"departure": {
"time": "1764093393",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093572",
"uncertainty": 120
},
"departure": {
"time": "1764093572",
"uncertainty": 120
},
"stopId": "outre12",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093634",
"uncertainty": 120
},
"departure": {
"time": "1764093634",
"uncertainty": 120
},
"stopId": "outcrow2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093675",
"uncertainty": 120
},
"departure": {
"time": "1764093675",
"uncertainty": 120
},
"stopId": "bsmseli2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093772",
"uncertainty": 120
},
"departure": {
"time": "1764093772",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093874",
"uncertainty": 120
},
"departure": {
"time": "1764093874",
"uncertainty": 120
},
"stopId": "bsmdamr2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093941",
"uncertainty": 120
},
"departure": {
"time": "1764093941",
"uncertainty": 120
},
"stopId": "bsmres2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764094072",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 24
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323681"
},
"vehicle": {
"id": "1201",
"label": "1201"
}
}
},
{
"id": "21323666",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764095589",
"uncertainty": 120
},
"departure": {
"time": "1764095589",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764095618",
"uncertainty": 120
},
"departure": {
"time": "1764095618",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764095629",
"uncertainty": 120
},
"departure": {
"time": "1764095629",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764095643",
"uncertainty": 120
},
"departure": {
"time": "1764095643",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764095716",
"uncertainty": 120
},
"departure": {
"time": "1764095716",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764094500",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094751",
"uncertainty": 120
},
"departure": {
"time": "1764094751",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764094843",
"uncertainty": 120
},
"departure": {
"time": "1764094843",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764094924",
"uncertainty": 120
},
"departure": {
"time": "1764094924",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764095040",
"uncertainty": 120
},
"departure": {
"time": "1764095040",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764095082",
"uncertainty": 120
},
"departure": {
"time": "1764095082",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764095150",
"uncertainty": 120
},
"departure": {
"time": "1764095150",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764095229",
"uncertainty": 120
},
"departure": {
"time": "1764095229",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764095295",
"uncertainty": 120
},
"departure": {
"time": "1764095295",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764095340",
"uncertainty": 120
},
"departure": {
"time": "1764095340",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764095436",
"uncertainty": 120
},
"departure": {
"time": "1764095436",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764095512",
"uncertainty": 120
},
"departure": {
"time": "1764095512",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764095584",
"uncertainty": 120
},
"departure": {
"time": "1764095584",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095657",
"uncertainty": 120
},
"departure": {
"time": "1764095657",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095700",
"uncertainty": 120
},
"departure": {
"time": "1764095700",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095770",
"uncertainty": 120
},
"departure": {
"time": "1764095770",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095723",
"uncertainty": 120
},
"departure": {
"time": "1764095723",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095824",
"uncertainty": 120
},
"departure": {
"time": "1764095824",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095936",
"uncertainty": 120
},
"departure": {
"time": "1764095936",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764096024",
"uncertainty": 120
},
"departure": {
"time": "1764096024",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764096093",
"uncertainty": 120
},
"departure": {
"time": "1764096093",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764096193",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323666"
}
}
},
{
"id": "21323667",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764097269",
"uncertainty": 120
},
"departure": {
"time": "1764097269",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764097298",
"uncertainty": 120
},
"departure": {
"time": "1764097298",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764097309",
"uncertainty": 120
},
"departure": {
"time": "1764097309",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764097323",
"uncertainty": 120
},
"departure": {
"time": "1764097323",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764097396",
"uncertainty": 120
},
"departure": {
"time": "1764097396",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764096300",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096523",
"uncertainty": 120
},
"departure": {
"time": "1764096523",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764096605",
"uncertainty": 120
},
"departure": {
"time": "1764096605",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764096677",
"uncertainty": 120
},
"departure": {
"time": "1764096677",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764096780",
"uncertainty": 120
},
"departure": {
"time": "1764096780",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764096814",
"uncertainty": 120
},
"departure": {
"time": "1764096814",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764096868",
"uncertainty": 120
},
"departure": {
"time": "1764096868",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764096931",
"uncertainty": 120
},
"departure": {
"time": "1764096931",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764096984",
"uncertainty": 120
},
"departure": {
"time": "1764096984",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764097020",
"uncertainty": 120
},
"departure": {
"time": "1764097020",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764097116",
"uncertainty": 120
},
"departure": {
"time": "1764097116",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764097192",
"uncertainty": 120
},
"departure": {
"time": "1764097192",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764097264",
"uncertainty": 120
},
"departure": {
"time": "1764097264",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764097337",
"uncertainty": 120
},
"departure": {
"time": "1764097337",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764097380",
"uncertainty": 120
},
"departure": {
"time": "1764097380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764097450",
"uncertainty": 120
},
"departure": {
"time": "1764097450",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764097403",
"uncertainty": 120
},
"departure": {
"time": "1764097403",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764097504",
"uncertainty": 120
},
"departure": {
"time": "1764097504",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764097612",
"uncertainty": 120
},
"departure": {
"time": "1764097612",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764097710",
"uncertainty": 120
},
"departure": {
"time": "1764097710",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764097790",
"uncertainty": 120
},
"departure": {
"time": "1764097790",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764097889",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323667"
}
}
},
{
"id": "21323664",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764093823",
"uncertainty": 120
},
"departure": {
"time": "1764093823",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764093852",
"uncertainty": 120
},
"departure": {
"time": "1764093852",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764093863",
"uncertainty": 120
},
"departure": {
"time": "1764093863",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764093877",
"uncertainty": 120
},
"departure": {
"time": "1764093877",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764093950",
"uncertainty": 120
},
"departure": {
"time": "1764093950",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764092793",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093031",
"uncertainty": 120
},
"departure": {
"time": "1764093033",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093111",
"uncertainty": 120
},
"departure": {
"time": "1764093123",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093176",
"uncertainty": 120
},
"departure": {
"time": "1764093183",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093261",
"uncertainty": 120
},
"departure": {
"time": "1764093305",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093345",
"uncertainty": 120
},
"departure": {
"time": "1764093345",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093379",
"uncertainty": 120
},
"departure": {
"time": "1764093395",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093444",
"uncertainty": 120
},
"departure": {
"time": "1764093444",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093514",
"uncertainty": 120
},
"departure": {
"time": "1764093514",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093585",
"uncertainty": 120
},
"departure": {
"time": "1764093585",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093668",
"uncertainty": 120
},
"departure": {
"time": "1764093668",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093731",
"uncertainty": 120
},
"departure": {
"time": "1764093731",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093818",
"uncertainty": 120
},
"departure": {
"time": "1764093818",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093977",
"uncertainty": 120
},
"departure": {
"time": "1764093977",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094020",
"uncertainty": 120
},
"departure": {
"time": "1764094020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094090",
"uncertainty": 120
},
"departure": {
"time": "1764094090",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093957",
"uncertainty": 120
},
"departure": {
"time": "1764093957",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094031",
"uncertainty": 120
},
"departure": {
"time": "1764094031",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094176",
"uncertainty": 120
},
"departure": {
"time": "1764094176",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094245",
"uncertainty": 120
},
"departure": {
"time": "1764094245",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094319",
"uncertainty": 120
},
"departure": {
"time": "1764094319",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094433",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323664"
},
"vehicle": {
"id": "213",
"label": "213"
}
}
},
{
"id": "21323665",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764093668",
"uncertainty": 120
},
"departure": {
"time": "1764093668",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764093151",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093301",
"uncertainty": 120
},
"departure": {
"time": "1764093331",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093445",
"uncertainty": 120
},
"departure": {
"time": "1764093445",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093508",
"uncertainty": 120
},
"departure": {
"time": "1764093508",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093579",
"uncertainty": 120
},
"departure": {
"time": "1764093579",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093636",
"uncertainty": 120
},
"departure": {
"time": "1764093636",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093720",
"uncertainty": 120
},
"departure": {
"time": "1764093720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093761",
"uncertainty": 120
},
"departure": {
"time": "1764093761",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093747",
"uncertainty": 120
},
"departure": {
"time": "1764093747",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093808",
"uncertainty": 120
},
"departure": {
"time": "1764093808",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093895",
"uncertainty": 120
},
"departure": {
"time": "1764093895",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093956",
"uncertainty": 120
},
"departure": {
"time": "1764093956",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094009",
"uncertainty": 120
},
"departure": {
"time": "1764094009",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094029",
"uncertainty": 120
},
"departure": {
"time": "1764094029",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094079",
"uncertainty": 120
},
"departure": {
"time": "1764094079",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094154",
"uncertainty": 120
},
"departure": {
"time": "1764094154",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764094194",
"uncertainty": 120
},
"departure": {
"time": "1764094194",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094248",
"uncertainty": 120
},
"departure": {
"time": "1764094248",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094313",
"uncertainty": 120
},
"departure": {
"time": "1764094313",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094372",
"uncertainty": 120
},
"departure": {
"time": "1764094372",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094455",
"uncertainty": 120
},
"departure": {
"time": "1764094455",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094530",
"uncertainty": 120
},
"departure": {
"time": "1764094530",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094612",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323665"
},
"vehicle": {
"id": "519",
"label": "519"
}
}
},
{
"id": "21323668",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764095392",
"uncertainty": 120
},
"departure": {
"time": "1764095392",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764094800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094996",
"uncertainty": 120
},
"departure": {
"time": "1764094996",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764095131",
"uncertainty": 120
},
"departure": {
"time": "1764095131",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764095220",
"uncertainty": 120
},
"departure": {
"time": "1764095220",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764095303",
"uncertainty": 120
},
"departure": {
"time": "1764095303",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764095376",
"uncertainty": 120
},
"departure": {
"time": "1764095376",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764095460",
"uncertainty": 120
},
"departure": {
"time": "1764095460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764095501",
"uncertainty": 120
},
"departure": {
"time": "1764095501",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764095471",
"uncertainty": 120
},
"departure": {
"time": "1764095471",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764095536",
"uncertainty": 120
},
"departure": {
"time": "1764095536",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764095643",
"uncertainty": 120
},
"departure": {
"time": "1764095643",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764095712",
"uncertainty": 120
},
"departure": {
"time": "1764095712",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764095765",
"uncertainty": 120
},
"departure": {
"time": "1764095765",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095817",
"uncertainty": 120
},
"departure": {
"time": "1764095817",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095902",
"uncertainty": 120
},
"departure": {
"time": "1764095902",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095953",
"uncertainty": 120
},
"departure": {
"time": "1764095953",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764096012",
"uncertainty": 120
},
"departure": {
"time": "1764096012",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764096061",
"uncertainty": 120
},
"departure": {
"time": "1764096061",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764096123",
"uncertainty": 120
},
"departure": {
"time": "1764096123",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764096195",
"uncertainty": 120
},
"departure": {
"time": "1764096195",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764096298",
"uncertainty": 120
},
"departure": {
"time": "1764096298",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764096361",
"uncertainty": 120
},
"departure": {
"time": "1764096361",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764096441",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323668"
}
}
},
{
"id": "21323669",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764097192",
"uncertainty": 120
},
"departure": {
"time": "1764097192",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764096600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096796",
"uncertainty": 120
},
"departure": {
"time": "1764096796",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764096931",
"uncertainty": 120
},
"departure": {
"time": "1764096931",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764097020",
"uncertainty": 120
},
"departure": {
"time": "1764097020",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764097103",
"uncertainty": 120
},
"departure": {
"time": "1764097103",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764097176",
"uncertainty": 120
},
"departure": {
"time": "1764097176",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764097260",
"uncertainty": 120
},
"departure": {
"time": "1764097260",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764097301",
"uncertainty": 120
},
"departure": {
"time": "1764097301",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764097271",
"uncertainty": 120
},
"departure": {
"time": "1764097271",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764097336",
"uncertainty": 120
},
"departure": {
"time": "1764097336",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764097443",
"uncertainty": 120
},
"departure": {
"time": "1764097443",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764097511",
"uncertainty": 120
},
"departure": {
"time": "1764097511",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764097564",
"uncertainty": 120
},
"departure": {
"time": "1764097564",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764097616",
"uncertainty": 120
},
"departure": {
"time": "1764097616",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764097702",
"uncertainty": 120
},
"departure": {
"time": "1764097702",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764097753",
"uncertainty": 120
},
"departure": {
"time": "1764097753",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764097812",
"uncertainty": 120
},
"departure": {
"time": "1764097812",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764097860",
"uncertainty": 120
},
"departure": {
"time": "1764097860",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764097921",
"uncertainty": 120
},
"departure": {
"time": "1764097921",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764097992",
"uncertainty": 120
},
"departure": {
"time": "1764097992",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764098093",
"uncertainty": 120
},
"departure": {
"time": "1764098093",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764098155",
"uncertainty": 120
},
"departure": {
"time": "1764098155",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764098235",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323669"
}
}
},
{
"id": "21323663",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764092482",
"uncertainty": 120
},
"departure": {
"time": "1764092482",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764091892",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092041",
"uncertainty": 120
},
"departure": {
"time": "1764092041",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092121",
"uncertainty": 120
},
"departure": {
"time": "1764092222",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092280",
"uncertainty": 120
},
"departure": {
"time": "1764092280",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092349",
"uncertainty": 120
},
"departure": {
"time": "1764092349",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092436",
"uncertainty": 120
},
"departure": {
"time": "1764092436",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092520",
"uncertainty": 120
},
"departure": {
"time": "1764092520",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092561",
"uncertainty": 120
},
"departure": {
"time": "1764092561",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092536",
"uncertainty": 120
},
"departure": {
"time": "1764092536",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092596",
"uncertainty": 120
},
"departure": {
"time": "1764092596",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092681",
"uncertainty": 120
},
"departure": {
"time": "1764092746",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092806",
"uncertainty": 120
},
"departure": {
"time": "1764092836",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092880",
"uncertainty": 120
},
"departure": {
"time": "1764092880",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092896",
"uncertainty": 120
},
"departure": {
"time": "1764092896",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092941",
"uncertainty": 120
},
"departure": {
"time": "1764093016",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093094",
"uncertainty": 120
},
"departure": {
"time": "1764093094",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093132",
"uncertainty": 120
},
"departure": {
"time": "1764093136",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093191",
"uncertainty": 120
},
"departure": {
"time": "1764093191",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093256",
"uncertainty": 120
},
"departure": {
"time": "1764093256",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093313",
"uncertainty": 120
},
"departure": {
"time": "1764093316",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093396",
"uncertainty": 120
},
"departure": {
"time": "1764093406",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093492",
"uncertainty": 120
},
"departure": {
"time": "1764093492",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093584",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323663"
},
"vehicle": {
"id": "407",
"label": "407"
}
}
},
{
"id": "21323704",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764094200",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323704"
}
}
},
{
"id": "21323703",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091323",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091523",
"uncertainty": 120
},
"departure": {
"time": "1764091563",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091666",
"uncertainty": 120
},
"departure": {
"time": "1764091684",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091713",
"uncertainty": 120
},
"departure": {
"time": "1764091713",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091773",
"uncertainty": 120
},
"departure": {
"time": "1764091773",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091803",
"uncertainty": 120
},
"departure": {
"time": "1764091803",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091863",
"uncertainty": 120
},
"departure": {
"time": "1764091863",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1764091910",
"uncertainty": 120
},
"departure": {
"time": "1764091923",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764091954",
"uncertainty": 120
},
"departure": {
"time": "1764091954",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092044",
"uncertainty": 120
},
"departure": {
"time": "1764092074",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092157",
"uncertainty": 120
},
"departure": {
"time": "1764092157",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092216",
"uncertainty": 120
},
"departure": {
"time": "1764092216",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092265",
"uncertainty": 120
},
"departure": {
"time": "1764092265",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092361",
"uncertainty": 120
},
"departure": {
"time": "1764092361",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092431",
"uncertainty": 120
},
"departure": {
"time": "1764092435",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092585",
"uncertainty": 120
},
"departure": {
"time": "1764092585",
"uncertainty": 120
},
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092615",
"uncertainty": 120
},
"departure": {
"time": "1764092615",
"uncertainty": 120
},
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1764092640",
"uncertainty": 120
},
"departure": {
"time": "1764092646",
"uncertainty": 120
},
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1764092676",
"uncertainty": 120
},
"departure": {
"time": "1764092676",
"uncertainty": 120
},
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1764092736",
"uncertainty": 120
},
"departure": {
"time": "1764092736",
"uncertainty": 120
},
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764092784",
"uncertainty": 120
},
"departure": {
"time": "1764092784",
"uncertainty": 120
},
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1764092868",
"uncertainty": 120
},
"departure": {
"time": "1764092868",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764092916",
"uncertainty": 120
},
"departure": {
"time": "1764093126",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093186",
"uncertainty": 120
},
"departure": {
"time": "1764093186",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093306",
"uncertainty": 120
},
"departure": {
"time": "1764093306",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093377",
"uncertainty": 120
},
"departure": {
"time": "1764093377",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1764093493",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323703"
},
"vehicle": {
"id": "211",
"label": "211"
}
}
},
{
"id": "21323688",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764092224",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092328",
"uncertainty": 120
},
"departure": {
"time": "1764092328",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092374",
"uncertainty": 120
},
"departure": {
"time": "1764092374",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092431",
"uncertainty": 120
},
"departure": {
"time": "1764092431",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092464",
"uncertainty": 120
},
"departure": {
"time": "1764092464",
"uncertainty": 120
},
"stopId": "bsmres1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092494",
"uncertainty": 120
},
"departure": {
"time": "1764092494",
"uncertainty": 120
},
"stopId": "bsmdamr",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092554",
"uncertainty": 120
},
"departure": {
"time": "1764092554",
"uncertainty": 120
},
"stopId": "bsmblum3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092667",
"uncertainty": 120
},
"departure": {
"time": "1764092667",
"uncertainty": 120
},
"stopId": "bsmseli",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092692",
"uncertainty": 120
},
"departure": {
"time": "1764092692",
"uncertainty": 120
},
"stopId": "outcrow",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092715",
"uncertainty": 120
},
"departure": {
"time": "1764092715",
"uncertainty": 120
},
"stopId": "outre1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092863",
"uncertainty": 120
},
"departure": {
"time": "1764092863",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093004",
"uncertainty": 120
},
"departure": {
"time": "1764093004",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093081",
"uncertainty": 120
},
"departure": {
"time": "1764093081",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093119",
"uncertainty": 120
},
"departure": {
"time": "1764093124",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093154",
"uncertainty": 120
},
"departure": {
"time": "1764093154",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093184",
"uncertainty": 120
},
"departure": {
"time": "1764093424",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093464",
"uncertainty": 120
},
"departure": {
"time": "1764093464",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093514",
"uncertainty": 120
},
"departure": {
"time": "1764093514",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093557",
"uncertainty": 120
},
"departure": {
"time": "1764093557",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093649",
"uncertainty": 120
},
"departure": {
"time": "1764093649",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093725",
"uncertainty": 120
},
"departure": {
"time": "1764093725",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093776",
"uncertainty": 120
},
"departure": {
"time": "1764093776",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093823",
"uncertainty": 120
},
"departure": {
"time": "1764093823",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093961",
"uncertainty": 120
},
"departure": {
"time": "1764093961",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764094077",
"uncertainty": 120
},
"departure": {
"time": "1764094077",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 25
},
{
"arrival": {
"time": "1764094183",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323688"
},
"vehicle": {
"id": "162",
"label": "162"
}
}
},
{
"id": "21323527",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764096359",
"uncertainty": 120
},
"departure": {
"time": "1764096359",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764096394",
"uncertainty": 120
},
"departure": {
"time": "1764096394",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764096472",
"uncertainty": 120
},
"departure": {
"time": "1764096472",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764094800",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094855",
"uncertainty": 120
},
"departure": {
"time": "1764094855",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764094920",
"uncertainty": 120
},
"departure": {
"time": "1764094920",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764094984",
"uncertainty": 120
},
"departure": {
"time": "1764094984",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764095040",
"uncertainty": 120
},
"departure": {
"time": "1764095040",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764095119",
"uncertainty": 120
},
"departure": {
"time": "1764095119",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764095273",
"uncertainty": 120
},
"departure": {
"time": "1764095273",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764095361",
"uncertainty": 120
},
"departure": {
"time": "1764095361",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764095416",
"uncertainty": 120
},
"departure": {
"time": "1764095416",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764095474",
"uncertainty": 120
},
"departure": {
"time": "1764095474",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764095520",
"uncertainty": 120
},
"departure": {
"time": "1764095520",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764095586",
"uncertainty": 120
},
"departure": {
"time": "1764095586",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764095711",
"uncertainty": 120
},
"departure": {
"time": "1764095711",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095766",
"uncertainty": 120
},
"departure": {
"time": "1764095766",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095819",
"uncertainty": 120
},
"departure": {
"time": "1764095819",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095880",
"uncertainty": 120
},
"departure": {
"time": "1764095880",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095989",
"uncertainty": 120
},
"departure": {
"time": "1764095989",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764096060",
"uncertainty": 120
},
"departure": {
"time": "1764096060",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764096130",
"uncertainty": 120
},
"departure": {
"time": "1764096130",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764096180",
"uncertainty": 120
},
"departure": {
"time": "1764096180",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764096267",
"uncertainty": 120
},
"departure": {
"time": "1764096267",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764096359",
"uncertainty": 120
},
"departure": {
"time": "1764096359",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764096378",
"uncertainty": 120
},
"departure": {
"time": "1764096378",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764096420",
"uncertainty": 120
},
"departure": {
"time": "1764096420",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764096490",
"uncertainty": 120
},
"departure": {
"time": "1764096490",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764096472",
"uncertainty": 120
},
"departure": {
"time": "1764096472",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764096573",
"uncertainty": 120
},
"departure": {
"time": "1764096573",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764096684",
"uncertainty": 120
},
"departure": {
"time": "1764096684",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764096777",
"uncertainty": 120
},
"departure": {
"time": "1764096777",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764096852",
"uncertainty": 120
},
"departure": {
"time": "1764096852",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764096943",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323527"
}
}
},
{
"id": "21323600",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764096600",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323600"
}
}
},
{
"id": "21725876",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764091474",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764091564",
"uncertainty": 120
},
"departure": {
"time": "1764091564",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764091623",
"uncertainty": 120
},
"departure": {
"time": "1764091623",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764091642",
"uncertainty": 120
},
"departure": {
"time": "1764091642",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091706",
"uncertainty": 120
},
"departure": {
"time": "1764091714",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091752",
"uncertainty": 120
},
"departure": {
"time": "1764091834",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091934",
"uncertainty": 120
},
"departure": {
"time": "1764091934",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092039",
"uncertainty": 120
},
"departure": {
"time": "1764092060",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092145",
"uncertainty": 120
},
"departure": {
"time": "1764092194",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092254",
"uncertainty": 120
},
"departure": {
"time": "1764092254",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092314",
"uncertainty": 120
},
"departure": {
"time": "1764092314",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764092404",
"uncertainty": 120
},
"departure": {
"time": "1764092404",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764092446",
"uncertainty": 120
},
"departure": {
"time": "1764092446",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092574",
"uncertainty": 120
},
"departure": {
"time": "1764092674",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092722",
"uncertainty": 120
},
"departure": {
"time": "1764092722",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092794",
"uncertainty": 120
},
"departure": {
"time": "1764092944",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093064",
"uncertainty": 120
},
"departure": {
"time": "1764093124",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093250",
"uncertainty": 120
},
"departure": {
"time": "1764093250",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093343",
"uncertainty": 120
},
"departure": {
"time": "1764093364",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764093493",
"uncertainty": 120
},
"departure": {
"time": "1764093493",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764093578",
"uncertainty": 120
},
"departure": {
"time": "1764093578",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764093629",
"uncertainty": 120
},
"departure": {
"time": "1764093629",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093691",
"uncertainty": 120
},
"departure": {
"time": "1764093691",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093758",
"uncertainty": 120
},
"departure": {
"time": "1764093758",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093883",
"uncertainty": 120
},
"departure": {
"time": "1764093883",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093976",
"uncertainty": 120
},
"departure": {
"time": "1764093976",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764094010",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725876"
},
"vehicle": {
"id": "186",
"label": "186"
}
}
},
{
"id": "21725875",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764090762",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764090822",
"uncertainty": 120
},
"departure": {
"time": "1764090822",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764090902",
"uncertainty": 120
},
"departure": {
"time": "1764090942",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1764090972",
"uncertainty": 120
},
"departure": {
"time": "1764090972",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764091086",
"uncertainty": 120
},
"departure": {
"time": "1764091092",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764091152",
"uncertainty": 120
},
"departure": {
"time": "1764091182",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764091242",
"uncertainty": 120
},
"departure": {
"time": "1764091272",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764091351",
"uncertainty": 120
},
"departure": {
"time": "1764091351",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764091407",
"uncertainty": 120
},
"departure": {
"time": "1764091422",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1764091473",
"uncertainty": 120
},
"departure": {
"time": "1764091482",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1764091549",
"uncertainty": 120
},
"departure": {
"time": "1764091549",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764091805",
"uncertainty": 120
},
"departure": {
"time": "1764091812",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764091945",
"uncertainty": 120
},
"departure": {
"time": "1764091962",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764092255",
"uncertainty": 120
},
"departure": {
"time": "1764092262",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1764092367",
"uncertainty": 120
},
"departure": {
"time": "1764092472",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764092516",
"uncertainty": 120
},
"departure": {
"time": "1764092516",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764092578",
"uncertainty": 120
},
"departure": {
"time": "1764092578",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1764092636",
"uncertainty": 120
},
"departure": {
"time": "1764092636",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1764092707",
"uncertainty": 120
},
"departure": {
"time": "1764092712",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1764092799",
"uncertainty": 120
},
"departure": {
"time": "1764092802",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1764092870",
"uncertainty": 120
},
"departure": {
"time": "1764092922",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1764092980",
"uncertainty": 120
},
"departure": {
"time": "1764092982",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1764093049",
"uncertainty": 120
},
"departure": {
"time": "1764093049",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1764093132",
"uncertainty": 120
},
"departure": {
"time": "1764093132",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1764093210",
"uncertainty": 120
},
"departure": {
"time": "1764093210",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1764093252",
"uncertainty": 120
},
"departure": {
"time": "1764093252",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1764093368",
"uncertainty": 120
},
"departure": {
"time": "1764093389",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764093432",
"uncertainty": 120
},
"departure": {
"time": "1764093432",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1764093514",
"uncertainty": 120
},
"departure": {
"time": "1764093514",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764093550",
"uncertainty": 120
},
"departure": {
"time": "1764093550",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764093610",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725875"
},
"vehicle": {
"id": "178",
"label": "178"
}
}
},
{
"id": "21323587",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764094200",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094431",
"uncertainty": 120
},
"departure": {
"time": "1764094431",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764094510",
"uncertainty": 120
},
"departure": {
"time": "1764094510",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764094565",
"uncertainty": 120
},
"departure": {
"time": "1764094565",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764094646",
"uncertainty": 120
},
"departure": {
"time": "1764094646",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764094707",
"uncertainty": 120
},
"departure": {
"time": "1764094707",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764094801",
"uncertainty": 120
},
"departure": {
"time": "1764094801",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764094886",
"uncertainty": 120
},
"departure": {
"time": "1764094886",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094937",
"uncertainty": 120
},
"departure": {
"time": "1764094937",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094996",
"uncertainty": 120
},
"departure": {
"time": "1764094996",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1764095137",
"uncertainty": 120
},
"departure": {
"time": "1764095137",
"uncertainty": 120
},
"stopId": "smbheli2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764095551",
"uncertainty": 120
},
"departure": {
"time": "1764095551",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1764095617",
"uncertainty": 120
},
"departure": {
"time": "1764095617",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095692",
"uncertainty": 120
},
"departure": {
"time": "1764095692",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095757",
"uncertainty": 120
},
"departure": {
"time": "1764095757",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095810",
"uncertainty": 120
},
"departure": {
"time": "1764095810",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095926",
"uncertainty": 120
},
"departure": {
"time": "1764095926",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095971",
"uncertainty": 120
},
"departure": {
"time": "1764095971",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1764096037",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323587"
}
}
},
{
"id": "21725881",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764092192",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764092222",
"uncertainty": 120
},
"departure": {
"time": "1764092222",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764092312",
"uncertainty": 120
},
"departure": {
"time": "1764092312",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764092350",
"uncertainty": 120
},
"departure": {
"time": "1764092350",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764092393",
"uncertainty": 120
},
"departure": {
"time": "1764092393",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764092443",
"uncertainty": 120
},
"departure": {
"time": "1764092443",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764092501",
"uncertainty": 120
},
"departure": {
"time": "1764092501",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764092559",
"uncertainty": 120
},
"departure": {
"time": "1764092559",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764092619",
"uncertainty": 120
},
"departure": {
"time": "1764092792",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764092912",
"uncertainty": 120
},
"departure": {
"time": "1764092912",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764092991",
"uncertainty": 120
},
"departure": {
"time": "1764093120",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093340",
"uncertainty": 120
},
"departure": {
"time": "1764093420",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093527",
"uncertainty": 120
},
"departure": {
"time": "1764093600",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093647",
"uncertainty": 120
},
"departure": {
"time": "1764093647",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093710",
"uncertainty": 120
},
"departure": {
"time": "1764093710",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093769",
"uncertainty": 120
},
"departure": {
"time": "1764093769",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093845",
"uncertainty": 120
},
"departure": {
"time": "1764093845",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764093933",
"uncertainty": 120
},
"departure": {
"time": "1764093933",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764093999",
"uncertainty": 120
},
"departure": {
"time": "1764093999",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094058",
"uncertainty": 120
},
"departure": {
"time": "1764094058",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094125",
"uncertainty": 120
},
"departure": {
"time": "1764094125",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094207",
"uncertainty": 120
},
"departure": {
"time": "1764094207",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764094285",
"uncertainty": 120
},
"departure": {
"time": "1764094285",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764094332",
"uncertainty": 120
},
"departure": {
"time": "1764094332",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764094448",
"uncertainty": 120
},
"departure": {
"time": "1764094448",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764094508",
"uncertainty": 120
},
"departure": {
"time": "1764094508",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764094580",
"uncertainty": 120
},
"departure": {
"time": "1764094580",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764094628",
"uncertainty": 120
},
"departure": {
"time": "1764094628",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764094688",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725881"
},
"vehicle": {
"id": "170",
"label": "170"
}
}
},
{
"id": "21725869",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093393",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093435",
"uncertainty": 120
},
"departure": {
"time": "1764093435",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093529",
"uncertainty": 120
},
"departure": {
"time": "1764093529",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093575",
"uncertainty": 120
},
"departure": {
"time": "1764093575",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093623",
"uncertainty": 120
},
"departure": {
"time": "1764093623",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093689",
"uncertainty": 120
},
"departure": {
"time": "1764093689",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093752",
"uncertainty": 120
},
"departure": {
"time": "1764093752",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093811",
"uncertainty": 120
},
"departure": {
"time": "1764093811",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093879",
"uncertainty": 120
},
"departure": {
"time": "1764093879",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094003",
"uncertainty": 120
},
"departure": {
"time": "1764094003",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094089",
"uncertainty": 120
},
"departure": {
"time": "1764094089",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094318",
"uncertainty": 120
},
"departure": {
"time": "1764094318",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094438",
"uncertainty": 120
},
"departure": {
"time": "1764094800",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094869",
"uncertainty": 120
},
"departure": {
"time": "1764094869",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094944",
"uncertainty": 120
},
"departure": {
"time": "1764094944",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095009",
"uncertainty": 120
},
"departure": {
"time": "1764095009",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095121",
"uncertainty": 120
},
"departure": {
"time": "1764095121",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095220",
"uncertainty": 120
},
"departure": {
"time": "1764095220",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095270",
"uncertainty": 120
},
"departure": {
"time": "1764095270",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764095338",
"uncertainty": 120
},
"departure": {
"time": "1764095338",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764095409",
"uncertainty": 120
},
"departure": {
"time": "1764095409",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764095482",
"uncertainty": 120
},
"departure": {
"time": "1764095482",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764095558",
"uncertainty": 120
},
"departure": {
"time": "1764095558",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764095647",
"uncertainty": 120
},
"departure": {
"time": "1764095647",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764095760",
"uncertainty": 120
},
"departure": {
"time": "1764095760",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764095820",
"uncertainty": 120
},
"departure": {
"time": "1764095820",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764095892",
"uncertainty": 120
},
"departure": {
"time": "1764095892",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764095940",
"uncertainty": 120
},
"departure": {
"time": "1764095940",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764096000",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725869"
},
"vehicle": {
"id": "181",
"label": "181"
}
}
},
{
"id": "21725864",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764095946",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096001",
"uncertainty": 120
},
"departure": {
"time": "1764096001",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764096066",
"uncertainty": 120
},
"departure": {
"time": "1764096066",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764096130",
"uncertainty": 120
},
"departure": {
"time": "1764096130",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764096186",
"uncertainty": 120
},
"departure": {
"time": "1764096186",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764096252",
"uncertainty": 120
},
"departure": {
"time": "1764096252",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764096348",
"uncertainty": 120
},
"departure": {
"time": "1764096348",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764096415",
"uncertainty": 120
},
"departure": {
"time": "1764096415",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764096539",
"uncertainty": 120
},
"departure": {
"time": "1764096539",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764096694",
"uncertainty": 120
},
"departure": {
"time": "1764096694",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764096839",
"uncertainty": 120
},
"departure": {
"time": "1764096839",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764097139",
"uncertainty": 120
},
"departure": {
"time": "1764097139",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764097259",
"uncertainty": 120
},
"departure": {
"time": "1764097259",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764097328",
"uncertainty": 120
},
"departure": {
"time": "1764097328",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764097403",
"uncertainty": 120
},
"departure": {
"time": "1764097403",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764097468",
"uncertainty": 120
},
"departure": {
"time": "1764097468",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764097580",
"uncertainty": 120
},
"departure": {
"time": "1764097580",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764097678",
"uncertainty": 120
},
"departure": {
"time": "1764097678",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764097728",
"uncertainty": 120
},
"departure": {
"time": "1764097728",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764097796",
"uncertainty": 120
},
"departure": {
"time": "1764097796",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764097867",
"uncertainty": 120
},
"departure": {
"time": "1764097867",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764097940",
"uncertainty": 120
},
"departure": {
"time": "1764097940",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764098016",
"uncertainty": 120
},
"departure": {
"time": "1764098016",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764098105",
"uncertainty": 120
},
"departure": {
"time": "1764098105",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764098218",
"uncertainty": 120
},
"departure": {
"time": "1764098218",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764098278",
"uncertainty": 120
},
"departure": {
"time": "1764098278",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764098350",
"uncertainty": 120
},
"departure": {
"time": "1764098350",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764098398",
"uncertainty": 120
},
"departure": {
"time": "1764098398",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764098458",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725864"
}
}
},
{
"id": "21725846",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764094800",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725846"
}
}
},
{
"id": "21725847",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764093699",
"uncertainty": 120
},
"departure": {
"time": "1764093699",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764093782",
"uncertainty": 120
},
"departure": {
"time": "1764093782",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764093888",
"uncertainty": 120
},
"departure": {
"time": "1764093888",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764092972",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093032",
"uncertainty": 120
},
"departure": {
"time": "1764093062",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093133",
"uncertainty": 120
},
"departure": {
"time": "1764093133",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093256",
"uncertainty": 120
},
"departure": {
"time": "1764093272",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093332",
"uncertainty": 120
},
"departure": {
"time": "1764093332",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093350",
"uncertainty": 120
},
"departure": {
"time": "1764093362",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093433",
"uncertainty": 120
},
"departure": {
"time": "1764093433",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093492",
"uncertainty": 120
},
"departure": {
"time": "1764093492",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764093562",
"uncertainty": 120
},
"departure": {
"time": "1764093562",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764093619",
"uncertainty": 120
},
"departure": {
"time": "1764093619",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764093699",
"uncertainty": 120
},
"departure": {
"time": "1764093699",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764093686",
"uncertainty": 120
},
"departure": {
"time": "1764093686",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764093736",
"uncertainty": 120
},
"departure": {
"time": "1764093736",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764093840",
"uncertainty": 120
},
"departure": {
"time": "1764093840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764093911",
"uncertainty": 120
},
"departure": {
"time": "1764093911",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764093927",
"uncertainty": 120
},
"departure": {
"time": "1764093927",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764093994",
"uncertainty": 120
},
"departure": {
"time": "1764093994",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094049",
"uncertainty": 120
},
"departure": {
"time": "1764094049",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094121",
"uncertainty": 120
},
"departure": {
"time": "1764094121",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094248",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725847"
},
"vehicle": {
"id": "183",
"label": "183"
}
}
},
{
"id": "21725853",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093421",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764093570",
"uncertainty": 120
},
"departure": {
"time": "1764093570",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764093660",
"uncertainty": 120
},
"departure": {
"time": "1764093660",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764093721",
"uncertainty": 120
},
"departure": {
"time": "1764093721",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764093765",
"uncertainty": 120
},
"departure": {
"time": "1764093765",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764093842",
"uncertainty": 120
},
"departure": {
"time": "1764093842",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1764093864",
"uncertainty": 120
},
"departure": {
"time": "1764093864",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1764093940",
"uncertainty": 120
},
"departure": {
"time": "1764093940",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094027",
"uncertainty": 120
},
"departure": {
"time": "1764094027",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094118",
"uncertainty": 120
},
"departure": {
"time": "1764094118",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094197",
"uncertainty": 120
},
"departure": {
"time": "1764094197",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094325",
"uncertainty": 120
},
"departure": {
"time": "1764094325",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094385",
"uncertainty": 120
},
"departure": {
"time": "1764094385",
"uncertainty": 120
},
"stopId": "outplac2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764094460",
"uncertainty": 120
},
"departure": {
"time": "1764094460",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1764094503",
"uncertainty": 120
},
"departure": {
"time": "1764094503",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1764094549",
"uncertainty": 120
},
"departure": {
"time": "1764094549",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764094631",
"uncertainty": 120
},
"departure": {
"time": "1764094631",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1764094685",
"uncertainty": 120
},
"departure": {
"time": "1764094685",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764094733",
"uncertainty": 120
},
"departure": {
"time": "1764094733",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764094789",
"uncertainty": 120
},
"departure": {
"time": "1764094789",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764094820",
"uncertainty": 120
},
"departure": {
"time": "1764094820",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764094896",
"uncertainty": 120
},
"departure": {
"time": "1764094896",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1764095045",
"uncertainty": 120
},
"departure": {
"time": "1764095045",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1764095131",
"uncertainty": 120
},
"departure": {
"time": "1764095131",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1764095324",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725853"
},
"vehicle": {
"id": "192",
"label": "192"
}
}
},
{
"id": "21725854",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764097020",
"uncertainty": 120
},
"departure": {
"time": "1764097020",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764097103",
"uncertainty": 120
},
"departure": {
"time": "1764097103",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764097209",
"uncertainty": 120
},
"departure": {
"time": "1764097209",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764096300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764096395",
"uncertainty": 120
},
"departure": {
"time": "1764096395",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764096480",
"uncertainty": 120
},
"departure": {
"time": "1764096480",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764096615",
"uncertainty": 120
},
"departure": {
"time": "1764096615",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764096689",
"uncertainty": 120
},
"departure": {
"time": "1764096689",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764096718",
"uncertainty": 120
},
"departure": {
"time": "1764096718",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764096781",
"uncertainty": 120
},
"departure": {
"time": "1764096781",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764096834",
"uncertainty": 120
},
"departure": {
"time": "1764096834",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764096897",
"uncertainty": 120
},
"departure": {
"time": "1764096897",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764096949",
"uncertainty": 120
},
"departure": {
"time": "1764096949",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764097020",
"uncertainty": 120
},
"departure": {
"time": "1764097020",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764097137",
"uncertainty": 120
},
"departure": {
"time": "1764097137",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764097177",
"uncertainty": 120
},
"departure": {
"time": "1764097177",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764097260",
"uncertainty": 120
},
"departure": {
"time": "1764097260",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764097331",
"uncertainty": 120
},
"departure": {
"time": "1764097331",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764097248",
"uncertainty": 120
},
"departure": {
"time": "1764097248",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764097311",
"uncertainty": 120
},
"departure": {
"time": "1764097311",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764097372",
"uncertainty": 120
},
"departure": {
"time": "1764097372",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764097454",
"uncertainty": 120
},
"departure": {
"time": "1764097454",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764097618",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725854"
}
}
},
{
"id": "21323852",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764093900",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1764094024",
"uncertainty": 120
},
"departure": {
"time": "1764094024",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764094126",
"uncertainty": 120
},
"departure": {
"time": "1764094126",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764094235",
"uncertainty": 120
},
"departure": {
"time": "1764094235",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764094352",
"uncertainty": 120
},
"departure": {
"time": "1764094352",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764094402",
"uncertainty": 120
},
"departure": {
"time": "1764094402",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764094430",
"uncertainty": 120
},
"departure": {
"time": "1764094430",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764094500",
"uncertainty": 120
},
"departure": {
"time": "1764094500",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764094576",
"uncertainty": 120
},
"departure": {
"time": "1764094576",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1764094703",
"uncertainty": 120
},
"departure": {
"time": "1764094703",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764094828",
"uncertainty": 120
},
"departure": {
"time": "1764094828",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1764094889",
"uncertainty": 120
},
"departure": {
"time": "1764094889",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1764094924",
"uncertainty": 120
},
"departure": {
"time": "1764094924",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764095002",
"uncertainty": 120
},
"departure": {
"time": "1764095002",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764095100",
"uncertainty": 120
},
"departure": {
"time": "1764095100",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764095164",
"uncertainty": 120
},
"departure": {
"time": "1764095164",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1764095197",
"uncertainty": 120
},
"departure": {
"time": "1764095197",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1764095225",
"uncertainty": 120
},
"departure": {
"time": "1764095225",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764095284",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323852"
}
}
},
{
"id": "21323853",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764096600",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1764093441",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323853"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1764093441"
}
}