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
❌213 erreurs, 41 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 08/12/2025 à 08h05 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 10 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 21725992 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, 32, 33, 34, 35, 36, 37] is not strictly sorted by increasing stop_sequence
- trip_id 21725990 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, 32, 33, 34, 35, 36, 37] 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 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
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 22 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21725826 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21725824 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21725967 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
- trip_id 21725957 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 21725826 stop_sequence 1 departure_time 08:45:00 (1765179900) is less than previous stop departure_time 09:01:09 (1765180869) - times must increase between two sequential stops
- trip_id 21725826 stop_sequence 1 departure_time 08:45:00 (1765179900) is less than previous stop arrival_time 09:01:09 (1765180869) - times must increase between two sequential stops
- trip_id 21725826 stop_sequence 2 arrival_time 08:46:35 (1765179995) is less than previous stop arrival_time 09:01:09 (1765180869) - times must increase between two sequential stops
- trip_id 21725826 stop_sequence 2 departure_time 08:46:35 (1765179995) is less than previous stop arrival_time 09:01:09 (1765180869) - times must increase between two sequential stops
- trip_id 21725826 stop_sequence 16 arrival_time 09:01:48 (1765180908) is less than previous stop arrival_time 09:03:11 (1765180991) - 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 41 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 21725938 does not have a vehicle_id
- trip_id 21725936 does not have a vehicle_id
- trip_id 21323549 does not have a vehicle_id
- trip_id 21323550 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 | 502 | 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 737 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 034 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 243 | 25 fois (83 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 28 | 23 fois (77 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 16 | 16 fois (53 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 16 | 16 fois (53 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 17 | 7 fois (23 % 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 | 4 | 4 fois (13 % 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 08/12/2025 à 12h23 Europe/Paris.
trip_updates (81) 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 08/12/2025 à 12h23 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21323535",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192262",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192469",
"uncertainty": 120
},
"departure": {
"time": "1765192562",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192636",
"uncertainty": 120
},
"departure": {
"time": "1765192636",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192682",
"uncertainty": 120
},
"departure": {
"time": "1765192682",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192767",
"uncertainty": 120
},
"departure": {
"time": "1765192892",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192952",
"uncertainty": 120
},
"departure": {
"time": "1765192952",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193012",
"uncertainty": 120
},
"departure": {
"time": "1765193012",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193097",
"uncertainty": 120
},
"departure": {
"time": "1765193097",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193139",
"uncertainty": 120
},
"departure": {
"time": "1765193139",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193198",
"uncertainty": 120
},
"departure": {
"time": "1765193198",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193339",
"uncertainty": 120
},
"departure": {
"time": "1765193339",
"uncertainty": 120
},
"stopId": "smbheli2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193753",
"uncertainty": 120
},
"departure": {
"time": "1765193753",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193819",
"uncertainty": 120
},
"departure": {
"time": "1765193819",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193884",
"uncertainty": 120
},
"departure": {
"time": "1765193884",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193940",
"uncertainty": 120
},
"departure": {
"time": "1765193940",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193986",
"uncertainty": 120
},
"departure": {
"time": "1765193986",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194086",
"uncertainty": 120
},
"departure": {
"time": "1765194086",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194124",
"uncertainty": 120
},
"departure": {
"time": "1765194124",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194179",
"uncertainty": 120
},
"departure": {
"time": "1765194179",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194279",
"uncertainty": 120
},
"departure": {
"time": "1765194279",
"uncertainty": 120
},
"stopId": "lacpont",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194359",
"uncertainty": 120
},
"stopId": "baimacq",
"stopSequence": 21
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323535"
},
"vehicle": {
"id": "192",
"label": "192"
}
}
},
{
"id": "21323539",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195200",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323539"
}
}
},
{
"id": "21725835",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725835"
}
}
},
{
"id": "21725834",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765192725",
"uncertainty": 120
},
"departure": {
"time": "1765192725",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1765192815",
"uncertainty": 120
},
"departure": {
"time": "1765192815",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1765192887",
"uncertainty": 120
},
"departure": {
"time": "1765192887",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1765191901",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191961",
"uncertainty": 120
},
"departure": {
"time": "1765192021",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192111",
"uncertainty": 120
},
"departure": {
"time": "1765192111",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192231",
"uncertainty": 120
},
"departure": {
"time": "1765192231",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192291",
"uncertainty": 120
},
"departure": {
"time": "1765192291",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192330",
"uncertainty": 120
},
"departure": {
"time": "1765192351",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192409",
"uncertainty": 120
},
"departure": {
"time": "1765192411",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192471",
"uncertainty": 120
},
"departure": {
"time": "1765192501",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192571",
"uncertainty": 120
},
"departure": {
"time": "1765192591",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192645",
"uncertainty": 120
},
"departure": {
"time": "1765192651",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192654",
"uncertainty": 120
},
"departure": {
"time": "1765193007",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192737",
"uncertainty": 120
},
"departure": {
"time": "1765192737",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192777",
"uncertainty": 120
},
"departure": {
"time": "1765192777",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192860",
"uncertainty": 120
},
"departure": {
"time": "1765192860",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192931",
"uncertainty": 120
},
"departure": {
"time": "1765192931",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192947",
"uncertainty": 120
},
"departure": {
"time": "1765192947",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193007",
"uncertainty": 120
},
"departure": {
"time": "1765193007",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193068",
"uncertainty": 120
},
"departure": {
"time": "1765193068",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193150",
"uncertainty": 120
},
"departure": {
"time": "1765193150",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193314",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725834"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21725833",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765193352",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193443",
"uncertainty": 120
},
"departure": {
"time": "1765193443",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193550",
"uncertainty": 120
},
"departure": {
"time": "1765193550",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193623",
"uncertainty": 120
},
"departure": {
"time": "1765193623",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193657",
"uncertainty": 120
},
"departure": {
"time": "1765193657",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193726",
"uncertainty": 120
},
"departure": {
"time": "1765193726",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193748",
"uncertainty": 120
},
"departure": {
"time": "1765193748",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193824",
"uncertainty": 120
},
"departure": {
"time": "1765193824",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193911",
"uncertainty": 120
},
"departure": {
"time": "1765193911",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194002",
"uncertainty": 120
},
"departure": {
"time": "1765194002",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194081",
"uncertainty": 120
},
"departure": {
"time": "1765194081",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194183",
"uncertainty": 120
},
"departure": {
"time": "1765194183",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194243",
"uncertainty": 120
},
"departure": {
"time": "1765194243",
"uncertainty": 120
},
"stopId": "outplac2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194333",
"uncertainty": 120
},
"departure": {
"time": "1765194333",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194384",
"uncertainty": 120
},
"departure": {
"time": "1765194384",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194439",
"uncertainty": 120
},
"departure": {
"time": "1765194439",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194537",
"uncertainty": 120
},
"departure": {
"time": "1765194537",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194608",
"uncertainty": 120
},
"departure": {
"time": "1765194608",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194664",
"uncertainty": 120
},
"departure": {
"time": "1765194664",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194730",
"uncertainty": 120
},
"departure": {
"time": "1765194730",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194766",
"uncertainty": 120
},
"departure": {
"time": "1765194766",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194855",
"uncertainty": 120
},
"departure": {
"time": "1765194855",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195028",
"uncertainty": 120
},
"departure": {
"time": "1765195028",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195119",
"uncertainty": 120
},
"departure": {
"time": "1765195119",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195312",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725833"
}
}
},
{
"id": "21323544",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192077",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192124",
"uncertainty": 120
},
"departure": {
"time": "1765192124",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192167",
"uncertainty": 120
},
"departure": {
"time": "1765192167",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192175",
"uncertainty": 120
},
"departure": {
"time": "1765192175",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192334",
"uncertainty": 120
},
"departure": {
"time": "1765192334",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192377",
"uncertainty": 120
},
"departure": {
"time": "1765192407",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192540",
"uncertainty": 120
},
"departure": {
"time": "1765192587",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192646",
"uncertainty": 120
},
"departure": {
"time": "1765192646",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192701",
"uncertainty": 120
},
"departure": {
"time": "1765192701",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192759",
"uncertainty": 120
},
"departure": {
"time": "1765192797",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192867",
"uncertainty": 120
},
"departure": {
"time": "1765192867",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192896",
"uncertainty": 120
},
"departure": {
"time": "1765192896",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192977",
"uncertainty": 120
},
"departure": {
"time": "1765193007",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193188",
"uncertainty": 120
},
"departure": {
"time": "1765193188",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193320",
"uncertainty": 120
},
"departure": {
"time": "1765193340",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193400",
"uncertainty": 120
},
"departure": {
"time": "1765193400",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193490",
"uncertainty": 120
},
"departure": {
"time": "1765193490",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193647",
"uncertainty": 120
},
"departure": {
"time": "1765193647",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193721",
"uncertainty": 120
},
"departure": {
"time": "1765193721",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193845",
"uncertainty": 120
},
"departure": {
"time": "1765193845",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193894",
"uncertainty": 120
},
"departure": {
"time": "1765193894",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193954",
"uncertainty": 120
},
"departure": {
"time": "1765193954",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193986",
"uncertainty": 120
},
"departure": {
"time": "1765193986",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194023",
"uncertainty": 120
},
"departure": {
"time": "1765194023",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194054",
"uncertainty": 120
},
"departure": {
"time": "1765194054",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194114",
"uncertainty": 120
},
"departure": {
"time": "1765194114",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194181",
"uncertainty": 120
},
"departure": {
"time": "1765194181",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194219",
"uncertainty": 120
},
"departure": {
"time": "1765194219",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194266",
"uncertainty": 120
},
"departure": {
"time": "1765194266",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194322",
"uncertainty": 120
},
"departure": {
"time": "1765194322",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765194377",
"uncertainty": 120
},
"departure": {
"time": "1765194377",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1765194437",
"uncertainty": 120
},
"departure": {
"time": "1765194437",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1765194502",
"uncertainty": 120
},
"departure": {
"time": "1765194502",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1765194622",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323544"
},
"vehicle": {
"id": "189",
"label": "189"
}
}
},
{
"id": "21725837",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765196400",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725837"
}
}
},
{
"id": "21725836",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765195080",
"uncertainty": 120
},
"departure": {
"time": "1765195080",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1765195163",
"uncertainty": 120
},
"departure": {
"time": "1765195163",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1765195269",
"uncertainty": 120
},
"departure": {
"time": "1765195269",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1765194395",
"uncertainty": 120
},
"departure": {
"time": "1765194395",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765194480",
"uncertainty": 120
},
"departure": {
"time": "1765194480",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765194630",
"uncertainty": 120
},
"departure": {
"time": "1765194630",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765194712",
"uncertainty": 120
},
"departure": {
"time": "1765194712",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194744",
"uncertainty": 120
},
"departure": {
"time": "1765194744",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194814",
"uncertainty": 120
},
"departure": {
"time": "1765194814",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194873",
"uncertainty": 120
},
"departure": {
"time": "1765194873",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194943",
"uncertainty": 120
},
"departure": {
"time": "1765194943",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1765195000",
"uncertainty": 120
},
"departure": {
"time": "1765195000",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1765195080",
"uncertainty": 120
},
"departure": {
"time": "1765195080",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1765195197",
"uncertainty": 120
},
"departure": {
"time": "1765195197",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1765195237",
"uncertainty": 120
},
"departure": {
"time": "1765195237",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1765195320",
"uncertainty": 120
},
"departure": {
"time": "1765195320",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1765195391",
"uncertainty": 120
},
"departure": {
"time": "1765195391",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765195308",
"uncertainty": 120
},
"departure": {
"time": "1765195308",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765195371",
"uncertainty": 120
},
"departure": {
"time": "1765195371",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195432",
"uncertainty": 120
},
"departure": {
"time": "1765195432",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195514",
"uncertainty": 120
},
"departure": {
"time": "1765195514",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195678",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725836"
}
}
},
{
"id": "21323556",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195560",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323556"
}
}
},
{
"id": "21323555",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765193475",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193531",
"uncertainty": 120
},
"departure": {
"time": "1765193531",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193577",
"uncertainty": 120
},
"departure": {
"time": "1765193577",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193590",
"uncertainty": 120
},
"departure": {
"time": "1765193590",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193753",
"uncertainty": 120
},
"departure": {
"time": "1765193753",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193808",
"uncertainty": 120
},
"departure": {
"time": "1765193808",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193868",
"uncertainty": 120
},
"departure": {
"time": "1765193868",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193931",
"uncertainty": 120
},
"departure": {
"time": "1765193931",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193993",
"uncertainty": 120
},
"departure": {
"time": "1765193993",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194056",
"uncertainty": 120
},
"departure": {
"time": "1765194056",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194125",
"uncertainty": 120
},
"departure": {
"time": "1765194125",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194156",
"uncertainty": 120
},
"departure": {
"time": "1765194156",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194237",
"uncertainty": 120
},
"departure": {
"time": "1765194237",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194418",
"uncertainty": 120
},
"departure": {
"time": "1765194418",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194537",
"uncertainty": 120
},
"departure": {
"time": "1765194720",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194797",
"uncertainty": 120
},
"departure": {
"time": "1765194797",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194900",
"uncertainty": 120
},
"departure": {
"time": "1765194900",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195057",
"uncertainty": 120
},
"departure": {
"time": "1765195057",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195139",
"uncertainty": 120
},
"departure": {
"time": "1765195139",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195260",
"uncertainty": 120
},
"departure": {
"time": "1765195260",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195303",
"uncertainty": 120
},
"departure": {
"time": "1765195303",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195359",
"uncertainty": 120
},
"departure": {
"time": "1765195359",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195402",
"uncertainty": 120
},
"departure": {
"time": "1765195402",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195449",
"uncertainty": 120
},
"departure": {
"time": "1765195449",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195485",
"uncertainty": 120
},
"departure": {
"time": "1765195485",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1765195538",
"uncertainty": 120
},
"departure": {
"time": "1765195538",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1765195598",
"uncertainty": 120
},
"departure": {
"time": "1765195598",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1765195647",
"uncertainty": 120
},
"departure": {
"time": "1765195647",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1765195689",
"uncertainty": 120
},
"departure": {
"time": "1765195689",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1765195740",
"uncertainty": 120
},
"departure": {
"time": "1765195740",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765195795",
"uncertainty": 120
},
"departure": {
"time": "1765195795",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1765195855",
"uncertainty": 120
},
"departure": {
"time": "1765195855",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1765195920",
"uncertainty": 120
},
"departure": {
"time": "1765195920",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1765196040",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323555"
}
}
},
{
"id": "21323554",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765190582",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1765190642",
"uncertainty": 120
},
"departure": {
"time": "1765190642",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765190702",
"uncertainty": 120
},
"departure": {
"time": "1765190702",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765190723",
"uncertainty": 120
},
"departure": {
"time": "1765190732",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765190882",
"uncertainty": 120
},
"departure": {
"time": "1765190882",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765190926",
"uncertainty": 120
},
"departure": {
"time": "1765190942",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191003",
"uncertainty": 120
},
"departure": {
"time": "1765191033",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191123",
"uncertainty": 120
},
"departure": {
"time": "1765191123",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1765191168",
"uncertainty": 120
},
"departure": {
"time": "1765191168",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765191234",
"uncertainty": 120
},
"departure": {
"time": "1765191273",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1765191333",
"uncertainty": 120
},
"departure": {
"time": "1765191333",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765191378",
"uncertainty": 120
},
"departure": {
"time": "1765191423",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765191542",
"uncertainty": 120
},
"departure": {
"time": "1765191543",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765191734",
"uncertainty": 120
},
"departure": {
"time": "1765191734",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1765191868",
"uncertainty": 120
},
"departure": {
"time": "1765191873",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1765191945",
"uncertainty": 120
},
"departure": {
"time": "1765191963",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192053",
"uncertainty": 120
},
"departure": {
"time": "1765192053",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765192190",
"uncertainty": 120
},
"departure": {
"time": "1765192190",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1765192262",
"uncertainty": 120
},
"departure": {
"time": "1765192293",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1765192524",
"uncertainty": 120
},
"departure": {
"time": "1765192563",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1765192612",
"uncertainty": 120
},
"departure": {
"time": "1765192623",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1765192683",
"uncertainty": 120
},
"departure": {
"time": "1765192683",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765192713",
"uncertainty": 120
},
"departure": {
"time": "1765192713",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765192748",
"uncertainty": 120
},
"departure": {
"time": "1765192773",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1765192803",
"uncertainty": 120
},
"departure": {
"time": "1765192803",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1765192863",
"uncertainty": 120
},
"departure": {
"time": "1765192863",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1765192923",
"uncertainty": 120
},
"departure": {
"time": "1765192923",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1765192958",
"uncertainty": 120
},
"departure": {
"time": "1765192958",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1765193001",
"uncertainty": 120
},
"departure": {
"time": "1765193013",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1765193069",
"uncertainty": 120
},
"departure": {
"time": "1765193069",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765193124",
"uncertainty": 120
},
"departure": {
"time": "1765193124",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1765193184",
"uncertainty": 120
},
"departure": {
"time": "1765193184",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1765193249",
"uncertainty": 120
},
"departure": {
"time": "1765193249",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1765193369",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323554"
},
"vehicle": {
"id": "329",
"label": "329"
}
}
},
{
"id": "21323571",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194000",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323571"
}
}
},
{
"id": "21323570",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765191722",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191794",
"uncertainty": 120
},
"departure": {
"time": "1765191794",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191872",
"uncertainty": 120
},
"departure": {
"time": "1765191872",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765191948",
"uncertainty": 120
},
"departure": {
"time": "1765191992",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192033",
"uncertainty": 120
},
"departure": {
"time": "1765192052",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192132",
"uncertainty": 120
},
"departure": {
"time": "1765192132",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192197",
"uncertainty": 120
},
"departure": {
"time": "1765192202",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192236",
"uncertainty": 120
},
"departure": {
"time": "1765192262",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192323",
"uncertainty": 120
},
"departure": {
"time": "1765192323",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192352",
"uncertainty": 120
},
"departure": {
"time": "1765192352",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192391",
"uncertainty": 120
},
"departure": {
"time": "1765192391",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192438",
"uncertainty": 120
},
"departure": {
"time": "1765192438",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192472",
"uncertainty": 120
},
"departure": {
"time": "1765192472",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192578",
"uncertainty": 120
},
"departure": {
"time": "1765192622",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192886",
"uncertainty": 120
},
"departure": {
"time": "1765192886",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192937",
"uncertainty": 120
},
"departure": {
"time": "1765192937",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193078",
"uncertainty": 120
},
"departure": {
"time": "1765193078",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193166",
"uncertainty": 120
},
"departure": {
"time": "1765193166",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193251",
"uncertainty": 120
},
"departure": {
"time": "1765193251",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193469",
"uncertainty": 120
},
"departure": {
"time": "1765193469",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193547",
"uncertainty": 120
},
"departure": {
"time": "1765193547",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193729",
"uncertainty": 120
},
"departure": {
"time": "1765193729",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193825",
"uncertainty": 120
},
"departure": {
"time": "1765193825",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193863",
"uncertainty": 120
},
"departure": {
"time": "1765193863",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193950",
"uncertainty": 120
},
"departure": {
"time": "1765193950",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194010",
"uncertainty": 120
},
"departure": {
"time": "1765194010",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194074",
"uncertainty": 120
},
"departure": {
"time": "1765194074",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194157",
"uncertainty": 120
},
"departure": {
"time": "1765194157",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194176",
"uncertainty": 120
},
"departure": {
"time": "1765194176",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194251",
"uncertainty": 120
},
"departure": {
"time": "1765194251",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1765194393",
"uncertainty": 120
},
"departure": {
"time": "1765194393",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1765194417",
"uncertainty": 120
},
"departure": {
"time": "1765194417",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1765194456",
"uncertainty": 120
},
"departure": {
"time": "1765194456",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1765194517",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323570"
},
"vehicle": {
"id": "532",
"label": "532"
}
}
},
{
"id": "21725867",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195620",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725867"
}
}
},
{
"id": "21725859",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765196580",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725859"
}
}
},
{
"id": "21725858",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765191271",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191391",
"uncertainty": 120
},
"departure": {
"time": "1765191391",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191435",
"uncertainty": 120
},
"departure": {
"time": "1765191435",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1765191476",
"uncertainty": 120
},
"departure": {
"time": "1765191476",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1765191532",
"uncertainty": 120
},
"departure": {
"time": "1765191571",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765191614",
"uncertainty": 120
},
"departure": {
"time": "1765191631",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191707",
"uncertainty": 120
},
"departure": {
"time": "1765191707",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191865",
"uncertainty": 120
},
"departure": {
"time": "1765191865",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765191947",
"uncertainty": 120
},
"departure": {
"time": "1765191960",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192021",
"uncertainty": 120
},
"departure": {
"time": "1765192021",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192071",
"uncertainty": 120
},
"departure": {
"time": "1765192081",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192192",
"uncertainty": 120
},
"departure": {
"time": "1765192192",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192223",
"uncertainty": 120
},
"departure": {
"time": "1765192223",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192348",
"uncertainty": 120
},
"departure": {
"time": "1765192471",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192524",
"uncertainty": 120
},
"departure": {
"time": "1765192531",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192650",
"uncertainty": 120
},
"departure": {
"time": "1765192681",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192822",
"uncertainty": 120
},
"departure": {
"time": "1765192861",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1765192994",
"uncertainty": 120
},
"departure": {
"time": "1765192994",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193100",
"uncertainty": 120
},
"departure": {
"time": "1765193100",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193207",
"uncertainty": 120
},
"departure": {
"time": "1765193207",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193274",
"uncertainty": 120
},
"departure": {
"time": "1765193274",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193322",
"uncertainty": 120
},
"departure": {
"time": "1765193322",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193377",
"uncertainty": 120
},
"departure": {
"time": "1765193377",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193465",
"uncertainty": 120
},
"departure": {
"time": "1765193465",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193566",
"uncertainty": 120
},
"departure": {
"time": "1765193566",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1765193632",
"uncertainty": 120
},
"departure": {
"time": "1765193632",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1765193666",
"uncertainty": 120
},
"departure": {
"time": "1765193666",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1765193780",
"uncertainty": 120
},
"departure": {
"time": "1765193780",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765193846",
"uncertainty": 120
},
"departure": {
"time": "1765193846",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194021",
"uncertainty": 120
},
"departure": {
"time": "1765194021",
"uncertainty": 120
},
"stopId": "baiboud",
"stopSequence": 30
},
{
"arrival": {
"time": "1765194089",
"uncertainty": 120
},
"departure": {
"time": "1765194089",
"uncertainty": 120
},
"stopId": "baipat",
"stopSequence": 31
},
{
"arrival": {
"time": "1765194236",
"uncertainty": 120
},
"departure": {
"time": "1765194236",
"uncertainty": 120
},
"stopId": "baicas1",
"stopSequence": 32
},
{
"arrival": {
"time": "1765194290",
"uncertainty": 120
},
"departure": {
"time": "1765194290",
"uncertainty": 120
},
"stopId": "baiaub1",
"stopSequence": 33
},
{
"arrival": {
"time": "1765194355",
"uncertainty": 120
},
"departure": {
"time": "1765194355",
"uncertainty": 120
},
"stopId": "baihetr",
"stopSequence": 34
},
{
"arrival": {
"time": "1765194447",
"uncertainty": 120
},
"stopId": "baique1",
"stopSequence": 35
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725858"
},
"vehicle": {
"id": "514",
"label": "514"
}
}
},
{
"id": "21323721",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765197051",
"uncertainty": 120
},
"departure": {
"time": "1765197051",
"uncertainty": 120
},
"stopId": "outlagr2"
},
{
"arrival": {
"time": "1765197386",
"uncertainty": 120
},
"departure": {
"time": "1765197386",
"uncertainty": 120
},
"stopId": "outbert"
},
{
"arrival": {
"time": "1765197493",
"uncertainty": 120
},
"departure": {
"time": "1765197493",
"uncertainty": 120
},
"stopId": "outneuf"
},
{
"departure": {
"time": "1765195800",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
},
{
"arrival": {
"time": "1765195842",
"uncertainty": 120
},
"departure": {
"time": "1765195842",
"uncertainty": 120
},
"stopId": "semgar3",
"stopSequence": 2
},
{
"arrival": {
"time": "1765195920",
"uncertainty": 120
},
"departure": {
"time": "1765195920",
"uncertainty": 120
},
"stopId": "semsau",
"stopSequence": 3
},
{
"arrival": {
"time": "1765195989",
"uncertainty": 120
},
"departure": {
"time": "1765195989",
"uncertainty": 120
},
"stopId": "semfont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765196040",
"uncertainty": 120
},
"departure": {
"time": "1765196040",
"uncertainty": 120
},
"stopId": "semecau2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765196098",
"uncertainty": 120
},
"departure": {
"time": "1765196098",
"uncertainty": 120
},
"stopId": "semecol2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765196152",
"uncertainty": 120
},
"departure": {
"time": "1765196152",
"uncertainty": 120
},
"stopId": "semcalv4",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196230",
"uncertainty": 120
},
"departure": {
"time": "1765196230",
"uncertainty": 120
},
"stopId": "semegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196342",
"uncertainty": 120
},
"departure": {
"time": "1765196342",
"uncertainty": 120
},
"stopId": "semolym2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196507",
"uncertainty": 120
},
"departure": {
"time": "1765196507",
"uncertainty": 120
},
"stopId": "sempaul2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196548",
"uncertainty": 120
},
"departure": {
"time": "1765196548",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196599",
"uncertainty": 120
},
"departure": {
"time": "1765196599",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196640",
"uncertainty": 120
},
"departure": {
"time": "1765196640",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 13
},
{
"arrival": {
"time": "1765196722",
"uncertainty": 120
},
"departure": {
"time": "1765196722",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765196784",
"uncertainty": 120
},
"departure": {
"time": "1765196784",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765196830",
"uncertainty": 120
},
"departure": {
"time": "1765196830",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765196919",
"uncertainty": 120
},
"departure": {
"time": "1765196919",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765196992",
"uncertainty": 120
},
"departure": {
"time": "1765196992",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197060",
"uncertainty": 120
},
"departure": {
"time": "1765197060",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr3",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197098",
"uncertainty": 120
},
"departure": {
"time": "1765197098",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197182",
"uncertainty": 120
},
"departure": {
"time": "1765197182",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197240",
"uncertainty": 120
},
"departure": {
"time": "1765197240",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha",
"stopSequence": 22
},
{
"arrival": {
"time": "1765197300",
"uncertainty": 120
},
"departure": {
"time": "1765197300",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765197395",
"uncertainty": 120
},
"departure": {
"time": "1765197395",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai",
"stopSequence": 24
},
{
"arrival": {
"time": "1765197499",
"uncertainty": 120
},
"departure": {
"time": "1765197499",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 25
},
{
"arrival": {
"time": "1765197643",
"uncertainty": 120
},
"departure": {
"time": "1765197643",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 26
},
{
"arrival": {
"time": "1765197771",
"uncertainty": 120
},
"departure": {
"time": "1765197771",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 27
},
{
"arrival": {
"time": "1765197880",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 28
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323721"
}
}
},
{
"id": "21323720",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765194053",
"uncertainty": 120
},
"departure": {
"time": "1765194053",
"uncertainty": 120
},
"stopId": "outrsal"
},
{
"arrival": {
"time": "1765194056",
"uncertainty": 120
},
"departure": {
"time": "1765194056",
"uncertainty": 120
},
"stopId": "outrsal3"
},
{
"arrival": {
"time": "1765194106",
"uncertainty": 120
},
"departure": {
"time": "1765194106",
"uncertainty": 120
},
"stopId": "outbert2"
},
{
"arrival": {
"time": "1765194176",
"uncertainty": 120
},
"departure": {
"time": "1765194176",
"uncertainty": 120
},
"stopId": "outhlm2"
},
{
"arrival": {
"time": "1765194266",
"uncertainty": 120
},
"departure": {
"time": "1765194266",
"uncertainty": 120
},
"stopId": "outdes2"
},
{
"arrival": {
"time": "1765194330",
"uncertainty": 120
},
"departure": {
"time": "1765194330",
"uncertainty": 120
},
"stopId": "outedo2"
},
{
"arrival": {
"time": "1765194385",
"uncertainty": 120
},
"departure": {
"time": "1765194385",
"uncertainty": 120
},
"stopId": "outre2"
},
{
"arrival": {
"time": "1765194445",
"uncertainty": 120
},
"departure": {
"time": "1765194445",
"uncertainty": 120
},
"stopId": "outlagr4"
},
{
"arrival": {
"time": "1765194446",
"uncertainty": 120
},
"departure": {
"time": "1765194446",
"uncertainty": 120
},
"stopId": "outlagr"
},
{
"departure": {
"time": "1765193400",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193580",
"uncertainty": 120
},
"departure": {
"time": "1765193580",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193728",
"uncertainty": 120
},
"departure": {
"time": "1765193728",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193820",
"uncertainty": 120
},
"departure": {
"time": "1765193820",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193992",
"uncertainty": 120
},
"departure": {
"time": "1765193992",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194061",
"uncertainty": 120
},
"departure": {
"time": "1765194061",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194180",
"uncertainty": 120
},
"departure": {
"time": "1765194180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194229",
"uncertainty": 120
},
"departure": {
"time": "1765194229",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194287",
"uncertainty": 120
},
"departure": {
"time": "1765194287",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194369",
"uncertainty": 120
},
"departure": {
"time": "1765194369",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194446",
"uncertainty": 120
},
"departure": {
"time": "1765194446",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194484",
"uncertainty": 120
},
"departure": {
"time": "1765194484",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194539",
"uncertainty": 120
},
"departure": {
"time": "1765194539",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194601",
"uncertainty": 120
},
"departure": {
"time": "1765194601",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194651",
"uncertainty": 120
},
"departure": {
"time": "1765194651",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194694",
"uncertainty": 120
},
"departure": {
"time": "1765194694",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194746",
"uncertainty": 120
},
"departure": {
"time": "1765194746",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194792",
"uncertainty": 120
},
"departure": {
"time": "1765194792",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194809",
"uncertainty": 120
},
"departure": {
"time": "1765194809",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194880",
"uncertainty": 120
},
"departure": {
"time": "1765194880",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195025",
"uncertainty": 120
},
"departure": {
"time": "1765195025",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195131",
"uncertainty": 120
},
"departure": {
"time": "1765195131",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195202",
"uncertainty": 120
},
"departure": {
"time": "1765195202",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195250",
"uncertainty": 120
},
"departure": {
"time": "1765195250",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195286",
"uncertainty": 120
},
"departure": {
"time": "1765195286",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 25
},
{
"arrival": {
"time": "1765195326",
"uncertainty": 120
},
"departure": {
"time": "1765195326",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 26
},
{
"arrival": {
"time": "1765195389",
"uncertainty": 120
},
"departure": {
"time": "1765195389",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765195417",
"uncertainty": 120
},
"departure": {
"time": "1765195417",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 28
},
{
"arrival": {
"time": "1765195466",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 29
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323720"
}
}
},
{
"id": "21725886",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194780",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725886"
}
}
},
{
"id": "21323733",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323733"
}
}
},
{
"id": "21725884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192231",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192321",
"uncertainty": 120
},
"departure": {
"time": "1765192321",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192368",
"uncertainty": 120
},
"departure": {
"time": "1765192368",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192398",
"uncertainty": 120
},
"departure": {
"time": "1765192398",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192457",
"uncertainty": 120
},
"departure": {
"time": "1765192501",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192543",
"uncertainty": 120
},
"departure": {
"time": "1765192591",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192651",
"uncertainty": 120
},
"departure": {
"time": "1765192651",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192759",
"uncertainty": 120
},
"departure": {
"time": "1765192771",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192873",
"uncertainty": 120
},
"departure": {
"time": "1765192873",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192933",
"uncertainty": 120
},
"departure": {
"time": "1765192951",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193049",
"uncertainty": 120
},
"departure": {
"time": "1765193049",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193142",
"uncertainty": 120
},
"departure": {
"time": "1765193142",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193174",
"uncertainty": 120
},
"departure": {
"time": "1765193174",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193308",
"uncertainty": 120
},
"departure": {
"time": "1765193308",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193359",
"uncertainty": 120
},
"departure": {
"time": "1765193359",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193478",
"uncertainty": 120
},
"departure": {
"time": "1765193478",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193617",
"uncertainty": 120
},
"departure": {
"time": "1765193700",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193840",
"uncertainty": 120
},
"departure": {
"time": "1765193840",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193946",
"uncertainty": 120
},
"departure": {
"time": "1765193946",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194054",
"uncertainty": 120
},
"departure": {
"time": "1765194054",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194136",
"uncertainty": 120
},
"departure": {
"time": "1765194136",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194198",
"uncertainty": 120
},
"departure": {
"time": "1765194198",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194256",
"uncertainty": 120
},
"departure": {
"time": "1765194256",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194343",
"uncertainty": 120
},
"departure": {
"time": "1765194343",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194451",
"uncertainty": 120
},
"departure": {
"time": "1765194451",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194530",
"uncertainty": 120
},
"departure": {
"time": "1765194530",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194572",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725884"
},
"vehicle": {
"id": "332",
"label": "332"
}
}
},
{
"id": "21323732",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192953",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193059",
"uncertainty": 120
},
"departure": {
"time": "1765193059",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193138",
"uncertainty": 120
},
"departure": {
"time": "1765193138",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193227",
"uncertainty": 120
},
"departure": {
"time": "1765193227",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193325",
"uncertainty": 120
},
"departure": {
"time": "1765193325",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193368",
"uncertainty": 120
},
"departure": {
"time": "1765193368",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193417",
"uncertainty": 120
},
"departure": {
"time": "1765193417",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193503",
"uncertainty": 120
},
"departure": {
"time": "1765193503",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193623",
"uncertainty": 120
},
"departure": {
"time": "1765193623",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193681",
"uncertainty": 120
},
"departure": {
"time": "1765193681",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193710",
"uncertainty": 120
},
"departure": {
"time": "1765193710",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193738",
"uncertainty": 120
},
"departure": {
"time": "1765193738",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193777",
"uncertainty": 120
},
"departure": {
"time": "1765193777",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193834",
"uncertainty": 120
},
"departure": {
"time": "1765193834",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193883",
"uncertainty": 120
},
"departure": {
"time": "1765193883",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193978",
"uncertainty": 120
},
"departure": {
"time": "1765193978",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194164",
"uncertainty": 120
},
"departure": {
"time": "1765194164",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194324",
"uncertainty": 120
},
"departure": {
"time": "1765194324",
"uncertainty": 120
},
"stopId": "outre12",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194386",
"uncertainty": 120
},
"departure": {
"time": "1765194386",
"uncertainty": 120
},
"stopId": "outcrow2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194427",
"uncertainty": 120
},
"departure": {
"time": "1765194427",
"uncertainty": 120
},
"stopId": "bsmseli2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194524",
"uncertainty": 120
},
"departure": {
"time": "1765194524",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194626",
"uncertainty": 120
},
"departure": {
"time": "1765194626",
"uncertainty": 120
},
"stopId": "bsmdamr2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194693",
"uncertainty": 120
},
"departure": {
"time": "1765194693",
"uncertainty": 120
},
"stopId": "bsmres2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194824",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 24
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323732"
},
"vehicle": {
"id": "512",
"label": "512"
}
}
},
{
"id": "21323752",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195440",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323752"
}
}
},
{
"id": "21726027",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765193663",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193538",
"uncertainty": 120
},
"departure": {
"time": "1765193538",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193602",
"uncertainty": 120
},
"departure": {
"time": "1765193602",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193725",
"uncertainty": 120
},
"departure": {
"time": "1765193725",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193820",
"uncertainty": 120
},
"departure": {
"time": "1765193820",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193993",
"uncertainty": 120
},
"departure": {
"time": "1765193993",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194095",
"uncertainty": 120
},
"departure": {
"time": "1765194095",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194131",
"uncertainty": 120
},
"departure": {
"time": "1765194131",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194189",
"uncertainty": 120
},
"departure": {
"time": "1765194189",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194236",
"uncertainty": 120
},
"departure": {
"time": "1765194236",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194278",
"uncertainty": 120
},
"departure": {
"time": "1765194278",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194448",
"uncertainty": 120
},
"departure": {
"time": "1765194448",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194507",
"uncertainty": 120
},
"departure": {
"time": "1765194507",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194589",
"uncertainty": 120
},
"departure": {
"time": "1765194589",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194691",
"uncertainty": 120
},
"departure": {
"time": "1765194691",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194754",
"uncertainty": 120
},
"departure": {
"time": "1765194754",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194858",
"uncertainty": 120
},
"departure": {
"time": "1765194858",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194969",
"uncertainty": 120
},
"departure": {
"time": "1765194969",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195101",
"uncertainty": 120
},
"departure": {
"time": "1765195101",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195170",
"uncertainty": 120
},
"departure": {
"time": "1765195170",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195332",
"uncertainty": 120
},
"departure": {
"time": "1765195332",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195438",
"uncertainty": 120
},
"departure": {
"time": "1765195438",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195518",
"uncertainty": 120
},
"departure": {
"time": "1765195518",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195649",
"uncertainty": 120
},
"departure": {
"time": "1765195649",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195755",
"uncertainty": 120
},
"departure": {
"time": "1765195755",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1765195832",
"uncertainty": 120
},
"departure": {
"time": "1765195832",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765195935",
"uncertainty": 120
},
"departure": {
"time": "1765195935",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765196055",
"uncertainty": 120
},
"departure": {
"time": "1765196055",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765196163",
"uncertainty": 120
},
"departure": {
"time": "1765196163",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1765196243",
"uncertainty": 120
},
"departure": {
"time": "1765196243",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1765196355",
"uncertainty": 120
},
"departure": {
"time": "1765196355",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1765196438",
"uncertainty": 120
},
"departure": {
"time": "1765196438",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1765196470",
"uncertainty": 120
},
"departure": {
"time": "1765196470",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1765196562",
"uncertainty": 120
},
"departure": {
"time": "1765196562",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1765196595",
"uncertainty": 120
},
"departure": {
"time": "1765196595",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1765196657",
"uncertainty": 120
},
"departure": {
"time": "1765196657",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1765196776",
"uncertainty": 120
},
"departure": {
"time": "1765196776",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1765196919",
"uncertainty": 120
},
"departure": {
"time": "1765196919",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1765196956",
"uncertainty": 120
},
"departure": {
"time": "1765196956",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1765196999",
"uncertainty": 120
},
"departure": {
"time": "1765196999",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1765197076",
"uncertainty": 120
},
"departure": {
"time": "1765197076",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1765197184",
"uncertainty": 120
},
"departure": {
"time": "1765197184",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1765197242",
"uncertainty": 120
},
"departure": {
"time": "1765197242",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1765197281",
"uncertainty": 120
},
"departure": {
"time": "1765197281",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1765197376",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726027"
}
}
},
{
"id": "21323754",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765192218",
"uncertainty": 120
},
"departure": {
"time": "1765192218",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1765192299",
"uncertainty": 120
},
"departure": {
"time": "1765192299",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1765192422",
"uncertainty": 120
},
"departure": {
"time": "1765192422",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1765192112",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192149",
"uncertainty": 120
},
"departure": {
"time": "1765192149",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192249",
"uncertainty": 120
},
"departure": {
"time": "1765192249",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192312",
"uncertainty": 120
},
"departure": {
"time": "1765192312",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192380",
"uncertainty": 120
},
"departure": {
"time": "1765192380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192493",
"uncertainty": 120
},
"departure": {
"time": "1765192493",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192523",
"uncertainty": 120
},
"departure": {
"time": "1765192523",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192587",
"uncertainty": 120
},
"departure": {
"time": "1765192587",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192647",
"uncertainty": 120
},
"departure": {
"time": "1765192647",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192742",
"uncertainty": 120
},
"departure": {
"time": "1765192767",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192837",
"uncertainty": 120
},
"departure": {
"time": "1765192861",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192903",
"uncertainty": 120
},
"departure": {
"time": "1765192903",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192935",
"uncertainty": 120
},
"departure": {
"time": "1765192935",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192978",
"uncertainty": 120
},
"departure": {
"time": "1765192978",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192991",
"uncertainty": 120
},
"departure": {
"time": "1765193007",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193073",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 16
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323754"
},
"vehicle": {
"id": "180",
"label": "180"
}
}
},
{
"id": "21323685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765191362",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191422",
"uncertainty": 120
},
"departure": {
"time": "1765191422",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191501",
"uncertainty": 120
},
"departure": {
"time": "1765191501",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 3
},
{
"arrival": {
"time": "1765191556",
"uncertainty": 120
},
"departure": {
"time": "1765191556",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 4
},
{
"arrival": {
"time": "1765191586",
"uncertainty": 120
},
"departure": {
"time": "1765191586",
"uncertainty": 120
},
"stopId": "bsmres1",
"stopSequence": 5
},
{
"arrival": {
"time": "1765191630",
"uncertainty": 120
},
"departure": {
"time": "1765191630",
"uncertainty": 120
},
"stopId": "bsmdamr",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191686",
"uncertainty": 120
},
"departure": {
"time": "1765191720",
"uncertainty": 120
},
"stopId": "bsmblum3",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191801",
"uncertainty": 120
},
"departure": {
"time": "1765191801",
"uncertainty": 120
},
"stopId": "bsmseli",
"stopSequence": 8
},
{
"arrival": {
"time": "1765191841",
"uncertainty": 120
},
"departure": {
"time": "1765191841",
"uncertainty": 120
},
"stopId": "outcrow",
"stopSequence": 9
},
{
"arrival": {
"time": "1765191869",
"uncertainty": 120
},
"departure": {
"time": "1765191869",
"uncertainty": 120
},
"stopId": "outre1",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192044",
"uncertainty": 120
},
"departure": {
"time": "1765192142",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192322",
"uncertainty": 120
},
"departure": {
"time": "1765192322",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192382",
"uncertainty": 120
},
"departure": {
"time": "1765192382",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192437",
"uncertainty": 120
},
"departure": {
"time": "1765192442",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192470",
"uncertainty": 120
},
"departure": {
"time": "1765192502",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192530",
"uncertainty": 120
},
"departure": {
"time": "1765192562",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192602",
"uncertainty": 120
},
"departure": {
"time": "1765192652",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765192710",
"uncertainty": 120
},
"departure": {
"time": "1765192712",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765192760",
"uncertainty": 120
},
"departure": {
"time": "1765192760",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765192828",
"uncertainty": 120
},
"departure": {
"time": "1765192828",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 20
},
{
"arrival": {
"time": "1765192873",
"uncertainty": 120
},
"departure": {
"time": "1765192873",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765192903",
"uncertainty": 120
},
"departure": {
"time": "1765192922",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 22
},
{
"arrival": {
"time": "1765192973",
"uncertainty": 120
},
"departure": {
"time": "1765192982",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193082",
"uncertainty": 120
},
"departure": {
"time": "1765193082",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193174",
"uncertainty": 120
},
"departure": {
"time": "1765193174",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 25
},
{
"arrival": {
"time": "1765193297",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323685"
},
"vehicle": {
"id": "186",
"label": "186"
}
}
},
{
"id": "21725961",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765197250",
"uncertainty": 120
},
"departure": {
"time": "1765197250",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1765197439",
"uncertainty": 120
},
"departure": {
"time": "1765197439",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1765193700",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193768",
"uncertainty": 120
},
"departure": {
"time": "1765193768",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193804",
"uncertainty": 120
},
"departure": {
"time": "1765193804",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193894",
"uncertainty": 120
},
"departure": {
"time": "1765193894",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193940",
"uncertainty": 120
},
"departure": {
"time": "1765193940",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194117",
"uncertainty": 120
},
"departure": {
"time": "1765194117",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194180",
"uncertainty": 120
},
"departure": {
"time": "1765194180",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194230",
"uncertainty": 120
},
"departure": {
"time": "1765194230",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194420",
"uncertainty": 120
},
"departure": {
"time": "1765194420",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194574",
"uncertainty": 120
},
"departure": {
"time": "1765194574",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194660",
"uncertainty": 120
},
"departure": {
"time": "1765194660",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194712",
"uncertainty": 120
},
"departure": {
"time": "1765194712",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194821",
"uncertainty": 120
},
"departure": {
"time": "1765194821",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194944",
"uncertainty": 120
},
"departure": {
"time": "1765194944",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1765195020",
"uncertainty": 120
},
"departure": {
"time": "1765195020",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765195100",
"uncertainty": 120
},
"departure": {
"time": "1765195100",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765195135",
"uncertainty": 120
},
"departure": {
"time": "1765195135",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195260",
"uncertainty": 120
},
"departure": {
"time": "1765195260",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195380",
"uncertainty": 120
},
"departure": {
"time": "1765195380",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195466",
"uncertainty": 120
},
"departure": {
"time": "1765195466",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195560",
"uncertainty": 120
},
"departure": {
"time": "1765195620",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195704",
"uncertainty": 120
},
"departure": {
"time": "1765195704",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195842",
"uncertainty": 120
},
"departure": {
"time": "1765195842",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195980",
"uncertainty": 120
},
"departure": {
"time": "1765195980",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765196063",
"uncertainty": 120
},
"departure": {
"time": "1765196063",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765196176",
"uncertainty": 120
},
"departure": {
"time": "1765196176",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765196236",
"uncertainty": 120
},
"departure": {
"time": "1765196236",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1765196294",
"uncertainty": 120
},
"departure": {
"time": "1765196294",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765196384",
"uncertainty": 120
},
"departure": {
"time": "1765196384",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765196460",
"uncertainty": 120
},
"departure": {
"time": "1765196460",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765196532",
"uncertainty": 120
},
"departure": {
"time": "1765196532",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1765196640",
"uncertainty": 120
},
"departure": {
"time": "1765196640",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1765196887",
"uncertainty": 120
},
"departure": {
"time": "1765196887",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1765196941",
"uncertainty": 120
},
"departure": {
"time": "1765196941",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1765196978",
"uncertainty": 120
},
"departure": {
"time": "1765196978",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1765197000",
"uncertainty": 120
},
"departure": {
"time": "1765197000",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1765197069",
"uncertainty": 120
},
"departure": {
"time": "1765197069",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1765197185",
"uncertainty": 120
},
"departure": {
"time": "1765197185",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1765197240",
"uncertainty": 120
},
"departure": {
"time": "1765197240",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1765197309",
"uncertainty": 120
},
"departure": {
"time": "1765197309",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1765197409",
"uncertainty": 120
},
"departure": {
"time": "1765197409",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1765197472",
"uncertainty": 120
},
"departure": {
"time": "1765197472",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1765197448",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725961"
}
}
},
{
"id": "21323838",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194306",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323838"
}
}
},
{
"id": "21725955",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765194792",
"uncertainty": 120
},
"departure": {
"time": "1765194792",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1765194981",
"uncertainty": 120
},
"departure": {
"time": "1765194981",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1765191316",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191396",
"uncertainty": 120
},
"departure": {
"time": "1765191396",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191436",
"uncertainty": 120
},
"departure": {
"time": "1765191436",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1765191540",
"uncertainty": 120
},
"departure": {
"time": "1765191556",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1765191600",
"uncertainty": 120
},
"departure": {
"time": "1765191600",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1765191736",
"uncertainty": 120
},
"departure": {
"time": "1765191736",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191795",
"uncertainty": 120
},
"departure": {
"time": "1765191826",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191886",
"uncertainty": 120
},
"departure": {
"time": "1765191886",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192030",
"uncertainty": 120
},
"departure": {
"time": "1765192030",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192103",
"uncertainty": 120
},
"departure": {
"time": "1765192186",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192276",
"uncertainty": 120
},
"departure": {
"time": "1765192276",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192312",
"uncertainty": 120
},
"departure": {
"time": "1765192347",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192421",
"uncertainty": 120
},
"departure": {
"time": "1765192456",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192516",
"uncertainty": 120
},
"departure": {
"time": "1765192516",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192576",
"uncertainty": 120
},
"departure": {
"time": "1765192606",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192711",
"uncertainty": 120
},
"departure": {
"time": "1765192727",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192756",
"uncertainty": 120
},
"departure": {
"time": "1765192756",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765192864",
"uncertainty": 120
},
"departure": {
"time": "1765192864",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1765192962",
"uncertainty": 120
},
"departure": {
"time": "1765192966",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193066",
"uncertainty": 120
},
"departure": {
"time": "1765193066",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193160",
"uncertainty": 120
},
"departure": {
"time": "1765193220",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193304",
"uncertainty": 120
},
"departure": {
"time": "1765193304",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193442",
"uncertainty": 120
},
"departure": {
"time": "1765193442",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193580",
"uncertainty": 120
},
"departure": {
"time": "1765193580",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193663",
"uncertainty": 120
},
"departure": {
"time": "1765193663",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765193776",
"uncertainty": 120
},
"departure": {
"time": "1765193776",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765193836",
"uncertainty": 120
},
"departure": {
"time": "1765193836",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1765193894",
"uncertainty": 120
},
"departure": {
"time": "1765193894",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765193957",
"uncertainty": 120
},
"departure": {
"time": "1765193957",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194003",
"uncertainty": 120
},
"departure": {
"time": "1765194003",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765194075",
"uncertainty": 120
},
"departure": {
"time": "1765194075",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1765194182",
"uncertainty": 120
},
"departure": {
"time": "1765194182",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1765194429",
"uncertainty": 120
},
"departure": {
"time": "1765194429",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1765194483",
"uncertainty": 120
},
"departure": {
"time": "1765194483",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1765194520",
"uncertainty": 120
},
"departure": {
"time": "1765194520",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1765194542",
"uncertainty": 120
},
"departure": {
"time": "1765194542",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1765194611",
"uncertainty": 120
},
"departure": {
"time": "1765194611",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1765194727",
"uncertainty": 120
},
"departure": {
"time": "1765194727",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1765194840",
"uncertainty": 120
},
"departure": {
"time": "1765194840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1765194909",
"uncertainty": 120
},
"departure": {
"time": "1765194909",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1765195009",
"uncertainty": 120
},
"departure": {
"time": "1765195009",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1765195072",
"uncertainty": 120
},
"departure": {
"time": "1765195072",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1765194990",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725955"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21323695",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323695"
}
}
},
{
"id": "21725953",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765198990",
"uncertainty": 120
},
"departure": {
"time": "1765198990",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1765199179",
"uncertainty": 120
},
"departure": {
"time": "1765199179",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1765195500",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1765195568",
"uncertainty": 120
},
"departure": {
"time": "1765195568",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1765195604",
"uncertainty": 120
},
"departure": {
"time": "1765195604",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1765195694",
"uncertainty": 120
},
"departure": {
"time": "1765195694",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1765195740",
"uncertainty": 120
},
"departure": {
"time": "1765195740",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1765195917",
"uncertainty": 120
},
"departure": {
"time": "1765195917",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765195980",
"uncertainty": 120
},
"departure": {
"time": "1765195980",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196030",
"uncertainty": 120
},
"departure": {
"time": "1765196030",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196220",
"uncertainty": 120
},
"departure": {
"time": "1765196220",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196374",
"uncertainty": 120
},
"departure": {
"time": "1765196374",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196460",
"uncertainty": 120
},
"departure": {
"time": "1765196460",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196512",
"uncertainty": 120
},
"departure": {
"time": "1765196512",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196621",
"uncertainty": 120
},
"departure": {
"time": "1765196621",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765196744",
"uncertainty": 120
},
"departure": {
"time": "1765196744",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1765196820",
"uncertainty": 120
},
"departure": {
"time": "1765196820",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765196900",
"uncertainty": 120
},
"departure": {
"time": "1765196900",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765196935",
"uncertainty": 120
},
"departure": {
"time": "1765196935",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765197060",
"uncertainty": 120
},
"departure": {
"time": "1765197060",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197240",
"uncertainty": 120
},
"departure": {
"time": "1765197240",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197326",
"uncertainty": 120
},
"departure": {
"time": "1765197326",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197420",
"uncertainty": 120
},
"departure": {
"time": "1765197480",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197564",
"uncertainty": 120
},
"departure": {
"time": "1765197564",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1765197702",
"uncertainty": 120
},
"departure": {
"time": "1765197702",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1765197840",
"uncertainty": 120
},
"departure": {
"time": "1765197840",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765197913",
"uncertainty": 120
},
"departure": {
"time": "1765197913",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765198012",
"uncertainty": 120
},
"departure": {
"time": "1765198012",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765198065",
"uncertainty": 120
},
"departure": {
"time": "1765198065",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1765198115",
"uncertainty": 120
},
"departure": {
"time": "1765198115",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765198194",
"uncertainty": 120
},
"departure": {
"time": "1765198194",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765198260",
"uncertainty": 120
},
"departure": {
"time": "1765198260",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765198308",
"uncertainty": 120
},
"departure": {
"time": "1765198308",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1765198380",
"uncertainty": 120
},
"departure": {
"time": "1765198380",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1765198627",
"uncertainty": 120
},
"departure": {
"time": "1765198627",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1765198681",
"uncertainty": 120
},
"departure": {
"time": "1765198681",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1765198718",
"uncertainty": 120
},
"departure": {
"time": "1765198718",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1765198740",
"uncertainty": 120
},
"departure": {
"time": "1765198740",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1765198809",
"uncertainty": 120
},
"departure": {
"time": "1765198809",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1765198925",
"uncertainty": 120
},
"departure": {
"time": "1765198925",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1765198980",
"uncertainty": 120
},
"departure": {
"time": "1765198980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1765199049",
"uncertainty": 120
},
"departure": {
"time": "1765199049",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1765199149",
"uncertainty": 120
},
"departure": {
"time": "1765199149",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1765199212",
"uncertainty": 120
},
"departure": {
"time": "1765199212",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1765199188",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725953"
}
}
},
{
"id": "21323690",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195800",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323690"
}
}
},
{
"id": "21323700",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765196100",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323700"
}
}
},
{
"id": "21725977",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765189878",
"uncertainty": 120
},
"departure": {
"time": "1765189878",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765189942",
"uncertainty": 120
},
"departure": {
"time": "1765189942",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765190065",
"uncertainty": 120
},
"departure": {
"time": "1765190065",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765190160",
"uncertainty": 120
},
"departure": {
"time": "1765190160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765190187",
"uncertainty": 120
},
"departure": {
"time": "1765190187",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765190277",
"uncertainty": 120
},
"departure": {
"time": "1765190337",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765190407",
"uncertainty": 120
},
"departure": {
"time": "1765190427",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765190502",
"uncertainty": 120
},
"departure": {
"time": "1765190502",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765190555",
"uncertainty": 120
},
"departure": {
"time": "1765190555",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765190594",
"uncertainty": 120
},
"departure": {
"time": "1765190607",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765190757",
"uncertainty": 120
},
"departure": {
"time": "1765190757",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765190807",
"uncertainty": 120
},
"departure": {
"time": "1765190807",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765190847",
"uncertainty": 120
},
"departure": {
"time": "1765190877",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765190967",
"uncertainty": 120
},
"departure": {
"time": "1765190967",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765191027",
"uncertainty": 120
},
"departure": {
"time": "1765191027",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1765191095",
"uncertainty": 120
},
"departure": {
"time": "1765191117",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1765191207",
"uncertainty": 120
},
"departure": {
"time": "1765191207",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1765191327",
"uncertainty": 120
},
"departure": {
"time": "1765191417",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765191473",
"uncertainty": 120
},
"departure": {
"time": "1765191477",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765191657",
"uncertainty": 120
},
"departure": {
"time": "1765191747",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765191807",
"uncertainty": 120
},
"departure": {
"time": "1765191807",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1765191878",
"uncertainty": 120
},
"departure": {
"time": "1765191897",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1765191996",
"uncertainty": 120
},
"departure": {
"time": "1765192047",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1765192185",
"uncertainty": 120
},
"departure": {
"time": "1765192287",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1765192345",
"uncertainty": 120
},
"departure": {
"time": "1765192377",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765192467",
"uncertainty": 120
},
"departure": {
"time": "1765192467",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765192575",
"uncertainty": 120
},
"departure": {
"time": "1765192575",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765192647",
"uncertainty": 120
},
"departure": {
"time": "1765192647",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1765192732",
"uncertainty": 120
},
"departure": {
"time": "1765192737",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1765192827",
"uncertainty": 120
},
"departure": {
"time": "1765192827",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1765192911",
"uncertainty": 120
},
"departure": {
"time": "1765192917",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1765192947",
"uncertainty": 120
},
"departure": {
"time": "1765192947",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1765193031",
"uncertainty": 120
},
"departure": {
"time": "1765193031",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1765193064",
"uncertainty": 120
},
"departure": {
"time": "1765193064",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1765193116",
"uncertainty": 120
},
"departure": {
"time": "1765193116",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1765193235",
"uncertainty": 120
},
"departure": {
"time": "1765193235",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1765193378",
"uncertainty": 120
},
"departure": {
"time": "1765193378",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1765193415",
"uncertainty": 120
},
"departure": {
"time": "1765193415",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1765193458",
"uncertainty": 120
},
"departure": {
"time": "1765193458",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1765193535",
"uncertainty": 120
},
"departure": {
"time": "1765193535",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1765193643",
"uncertainty": 120
},
"departure": {
"time": "1765193643",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1765193701",
"uncertainty": 120
},
"departure": {
"time": "1765193701",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1765193740",
"uncertainty": 120
},
"departure": {
"time": "1765193740",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1765193835",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725977"
},
"vehicle": {
"id": "1200",
"label": "1200"
}
}
},
{
"id": "21323699",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765191873",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192075",
"uncertainty": 120
},
"departure": {
"time": "1765192083",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192223",
"uncertainty": 120
},
"departure": {
"time": "1765192223",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192233",
"uncertainty": 120
},
"departure": {
"time": "1765192233",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192288",
"uncertainty": 120
},
"departure": {
"time": "1765192288",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192321",
"uncertainty": 120
},
"departure": {
"time": "1765192321",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192353",
"uncertainty": 120
},
"departure": {
"time": "1765192383",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192425",
"uncertainty": 120
},
"departure": {
"time": "1765192425",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192443",
"uncertainty": 120
},
"departure": {
"time": "1765192443",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192503",
"uncertainty": 120
},
"departure": {
"time": "1765192503",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192586",
"uncertainty": 120
},
"departure": {
"time": "1765192586",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192646",
"uncertainty": 120
},
"departure": {
"time": "1765192646",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192683",
"uncertainty": 120
},
"departure": {
"time": "1765192683",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192756",
"uncertainty": 120
},
"departure": {
"time": "1765192756",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192811",
"uncertainty": 120
},
"departure": {
"time": "1765192811",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192952",
"uncertainty": 120
},
"departure": {
"time": "1765192953",
"uncertainty": 120
},
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192994",
"uncertainty": 120
},
"departure": {
"time": "1765192994",
"uncertainty": 120
},
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193013",
"uncertainty": 120
},
"departure": {
"time": "1765193013",
"uncertainty": 120
},
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193053",
"uncertainty": 120
},
"departure": {
"time": "1765193053",
"uncertainty": 120
},
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193121",
"uncertainty": 120
},
"departure": {
"time": "1765193121",
"uncertainty": 120
},
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193174",
"uncertainty": 120
},
"departure": {
"time": "1765193174",
"uncertainty": 120
},
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193237",
"uncertainty": 120
},
"departure": {
"time": "1765193237",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193302",
"uncertainty": 120
},
"departure": {
"time": "1765193302",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193362",
"uncertainty": 120
},
"departure": {
"time": "1765193362",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193481",
"uncertainty": 120
},
"departure": {
"time": "1765193481",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1765193572",
"uncertainty": 120
},
"departure": {
"time": "1765193572",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1765193765",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323699"
},
"vehicle": {
"id": "213",
"label": "213"
}
}
},
{
"id": "21725980",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195800",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1765195878",
"uncertainty": 120
},
"departure": {
"time": "1765195878",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765195942",
"uncertainty": 120
},
"departure": {
"time": "1765195942",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765196065",
"uncertainty": 120
},
"departure": {
"time": "1765196065",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765196160",
"uncertainty": 120
},
"departure": {
"time": "1765196160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765196138",
"uncertainty": 120
},
"departure": {
"time": "1765196138",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765196266",
"uncertainty": 120
},
"departure": {
"time": "1765196266",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196323",
"uncertainty": 120
},
"departure": {
"time": "1765196323",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196363",
"uncertainty": 120
},
"departure": {
"time": "1765196363",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196409",
"uncertainty": 120
},
"departure": {
"time": "1765196409",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196454",
"uncertainty": 120
},
"departure": {
"time": "1765196454",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196624",
"uncertainty": 120
},
"departure": {
"time": "1765196624",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196683",
"uncertainty": 120
},
"departure": {
"time": "1765196683",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765196794",
"uncertainty": 120
},
"departure": {
"time": "1765196794",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765196896",
"uncertainty": 120
},
"departure": {
"time": "1765196896",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765196963",
"uncertainty": 120
},
"departure": {
"time": "1765196963",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1765197073",
"uncertainty": 120
},
"departure": {
"time": "1765197073",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1765197184",
"uncertainty": 120
},
"departure": {
"time": "1765197184",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197316",
"uncertainty": 120
},
"departure": {
"time": "1765197316",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197385",
"uncertainty": 120
},
"departure": {
"time": "1765197385",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197547",
"uncertainty": 120
},
"departure": {
"time": "1765197547",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197658",
"uncertainty": 120
},
"departure": {
"time": "1765197658",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1765197748",
"uncertainty": 120
},
"departure": {
"time": "1765197748",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1765197886",
"uncertainty": 120
},
"departure": {
"time": "1765197886",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1765197996",
"uncertainty": 120
},
"departure": {
"time": "1765198080",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1765198157",
"uncertainty": 120
},
"departure": {
"time": "1765198157",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765198260",
"uncertainty": 120
},
"departure": {
"time": "1765198260",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765198380",
"uncertainty": 120
},
"departure": {
"time": "1765198380",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765198488",
"uncertainty": 120
},
"departure": {
"time": "1765198488",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1765198568",
"uncertainty": 120
},
"departure": {
"time": "1765198568",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1765198680",
"uncertainty": 120
},
"departure": {
"time": "1765198680",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1765198763",
"uncertainty": 120
},
"departure": {
"time": "1765198763",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1765198795",
"uncertainty": 120
},
"departure": {
"time": "1765198795",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1765198887",
"uncertainty": 120
},
"departure": {
"time": "1765198887",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1765198920",
"uncertainty": 120
},
"departure": {
"time": "1765198920",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1765198981",
"uncertainty": 120
},
"departure": {
"time": "1765198981",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1765199100",
"uncertainty": 120
},
"departure": {
"time": "1765199100",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1765199243",
"uncertainty": 120
},
"departure": {
"time": "1765199243",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1765199280",
"uncertainty": 120
},
"departure": {
"time": "1765199280",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1765199323",
"uncertainty": 120
},
"departure": {
"time": "1765199323",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1765199400",
"uncertainty": 120
},
"departure": {
"time": "1765199400",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1765199508",
"uncertainty": 120
},
"departure": {
"time": "1765199508",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1765199566",
"uncertainty": 120
},
"departure": {
"time": "1765199566",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1765199605",
"uncertainty": 120
},
"departure": {
"time": "1765199605",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1765199700",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725980"
}
}
},
{
"id": "21725972",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192360",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191918",
"uncertainty": 120
},
"departure": {
"time": "1765191918",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191982",
"uncertainty": 120
},
"departure": {
"time": "1765191982",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192105",
"uncertainty": 120
},
"departure": {
"time": "1765192105",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192200",
"uncertainty": 120
},
"departure": {
"time": "1765192200",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192522",
"uncertainty": 120
},
"departure": {
"time": "1765192612",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192710",
"uncertainty": 120
},
"departure": {
"time": "1765192710",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192743",
"uncertainty": 120
},
"departure": {
"time": "1765192743",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192805",
"uncertainty": 120
},
"departure": {
"time": "1765192805",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192852",
"uncertainty": 120
},
"departure": {
"time": "1765192852",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192894",
"uncertainty": 120
},
"departure": {
"time": "1765192894",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193027",
"uncertainty": 120
},
"departure": {
"time": "1765193027",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193086",
"uncertainty": 120
},
"departure": {
"time": "1765193086",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193199",
"uncertainty": 120
},
"departure": {
"time": "1765193199",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193301",
"uncertainty": 120
},
"departure": {
"time": "1765193301",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193355",
"uncertainty": 120
},
"departure": {
"time": "1765193355",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193406",
"uncertainty": 120
},
"departure": {
"time": "1765193406",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193517",
"uncertainty": 120
},
"departure": {
"time": "1765193517",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193649",
"uncertainty": 120
},
"departure": {
"time": "1765193649",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193718",
"uncertainty": 120
},
"departure": {
"time": "1765193718",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193880",
"uncertainty": 120
},
"departure": {
"time": "1765193880",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193974",
"uncertainty": 120
},
"departure": {
"time": "1765193974",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194037",
"uncertainty": 120
},
"departure": {
"time": "1765194037",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194160",
"uncertainty": 120
},
"departure": {
"time": "1765194160",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194299",
"uncertainty": 120
},
"departure": {
"time": "1765194299",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194376",
"uncertainty": 120
},
"departure": {
"time": "1765194376",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194464",
"uncertainty": 120
},
"departure": {
"time": "1765194464",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194584",
"uncertainty": 120
},
"departure": {
"time": "1765194584",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194692",
"uncertainty": 120
},
"departure": {
"time": "1765194692",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194780",
"uncertainty": 120
},
"departure": {
"time": "1765194780",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1765194892",
"uncertainty": 120
},
"departure": {
"time": "1765194892",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1765194975",
"uncertainty": 120
},
"departure": {
"time": "1765194975",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1765195007",
"uncertainty": 120
},
"departure": {
"time": "1765195007",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1765195099",
"uncertainty": 120
},
"departure": {
"time": "1765195099",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1765195132",
"uncertainty": 120
},
"departure": {
"time": "1765195132",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1765195193",
"uncertainty": 120
},
"departure": {
"time": "1765195193",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1765195312",
"uncertainty": 120
},
"departure": {
"time": "1765195312",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1765195455",
"uncertainty": 120
},
"departure": {
"time": "1765195455",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1765195492",
"uncertainty": 120
},
"departure": {
"time": "1765195492",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1765195535",
"uncertainty": 120
},
"departure": {
"time": "1765195535",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1765195612",
"uncertainty": 120
},
"departure": {
"time": "1765195612",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1765195720",
"uncertainty": 120
},
"departure": {
"time": "1765195720",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1765195778",
"uncertainty": 120
},
"departure": {
"time": "1765195778",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1765195817",
"uncertainty": 120
},
"departure": {
"time": "1765195817",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1765195912",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725972"
},
"vehicle": {
"id": "185",
"label": "185"
}
}
},
{
"id": "21323501",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765194136",
"uncertainty": 120
},
"departure": {
"time": "1765194136",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765194167",
"uncertainty": 120
},
"departure": {
"time": "1765194167",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1765193545",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193773",
"uncertainty": 120
},
"departure": {
"time": "1765193773",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193897",
"uncertainty": 120
},
"departure": {
"time": "1765193897",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193957",
"uncertainty": 120
},
"departure": {
"time": "1765193957",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765194039",
"uncertainty": 120
},
"departure": {
"time": "1765194039",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194075",
"uncertainty": 120
},
"departure": {
"time": "1765194075",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194180",
"uncertainty": 120
},
"departure": {
"time": "1765194180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194235",
"uncertainty": 120
},
"departure": {
"time": "1765194235",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194170",
"uncertainty": 120
},
"departure": {
"time": "1765194170",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194248",
"uncertainty": 120
},
"departure": {
"time": "1765194248",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194363",
"uncertainty": 120
},
"departure": {
"time": "1765194363",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194461",
"uncertainty": 120
},
"departure": {
"time": "1765194461",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194525",
"uncertainty": 120
},
"departure": {
"time": "1765194525",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194571",
"uncertainty": 120
},
"departure": {
"time": "1765194571",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194645",
"uncertainty": 120
},
"departure": {
"time": "1765194645",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194734",
"uncertainty": 120
},
"departure": {
"time": "1765194734",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194837",
"uncertainty": 120
},
"departure": {
"time": "1765194837",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194906",
"uncertainty": 120
},
"departure": {
"time": "1765194906",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195037",
"uncertainty": 120
},
"departure": {
"time": "1765195037",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195126",
"uncertainty": 120
},
"departure": {
"time": "1765195126",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195236",
"uncertainty": 120
},
"departure": {
"time": "1765195236",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195296",
"uncertainty": 120
},
"departure": {
"time": "1765195296",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195389",
"uncertainty": 120
},
"departure": {
"time": "1765195389",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195486",
"uncertainty": 120
},
"departure": {
"time": "1765195486",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195581",
"uncertainty": 120
},
"departure": {
"time": "1765195581",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1765195666",
"uncertainty": 120
},
"departure": {
"time": "1765195666",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1765195750",
"uncertainty": 120
},
"departure": {
"time": "1765195750",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1765195912",
"uncertainty": 120
},
"departure": {
"time": "1765195912",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1765195983",
"uncertainty": 120
},
"departure": {
"time": "1765195983",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1765196032",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323501"
}
}
},
{
"id": "21323500",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765192385",
"uncertainty": 120
},
"departure": {
"time": "1765192385",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765192430",
"uncertainty": 120
},
"departure": {
"time": "1765192430",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1765191678",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191798",
"uncertainty": 120
},
"departure": {
"time": "1765191828",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191990",
"uncertainty": 120
},
"departure": {
"time": "1765192068",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192123",
"uncertainty": 120
},
"departure": {
"time": "1765192123",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192171",
"uncertainty": 120
},
"departure": {
"time": "1765192188",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192335",
"uncertainty": 120
},
"departure": {
"time": "1765192335",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192440",
"uncertainty": 120
},
"departure": {
"time": "1765192440",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192485",
"uncertainty": 120
},
"departure": {
"time": "1765192485",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192433",
"uncertainty": 120
},
"departure": {
"time": "1765192435",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192494",
"uncertainty": 120
},
"departure": {
"time": "1765192555",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192645",
"uncertainty": 120
},
"departure": {
"time": "1765192675",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192764",
"uncertainty": 120
},
"departure": {
"time": "1765192795",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192847",
"uncertainty": 120
},
"departure": {
"time": "1765192915",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193037",
"uncertainty": 120
},
"departure": {
"time": "1765193037",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193110",
"uncertainty": 120
},
"departure": {
"time": "1765193110",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193227",
"uncertainty": 120
},
"departure": {
"time": "1765193227",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193341",
"uncertainty": 120
},
"departure": {
"time": "1765193341",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193417",
"uncertainty": 120
},
"departure": {
"time": "1765193417",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193569",
"uncertainty": 120
},
"departure": {
"time": "1765193569",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193619",
"uncertainty": 120
},
"departure": {
"time": "1765193619",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193729",
"uncertainty": 120
},
"departure": {
"time": "1765193729",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193789",
"uncertainty": 120
},
"departure": {
"time": "1765193789",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193882",
"uncertainty": 120
},
"departure": {
"time": "1765193882",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193979",
"uncertainty": 120
},
"departure": {
"time": "1765193979",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194044",
"uncertainty": 120
},
"departure": {
"time": "1765194044",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194101",
"uncertainty": 120
},
"departure": {
"time": "1765194101",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194189",
"uncertainty": 120
},
"departure": {
"time": "1765194189",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194351",
"uncertainty": 120
},
"departure": {
"time": "1765194351",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194422",
"uncertainty": 120
},
"departure": {
"time": "1765194422",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194471",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323500"
},
"vehicle": {
"id": "326",
"label": "326"
}
}
},
{
"id": "21323502",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765196781",
"uncertainty": 120
},
"departure": {
"time": "1765196781",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765196812",
"uncertainty": 120
},
"departure": {
"time": "1765196812",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1765196100",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1765196328",
"uncertainty": 120
},
"departure": {
"time": "1765196328",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765196480",
"uncertainty": 120
},
"departure": {
"time": "1765196480",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765196580",
"uncertainty": 120
},
"departure": {
"time": "1765196580",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765196684",
"uncertainty": 120
},
"departure": {
"time": "1765196684",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765196775",
"uncertainty": 120
},
"departure": {
"time": "1765196775",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765196880",
"uncertainty": 120
},
"departure": {
"time": "1765196880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196925",
"uncertainty": 120
},
"departure": {
"time": "1765196925",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196815",
"uncertainty": 120
},
"departure": {
"time": "1765196815",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196912",
"uncertainty": 120
},
"departure": {
"time": "1765196912",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1765197052",
"uncertainty": 120
},
"departure": {
"time": "1765197052",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1765197193",
"uncertainty": 120
},
"departure": {
"time": "1765197193",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1765197287",
"uncertainty": 120
},
"departure": {
"time": "1765197287",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1765197333",
"uncertainty": 120
},
"departure": {
"time": "1765197333",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1765197406",
"uncertainty": 120
},
"departure": {
"time": "1765197406",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765197517",
"uncertainty": 120
},
"departure": {
"time": "1765197517",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765197643",
"uncertainty": 120
},
"departure": {
"time": "1765197643",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765197727",
"uncertainty": 120
},
"departure": {
"time": "1765197727",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197886",
"uncertainty": 120
},
"departure": {
"time": "1765197886",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197995",
"uncertainty": 120
},
"departure": {
"time": "1765197995",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765198105",
"uncertainty": 120
},
"departure": {
"time": "1765198105",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1765198163",
"uncertainty": 120
},
"departure": {
"time": "1765198163",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1765198256",
"uncertainty": 120
},
"departure": {
"time": "1765198256",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1765198353",
"uncertainty": 120
},
"departure": {
"time": "1765198353",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765198448",
"uncertainty": 120
},
"departure": {
"time": "1765198448",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1765198531",
"uncertainty": 120
},
"departure": {
"time": "1765198531",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1765198610",
"uncertainty": 120
},
"departure": {
"time": "1765198610",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1765198772",
"uncertainty": 120
},
"departure": {
"time": "1765198772",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1765198877",
"uncertainty": 120
},
"departure": {
"time": "1765198877",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1765198949",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323502"
}
}
},
{
"id": "21323519",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765197224",
"uncertainty": 120
},
"departure": {
"time": "1765197224",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1765197259",
"uncertainty": 120
},
"departure": {
"time": "1765197259",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765197337",
"uncertainty": 120
},
"departure": {
"time": "1765197337",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1765195200",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1765195283",
"uncertainty": 120
},
"departure": {
"time": "1765195283",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765195380",
"uncertainty": 120
},
"departure": {
"time": "1765195380",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765195475",
"uncertainty": 120
},
"departure": {
"time": "1765195475",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1765195560",
"uncertainty": 120
},
"departure": {
"time": "1765195560",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1765195649",
"uncertainty": 120
},
"departure": {
"time": "1765195649",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1765195823",
"uncertainty": 120
},
"departure": {
"time": "1765195823",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1765195922",
"uncertainty": 120
},
"departure": {
"time": "1765195922",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765195984",
"uncertainty": 120
},
"departure": {
"time": "1765195984",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196049",
"uncertainty": 120
},
"departure": {
"time": "1765196049",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196100",
"uncertainty": 120
},
"departure": {
"time": "1765196100",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196177",
"uncertainty": 120
},
"departure": {
"time": "1765196177",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196323",
"uncertainty": 120
},
"departure": {
"time": "1765196323",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765196388",
"uncertainty": 120
},
"departure": {
"time": "1765196388",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765196450",
"uncertainty": 120
},
"departure": {
"time": "1765196450",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1765196520",
"uncertainty": 120
},
"departure": {
"time": "1765196520",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765196702",
"uncertainty": 120
},
"departure": {
"time": "1765196702",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765196820",
"uncertainty": 120
},
"departure": {
"time": "1765196820",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765196925",
"uncertainty": 120
},
"departure": {
"time": "1765196925",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197000",
"uncertainty": 120
},
"departure": {
"time": "1765197000",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197108",
"uncertainty": 120
},
"departure": {
"time": "1765197108",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197224",
"uncertainty": 120
},
"departure": {
"time": "1765197224",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765197248",
"uncertainty": 120
},
"departure": {
"time": "1765197248",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765197300",
"uncertainty": 120
},
"departure": {
"time": "1765197300",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765197370",
"uncertainty": 120
},
"departure": {
"time": "1765197370",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765197337",
"uncertainty": 120
},
"departure": {
"time": "1765197337",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765197438",
"uncertainty": 120
},
"departure": {
"time": "1765197438",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765197589",
"uncertainty": 120
},
"departure": {
"time": "1765197589",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765197695",
"uncertainty": 120
},
"departure": {
"time": "1765197695",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1765197781",
"uncertainty": 120
},
"departure": {
"time": "1765197781",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1765197905",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323519"
}
}
},
{
"id": "21726003",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765191369",
"uncertainty": 120
},
"departure": {
"time": "1765191384",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1765191621",
"uncertainty": 120
},
"departure": {
"time": "1765191621",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1765191722",
"uncertainty": 120
},
"departure": {
"time": "1765191744",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1765190792",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1765190822",
"uncertainty": 120
},
"departure": {
"time": "1765190822",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765190861",
"uncertainty": 120
},
"departure": {
"time": "1765190861",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765190909",
"uncertainty": 120
},
"departure": {
"time": "1765190909",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765190935",
"uncertainty": 120
},
"departure": {
"time": "1765190941",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765191010",
"uncertainty": 120
},
"departure": {
"time": "1765191032",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191109",
"uncertainty": 120
},
"departure": {
"time": "1765191122",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191182",
"uncertainty": 120
},
"departure": {
"time": "1765191182",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765191256",
"uncertainty": 120
},
"departure": {
"time": "1765191256",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765191300",
"uncertainty": 120
},
"departure": {
"time": "1765191300",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765191420",
"uncertainty": 120
},
"departure": {
"time": "1765191420",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1765191466",
"uncertainty": 120
},
"departure": {
"time": "1765191466",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765191503",
"uncertainty": 120
},
"departure": {
"time": "1765191503",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765191803",
"uncertainty": 120
},
"departure": {
"time": "1765191803",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765191864",
"uncertainty": 120
},
"departure": {
"time": "1765191864",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765191948",
"uncertainty": 120
},
"departure": {
"time": "1765191948",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1765191997",
"uncertainty": 120
},
"departure": {
"time": "1765191997",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765192027",
"uncertainty": 120
},
"departure": {
"time": "1765192027",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765192088",
"uncertainty": 120
},
"departure": {
"time": "1765192088",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765192130",
"uncertainty": 120
},
"departure": {
"time": "1765192147",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765192191",
"uncertainty": 120
},
"departure": {
"time": "1765192191",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765192237",
"uncertainty": 120
},
"departure": {
"time": "1765192237",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765192327",
"uncertainty": 120
},
"departure": {
"time": "1765192327",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765192414",
"uncertainty": 120
},
"departure": {
"time": "1765192414",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1765192494",
"uncertainty": 120
},
"departure": {
"time": "1765192494",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1765192638",
"uncertainty": 120
},
"departure": {
"time": "1765192747",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1765192891",
"uncertainty": 120
},
"departure": {
"time": "1765192957",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1765193008",
"uncertainty": 120
},
"departure": {
"time": "1765193017",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765193107",
"uncertainty": 120
},
"departure": {
"time": "1765193107",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765193300",
"uncertainty": 120
},
"departure": {
"time": "1765193300",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765193378",
"uncertainty": 120
},
"departure": {
"time": "1765193378",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1765193517",
"uncertainty": 120
},
"departure": {
"time": "1765193517",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1765193587",
"uncertainty": 120
},
"departure": {
"time": "1765193587",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1765193668",
"uncertainty": 120
},
"departure": {
"time": "1765193668",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1765193735",
"uncertainty": 120
},
"departure": {
"time": "1765193735",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1765193827",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726003"
},
"vehicle": {
"id": "179",
"label": "179"
}
}
},
{
"id": "21323518",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765194351",
"uncertainty": 120
},
"departure": {
"time": "1765194351",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1765194386",
"uncertainty": 120
},
"departure": {
"time": "1765194386",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765194464",
"uncertainty": 120
},
"departure": {
"time": "1765194464",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1765192443",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192498",
"uncertainty": 120
},
"departure": {
"time": "1765192498",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192564",
"uncertainty": 120
},
"departure": {
"time": "1765192594",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192654",
"uncertainty": 120
},
"departure": {
"time": "1765192684",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192736",
"uncertainty": 120
},
"departure": {
"time": "1765192774",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192864",
"uncertainty": 120
},
"departure": {
"time": "1765192864",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192959",
"uncertainty": 120
},
"departure": {
"time": "1765192984",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193089",
"uncertainty": 120
},
"departure": {
"time": "1765193089",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193151",
"uncertainty": 120
},
"departure": {
"time": "1765193151",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193194",
"uncertainty": 120
},
"departure": {
"time": "1765193194",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193245",
"uncertainty": 120
},
"departure": {
"time": "1765193245",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193322",
"uncertainty": 120
},
"departure": {
"time": "1765193322",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193467",
"uncertainty": 120
},
"departure": {
"time": "1765193467",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193532",
"uncertainty": 120
},
"departure": {
"time": "1765193532",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193594",
"uncertainty": 120
},
"departure": {
"time": "1765193594",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193664",
"uncertainty": 120
},
"departure": {
"time": "1765193664",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193829",
"uncertainty": 120
},
"departure": {
"time": "1765193829",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193947",
"uncertainty": 120
},
"departure": {
"time": "1765193947",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194052",
"uncertainty": 120
},
"departure": {
"time": "1765194052",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194127",
"uncertainty": 120
},
"departure": {
"time": "1765194127",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194235",
"uncertainty": 120
},
"departure": {
"time": "1765194235",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194351",
"uncertainty": 120
},
"departure": {
"time": "1765194351",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194248",
"uncertainty": 120
},
"departure": {
"time": "1765194248",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194300",
"uncertainty": 120
},
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194370",
"uncertainty": 120
},
"departure": {
"time": "1765194370",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194464",
"uncertainty": 120
},
"departure": {
"time": "1765194464",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194565",
"uncertainty": 120
},
"departure": {
"time": "1765194565",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194712",
"uncertainty": 120
},
"departure": {
"time": "1765194712",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194827",
"uncertainty": 120
},
"departure": {
"time": "1765194827",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194943",
"uncertainty": 120
},
"departure": {
"time": "1765194943",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1765195067",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323518"
},
"vehicle": {
"id": "166",
"label": "166"
}
}
},
{
"id": "21726001",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765193880",
"uncertainty": 120
},
"departure": {
"time": "1765193880",
"uncertainty": 120
},
"stopId": "wimjean"
},
{
"arrival": {
"time": "1765194000",
"uncertainty": 120
},
"departure": {
"time": "1765194000",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1765194077",
"uncertainty": 120
},
"departure": {
"time": "1765194077",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1765194123",
"uncertainty": 120
},
"departure": {
"time": "1765194123",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1765194343",
"uncertainty": 120
},
"departure": {
"time": "1765194343",
"uncertainty": 120
},
"stopId": "wimeco"
},
{
"arrival": {
"time": "1765194409",
"uncertainty": 120
},
"departure": {
"time": "1765194409",
"uncertainty": 120
},
"stopId": "wimstad"
},
{
"departure": {
"time": "1765191932",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191949",
"uncertainty": 120
},
"departure": {
"time": "1765191949",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192000",
"uncertainty": 120
},
"departure": {
"time": "1765192000",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192052",
"uncertainty": 120
},
"departure": {
"time": "1765192052",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192191",
"uncertainty": 120
},
"departure": {
"time": "1765192200",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192262",
"uncertainty": 120
},
"departure": {
"time": "1765192262",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192412",
"uncertainty": 120
},
"departure": {
"time": "1765192412",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192455",
"uncertainty": 120
},
"departure": {
"time": "1765192455",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192560",
"uncertainty": 120
},
"departure": {
"time": "1765192712",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192800",
"uncertainty": 120
},
"departure": {
"time": "1765192802",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192896",
"uncertainty": 120
},
"departure": {
"time": "1765192953",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193011",
"uncertainty": 120
},
"departure": {
"time": "1765193011",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193161",
"uncertainty": 120
},
"departure": {
"time": "1765193161",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193213",
"uncertainty": 120
},
"departure": {
"time": "1765193213",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193280",
"uncertainty": 120
},
"departure": {
"time": "1765193280",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193330",
"uncertainty": 120
},
"departure": {
"time": "1765193330",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193393",
"uncertainty": 120
},
"departure": {
"time": "1765193393",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193453",
"uncertainty": 120
},
"departure": {
"time": "1765193453",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193507",
"uncertainty": 120
},
"departure": {
"time": "1765193507",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193596",
"uncertainty": 120
},
"departure": {
"time": "1765193596",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193781",
"uncertainty": 120
},
"departure": {
"time": "1765193781",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193878",
"uncertainty": 120
},
"departure": {
"time": "1765193878",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193918",
"uncertainty": 120
},
"departure": {
"time": "1765193918",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193951",
"uncertainty": 120
},
"departure": {
"time": "1765193951",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194000",
"uncertainty": 120
},
"departure": {
"time": "1765194000",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194409",
"uncertainty": 120
},
"departure": {
"time": "1765194409",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194482",
"uncertainty": 120
},
"departure": {
"time": "1765194482",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194534",
"uncertainty": 120
},
"departure": {
"time": "1765194534",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194600",
"uncertainty": 120
},
"departure": {
"time": "1765194600",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194688",
"uncertainty": 120
},
"departure": {
"time": "1765194688",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1765194760",
"uncertainty": 120
},
"departure": {
"time": "1765194760",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1765194801",
"uncertainty": 120
},
"departure": {
"time": "1765194801",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1765194837",
"uncertainty": 120
},
"departure": {
"time": "1765194837",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1765194908",
"uncertainty": 120
},
"departure": {
"time": "1765194908",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1765194936",
"uncertainty": 120
},
"departure": {
"time": "1765194936",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1765195015",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726001"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21726007",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765196317",
"uncertainty": 120
},
"departure": {
"time": "1765196317",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1765196617",
"uncertainty": 120
},
"departure": {
"time": "1765196617",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1765196706",
"uncertainty": 120
},
"departure": {
"time": "1765196706",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1765195500",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1765195548",
"uncertainty": 120
},
"departure": {
"time": "1765195548",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765195611",
"uncertainty": 120
},
"departure": {
"time": "1765195611",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765195693",
"uncertainty": 120
},
"departure": {
"time": "1765195693",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765195742",
"uncertainty": 120
},
"departure": {
"time": "1765195742",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765195815",
"uncertainty": 120
},
"departure": {
"time": "1765195815",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765195921",
"uncertainty": 120
},
"departure": {
"time": "1765195921",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196012",
"uncertainty": 120
},
"departure": {
"time": "1765196012",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196098",
"uncertainty": 120
},
"departure": {
"time": "1765196098",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196199",
"uncertainty": 120
},
"departure": {
"time": "1765196199",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196340",
"uncertainty": 120
},
"departure": {
"time": "1765196340",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196399",
"uncertainty": 120
},
"departure": {
"time": "1765196399",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196446",
"uncertainty": 120
},
"departure": {
"time": "1765196446",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765196750",
"uncertainty": 120
},
"departure": {
"time": "1765196750",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765196856",
"uncertainty": 120
},
"departure": {
"time": "1765196856",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765197072",
"uncertainty": 120
},
"departure": {
"time": "1765197072",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1765197180",
"uncertainty": 120
},
"departure": {
"time": "1765197180",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765197241",
"uncertainty": 120
},
"departure": {
"time": "1765197241",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197306",
"uncertainty": 120
},
"departure": {
"time": "1765197306",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197386",
"uncertainty": 120
},
"departure": {
"time": "1765197386",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197438",
"uncertainty": 120
},
"departure": {
"time": "1765197438",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197511",
"uncertainty": 120
},
"departure": {
"time": "1765197511",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765197627",
"uncertainty": 120
},
"departure": {
"time": "1765197627",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765197736",
"uncertainty": 120
},
"departure": {
"time": "1765197736",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1765197817",
"uncertainty": 120
},
"departure": {
"time": "1765197817",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1765197945",
"uncertainty": 120
},
"departure": {
"time": "1765197945",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1765198050",
"uncertainty": 120
},
"departure": {
"time": "1765198050",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1765198127",
"uncertainty": 120
},
"departure": {
"time": "1765198127",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765198236",
"uncertainty": 120
},
"departure": {
"time": "1765198236",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765198405",
"uncertainty": 120
},
"departure": {
"time": "1765198405",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765198473",
"uncertainty": 120
},
"departure": {
"time": "1765198473",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1765198594",
"uncertainty": 120
},
"departure": {
"time": "1765198594",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1765198655",
"uncertainty": 120
},
"departure": {
"time": "1765198655",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1765198736",
"uncertainty": 120
},
"departure": {
"time": "1765198736",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1765198803",
"uncertainty": 120
},
"departure": {
"time": "1765198803",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1765198895",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726007"
}
}
},
{
"id": "21726005",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765193803",
"uncertainty": 120
},
"departure": {
"time": "1765193803",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1765194103",
"uncertainty": 120
},
"departure": {
"time": "1765194103",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1765194192",
"uncertainty": 120
},
"departure": {
"time": "1765194192",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1765193027",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193141",
"uncertainty": 120
},
"departure": {
"time": "1765193141",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193195",
"uncertainty": 120
},
"departure": {
"time": "1765193195",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193265",
"uncertainty": 120
},
"departure": {
"time": "1765193265",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193307",
"uncertainty": 120
},
"departure": {
"time": "1765193307",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193370",
"uncertainty": 120
},
"departure": {
"time": "1765193370",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193461",
"uncertainty": 120
},
"departure": {
"time": "1765193461",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193539",
"uncertainty": 120
},
"departure": {
"time": "1765193539",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193613",
"uncertainty": 120
},
"departure": {
"time": "1765193613",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193700",
"uncertainty": 120
},
"departure": {
"time": "1765193700",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193820",
"uncertainty": 120
},
"departure": {
"time": "1765193820",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193866",
"uncertainty": 120
},
"departure": {
"time": "1765193866",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193903",
"uncertainty": 120
},
"departure": {
"time": "1765193903",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194232",
"uncertainty": 120
},
"departure": {
"time": "1765194232",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194318",
"uncertainty": 120
},
"departure": {
"time": "1765194318",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194493",
"uncertainty": 120
},
"departure": {
"time": "1765194493",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194581",
"uncertainty": 120
},
"departure": {
"time": "1765194581",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194630",
"uncertainty": 120
},
"departure": {
"time": "1765194630",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194683",
"uncertainty": 120
},
"departure": {
"time": "1765194683",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194748",
"uncertainty": 120
},
"departure": {
"time": "1765194748",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194790",
"uncertainty": 120
},
"departure": {
"time": "1765194790",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194868",
"uncertainty": 120
},
"departure": {
"time": "1765194868",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194993",
"uncertainty": 120
},
"departure": {
"time": "1765194993",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195104",
"uncertainty": 120
},
"departure": {
"time": "1765195104",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195194",
"uncertainty": 120
},
"departure": {
"time": "1765195194",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1765195315",
"uncertainty": 120
},
"departure": {
"time": "1765195315",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1765195441",
"uncertainty": 120
},
"departure": {
"time": "1765195441",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1765195518",
"uncertainty": 120
},
"departure": {
"time": "1765195518",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765195628",
"uncertainty": 120
},
"departure": {
"time": "1765195628",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765195797",
"uncertainty": 120
},
"departure": {
"time": "1765195797",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765195865",
"uncertainty": 120
},
"departure": {
"time": "1765195865",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1765195986",
"uncertainty": 120
},
"departure": {
"time": "1765195986",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1765196047",
"uncertainty": 120
},
"departure": {
"time": "1765196047",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1765196128",
"uncertainty": 120
},
"departure": {
"time": "1765196128",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1765196195",
"uncertainty": 120
},
"departure": {
"time": "1765196195",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1765196287",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726005"
},
"vehicle": {
"id": "190",
"label": "190"
}
}
},
{
"id": "21726004",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765196040",
"uncertainty": 120
},
"departure": {
"time": "1765196040",
"uncertainty": 120
},
"stopId": "wimjean"
},
{
"arrival": {
"time": "1765196160",
"uncertainty": 120
},
"departure": {
"time": "1765196160",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1765196237",
"uncertainty": 120
},
"departure": {
"time": "1765196237",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1765196283",
"uncertainty": 120
},
"departure": {
"time": "1765196283",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1765196503",
"uncertainty": 120
},
"departure": {
"time": "1765196503",
"uncertainty": 120
},
"stopId": "wimeco"
},
{
"arrival": {
"time": "1765196569",
"uncertainty": 120
},
"departure": {
"time": "1765196569",
"uncertainty": 120
},
"stopId": "wimstad"
},
{
"departure": {
"time": "1765194060",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1765194077",
"uncertainty": 120
},
"departure": {
"time": "1765194077",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765194163",
"uncertainty": 120
},
"departure": {
"time": "1765194163",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765194253",
"uncertainty": 120
},
"departure": {
"time": "1765194253",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765194360",
"uncertainty": 120
},
"departure": {
"time": "1765194360",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194436",
"uncertainty": 120
},
"departure": {
"time": "1765194436",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194575",
"uncertainty": 120
},
"departure": {
"time": "1765194575",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194658",
"uncertainty": 120
},
"departure": {
"time": "1765194658",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194840",
"uncertainty": 120
},
"departure": {
"time": "1765194840",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194928",
"uncertainty": 120
},
"departure": {
"time": "1765194928",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1765195020",
"uncertainty": 120
},
"departure": {
"time": "1765195080",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1765195171",
"uncertainty": 120
},
"departure": {
"time": "1765195171",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1765195321",
"uncertainty": 120
},
"departure": {
"time": "1765195321",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1765195373",
"uncertainty": 120
},
"departure": {
"time": "1765195373",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1765195440",
"uncertainty": 120
},
"departure": {
"time": "1765195440",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1765195490",
"uncertainty": 120
},
"departure": {
"time": "1765195490",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1765195553",
"uncertainty": 120
},
"departure": {
"time": "1765195553",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195613",
"uncertainty": 120
},
"departure": {
"time": "1765195613",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195667",
"uncertainty": 120
},
"departure": {
"time": "1765195667",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195756",
"uncertainty": 120
},
"departure": {
"time": "1765195756",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195941",
"uncertainty": 120
},
"departure": {
"time": "1765195941",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1765196038",
"uncertainty": 120
},
"departure": {
"time": "1765196038",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1765196078",
"uncertainty": 120
},
"departure": {
"time": "1765196078",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1765196111",
"uncertainty": 120
},
"departure": {
"time": "1765196111",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1765196160",
"uncertainty": 120
},
"departure": {
"time": "1765196160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765196569",
"uncertainty": 120
},
"departure": {
"time": "1765196569",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1765196637",
"uncertainty": 120
},
"departure": {
"time": "1765196637",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1765196686",
"uncertainty": 120
},
"departure": {
"time": "1765196686",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1765196748",
"uncertainty": 120
},
"departure": {
"time": "1765196748",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1765196830",
"uncertainty": 120
},
"departure": {
"time": "1765196830",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1765196897",
"uncertainty": 120
},
"departure": {
"time": "1765196897",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1765196935",
"uncertainty": 120
},
"departure": {
"time": "1765196935",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1765196968",
"uncertainty": 120
},
"departure": {
"time": "1765196968",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1765197034",
"uncertainty": 120
},
"departure": {
"time": "1765197034",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1765197060",
"uncertainty": 120
},
"departure": {
"time": "1765197060",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1765197132",
"uncertainty": 120
},
"departure": {
"time": "1765197132",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1765197252",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726004"
}
}
},
{
"id": "21323845",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323845"
}
}
},
{
"id": "21323844",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192052",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192104",
"uncertainty": 120
},
"departure": {
"time": "1765192112",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192156",
"uncertainty": 120
},
"departure": {
"time": "1765192156",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192202",
"uncertainty": 120
},
"departure": {
"time": "1765192202",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192232",
"uncertainty": 120
},
"departure": {
"time": "1765192232",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192352",
"uncertainty": 120
},
"departure": {
"time": "1765192352",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192412",
"uncertainty": 120
},
"departure": {
"time": "1765192412",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192442",
"uncertainty": 120
},
"departure": {
"time": "1765192442",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192500",
"uncertainty": 120
},
"departure": {
"time": "1765192502",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192575",
"uncertainty": 120
},
"departure": {
"time": "1765192575",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192669",
"uncertainty": 120
},
"departure": {
"time": "1765192682",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192750",
"uncertainty": 120
},
"departure": {
"time": "1765192772",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192826",
"uncertainty": 120
},
"departure": {
"time": "1765192826",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192847",
"uncertainty": 120
},
"departure": {
"time": "1765192862",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192907",
"uncertainty": 120
},
"departure": {
"time": "1765192907",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192982",
"uncertainty": 120
},
"departure": {
"time": "1765193012",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193097",
"uncertainty": 120
},
"departure": {
"time": "1765193097",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193206",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 18
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323844"
},
"vehicle": {
"id": "188",
"label": "188"
}
}
},
{
"id": "21323863",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195200",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323863"
}
}
},
{
"id": "21323877",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194000",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323877"
}
}
},
{
"id": "21323875",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765196400",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323875"
}
}
},
{
"id": "21323884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192952",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193012",
"uncertainty": 120
},
"departure": {
"time": "1765193012",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193061",
"uncertainty": 120
},
"departure": {
"time": "1765193061",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193142",
"uncertainty": 120
},
"departure": {
"time": "1765193142",
"uncertainty": 120
},
"stopId": "bsmneu",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193244",
"uncertainty": 120
},
"departure": {
"time": "1765193244",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193278",
"uncertainty": 120
},
"departure": {
"time": "1765193278",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193388",
"uncertainty": 120
},
"departure": {
"time": "1765193388",
"uncertainty": 120
},
"stopId": "bsmpalb2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193458",
"uncertainty": 120
},
"departure": {
"time": "1765193458",
"uncertainty": 120
},
"stopId": "bsmeco",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193528",
"uncertainty": 120
},
"departure": {
"time": "1765193528",
"uncertainty": 120
},
"stopId": "bsmnico",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193698",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 10
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323884"
},
"vehicle": {
"id": "618",
"label": "618"
}
}
},
{
"id": "21323820",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192592",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192697",
"uncertainty": 120
},
"departure": {
"time": "1765192742",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192820",
"uncertainty": 120
},
"departure": {
"time": "1765192820",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192902",
"uncertainty": 120
},
"departure": {
"time": "1765192952",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193077",
"uncertainty": 120
},
"departure": {
"time": "1765193077",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193114",
"uncertainty": 120
},
"departure": {
"time": "1765193114",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193157",
"uncertainty": 120
},
"departure": {
"time": "1765193157",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193231",
"uncertainty": 120
},
"departure": {
"time": "1765193231",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193313",
"uncertainty": 120
},
"departure": {
"time": "1765193313",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193476",
"uncertainty": 120
},
"departure": {
"time": "1765193476",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193606",
"uncertainty": 120
},
"departure": {
"time": "1765193606",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193655",
"uncertainty": 120
},
"departure": {
"time": "1765193655",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193687",
"uncertainty": 120
},
"departure": {
"time": "1765193687",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193765",
"uncertainty": 120
},
"departure": {
"time": "1765193765",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193863",
"uncertainty": 120
},
"departure": {
"time": "1765193863",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193927",
"uncertainty": 120
},
"departure": {
"time": "1765193927",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193976",
"uncertainty": 120
},
"departure": {
"time": "1765193976",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194018",
"uncertainty": 120
},
"departure": {
"time": "1765194018",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194107",
"uncertainty": 120
},
"departure": {
"time": "1765194107",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194159",
"uncertainty": 120
},
"departure": {
"time": "1765194159",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194190",
"uncertainty": 120
},
"departure": {
"time": "1765194190",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194242",
"uncertainty": 120
},
"departure": {
"time": "1765194242",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194291",
"uncertainty": 120
},
"departure": {
"time": "1765194291",
"uncertainty": 120
},
"stopId": "isqresi",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194390",
"uncertainty": 120
},
"departure": {
"time": "1765194390",
"uncertainty": 120
},
"stopId": "isqhame",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194529",
"uncertainty": 120
},
"departure": {
"time": "1765194529",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194611",
"uncertainty": 120
},
"departure": {
"time": "1765194611",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194652",
"uncertainty": 120
},
"departure": {
"time": "1765194652",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194715",
"uncertainty": 120
},
"departure": {
"time": "1765194715",
"uncertainty": 120
},
"stopId": "isqvill",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194758",
"uncertainty": 120
},
"departure": {
"time": "1765194758",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765194911",
"uncertainty": 120
},
"departure": {
"time": "1765194911",
"uncertainty": 120
},
"stopId": "hestro1",
"stopSequence": 30
},
{
"arrival": {
"time": "1765195033",
"uncertainty": 120
},
"departure": {
"time": "1765195033",
"uncertainty": 120
},
"stopId": "hesman1",
"stopSequence": 31
},
{
"arrival": {
"time": "1765195075",
"uncertainty": 120
},
"stopId": "hesver1",
"stopSequence": 32
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323820"
},
"vehicle": {
"id": "327",
"label": "327"
}
}
},
{
"id": "21323823",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195500",
"uncertainty": 120
},
"stopId": "hesecol2",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323823"
}
}
},
{
"id": "21323827",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765196100",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323827"
}
}
},
{
"id": "21323907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195500",
"uncertainty": 120
},
"stopId": "smbtri2",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "CCAB",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323907"
}
}
},
{
"id": "21725801",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195200",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725801"
}
}
},
{
"id": "21725800",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194600",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725800"
}
}
},
{
"id": "21725799",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192532",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192705",
"uncertainty": 120
},
"departure": {
"time": "1765192713",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192802",
"uncertainty": 120
},
"departure": {
"time": "1765192803",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192960",
"uncertainty": 120
},
"departure": {
"time": "1765192960",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193047",
"uncertainty": 120
},
"departure": {
"time": "1765193047",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193207",
"uncertainty": 120
},
"departure": {
"time": "1765193207",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193256",
"uncertainty": 120
},
"departure": {
"time": "1765193256",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193381",
"uncertainty": 120
},
"departure": {
"time": "1765193381",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193447",
"uncertainty": 120
},
"departure": {
"time": "1765193447",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193493",
"uncertainty": 120
},
"departure": {
"time": "1765193493",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193602",
"uncertainty": 120
},
"departure": {
"time": "1765193602",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193727",
"uncertainty": 120
},
"departure": {
"time": "1765193727",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193844",
"uncertainty": 120
},
"departure": {
"time": "1765193844",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193869",
"uncertainty": 120
},
"departure": {
"time": "1765193869",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193939",
"uncertainty": 120
},
"departure": {
"time": "1765193939",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193984",
"uncertainty": 120
},
"departure": {
"time": "1765193984",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194079",
"uncertainty": 120
},
"departure": {
"time": "1765194079",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194149",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725799"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21725798",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192406",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192467",
"uncertainty": 120
},
"departure": {
"time": "1765192526",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192586",
"uncertainty": 120
},
"departure": {
"time": "1765192586",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192676",
"uncertainty": 120
},
"departure": {
"time": "1765192676",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192706",
"uncertainty": 120
},
"departure": {
"time": "1765192706",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192736",
"uncertainty": 120
},
"departure": {
"time": "1765192766",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192976",
"uncertainty": 120
},
"departure": {
"time": "1765192976",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193065",
"uncertainty": 120
},
"departure": {
"time": "1765193065",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193110",
"uncertainty": 120
},
"departure": {
"time": "1765193110",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193172",
"uncertainty": 120
},
"departure": {
"time": "1765193172",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193253",
"uncertainty": 120
},
"departure": {
"time": "1765193253",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193307",
"uncertainty": 120
},
"departure": {
"time": "1765193307",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193416",
"uncertainty": 120
},
"departure": {
"time": "1765193416",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193596",
"uncertainty": 120
},
"departure": {
"time": "1765193596",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193846",
"uncertainty": 120
},
"departure": {
"time": "1765193846",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193901",
"uncertainty": 120
},
"departure": {
"time": "1765193901",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194092",
"uncertainty": 120
},
"departure": {
"time": "1765194092",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194184",
"uncertainty": 120
},
"departure": {
"time": "1765194184",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194293",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725798"
},
"vehicle": {
"id": "518",
"label": "518"
}
}
},
{
"id": "21725896",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765193027",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193158",
"uncertainty": 120
},
"departure": {
"time": "1765193158",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193227",
"uncertainty": 120
},
"departure": {
"time": "1765193227",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193273",
"uncertainty": 120
},
"departure": {
"time": "1765193273",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193367",
"uncertainty": 120
},
"departure": {
"time": "1765193367",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193455",
"uncertainty": 120
},
"departure": {
"time": "1765193455",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193515",
"uncertainty": 120
},
"departure": {
"time": "1765193515",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193567",
"uncertainty": 120
},
"departure": {
"time": "1765193567",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193651",
"uncertainty": 120
},
"departure": {
"time": "1765193651",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193781",
"uncertainty": 120
},
"departure": {
"time": "1765193781",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193909",
"uncertainty": 120
},
"departure": {
"time": "1765193909",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194134",
"uncertainty": 120
},
"departure": {
"time": "1765194134",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194244",
"uncertainty": 120
},
"departure": {
"time": "1765194600",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194660",
"uncertainty": 120
},
"departure": {
"time": "1765194660",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194740",
"uncertainty": 120
},
"departure": {
"time": "1765194740",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194805",
"uncertainty": 120
},
"departure": {
"time": "1765194805",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194917",
"uncertainty": 120
},
"departure": {
"time": "1765194917",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195016",
"uncertainty": 120
},
"departure": {
"time": "1765195016",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195072",
"uncertainty": 120
},
"departure": {
"time": "1765195072",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1765195148",
"uncertainty": 120
},
"departure": {
"time": "1765195148",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1765195227",
"uncertainty": 120
},
"departure": {
"time": "1765195227",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195308",
"uncertainty": 120
},
"departure": {
"time": "1765195308",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195393",
"uncertainty": 120
},
"departure": {
"time": "1765195393",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1765195492",
"uncertainty": 120
},
"departure": {
"time": "1765195492",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1765195616",
"uncertainty": 120
},
"departure": {
"time": "1765195616",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1765195676",
"uncertainty": 120
},
"departure": {
"time": "1765195676",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1765195748",
"uncertainty": 120
},
"departure": {
"time": "1765195748",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765195796",
"uncertainty": 120
},
"departure": {
"time": "1765195796",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765195856",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725896"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21323588",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195800",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323588"
}
}
},
{
"id": "21323595",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765191065",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191164",
"uncertainty": 120
},
"departure": {
"time": "1765191186",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191237",
"uncertainty": 120
},
"departure": {
"time": "1765191237",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765191305",
"uncertainty": 120
},
"departure": {
"time": "1765191305",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765191335",
"uncertainty": 120
},
"departure": {
"time": "1765191335",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765191380",
"uncertainty": 120
},
"departure": {
"time": "1765191397",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191486",
"uncertainty": 120
},
"departure": {
"time": "1765191516",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191603",
"uncertainty": 120
},
"departure": {
"time": "1765191606",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 8
},
{
"arrival": {
"time": "1765191646",
"uncertainty": 120
},
"departure": {
"time": "1765191666",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765191858",
"uncertainty": 120
},
"departure": {
"time": "1765191858",
"uncertainty": 120
},
"stopId": "smbin1",
"stopSequence": 10
},
{
"arrival": {
"time": "1765191936",
"uncertainty": 120
},
"departure": {
"time": "1765191936",
"uncertainty": 120
},
"stopId": "smbin2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192041",
"uncertainty": 120
},
"departure": {
"time": "1765192041",
"uncertainty": 120
},
"stopId": "smbin3",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192086",
"uncertainty": 120
},
"departure": {
"time": "1765192086",
"uncertainty": 120
},
"stopId": "smbin4",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192152",
"uncertainty": 120
},
"departure": {
"time": "1765192152",
"uncertainty": 120
},
"stopId": "smbin5",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192194",
"uncertainty": 120
},
"departure": {
"time": "1765192194",
"uncertainty": 120
},
"stopId": "smbin6",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192260",
"uncertainty": 120
},
"departure": {
"time": "1765192266",
"uncertainty": 120
},
"stopId": "smbin7",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192316",
"uncertainty": 120
},
"departure": {
"time": "1765192316",
"uncertainty": 120
},
"stopId": "smbin8",
"stopSequence": 17
},
{
"arrival": {
"time": "1765192637",
"uncertainty": 120
},
"departure": {
"time": "1765192637",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 18
},
{
"arrival": {
"time": "1765192816",
"uncertainty": 120
},
"departure": {
"time": "1765192866",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765192945",
"uncertainty": 120
},
"departure": {
"time": "1765192945",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 20
},
{
"arrival": {
"time": "1765192986",
"uncertainty": 120
},
"departure": {
"time": "1765193016",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193106",
"uncertainty": 120
},
"departure": {
"time": "1765193106",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193167",
"uncertainty": 120
},
"departure": {
"time": "1765193167",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193229",
"uncertainty": 120
},
"departure": {
"time": "1765193229",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193289",
"uncertainty": 120
},
"departure": {
"time": "1765193289",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 25
},
{
"arrival": {
"time": "1765193344",
"uncertainty": 120
},
"departure": {
"time": "1765193344",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 26
},
{
"arrival": {
"time": "1765193415",
"uncertainty": 120
},
"departure": {
"time": "1765193415",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 27
},
{
"arrival": {
"time": "1765193509",
"uncertainty": 120
},
"departure": {
"time": "1765193509",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 28
},
{
"arrival": {
"time": "1765193571",
"uncertainty": 120
},
"departure": {
"time": "1765193571",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 29
},
{
"arrival": {
"time": "1765193666",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 30
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323595"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21323601",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195320",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323601"
}
}
},
{
"id": "21725900",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765193880",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725900"
}
}
},
{
"id": "21725890",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765192922",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725890"
}
}
},
{
"id": "21725894",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194000",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1765194062",
"uncertainty": 120
},
"departure": {
"time": "1765194062",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765194136",
"uncertainty": 120
},
"departure": {
"time": "1765194136",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765194191",
"uncertainty": 120
},
"departure": {
"time": "1765194191",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1765194284",
"uncertainty": 120
},
"departure": {
"time": "1765194284",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194371",
"uncertainty": 120
},
"departure": {
"time": "1765194371",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194437",
"uncertainty": 120
},
"departure": {
"time": "1765194437",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194491",
"uncertainty": 120
},
"departure": {
"time": "1765194491",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1765194582",
"uncertainty": 120
},
"departure": {
"time": "1765194582",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194737",
"uncertainty": 120
},
"departure": {
"time": "1765194737",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194882",
"uncertainty": 120
},
"departure": {
"time": "1765194882",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765195182",
"uncertainty": 120
},
"departure": {
"time": "1765195182",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1765195302",
"uncertainty": 120
},
"departure": {
"time": "1765195500",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765195569",
"uncertainty": 120
},
"departure": {
"time": "1765195569",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765195644",
"uncertainty": 120
},
"departure": {
"time": "1765195644",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1765195709",
"uncertainty": 120
},
"departure": {
"time": "1765195709",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1765195821",
"uncertainty": 120
},
"departure": {
"time": "1765195821",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195920",
"uncertainty": 120
},
"departure": {
"time": "1765195920",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195976",
"uncertainty": 120
},
"departure": {
"time": "1765195976",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1765196052",
"uncertainty": 120
},
"departure": {
"time": "1765196052",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1765196131",
"uncertainty": 120
},
"departure": {
"time": "1765196131",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1765196212",
"uncertainty": 120
},
"departure": {
"time": "1765196212",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1765196297",
"uncertainty": 120
},
"departure": {
"time": "1765196297",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1765196396",
"uncertainty": 120
},
"departure": {
"time": "1765196396",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1765196520",
"uncertainty": 120
},
"departure": {
"time": "1765196520",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1765196580",
"uncertainty": 120
},
"departure": {
"time": "1765196580",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1765196652",
"uncertainty": 120
},
"departure": {
"time": "1765196652",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765196700",
"uncertainty": 120
},
"departure": {
"time": "1765196700",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765196760",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725894"
}
}
},
{
"id": "21725892",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765194900",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725892"
}
}
},
{
"id": "21725913",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765191282",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1765191356",
"uncertainty": 120
},
"departure": {
"time": "1765191356",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765191432",
"uncertainty": 120
},
"departure": {
"time": "1765191522",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1765191552",
"uncertainty": 120
},
"departure": {
"time": "1765191582",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1765191672",
"uncertainty": 120
},
"departure": {
"time": "1765191672",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765191703",
"uncertainty": 120
},
"departure": {
"time": "1765191703",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1765191750",
"uncertainty": 120
},
"departure": {
"time": "1765191792",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1765191876",
"uncertainty": 120
},
"departure": {
"time": "1765191876",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1765191926",
"uncertainty": 120
},
"departure": {
"time": "1765191942",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192003",
"uncertainty": 120
},
"departure": {
"time": "1765192003",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1765192062",
"uncertainty": 120
},
"departure": {
"time": "1765192062",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765192182",
"uncertainty": 120
},
"departure": {
"time": "1765192182",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1765192302",
"uncertainty": 120
},
"departure": {
"time": "1765192362",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765192562",
"uncertainty": 120
},
"departure": {
"time": "1765192632",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1765192740",
"uncertainty": 120
},
"departure": {
"time": "1765192842",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765192892",
"uncertainty": 120
},
"departure": {
"time": "1765192902",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1765192986",
"uncertainty": 120
},
"departure": {
"time": "1765192986",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193029",
"uncertainty": 120
},
"departure": {
"time": "1765193029",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193125",
"uncertainty": 120
},
"departure": {
"time": "1765193125",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193211",
"uncertainty": 120
},
"departure": {
"time": "1765193211",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193270",
"uncertainty": 120
},
"departure": {
"time": "1765193270",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193328",
"uncertainty": 120
},
"departure": {
"time": "1765193328",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193391",
"uncertainty": 120
},
"departure": {
"time": "1765193391",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1765193482",
"uncertainty": 120
},
"departure": {
"time": "1765193482",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1765193576",
"uncertainty": 120
},
"departure": {
"time": "1765193576",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1765193647",
"uncertainty": 120
},
"departure": {
"time": "1765193647",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1765193764",
"uncertainty": 120
},
"departure": {
"time": "1765193764",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1765193805",
"uncertainty": 120
},
"departure": {
"time": "1765193805",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1765193888",
"uncertainty": 120
},
"departure": {
"time": "1765193888",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1765193914",
"uncertainty": 120
},
"departure": {
"time": "1765193914",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1765193961",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725913"
},
"vehicle": {
"id": "1198",
"label": "1198"
}
}
},
{
"id": "21323629",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765192868",
"uncertainty": 120
},
"departure": {
"time": "1765192868",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1765192928",
"uncertainty": 120
},
"departure": {
"time": "1765192928",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1765193018",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323629"
}
}
},
{
"id": "21323631",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765193099",
"uncertainty": 120
},
"departure": {
"time": "1765193099",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1765192507",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192623",
"uncertainty": 120
},
"departure": {
"time": "1765192628",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192748",
"uncertainty": 120
},
"departure": {
"time": "1765192838",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192893",
"uncertainty": 120
},
"departure": {
"time": "1765192898",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192977",
"uncertainty": 120
},
"departure": {
"time": "1765192988",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192935",
"uncertainty": 120
},
"departure": {
"time": "1765192935",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193040",
"uncertainty": 120
},
"departure": {
"time": "1765193040",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193088",
"uncertainty": 120
},
"departure": {
"time": "1765193088",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193188",
"uncertainty": 120
},
"departure": {
"time": "1765193188",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193243",
"uncertainty": 120
},
"departure": {
"time": "1765193243",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193333",
"uncertainty": 120
},
"departure": {
"time": "1765193333",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193388",
"uncertainty": 120
},
"departure": {
"time": "1765193388",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193448",
"uncertainty": 120
},
"departure": {
"time": "1765193448",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193502",
"uncertainty": 120
},
"departure": {
"time": "1765193502",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193553",
"uncertainty": 120
},
"departure": {
"time": "1765193553",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193587",
"uncertainty": 120
},
"departure": {
"time": "1765193587",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193636",
"uncertainty": 120
},
"departure": {
"time": "1765193636",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193696",
"uncertainty": 120
},
"departure": {
"time": "1765193696",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193751",
"uncertainty": 120
},
"departure": {
"time": "1765193751",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193822",
"uncertainty": 120
},
"departure": {
"time": "1765193822",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193916",
"uncertainty": 120
},
"departure": {
"time": "1765193916",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193979",
"uncertainty": 120
},
"departure": {
"time": "1765193979",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194086",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323631"
},
"vehicle": {
"id": "406",
"label": "406"
}
}
},
{
"id": "21323630",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765193258",
"uncertainty": 120
},
"departure": {
"time": "1765193258",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1765193287",
"uncertainty": 120
},
"departure": {
"time": "1765193287",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1765193298",
"uncertainty": 120
},
"departure": {
"time": "1765193298",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1765193312",
"uncertainty": 120
},
"departure": {
"time": "1765193312",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765193385",
"uncertainty": 120
},
"departure": {
"time": "1765193385",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1765192082",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192280",
"uncertainty": 120
},
"departure": {
"time": "1765192356",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192418",
"uncertainty": 120
},
"departure": {
"time": "1765192443",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192490",
"uncertainty": 120
},
"departure": {
"time": "1765192502",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192590",
"uncertainty": 120
},
"departure": {
"time": "1765192682",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192740",
"uncertainty": 120
},
"departure": {
"time": "1765192740",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192783",
"uncertainty": 120
},
"departure": {
"time": "1765192802",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192862",
"uncertainty": 120
},
"departure": {
"time": "1765192892",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192934",
"uncertainty": 120
},
"departure": {
"time": "1765192952",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765192998",
"uncertainty": 120
},
"departure": {
"time": "1765193012",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193099",
"uncertainty": 120
},
"departure": {
"time": "1765193099",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193161",
"uncertainty": 120
},
"departure": {
"time": "1765193161",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193251",
"uncertainty": 120
},
"departure": {
"time": "1765193251",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193221",
"uncertainty": 120
},
"departure": {
"time": "1765193221",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193280",
"uncertainty": 120
},
"departure": {
"time": "1765193280",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193350",
"uncertainty": 120
},
"departure": {
"time": "1765193350",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765193392",
"uncertainty": 120
},
"departure": {
"time": "1765193392",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765193459",
"uncertainty": 120
},
"departure": {
"time": "1765193459",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765193628",
"uncertainty": 120
},
"departure": {
"time": "1765193628",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765193718",
"uncertainty": 120
},
"departure": {
"time": "1765193718",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1765193781",
"uncertainty": 120
},
"departure": {
"time": "1765193781",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1765193912",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323630"
},
"vehicle": {
"id": "405",
"label": "405"
}
}
},
{
"id": "21725907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765192176",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1765192207",
"uncertainty": 120
},
"departure": {
"time": "1765192207",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1765192270",
"uncertainty": 120
},
"departure": {
"time": "1765192533",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1765192574",
"uncertainty": 120
},
"departure": {
"time": "1765192593",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1765192688",
"uncertainty": 120
},
"departure": {
"time": "1765192712",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1765192786",
"uncertainty": 120
},
"departure": {
"time": "1765192786",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1765192842",
"uncertainty": 120
},
"departure": {
"time": "1765192842",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1765192892",
"uncertainty": 120
},
"departure": {
"time": "1765192892",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1765192972",
"uncertainty": 120
},
"departure": {
"time": "1765192983",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193112",
"uncertainty": 120
},
"departure": {
"time": "1765193112",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193238",
"uncertainty": 120
},
"departure": {
"time": "1765193238",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765193448",
"uncertainty": 120
},
"departure": {
"time": "1765193448",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1765193557",
"uncertainty": 120
},
"departure": {
"time": "1765193700",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765193752",
"uncertainty": 120
},
"departure": {
"time": "1765193752",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1765193835",
"uncertainty": 120
},
"departure": {
"time": "1765193835",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1765193900",
"uncertainty": 120
},
"departure": {
"time": "1765193900",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194012",
"uncertainty": 120
},
"departure": {
"time": "1765194012",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194099",
"uncertainty": 120
},
"departure": {
"time": "1765194099",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194155",
"uncertainty": 120
},
"departure": {
"time": "1765194155",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194231",
"uncertainty": 120
},
"departure": {
"time": "1765194231",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194310",
"uncertainty": 120
},
"departure": {
"time": "1765194310",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194391",
"uncertainty": 120
},
"departure": {
"time": "1765194391",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1765194476",
"uncertainty": 120
},
"departure": {
"time": "1765194476",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1765194575",
"uncertainty": 120
},
"departure": {
"time": "1765194575",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1765194698",
"uncertainty": 120
},
"departure": {
"time": "1765194698",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1765194758",
"uncertainty": 120
},
"departure": {
"time": "1765194758",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1765194830",
"uncertainty": 120
},
"departure": {
"time": "1765194830",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1765194878",
"uncertainty": 120
},
"departure": {
"time": "1765194878",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1765194938",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725907"
},
"vehicle": {
"id": "328",
"label": "328"
}
}
},
{
"id": "21323637",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765196480",
"uncertainty": 120
},
"departure": {
"time": "1765196480",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1765195800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1765196024",
"uncertainty": 120
},
"departure": {
"time": "1765196024",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765196178",
"uncertainty": 120
},
"departure": {
"time": "1765196178",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765196280",
"uncertainty": 120
},
"departure": {
"time": "1765196280",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765196384",
"uncertainty": 120
},
"departure": {
"time": "1765196384",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765196475",
"uncertainty": 120
},
"departure": {
"time": "1765196475",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765196580",
"uncertainty": 120
},
"departure": {
"time": "1765196580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196635",
"uncertainty": 120
},
"departure": {
"time": "1765196635",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196579",
"uncertainty": 120
},
"departure": {
"time": "1765196579",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196666",
"uncertainty": 120
},
"departure": {
"time": "1765196666",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196809",
"uncertainty": 120
},
"departure": {
"time": "1765196809",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196898",
"uncertainty": 120
},
"departure": {
"time": "1765196898",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196961",
"uncertainty": 120
},
"departure": {
"time": "1765196961",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765197027",
"uncertainty": 120
},
"departure": {
"time": "1765197027",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1765197136",
"uncertainty": 120
},
"departure": {
"time": "1765197136",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765197197",
"uncertainty": 120
},
"departure": {
"time": "1765197197",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765197269",
"uncertainty": 120
},
"departure": {
"time": "1765197269",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1765197331",
"uncertainty": 120
},
"departure": {
"time": "1765197331",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197410",
"uncertainty": 120
},
"departure": {
"time": "1765197410",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197502",
"uncertainty": 120
},
"departure": {
"time": "1765197502",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197632",
"uncertainty": 120
},
"departure": {
"time": "1765197632",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197725",
"uncertainty": 120
},
"departure": {
"time": "1765197725",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1765197829",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323637"
}
}
},
{
"id": "21323636",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765195280",
"uncertainty": 120
},
"departure": {
"time": "1765195280",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1765194600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1765194824",
"uncertainty": 120
},
"departure": {
"time": "1765194824",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765194978",
"uncertainty": 120
},
"departure": {
"time": "1765194978",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765195080",
"uncertainty": 120
},
"departure": {
"time": "1765195080",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765195184",
"uncertainty": 120
},
"departure": {
"time": "1765195184",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765195275",
"uncertainty": 120
},
"departure": {
"time": "1765195275",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765195380",
"uncertainty": 120
},
"departure": {
"time": "1765195380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765195435",
"uncertainty": 120
},
"departure": {
"time": "1765195435",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765195379",
"uncertainty": 120
},
"departure": {
"time": "1765195379",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1765195466",
"uncertainty": 120
},
"departure": {
"time": "1765195466",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1765195609",
"uncertainty": 120
},
"departure": {
"time": "1765195609",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1765195696",
"uncertainty": 120
},
"departure": {
"time": "1765195696",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1765195759",
"uncertainty": 120
},
"departure": {
"time": "1765195759",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765195821",
"uncertainty": 120
},
"departure": {
"time": "1765195821",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1765195923",
"uncertainty": 120
},
"departure": {
"time": "1765195923",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765195984",
"uncertainty": 120
},
"departure": {
"time": "1765195984",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765196056",
"uncertainty": 120
},
"departure": {
"time": "1765196056",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1765196118",
"uncertainty": 120
},
"departure": {
"time": "1765196118",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765196196",
"uncertainty": 120
},
"departure": {
"time": "1765196196",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765196287",
"uncertainty": 120
},
"departure": {
"time": "1765196287",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765196416",
"uncertainty": 120
},
"departure": {
"time": "1765196416",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1765196499",
"uncertainty": 120
},
"departure": {
"time": "1765196499",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1765196603",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323636"
}
}
},
{
"id": "21323633",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765195531",
"uncertainty": 120
},
"departure": {
"time": "1765195531",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1765195560",
"uncertainty": 120
},
"departure": {
"time": "1765195560",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1765195571",
"uncertainty": 120
},
"departure": {
"time": "1765195571",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1765195585",
"uncertainty": 120
},
"departure": {
"time": "1765195585",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765195658",
"uncertainty": 120
},
"departure": {
"time": "1765195658",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1765194300",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1765194551",
"uncertainty": 120
},
"departure": {
"time": "1765194551",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765194643",
"uncertainty": 120
},
"departure": {
"time": "1765194643",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1765194724",
"uncertainty": 120
},
"departure": {
"time": "1765194724",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1765194840",
"uncertainty": 120
},
"departure": {
"time": "1765194840",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194891",
"uncertainty": 120
},
"departure": {
"time": "1765194891",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194972",
"uncertainty": 120
},
"departure": {
"time": "1765194972",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765195067",
"uncertainty": 120
},
"departure": {
"time": "1765195067",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765195147",
"uncertainty": 120
},
"departure": {
"time": "1765195147",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765195200",
"uncertainty": 120
},
"departure": {
"time": "1765195200",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765195327",
"uncertainty": 120
},
"departure": {
"time": "1765195327",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765195428",
"uncertainty": 120
},
"departure": {
"time": "1765195428",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765195524",
"uncertainty": 120
},
"departure": {
"time": "1765195524",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765195621",
"uncertainty": 120
},
"departure": {
"time": "1765195621",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765195680",
"uncertainty": 120
},
"departure": {
"time": "1765195680",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765195750",
"uncertainty": 120
},
"departure": {
"time": "1765195750",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765195665",
"uncertainty": 120
},
"departure": {
"time": "1765195665",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765195766",
"uncertainty": 120
},
"departure": {
"time": "1765195766",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765195908",
"uncertainty": 120
},
"departure": {
"time": "1765195908",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765196019",
"uncertainty": 120
},
"departure": {
"time": "1765196019",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1765196110",
"uncertainty": 120
},
"departure": {
"time": "1765196110",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1765196241",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323633"
}
}
},
{
"id": "21725909",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1765195680",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725909"
}
}
},
{
"id": "21323632",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765194115",
"uncertainty": 120
},
"departure": {
"time": "1765194115",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1765194144",
"uncertainty": 120
},
"departure": {
"time": "1765194144",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1765194155",
"uncertainty": 120
},
"departure": {
"time": "1765194155",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1765194169",
"uncertainty": 120
},
"departure": {
"time": "1765194169",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765194242",
"uncertainty": 120
},
"departure": {
"time": "1765194242",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1765193027",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193304",
"uncertainty": 120
},
"departure": {
"time": "1765193304",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193380",
"uncertainty": 120
},
"departure": {
"time": "1765193380",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193429",
"uncertainty": 120
},
"departure": {
"time": "1765193429",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193517",
"uncertainty": 120
},
"departure": {
"time": "1765193517",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765193574",
"uncertainty": 120
},
"departure": {
"time": "1765193574",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1765193621",
"uncertainty": 120
},
"departure": {
"time": "1765193621",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765193685",
"uncertainty": 120
},
"departure": {
"time": "1765193685",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193731",
"uncertainty": 120
},
"departure": {
"time": "1765193731",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765193784",
"uncertainty": 120
},
"departure": {
"time": "1765193784",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765193911",
"uncertainty": 120
},
"departure": {
"time": "1765193911",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194012",
"uncertainty": 120
},
"departure": {
"time": "1765194012",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194108",
"uncertainty": 120
},
"departure": {
"time": "1765194108",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194421",
"uncertainty": 120
},
"departure": {
"time": "1765194421",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194480",
"uncertainty": 120
},
"departure": {
"time": "1765194480",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194550",
"uncertainty": 120
},
"departure": {
"time": "1765194550",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194249",
"uncertainty": 120
},
"departure": {
"time": "1765194249",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194350",
"uncertainty": 120
},
"departure": {
"time": "1765194350",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194496",
"uncertainty": 120
},
"departure": {
"time": "1765194496",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194632",
"uncertainty": 120
},
"departure": {
"time": "1765194632",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194717",
"uncertainty": 120
},
"departure": {
"time": "1765194717",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1765194848",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323632"
},
"vehicle": {
"id": "515",
"label": "515"
}
}
},
{
"id": "21323635",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765196731",
"uncertainty": 120
},
"departure": {
"time": "1765196731",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1765196760",
"uncertainty": 120
},
"departure": {
"time": "1765196760",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1765196771",
"uncertainty": 120
},
"departure": {
"time": "1765196771",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1765196785",
"uncertainty": 120
},
"departure": {
"time": "1765196785",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1765196858",
"uncertainty": 120
},
"departure": {
"time": "1765196858",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1765195500",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1765195751",
"uncertainty": 120
},
"departure": {
"time": "1765195751",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765195843",
"uncertainty": 120
},
"departure": {
"time": "1765195843",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1765195924",
"uncertainty": 120
},
"departure": {
"time": "1765195924",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1765196040",
"uncertainty": 120
},
"departure": {
"time": "1765196040",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1765196091",
"uncertainty": 120
},
"departure": {
"time": "1765196091",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1765196172",
"uncertainty": 120
},
"departure": {
"time": "1765196172",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1765196267",
"uncertainty": 120
},
"departure": {
"time": "1765196267",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1765196347",
"uncertainty": 120
},
"departure": {
"time": "1765196347",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1765196400",
"uncertainty": 120
},
"departure": {
"time": "1765196400",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1765196527",
"uncertainty": 120
},
"departure": {
"time": "1765196527",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1765196628",
"uncertainty": 120
},
"departure": {
"time": "1765196628",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1765196724",
"uncertainty": 120
},
"departure": {
"time": "1765196724",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1765196821",
"uncertainty": 120
},
"departure": {
"time": "1765196821",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1765196880",
"uncertainty": 120
},
"departure": {
"time": "1765196880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1765196950",
"uncertainty": 120
},
"departure": {
"time": "1765196950",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765196865",
"uncertainty": 120
},
"departure": {
"time": "1765196865",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1765196966",
"uncertainty": 120
},
"departure": {
"time": "1765196966",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765197126",
"uncertainty": 120
},
"departure": {
"time": "1765197126",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1765197251",
"uncertainty": 120
},
"departure": {
"time": "1765197251",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1765197328",
"uncertainty": 120
},
"departure": {
"time": "1765197328",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1765197473",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323635"
}
}
},
{
"id": "21323634",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1765193869",
"uncertainty": 120
},
"departure": {
"time": "1765193869",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1765193400",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1765193527",
"uncertainty": 120
},
"departure": {
"time": "1765193527",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1765193651",
"uncertainty": 120
},
"departure": {
"time": "1765193651",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1765193711",
"uncertainty": 120
},
"departure": {
"time": "1765193711",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1765193773",
"uncertainty": 120
},
"departure": {
"time": "1765193773",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1765194075",
"uncertainty": 120
},
"departure": {
"time": "1765194075",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1765194180",
"uncertainty": 120
},
"departure": {
"time": "1765194180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1765194235",
"uncertainty": 120
},
"departure": {
"time": "1765194235",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1765193965",
"uncertainty": 120
},
"departure": {
"time": "1765193965",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1765194048",
"uncertainty": 120
},
"departure": {
"time": "1765194048",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1765194185",
"uncertainty": 120
},
"departure": {
"time": "1765194185",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1765194243",
"uncertainty": 120
},
"departure": {
"time": "1765194243",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1765194306",
"uncertainty": 120
},
"departure": {
"time": "1765194306",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1765194372",
"uncertainty": 120
},
"departure": {
"time": "1765194372",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1765194480",
"uncertainty": 120
},
"departure": {
"time": "1765194480",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1765194541",
"uncertainty": 120
},
"departure": {
"time": "1765194541",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1765194613",
"uncertainty": 120
},
"departure": {
"time": "1765194613",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1765194675",
"uncertainty": 120
},
"departure": {
"time": "1765194675",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1765194753",
"uncertainty": 120
},
"departure": {
"time": "1765194753",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1765194844",
"uncertainty": 120
},
"departure": {
"time": "1765194844",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1765194973",
"uncertainty": 120
},
"departure": {
"time": "1765194973",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1765195066",
"uncertainty": 120
},
"departure": {
"time": "1765195066",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1765195170",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1765193027",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323634"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1765193027"
}
}