Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain TAC.
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
❌716 erreurs, 60 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 17/11/2025 à 08h03 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 35 erreurs
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 1000005-1000006 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1000025-1000031 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1000188-1000268 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1000038-1000044 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 1000161-1000225 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 35 erreurs
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id 1000005 does not exist in the GTFS data routes.txt
- route_id 1000006 does not exist in the GTFS data routes.txt
- route_id 1000008 does not exist in the GTFS data routes.txt
- route_id 1000007 does not exist in the GTFS data routes.txt
- route_id 1000005 does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 410 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 1000005-1000006 stop_id 1000576 does not exist in GTFS data stops.txt
- trip_id 1000005-1000006 stop_id 1000246 does not exist in GTFS data stops.txt
- trip_id 1000005-1000006 stop_id 1000256 does not exist in GTFS data stops.txt
- trip_id 1000005-1000006 stop_id 1000248 does not exist in GTFS data stops.txt
- trip_id 1000005-1000006 stop_id 1001172 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 233 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 40189{13_2}-SEPT25 SCOLAIRE_25_LMWJV stop_sequence 14 arrival_time 08:04:14 (1763363054) is equal to previous stop arrival_time 08:04:14 (1763363054) - times must increase between two sequential stops
- trip_id 40189{13_2}-SEPT25 SCOLAIRE_25_LMWJV stop_sequence 14 arrival_time 08:04:14 (1763363054) is equal to previous stop departure_time 08:04:14 (1763363054) - times must increase between two sequential stops
- trip_id 40189{13_2}-SEPT25 SCOLAIRE_25_LMWJV stop_sequence 14 departure_time 08:04:14 (1763363054) is equal to previous stop departure_time 08:04:14 (1763363054) - times must increase between two sequential stops
- trip_id 40189{13_2}-SEPT25 SCOLAIRE_25_LMWJV stop_sequence 14 departure_time 08:04:14 (1763363054) is equal to previous stop arrival_time 08:04:14 (1763363054) - times must increase between two sequential stops
- trip_id 40189{13_2}-SEPT25 SCOLAIRE_25_LMWJV stop_sequence 25 arrival_time 08:20:14 (1763364014) is equal to previous stop arrival_time 08:20:14 (1763364014) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 3 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 37899{1_24}-SEPT25 SCOLAIRE_25_LMWJV stop_sequence 24 departure_time 08:02:27 (1763362947) is less than the same stop arrival_time 08:02:42 (1763362962) - departure time must be equal to or greater than arrival time
- trip_id 1000058-1000064 stop_sequence 10 departure_time 08:02:55 (1763362975) is less than the same stop arrival_time 08:02:58 (1763362978) - departure time must be equal to or greater than arrival time
- trip_id 1000045-1000051 stop_sequence 5 departure_time 08:01:00 (1763362860) is less than the same stop arrival_time 08:02:27 (1763362947) - departure time must be equal to or greater than arrival time
Avertissements
timestamp not populated W001 60 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 40189{13_2}-SEPT25 SCOLAIRE_25_LMWJV does not have a timestamp
- trip_id 46782{10_25}-SEPT25 SCOLAIRE_25_LMWJV does not have a timestamp
- trip_id 47539{24_3}-SEPT25 SCOLAIRE_25_LMWJVS does not have a timestamp
- trip_id 46879{2_24}-SEPT25 SCOLAIRE_25_LMWJV does not have a timestamp
- trip_id 40030{12_4}-SEPT25 SCOLAIRE_25_LMWJV does not have a timestamp
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 |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 3 782 | 25 fois (78 % des validations) |
| W001 | Timestamps should be populated for all elements | 746 | 25 fois (78 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 341 | 14 fois (44 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 341 | 14 fois (44 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 47 | 14 fois (44 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 3 932 | 10 fois (31 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 17/11/2025 à 13h12 Europe/Paris.
trip_updates (19) 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 17/11/2025 à 13h12 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "434631",
"tripUpdate": {
"stopTimeUpdate": [
{
"scheduleRelationship": "SKIPPED",
"stopId": "CHASNCF4",
"stopSequence": 1
},
{
"arrival": {
"delay": 2795,
"time": "1763371115"
},
"departure": {
"delay": 2809,
"time": "1763371129"
},
"stopId": "CHAHVIL2",
"stopSequence": 2
},
{
"arrival": {
"delay": 2811,
"time": "1763371191"
},
"departure": {
"delay": 2826,
"time": "1763371206"
},
"stopId": "CHAPOST2",
"stopSequence": 3
},
{
"arrival": {
"delay": 13016,
"time": "1763381516"
},
"departure": {
"delay": 13016,
"time": "1763381516"
},
"stopId": "CHAPISC2",
"stopSequence": 4
},
{
"arrival": {
"delay": 13016,
"time": "1763381576"
},
"departure": {
"delay": 13016,
"time": "1763381576"
},
"stopId": "CHAEURO2",
"stopSequence": 5
},
{
"arrival": {
"delay": 13016,
"time": "1763381636"
},
"departure": {
"delay": 13016,
"time": "1763381636"
},
"stopId": "CHACHUR2",
"stopSequence": 6
},
{
"arrival": {
"delay": 13016,
"time": "1763381756"
},
"stopId": "CHAABEL2",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "TPMR_1",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "09:30:00",
"tripId": "31977{TPMR_1}-SEPT25 SCOLAIRE_25_LMWJVS"
},
"vehicle": {
"id": "179",
"label": "71",
"licensePlate": "DP 183 RB"
}
}
},
{
"id": "434830",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 25,
"time": "1763379325"
},
"stopId": "CHAHVIL3",
"stopSequence": 1
},
{
"arrival": {
"delay": 90,
"time": "1763379450"
},
"departure": {
"delay": 111,
"time": "1763379471"
},
"stopId": "CHAPOST2",
"stopSequence": 2
},
{
"arrival": {
"delay": 6,
"time": "1763379546"
},
"departure": {
"delay": 12,
"time": "1763379552"
},
"stopId": "CHATPIG2",
"stopSequence": 3
},
{
"arrival": {
"delay": 34,
"time": "1763379634"
},
"departure": {
"delay": 37,
"time": "1763379637"
},
"stopId": "CHABRAI2",
"stopSequence": 4
},
{
"arrival": {
"delay": 59,
"time": "1763379659"
},
"departure": {
"delay": 75,
"time": "1763379675"
},
"stopId": "CHA14RT2",
"stopSequence": 5
},
{
"arrival": {
"delay": 22,
"time": "1763379682"
},
"departure": {
"delay": 39,
"time": "1763379699"
},
"stopId": "CHARANC2",
"stopSequence": 6
},
{
"arrival": {
"delay": -11,
"time": "1763379709"
},
"departure": {
"delay": 5,
"time": "1763379725"
},
"stopId": "CHAMARO2",
"stopSequence": 7
},
{
"arrival": {
"delay": -20,
"time": "1763379760"
},
"departure": {
"delay": -7,
"time": "1763379773"
},
"stopId": "CHASAND2",
"stopSequence": 8
},
{
"arrival": {
"delay": -43,
"time": "1763379797"
},
"departure": {
"delay": -23,
"time": "1763379817"
},
"stopId": "CHAPITE2",
"stopSequence": 9
},
{
"arrival": {
"delay": -19,
"time": "1763379821"
},
"departure": {
"delay": 2,
"time": "1763379842"
},
"stopId": "CHAGUER2",
"stopSequence": 10
},
{
"arrival": {
"delay": -33,
"time": "1763379867"
},
"departure": {
"delay": -15,
"time": "1763379885"
},
"stopId": "CHADORA2",
"stopSequence": 11
},
{
"arrival": {
"delay": -45,
"time": "1763379915"
},
"departure": {
"delay": -33,
"time": "1763379927"
},
"stopId": "CHAPARA1",
"stopSequence": 12
},
{
"arrival": {
"delay": -46,
"time": "1763380094"
},
"departure": {
"delay": -32,
"time": "1763380108"
},
"stopId": "CHALIM2",
"stopSequence": 13
},
{
"arrival": {
"delay": -70,
"time": "1763380130"
},
"departure": {
"delay": -61,
"time": "1763380139"
},
"stopId": "CHADESN2",
"stopSequence": 14
},
{
"arrival": {
"delay": -60,
"time": "1763380200"
},
"departure": {
"delay": -44,
"time": "1763380216"
},
"stopId": "CHATCEN2",
"stopSequence": 15
},
{
"arrival": {
"delay": -80,
"time": "1763380240"
},
"departure": {
"delay": -68,
"time": "1763380252"
},
"stopId": "CHASTAD2",
"stopSequence": 16
},
{
"arrival": {
"delay": -55,
"time": "1763380265"
},
"departure": {
"delay": -41,
"time": "1763380279"
},
"stopId": "CHAPAGN2",
"stopSequence": 17
},
{
"arrival": {
"delay": -75,
"time": "1763380305"
},
"departure": {
"delay": -60,
"time": "1763380320"
},
"stopId": "SENECOT2",
"stopSequence": 18
},
{
"arrival": {
"delay": -113,
"time": "1763380447"
},
"departure": {
"delay": -100,
"time": "1763380460"
},
"stopId": "SENMOTH2",
"stopSequence": 19
},
{
"arrival": {
"delay": -121,
"time": "1763380499"
},
"departure": {
"delay": -113,
"time": "1763380507"
},
"stopId": "SENFRON2",
"stopSequence": 20
},
{
"arrival": {
"delay": -153,
"time": "1763380587"
},
"departure": {
"delay": -22,
"time": "1763380718"
},
"stopId": "SENSCEN2",
"stopSequence": 21
},
{
"arrival": {
"delay": 2,
"time": "1763380802"
},
"departure": {
"delay": 11,
"time": "1763380811"
},
"stopId": "SSASALV2",
"stopSequence": 22
},
{
"arrival": {
"delay": 198,
"time": "1763381058"
},
"departure": {
"delay": 206,
"time": "1763381066"
},
"stopId": "SSANOZI1",
"stopSequence": 23
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "SSAJUST1",
"stopSequence": 24
},
{
"arrival": {
"delay": 74,
"time": "1763381234"
},
"departure": {
"delay": 82,
"time": "1763381242"
},
"stopId": "SSASSCH1",
"stopSequence": 25
},
{
"arrival": {
"delay": 111,
"time": "1763381271"
},
"departure": {
"delay": 124,
"time": "1763381284"
},
"stopId": "SSACBOU1",
"stopSequence": 26
},
{
"arrival": {
"delay": 75,
"time": "1763381295"
},
"departure": {
"delay": 97,
"time": "1763381317"
},
"stopId": "SSASSCE1",
"stopSequence": 27
},
{
"arrival": {
"delay": 100,
"time": "1763381380"
},
"departure": {
"delay": 108,
"time": "1763381388"
},
"stopId": "SSAPIN1",
"stopSequence": 28
},
{
"arrival": {
"delay": 41,
"time": "1763381441"
},
"departure": {
"delay": 108,
"time": "1763381508"
},
"stopId": "SSACHAU1",
"stopSequence": 29
},
{
"arrival": {
"delay": 108,
"time": "1763381568"
},
"departure": {
"delay": 108,
"time": "1763381568"
},
"stopId": "SSAEPIN1",
"stopSequence": 30
},
{
"arrival": {
"delay": 108,
"time": "1763381628"
},
"departure": {
"delay": 108,
"time": "1763381628"
},
"stopId": "SSAMVEN1",
"stopSequence": 31
},
{
"arrival": {
"delay": 108,
"time": "1763381748"
},
"departure": {
"delay": 108,
"time": "1763381748"
},
"stopId": "SSAMACH1",
"stopSequence": 32
},
{
"arrival": {
"delay": 108,
"time": "1763381808"
},
"departure": {
"delay": 108,
"time": "1763381808"
},
"stopId": "CHASABL1",
"stopSequence": 33
},
{
"arrival": {
"delay": 108,
"time": "1763381868"
},
"departure": {
"delay": 108,
"time": "1763381868"
},
"stopId": "CHABOUS1",
"stopSequence": 34
},
{
"arrival": {
"delay": 108,
"time": "1763381928"
},
"departure": {
"delay": 108,
"time": "1763381928"
},
"stopId": "CHAPAVI1",
"stopSequence": 35
},
{
"arrival": {
"delay": 108,
"time": "1763381928"
},
"departure": {
"delay": 108,
"time": "1763381928"
},
"stopId": "CHAPBOU1",
"stopSequence": 36
},
{
"arrival": {
"delay": 108,
"time": "1763381988"
},
"departure": {
"delay": 108,
"time": "1763381988"
},
"stopId": "CHACHAE1",
"stopSequence": 37
},
{
"arrival": {
"delay": 108,
"time": "1763381988"
},
"departure": {
"delay": 108,
"time": "1763381988"
},
"stopId": "CHATAUD1",
"stopSequence": 38
},
{
"arrival": {
"delay": 108,
"time": "1763382048"
},
"departure": {
"delay": 108,
"time": "1763382048"
},
"stopId": "CHAGVAU1",
"stopSequence": 39
},
{
"arrival": {
"delay": 108,
"time": "1763382168"
},
"departure": {
"delay": 108,
"time": "1763382168"
},
"stopId": "CHAMOSE1",
"stopSequence": 40
},
{
"arrival": {
"delay": 108,
"time": "1763382168"
},
"departure": {
"delay": 108,
"time": "1763382168"
},
"stopId": "CHAGREN1",
"stopSequence": 41
},
{
"arrival": {
"delay": 108,
"time": "1763382228"
},
"departure": {
"delay": 108,
"time": "1763382228"
},
"stopId": "CHAPEU1",
"stopSequence": 42
},
{
"arrival": {
"delay": 108,
"time": "1763382288"
},
"departure": {
"delay": 108,
"time": "1763382288"
},
"stopId": "CHAPVER2",
"stopSequence": 43
},
{
"arrival": {
"delay": 108,
"time": "1763382348"
},
"departure": {
"delay": 108,
"time": "1763382348"
},
"stopId": "CHAFONT2",
"stopSequence": 44
},
{
"arrival": {
"delay": 108,
"time": "1763382408"
},
"departure": {
"delay": 108,
"time": "1763382408"
},
"stopId": "CHAMLEC2",
"stopSequence": 45
},
{
"arrival": {
"delay": 108,
"time": "1763382468"
},
"departure": {
"delay": 108,
"time": "1763382468"
},
"stopId": "CHASNCF4",
"stopSequence": 46
},
{
"arrival": {
"delay": 108,
"time": "1763382588"
},
"stopId": "CHAHVIL3",
"stopSequence": 47
}
],
"trip": {
"directionId": 0,
"routeId": "11_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:35:00",
"tripId": "46797{11_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "172",
"label": "56",
"licensePlate": "DX 399 PW"
}
}
},
{
"id": "434812",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 3,
"time": "1763380203"
},
"stopId": "CHAAQUI1",
"stopSequence": 1
},
{
"arrival": {
"delay": 17,
"time": "1763380217"
},
"departure": {
"delay": 32,
"time": "1763380232"
},
"stopId": "CHACART2",
"stopSequence": 2
},
{
"arrival": {
"delay": 17,
"time": "1763380277"
},
"departure": {
"delay": 30,
"time": "1763380290"
},
"stopId": "CHAAUCH2",
"stopSequence": 3
},
{
"arrival": {
"delay": 35,
"time": "1763380355"
},
"departure": {
"delay": 44,
"time": "1763380364"
},
"stopId": "CHAMOUL2",
"stopSequence": 4
},
{
"arrival": {
"delay": -19,
"time": "1763380421"
},
"departure": {
"delay": -4,
"time": "1763380436"
},
"stopId": "CHALYAU1",
"stopSequence": 5
},
{
"arrival": {
"delay": -33,
"time": "1763380467"
},
"departure": {
"delay": -16,
"time": "1763380484"
},
"stopId": "CHABRAN2",
"stopSequence": 6
},
{
"arrival": {
"delay": -41,
"time": "1763380519"
},
"departure": {
"delay": -26,
"time": "1763380534"
},
"stopId": "CHAGUER2",
"stopSequence": 7
},
{
"arrival": {
"delay": -79,
"time": "1763380541"
},
"departure": {
"delay": -68,
"time": "1763380552"
},
"stopId": "CHADORA2",
"stopSequence": 8
},
{
"arrival": {
"delay": -110,
"time": "1763380630"
},
"departure": {
"delay": 16,
"time": "1763380756"
},
"stopId": "CHAPARA2",
"stopSequence": 9
},
{
"arrival": {
"delay": 30,
"time": "1763380830"
},
"departure": {
"delay": 40,
"time": "1763380840"
},
"stopId": "CHAEIFF2",
"stopSequence": 10
},
{
"arrival": {
"delay": 4,
"time": "1763380864"
},
"departure": {
"delay": 17,
"time": "1763380877"
},
"stopId": "CHABECA2",
"stopSequence": 11
},
{
"arrival": {
"delay": -28,
"time": "1763380892"
},
"departure": {
"delay": -24,
"time": "1763380896"
},
"stopId": "CHACCRO2",
"stopSequence": 12
},
{
"arrival": {
"delay": 6,
"time": "1763380926"
},
"departure": {
"delay": 23,
"time": "1763380943"
},
"stopId": "CHACOIS2",
"stopSequence": 13
},
{
"arrival": {
"delay": -5,
"time": "1763380975"
},
"departure": {
"delay": 9,
"time": "1763380989"
},
"stopId": "CHAGION2",
"stopSequence": 14
},
{
"arrival": {
"delay": -26,
"time": "1763381014"
},
"departure": {
"delay": -22,
"time": "1763381018"
},
"stopId": "CHALYS2",
"stopSequence": 15
},
{
"arrival": {
"delay": 29,
"time": "1763381069"
},
"departure": {
"delay": 47,
"time": "1763381087"
},
"stopId": "CHAHERT2",
"stopSequence": 16
},
{
"arrival": {
"delay": 12,
"time": "1763381112"
},
"departure": {
"delay": 18,
"time": "1763381118"
},
"stopId": "CHABGAR2",
"stopSequence": 17
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "CHATBLA2",
"stopSequence": 18
},
{
"arrival": {
"delay": 60,
"time": "1763381280"
},
"departure": {
"delay": 87,
"time": "1763381307"
},
"stopId": "CHAPIDO2",
"stopSequence": 19
},
{
"arrival": {
"delay": 44,
"time": "1763381324"
},
"departure": {
"delay": 59,
"time": "1763381339"
},
"stopId": "CHALVER2",
"stopSequence": 20
},
{
"arrival": {
"delay": 54,
"time": "1763381394"
},
"departure": {
"delay": 63,
"time": "1763381403"
},
"stopId": "CHAPVER2",
"stopSequence": 21
},
{
"arrival": {
"delay": 22,
"time": "1763381422"
},
"departure": {
"delay": 31,
"time": "1763381431"
},
"stopId": "CHAFONT2",
"stopSequence": 22
},
{
"arrival": {
"delay": -16,
"time": "1763381444"
},
"departure": {
"delay": 4,
"time": "1763381464"
},
"stopId": "CHAMLEC2",
"stopSequence": 23
},
{
"arrival": {
"delay": -63,
"time": "1763381517"
},
"departure": {
"delay": -32,
"time": "1763381548"
},
"stopId": "CHASNCF4",
"stopSequence": 24
},
{
"arrival": {
"delay": -32,
"time": "1763381668"
},
"stopId": "CHAHVIL3",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "7_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:50:00",
"tripId": "46767{7_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "169",
"label": "53",
"licensePlate": "CX 557 SV"
}
}
},
{
"id": "434927",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -16,
"time": "1763380184"
},
"stopId": "ANTACEN1",
"stopSequence": 1
},
{
"arrival": {
"delay": -29,
"time": "1763380231"
},
"departure": {
"delay": -17,
"time": "1763380243"
},
"stopId": "ANTTOUR1",
"stopSequence": 2
},
{
"arrival": {
"delay": -29,
"time": "1763380291"
},
"departure": {
"delay": -14,
"time": "1763380306"
},
"stopId": "ANTLAVO1",
"stopSequence": 3
},
{
"arrival": {
"delay": -19,
"time": "1763380421"
},
"departure": {
"delay": -11,
"time": "1763380429"
},
"stopId": "ANTPOUP1",
"stopSequence": 4
},
{
"arrival": {
"delay": -8,
"time": "1763380492"
},
"departure": {
"delay": 5,
"time": "1763380505"
},
"stopId": "ANTPOIT1",
"stopSequence": 5
},
{
"arrival": {
"delay": -27,
"time": "1763380533"
},
"departure": {
"delay": 33,
"time": "1763380593"
},
"stopId": "ANTNORM1",
"stopSequence": 6
},
{
"arrival": {
"delay": 32,
"time": "1763380652"
},
"departure": {
"delay": 49,
"time": "1763380669"
},
"stopId": "ANTACEN2",
"stopSequence": 7
},
{
"arrival": {
"delay": 41,
"time": "1763380721"
},
"departure": {
"delay": 52,
"time": "1763380732"
},
"stopId": "ANTMAIN2",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1763380778"
},
"departure": {
"delay": 53,
"time": "1763380793"
},
"stopId": "CHAMON22",
"stopSequence": 9
},
{
"arrival": {
"delay": -17,
"time": "1763380903"
},
"departure": {
"delay": 45,
"time": "1763380965"
},
"stopId": "CHAMONO1",
"stopSequence": 10
},
{
"arrival": {
"delay": 26,
"time": "1763381066"
},
"departure": {
"delay": 41,
"time": "1763381081"
},
"stopId": "CHAIUT2",
"stopSequence": 11
},
{
"arrival": {
"delay": 68,
"time": "1763381108"
},
"departure": {
"delay": 71,
"time": "1763381111"
},
"stopId": "CHAEINS2",
"stopSequence": 12
},
{
"arrival": {
"delay": 36,
"time": "1763381136"
},
"departure": {
"delay": 56,
"time": "1763381156"
},
"stopId": "CHAPOM2",
"stopSequence": 13
},
{
"arrival": {
"delay": 46,
"time": "1763381206"
},
"departure": {
"delay": 56,
"time": "1763381216"
},
"stopId": "CHAAMUN2",
"stopSequence": 14
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "CHASUTT2",
"stopSequence": 15
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "CHALUMI2",
"stopSequence": 16
},
{
"arrival": {
"delay": -37,
"time": "1763381303"
},
"departure": {
"delay": 2,
"time": "1763381342"
},
"stopId": "CHARICH2",
"stopSequence": 17
},
{
"arrival": {
"time": "1763381400"
},
"departure": {
"delay": 5,
"time": "1763381405"
},
"stopId": "CHAVOLT2",
"stopSequence": 18
},
{
"arrival": {
"delay": -12,
"time": "1763381448"
},
"departure": {
"delay": -10,
"time": "1763381450"
},
"stopId": "CHABARB2",
"stopSequence": 19
},
{
"arrival": {
"delay": 21,
"time": "1763381481"
},
"departure": {
"delay": 35,
"time": "1763381495"
},
"stopId": "CHAAVAU2",
"stopSequence": 20
},
{
"arrival": {
"delay": -6,
"time": "1763381514"
},
"departure": {
"delay": 35,
"time": "1763381555"
},
"stopId": "CHAREPU1",
"stopSequence": 21
},
{
"arrival": {
"delay": 35,
"time": "1763381615"
},
"departure": {
"delay": 35,
"time": "1763381615"
},
"stopId": "CHAACAD1",
"stopSequence": 22
},
{
"arrival": {
"delay": 35,
"time": "1763381675"
},
"departure": {
"delay": 35,
"time": "1763381675"
},
"stopId": "CHABELG1",
"stopSequence": 23
},
{
"arrival": {
"delay": 35,
"time": "1763381735"
},
"departure": {
"delay": 35,
"time": "1763381735"
},
"stopId": "CHABERT1",
"stopSequence": 24
},
{
"arrival": {
"delay": 35,
"time": "1763381795"
},
"departure": {
"delay": 35,
"time": "1763381795"
},
"stopId": "CHAWILS1",
"stopSequence": 25
},
{
"arrival": {
"delay": 35,
"time": "1763381915"
},
"departure": {
"delay": 35,
"time": "1763381915"
},
"stopId": "CHAPOST1",
"stopSequence": 26
},
{
"arrival": {
"delay": 35,
"time": "1763382035"
},
"stopId": "CHAHVIL2",
"stopSequence": 27
}
],
"trip": {
"directionId": 0,
"routeId": "4_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:50:00",
"tripId": "47247{4_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "219",
"label": "40",
"licensePlate": "GJ 954 ZL"
}
}
},
{
"id": "434987",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 50,
"time": "1763380550"
},
"stopId": "PLEHALL1",
"stopSequence": 1
},
{
"arrival": {
"delay": 109,
"time": "1763380969"
},
"departure": {
"delay": 118,
"time": "1763380978"
},
"stopId": "LRPPAVI2",
"stopSequence": 2
},
{
"arrival": {
"delay": -69,
"time": "1763381091"
},
"departure": {
"delay": 14,
"time": "1763381174"
},
"stopId": "LRPOTSM1",
"stopSequence": 3
},
{
"arrival": {
"delay": 46,
"time": "1763381266"
},
"departure": {
"delay": 59,
"time": "1763381279"
},
"stopId": "LRPOMCL2",
"stopSequence": 4
},
{
"arrival": {
"delay": 85,
"time": "1763381305"
},
"departure": {
"delay": 99,
"time": "1763381319"
},
"stopId": "LRPSARR2",
"stopSequence": 5
},
{
"arrival": {
"delay": 107,
"time": "1763381387"
},
"departure": {
"delay": 111,
"time": "1763381391"
},
"stopId": "LRPCHAU2",
"stopSequence": 6
},
{
"arrival": {
"delay": 158,
"time": "1763381798"
},
"departure": {
"delay": 158,
"time": "1763381798"
},
"stopId": "CLBCENT2",
"stopSequence": 7
},
{
"arrival": {
"delay": 158,
"time": "1763382878"
},
"departure": {
"delay": 158,
"time": "1763382878"
},
"stopId": "CHASNCF4",
"stopSequence": 8
},
{
"arrival": {
"delay": 158,
"time": "1763382998"
},
"stopId": "CHAHVIL8",
"stopSequence": 9
}
],
"trip": {
"directionId": 0,
"routeId": "24_3",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:55:00",
"tripId": "47532{24_3}-SEPT25 SCOLAIRE_25_LMWJVS"
},
"vehicle": {
"id": "153",
"label": "25",
"licensePlate": "DM 892 PE"
}
}
},
{
"id": "434681",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 8,
"time": "1763380508"
},
"stopId": "CHAHOPI1",
"stopSequence": 1
},
{
"arrival": {
"delay": 55,
"time": "1763380615"
},
"departure": {
"delay": 70,
"time": "1763380630"
},
"stopId": "CHAVILL2",
"stopSequence": 2
},
{
"arrival": {
"delay": 36,
"time": "1763380656"
},
"departure": {
"delay": 46,
"time": "1763380666"
},
"stopId": "CHAGATS2",
"stopSequence": 3
},
{
"arrival": {
"delay": 57,
"time": "1763380677"
},
"departure": {
"delay": 73,
"time": "1763380693"
},
"stopId": "CHARIMB2",
"stopSequence": 4
},
{
"arrival": {
"delay": 81,
"time": "1763380701"
},
"departure": {
"delay": 90,
"time": "1763380710"
},
"stopId": "CHACAPU2",
"stopSequence": 5
},
{
"arrival": {
"delay": 48,
"time": "1763380728"
},
"departure": {
"delay": 60,
"time": "1763380740"
},
"stopId": "CHAMINI2",
"stopSequence": 6
},
{
"arrival": {
"delay": 30,
"time": "1763380770"
},
"departure": {
"delay": 33,
"time": "1763380773"
},
"stopId": "CHAROC2",
"stopSequence": 7
},
{
"arrival": {
"delay": 51,
"time": "1763380791"
},
"departure": {
"delay": 61,
"time": "1763380801"
},
"stopId": "CHACHAR2",
"stopSequence": 8
},
{
"arrival": {
"delay": 23,
"time": "1763380823"
},
"departure": {
"delay": 38,
"time": "1763380838"
},
"stopId": "CHAJOUV2",
"stopSequence": 9
},
{
"arrival": {
"delay": 9,
"time": "1763380869"
},
"departure": {
"delay": 20,
"time": "1763380880"
},
"stopId": "CHAROSE2",
"stopSequence": 10
},
{
"arrival": {
"delay": -9,
"time": "1763380911"
},
"departure": {
"delay": 26,
"time": "1763380946"
},
"stopId": "CHALECL2",
"stopSequence": 11
},
{
"arrival": {
"delay": -1,
"time": "1763380979"
},
"departure": {
"delay": 8,
"time": "1763380988"
},
"stopId": "CHATROE2",
"stopSequence": 12
},
{
"arrival": {
"delay": -36,
"time": "1763381004"
},
"departure": {
"delay": -22,
"time": "1763381018"
},
"stopId": "CHAFAUV2",
"stopSequence": 13
},
{
"arrival": {
"delay": 9,
"time": "1763381049"
},
"departure": {
"delay": 29,
"time": "1763381069"
},
"stopId": "CHAMFOC2",
"stopSequence": 14
},
{
"arrival": {
"delay": -15,
"time": "1763381145"
},
"departure": {
"delay": 2,
"time": "1763381162"
},
"stopId": "CHASNCF4",
"stopSequence": 15
},
{
"arrival": {
"delay": -36,
"time": "1763381244"
},
"departure": {
"delay": 12,
"time": "1763381292"
},
"stopId": "CHAHVIL1",
"stopSequence": 16
},
{
"arrival": {
"delay": 14,
"time": "1763381354"
},
"departure": {
"delay": 50,
"time": "1763381390"
},
"stopId": "CHAPOST2",
"stopSequence": 17
},
{
"arrival": {
"delay": 3,
"time": "1763381463"
},
"departure": {
"delay": 16,
"time": "1763381476"
},
"stopId": "CHAPISC2",
"stopSequence": 18
},
{
"arrival": {
"delay": -7,
"time": "1763381513"
},
"departure": {
"delay": 7,
"time": "1763381527"
},
"stopId": "CHAEURO2",
"stopSequence": 19
},
{
"arrival": {
"delay": 7,
"time": "1763381587"
},
"departure": {
"delay": 7,
"time": "1763381587"
},
"stopId": "CHACHUR2",
"stopSequence": 20
},
{
"arrival": {
"delay": 7,
"time": "1763381647"
},
"departure": {
"delay": 7,
"time": "1763381647"
},
"stopId": "CHAABEL2",
"stopSequence": 21
},
{
"arrival": {
"delay": 7,
"time": "1763381647"
},
"departure": {
"delay": 7,
"time": "1763381647"
},
"stopId": "CHALYAU2",
"stopSequence": 22
},
{
"arrival": {
"delay": 7,
"time": "1763381767"
},
"departure": {
"delay": 7,
"time": "1763381767"
},
"stopId": "CHAMOUL1",
"stopSequence": 23
},
{
"arrival": {
"delay": 7,
"time": "1763381827"
},
"departure": {
"delay": 7,
"time": "1763381827"
},
"stopId": "CHAAUCH1",
"stopSequence": 24
},
{
"arrival": {
"delay": 7,
"time": "1763381887"
},
"departure": {
"delay": 7,
"time": "1763381887"
},
"stopId": "CHAAQUI2",
"stopSequence": 25
},
{
"arrival": {
"delay": 7,
"time": "1763381947"
},
"departure": {
"delay": 7,
"time": "1763381947"
},
"stopId": "CHASJUS2",
"stopSequence": 26
},
{
"arrival": {
"delay": 7,
"time": "1763382067"
},
"departure": {
"delay": 7,
"time": "1763382067"
},
"stopId": "CHAHAMI2",
"stopSequence": 27
},
{
"arrival": {
"delay": 7,
"time": "1763382127"
},
"stopId": "CHAFORE1",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "1_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:55:00",
"tripId": "37864{1_24}-SEPT25 SCOLAIRE_25_LMWJVS"
},
"vehicle": {
"id": "175",
"label": "59",
"licensePlate": "FY 193 CJ"
}
}
},
{
"id": "434655",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 16,
"time": "1763380696"
},
"stopId": "CHAFORE1",
"stopSequence": 1
},
{
"arrival": {
"delay": 46,
"time": "1763380726"
},
"departure": {
"delay": 61,
"time": "1763380741"
},
"stopId": "CHAHAMI1",
"stopSequence": 2
},
{
"arrival": {
"delay": 55,
"time": "1763380795"
},
"departure": {
"delay": 68,
"time": "1763380808"
},
"stopId": "CHASJUS1",
"stopSequence": 3
},
{
"arrival": {
"delay": 38,
"time": "1763380838"
},
"departure": {
"delay": 81,
"time": "1763380881"
},
"stopId": "CHAAQUI1",
"stopSequence": 4
},
{
"arrival": {
"delay": 84,
"time": "1763380944"
},
"departure": {
"delay": 160,
"time": "1763381020"
},
"stopId": "CHAAUCH2",
"stopSequence": 5
},
{
"arrival": {
"delay": 121,
"time": "1763381101"
},
"departure": {
"delay": 147,
"time": "1763381127"
},
"stopId": "CHAMOUL2",
"stopSequence": 6
},
{
"arrival": {
"delay": 126,
"time": "1763381226"
},
"departure": {
"delay": 169,
"time": "1763381269"
},
"stopId": "CHALYAU1",
"stopSequence": 7
},
{
"arrival": {
"delay": 142,
"time": "1763381302"
},
"departure": {
"delay": 179,
"time": "1763381339"
},
"stopId": "CHAABEL1",
"stopSequence": 8
},
{
"arrival": {
"delay": 169,
"time": "1763381389"
},
"departure": {
"delay": 213,
"time": "1763381433"
},
"stopId": "CHACHUR1",
"stopSequence": 9
},
{
"arrival": {
"delay": 185,
"time": "1763381465"
},
"departure": {
"delay": 205,
"time": "1763381485"
},
"stopId": "CHAEURO1",
"stopSequence": 10
},
{
"arrival": {
"delay": 193,
"time": "1763381533"
},
"departure": {
"delay": 205,
"time": "1763381545"
},
"stopId": "CHAPISC1",
"stopSequence": 11
},
{
"arrival": {
"delay": 205,
"time": "1763381665"
},
"departure": {
"delay": 205,
"time": "1763381665"
},
"stopId": "CHAPOST1",
"stopSequence": 12
},
{
"arrival": {
"delay": 205,
"time": "1763381785"
},
"departure": {
"delay": 205,
"time": "1763381785"
},
"stopId": "CHAHVIL4",
"stopSequence": 13
},
{
"arrival": {
"delay": 205,
"time": "1763381905"
},
"departure": {
"delay": 205,
"time": "1763381905"
},
"stopId": "CHASNCF3",
"stopSequence": 14
},
{
"arrival": {
"delay": 205,
"time": "1763381965"
},
"departure": {
"delay": 205,
"time": "1763381965"
},
"stopId": "CHAMFOC1",
"stopSequence": 15
},
{
"arrival": {
"delay": 205,
"time": "1763382025"
},
"departure": {
"delay": 205,
"time": "1763382025"
},
"stopId": "CHAFAUV1",
"stopSequence": 16
},
{
"arrival": {
"delay": 205,
"time": "1763382025"
},
"departure": {
"delay": 205,
"time": "1763382025"
},
"stopId": "CHATROE1",
"stopSequence": 17
},
{
"arrival": {
"delay": 205,
"time": "1763382085"
},
"departure": {
"delay": 205,
"time": "1763382085"
},
"stopId": "CHALECL1",
"stopSequence": 18
},
{
"arrival": {
"delay": 205,
"time": "1763382145"
},
"departure": {
"delay": 205,
"time": "1763382145"
},
"stopId": "CHAROSE1",
"stopSequence": 19
},
{
"arrival": {
"delay": 205,
"time": "1763382205"
},
"departure": {
"delay": 205,
"time": "1763382205"
},
"stopId": "CHAJOUV1",
"stopSequence": 20
},
{
"arrival": {
"delay": 205,
"time": "1763382265"
},
"departure": {
"delay": 205,
"time": "1763382265"
},
"stopId": "CHAVILL1",
"stopSequence": 21
},
{
"arrival": {
"delay": 205,
"time": "1763382385"
},
"stopId": "CHAHOPI1",
"stopSequence": 22
}
],
"trip": {
"directionId": 0,
"routeId": "1_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:58:00",
"tripId": "37838{1_24}-SEPT25 SCOLAIRE_25_LMWJVS"
},
"vehicle": {
"id": "272",
"label": "45",
"licensePlate": "GV 314 DH"
}
}
},
{
"id": "434958",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 106,
"time": "1763380906"
},
"stopId": "CHABBOU1",
"stopSequence": 1
},
{
"arrival": {
"delay": 130,
"time": "1763380930"
},
"departure": {
"delay": 153,
"time": "1763380953"
},
"stopId": "CHALAUT1",
"stopSequence": 2
},
{
"arrival": {
"delay": 139,
"time": "1763380999"
},
"departure": {
"delay": 143,
"time": "1763381003"
},
"stopId": "CHAVLAM1",
"stopSequence": 3
},
{
"arrival": {
"delay": 97,
"time": "1763381017"
},
"departure": {
"delay": 112,
"time": "1763381032"
},
"stopId": "CHATAVE1",
"stopSequence": 4
},
{
"arrival": {
"delay": 81,
"time": "1763381061"
},
"departure": {
"delay": 95,
"time": "1763381075"
},
"stopId": "CHAHIMP1",
"stopSequence": 5
},
{
"arrival": {
"delay": 75,
"time": "1763381115"
},
"departure": {
"delay": 92,
"time": "1763381132"
},
"stopId": "CHAAFPA1",
"stopSequence": 6
},
{
"arrival": {
"delay": 76,
"time": "1763381176"
},
"departure": {
"delay": 90,
"time": "1763381190"
},
"stopId": "CHACHAT2",
"stopSequence": 7
},
{
"arrival": {
"delay": 41,
"time": "1763381201"
},
"departure": {
"delay": 59,
"time": "1763381219"
},
"stopId": "CHAACAD1",
"stopSequence": 8
},
{
"arrival": {
"delay": 38,
"time": "1763381258"
},
"departure": {
"delay": 65,
"time": "1763381285"
},
"stopId": "CHABELG1",
"stopSequence": 9
},
{
"arrival": {
"delay": 61,
"time": "1763381341"
},
"departure": {
"delay": 65,
"time": "1763381345"
},
"stopId": "CHABERT1",
"stopSequence": 10
},
{
"arrival": {
"delay": -13,
"time": "1763381387"
},
"departure": {
"delay": 4,
"time": "1763381404"
},
"stopId": "CHAWILS1",
"stopSequence": 11
},
{
"arrival": {
"delay": 13,
"time": "1763381473"
},
"departure": {
"delay": 32,
"time": "1763381492"
},
"stopId": "CHAPOST1",
"stopSequence": 12
},
{
"arrival": {
"delay": 32,
"time": "1763381612"
},
"departure": {
"delay": 32,
"time": "1763381612"
},
"stopId": "CHAHVIL4",
"stopSequence": 13
},
{
"arrival": {
"delay": 32,
"time": "1763381672"
},
"departure": {
"delay": 32,
"time": "1763381672"
},
"stopId": "CHACHA1",
"stopSequence": 14
},
{
"arrival": {
"delay": 32,
"time": "1763381672"
},
"departure": {
"delay": 32,
"time": "1763381672"
},
"stopId": "CHAFAUR1",
"stopSequence": 15
},
{
"arrival": {
"delay": 32,
"time": "1763381732"
},
"departure": {
"delay": 32,
"time": "1763381732"
},
"stopId": "CHAGEAU1",
"stopSequence": 16
},
{
"arrival": {
"delay": 32,
"time": "1763381792"
},
"departure": {
"delay": 32,
"time": "1763381792"
},
"stopId": "CHAPAST1",
"stopSequence": 17
},
{
"arrival": {
"delay": 32,
"time": "1763381912"
},
"departure": {
"delay": 32,
"time": "1763381912"
},
"stopId": "CHATROE1",
"stopSequence": 18
},
{
"arrival": {
"delay": 32,
"time": "1763381972"
},
"departure": {
"delay": 32,
"time": "1763381972"
},
"stopId": "CHALECL1",
"stopSequence": 19
},
{
"arrival": {
"delay": 32,
"time": "1763382092"
},
"departure": {
"delay": 32,
"time": "1763382092"
},
"stopId": "CHASOUR1",
"stopSequence": 20
},
{
"arrival": {
"delay": 32,
"time": "1763382152"
},
"departure": {
"delay": 32,
"time": "1763382152"
},
"stopId": "CHAEANT1",
"stopSequence": 21
},
{
"arrival": {
"delay": 32,
"time": "1763382212"
},
"departure": {
"delay": 32,
"time": "1763382212"
},
"stopId": "CHATGIR1",
"stopSequence": 22
},
{
"arrival": {
"delay": 32,
"time": "1763382272"
},
"departure": {
"delay": 32,
"time": "1763382272"
},
"stopId": "CHAGUIL1",
"stopSequence": 23
},
{
"arrival": {
"delay": 32,
"time": "1763382272"
},
"departure": {
"delay": 32,
"time": "1763382272"
},
"stopId": "CHAPLAN1",
"stopSequence": 24
},
{
"arrival": {
"delay": 32,
"time": "1763382332"
},
"departure": {
"delay": 32,
"time": "1763382332"
},
"stopId": "CHAMNEU1",
"stopSequence": 25
},
{
"arrival": {
"delay": 32,
"time": "1763382392"
},
"departure": {
"delay": 32,
"time": "1763382392"
},
"stopId": "CHAPROU1",
"stopSequence": 26
},
{
"arrival": {
"delay": 32,
"time": "1763382452"
},
"stopId": "CHAPANT1",
"stopSequence": 27
}
],
"trip": {
"directionId": 0,
"routeId": "6_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:00:00",
"tripId": "47492{6_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "171",
"label": "55",
"licensePlate": "DL 817 ZE"
}
}
},
{
"id": "434897",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 49,
"time": "1763381029"
},
"stopId": "CHAARGE1",
"stopSequence": 1
},
{
"arrival": {
"delay": 34,
"time": "1763381074"
},
"departure": {
"delay": 49,
"time": "1763381089"
},
"stopId": "CHAMMAR2",
"stopSequence": 2
},
{
"arrival": {
"delay": 38,
"time": "1763381138"
},
"departure": {
"delay": 70,
"time": "1763381170"
},
"stopId": "CHABLER2",
"stopSequence": 3
},
{
"arrival": {
"delay": 112,
"time": "1763381212"
},
"departure": {
"delay": 126,
"time": "1763381226"
},
"stopId": "CHASNEC2",
"stopSequence": 4
},
{
"arrival": {
"delay": 121,
"time": "1763381281"
},
"departure": {
"delay": 129,
"time": "1763381289"
},
"stopId": "CHABOUL2",
"stopSequence": 5
},
{
"arrival": {
"delay": 99,
"time": "1763381319"
},
"departure": {
"delay": 116,
"time": "1763381336"
},
"stopId": "CHAREST2",
"stopSequence": 6
},
{
"arrival": {
"delay": 84,
"time": "1763381364"
},
"departure": {
"delay": 102,
"time": "1763381382"
},
"stopId": "CHATUIL2",
"stopSequence": 7
},
{
"arrival": {
"delay": 119,
"time": "1763381399"
},
"departure": {
"delay": 127,
"time": "1763381407"
},
"stopId": "CHAVALE2",
"stopSequence": 8
},
{
"arrival": {
"delay": 86,
"time": "1763381426"
},
"departure": {
"delay": 95,
"time": "1763381435"
},
"stopId": "CHAPAPI2",
"stopSequence": 9
},
{
"arrival": {
"delay": 121,
"time": "1763381461"
},
"departure": {
"delay": 95,
"time": "1763381435"
},
"stopId": "CHAVERC2",
"stopSequence": 10
},
{
"arrival": {
"delay": 95,
"time": "1763381495"
},
"departure": {
"delay": 95,
"time": "1763381495"
},
"stopId": "CHADESI2",
"stopSequence": 11
},
{
"arrival": {
"delay": 95,
"time": "1763381615"
},
"departure": {
"delay": 95,
"time": "1763381615"
},
"stopId": "CHACIME2",
"stopSequence": 12
},
{
"arrival": {
"delay": 95,
"time": "1763381675"
},
"departure": {
"delay": 95,
"time": "1763381675"
},
"stopId": "CHARIPA2",
"stopSequence": 13
},
{
"arrival": {
"delay": 95,
"time": "1763381735"
},
"departure": {
"delay": 95,
"time": "1763381735"
},
"stopId": "CHASANG2",
"stopSequence": 14
},
{
"arrival": {
"delay": 95,
"time": "1763381735"
},
"departure": {
"delay": 95,
"time": "1763381735"
},
"stopId": "CHAMICH2",
"stopSequence": 15
},
{
"arrival": {
"delay": 95,
"time": "1763381795"
},
"departure": {
"delay": 95,
"time": "1763381795"
},
"stopId": "CHACATH2",
"stopSequence": 16
},
{
"arrival": {
"delay": 95,
"time": "1763381795"
},
"departure": {
"delay": 95,
"time": "1763381795"
},
"stopId": "CHAMAIN2",
"stopSequence": 17
},
{
"arrival": {
"delay": 95,
"time": "1763381855"
},
"departure": {
"delay": 95,
"time": "1763381855"
},
"stopId": "CHASNCF2",
"stopSequence": 18
},
{
"arrival": {
"delay": 95,
"time": "1763382095"
},
"departure": {
"delay": 95,
"time": "1763382095"
},
"stopId": "CHAHVIL1",
"stopSequence": 19
},
{
"arrival": {
"delay": 95,
"time": "1763382155"
},
"departure": {
"delay": 95,
"time": "1763382155"
},
"stopId": "CHAPOST2",
"stopSequence": 20
},
{
"arrival": {
"delay": 95,
"time": "1763382215"
},
"departure": {
"delay": 95,
"time": "1763382215"
},
"stopId": "CHAWILS2",
"stopSequence": 21
},
{
"arrival": {
"delay": 95,
"time": "1763382275"
},
"departure": {
"delay": 95,
"time": "1763382275"
},
"stopId": "CHABERT2",
"stopSequence": 22
},
{
"arrival": {
"delay": 95,
"time": "1763382335"
},
"departure": {
"delay": 95,
"time": "1763382335"
},
"stopId": "CHABELG2",
"stopSequence": 23
},
{
"arrival": {
"delay": 95,
"time": "1763382395"
},
"departure": {
"delay": 95,
"time": "1763382395"
},
"stopId": "CHAREPU1",
"stopSequence": 24
},
{
"arrival": {
"delay": 95,
"time": "1763382455"
},
"departure": {
"delay": 95,
"time": "1763382455"
},
"stopId": "CHACHAT1",
"stopSequence": 25
},
{
"arrival": {
"delay": 95,
"time": "1763382515"
},
"departure": {
"delay": 95,
"time": "1763382515"
},
"stopId": "CHAAFPA2",
"stopSequence": 26
},
{
"arrival": {
"delay": 95,
"time": "1763382635"
},
"departure": {
"delay": 95,
"time": "1763382635"
},
"stopId": "CHASALI2",
"stopSequence": 27
},
{
"arrival": {
"delay": 95,
"time": "1763382695"
},
"departure": {
"delay": 95,
"time": "1763382695"
},
"stopId": "CHAESTR2",
"stopSequence": 28
},
{
"arrival": {
"delay": 95,
"time": "1763382755"
},
"departure": {
"delay": 95,
"time": "1763382755"
},
"stopId": "CHAKING2",
"stopSequence": 29
},
{
"arrival": {
"delay": 95,
"time": "1763382815"
},
"departure": {
"delay": 95,
"time": "1763382815"
},
"stopId": "CHAZAY2",
"stopSequence": 30
},
{
"arrival": {
"delay": 95,
"time": "1763382815"
},
"departure": {
"delay": 95,
"time": "1763382815"
},
"stopId": "CHARENA2",
"stopSequence": 31
},
{
"arrival": {
"delay": 95,
"time": "1763382815"
},
"departure": {
"delay": 95,
"time": "1763382815"
},
"stopId": "CHACART2",
"stopSequence": 32
},
{
"arrival": {
"delay": 95,
"time": "1763382875"
},
"departure": {
"delay": 95,
"time": "1763382875"
},
"stopId": "CHAAUCH2",
"stopSequence": 33
},
{
"arrival": {
"delay": 95,
"time": "1763383055"
},
"departure": {
"delay": 95,
"time": "1763383055"
},
"stopId": "CHAPILA2",
"stopSequence": 34
},
{
"arrival": {
"delay": 95,
"time": "1763383115"
},
"stopId": "CHAFOUC1",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "2_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:03:00",
"tripId": "46939{2_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "234",
"label": "42",
"licensePlate": "GN 041 YB"
}
}
},
{
"id": "434871",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 97,
"time": "1763381197"
},
"stopId": "CHAFOUC1",
"stopSequence": 1
},
{
"arrival": {
"delay": 123,
"time": "1763381223"
},
"departure": {
"delay": 138,
"time": "1763381238"
},
"stopId": "CHAPILA1",
"stopSequence": 2
},
{
"arrival": {
"delay": 65,
"time": "1763381345"
},
"departure": {
"delay": 99,
"time": "1763381379"
},
"stopId": "CHAAUCH1",
"stopSequence": 3
},
{
"arrival": {
"delay": 97,
"time": "1763381437"
},
"departure": {
"delay": 114,
"time": "1763381454"
},
"stopId": "CHACART1",
"stopSequence": 4
},
{
"arrival": {
"delay": 77,
"time": "1763381477"
},
"departure": {
"delay": 86,
"time": "1763381486"
},
"stopId": "CHARENA1",
"stopSequence": 5
},
{
"arrival": {
"delay": 100,
"time": "1763381500"
},
"departure": {
"delay": 117,
"time": "1763381517"
},
"stopId": "CHAZAY1",
"stopSequence": 6
},
{
"arrival": {
"delay": 117,
"time": "1763381577"
},
"departure": {
"delay": 117,
"time": "1763381577"
},
"stopId": "CHAKING1",
"stopSequence": 7
},
{
"arrival": {
"delay": 117,
"time": "1763381577"
},
"departure": {
"delay": 117,
"time": "1763381577"
},
"stopId": "CHAESTR1",
"stopSequence": 8
},
{
"arrival": {
"delay": 117,
"time": "1763381637"
},
"departure": {
"delay": 117,
"time": "1763381637"
},
"stopId": "CHASALI1",
"stopSequence": 9
},
{
"arrival": {
"delay": 117,
"time": "1763381697"
},
"departure": {
"delay": 117,
"time": "1763381697"
},
"stopId": "CHAAFPA1",
"stopSequence": 10
},
{
"arrival": {
"delay": 117,
"time": "1763381757"
},
"departure": {
"delay": 117,
"time": "1763381757"
},
"stopId": "CHACHAT2",
"stopSequence": 11
},
{
"arrival": {
"delay": 117,
"time": "1763381817"
},
"departure": {
"delay": 117,
"time": "1763381817"
},
"stopId": "CHAACAD1",
"stopSequence": 12
},
{
"arrival": {
"delay": 117,
"time": "1763381877"
},
"departure": {
"delay": 117,
"time": "1763381877"
},
"stopId": "CHABELG1",
"stopSequence": 13
},
{
"arrival": {
"delay": 117,
"time": "1763381937"
},
"departure": {
"delay": 117,
"time": "1763381937"
},
"stopId": "CHABERT1",
"stopSequence": 14
},
{
"arrival": {
"delay": 117,
"time": "1763382057"
},
"departure": {
"delay": 117,
"time": "1763382057"
},
"stopId": "CHAWILS1",
"stopSequence": 15
},
{
"arrival": {
"delay": 117,
"time": "1763382117"
},
"departure": {
"delay": 117,
"time": "1763382117"
},
"stopId": "CHAPOST1",
"stopSequence": 16
},
{
"arrival": {
"delay": 117,
"time": "1763382237"
},
"departure": {
"delay": 117,
"time": "1763382237"
},
"stopId": "CHAHVIL4",
"stopSequence": 17
},
{
"arrival": {
"delay": 117,
"time": "1763382357"
},
"departure": {
"delay": 117,
"time": "1763382357"
},
"stopId": "CHASNCF1",
"stopSequence": 18
},
{
"arrival": {
"delay": 117,
"time": "1763382417"
},
"departure": {
"delay": 117,
"time": "1763382417"
},
"stopId": "CHAMAIN1",
"stopSequence": 19
},
{
"arrival": {
"delay": 117,
"time": "1763382417"
},
"departure": {
"delay": 117,
"time": "1763382417"
},
"stopId": "CHACATH1",
"stopSequence": 20
},
{
"arrival": {
"delay": 117,
"time": "1763382417"
},
"departure": {
"delay": 117,
"time": "1763382417"
},
"stopId": "CHAMICH1",
"stopSequence": 21
},
{
"arrival": {
"delay": 117,
"time": "1763382477"
},
"departure": {
"delay": 117,
"time": "1763382477"
},
"stopId": "CHASANG1",
"stopSequence": 22
},
{
"arrival": {
"delay": 117,
"time": "1763382537"
},
"departure": {
"delay": 117,
"time": "1763382537"
},
"stopId": "CHARIPA1",
"stopSequence": 23
},
{
"arrival": {
"delay": 117,
"time": "1763382537"
},
"departure": {
"delay": 117,
"time": "1763382537"
},
"stopId": "CHACIME1",
"stopSequence": 24
},
{
"arrival": {
"delay": 117,
"time": "1763382657"
},
"departure": {
"delay": 117,
"time": "1763382657"
},
"stopId": "CHADESI1",
"stopSequence": 25
},
{
"arrival": {
"delay": 117,
"time": "1763382717"
},
"departure": {
"delay": 117,
"time": "1763382717"
},
"stopId": "CHAVERC1",
"stopSequence": 26
},
{
"arrival": {
"delay": 117,
"time": "1763382777"
},
"departure": {
"delay": 117,
"time": "1763382777"
},
"stopId": "CHACOLI1",
"stopSequence": 27
},
{
"arrival": {
"delay": 117,
"time": "1763382837"
},
"departure": {
"delay": 117,
"time": "1763382837"
},
"stopId": "CHAAURI1",
"stopSequence": 28
},
{
"arrival": {
"delay": 117,
"time": "1763382957"
},
"stopId": "CHAARGE1",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "2_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:05:00",
"tripId": "46890{2_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "174",
"label": "58",
"licensePlate": "FD 254 XV"
}
}
},
{
"id": "434803",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 213,
"time": "1763381313"
},
"stopId": "BMABCEN1",
"stopSequence": 1
},
{
"arrival": {
"delay": 232,
"time": "1763381392"
},
"departure": {
"delay": 239,
"time": "1763381399"
},
"stopId": "BMA11NO1",
"stopSequence": 2
},
{
"arrival": {
"delay": 229,
"time": "1763381449"
},
"departure": {
"delay": 236,
"time": "1763381456"
},
"stopId": "VSVGPRE1",
"stopSequence": 3
},
{
"arrival": {
"delay": 236,
"time": "1763381756"
},
"departure": {
"delay": 236,
"time": "1763381756"
},
"stopId": "VSVCVOU1",
"stopSequence": 4
},
{
"arrival": {
"delay": 236,
"time": "1763381816"
},
"departure": {
"delay": 236,
"time": "1763381816"
},
"stopId": "VSVVCEN1",
"stopSequence": 5
},
{
"arrival": {
"delay": 236,
"time": "1763381876"
},
"departure": {
"delay": 236,
"time": "1763381876"
},
"stopId": "VSVNJAU1",
"stopSequence": 6
},
{
"arrival": {
"delay": 236,
"time": "1763381936"
},
"departure": {
"delay": 236,
"time": "1763381936"
},
"stopId": "VSVPIRE1",
"stopSequence": 7
},
{
"arrival": {
"delay": 236,
"time": "1763382176"
},
"departure": {
"delay": 236,
"time": "1763382176"
},
"stopId": "VSVMONT1",
"stopSequence": 8
},
{
"arrival": {
"delay": 236,
"time": "1763382296"
},
"departure": {
"delay": 236,
"time": "1763382296"
},
"stopId": "VSVPONT1",
"stopSequence": 9
},
{
"arrival": {
"delay": 236,
"time": "1763382416"
},
"departure": {
"delay": 236,
"time": "1763382416"
},
"stopId": "CSVRABO1",
"stopSequence": 10
},
{
"arrival": {
"delay": 236,
"time": "1763382536"
},
"departure": {
"delay": 236,
"time": "1763382536"
},
"stopId": "CSVSABL1",
"stopSequence": 11
},
{
"arrival": {
"delay": 236,
"time": "1763382536"
},
"departure": {
"delay": 236,
"time": "1763382536"
},
"stopId": "CSVGRAI1",
"stopSequence": 12
},
{
"arrival": {
"delay": 236,
"time": "1763382596"
},
"departure": {
"delay": 236,
"time": "1763382596"
},
"stopId": "CSVCROI1",
"stopSequence": 13
},
{
"arrival": {
"delay": 236,
"time": "1763382656"
},
"departure": {
"delay": 236,
"time": "1763382656"
},
"stopId": "CSVJUME1",
"stopSequence": 14
},
{
"arrival": {
"delay": 236,
"time": "1763382716"
},
"departure": {
"delay": 236,
"time": "1763382716"
},
"stopId": "CSVGRIP1",
"stopSequence": 15
},
{
"arrival": {
"delay": 236,
"time": "1763382716"
},
"departure": {
"delay": 236,
"time": "1763382716"
},
"stopId": "CSVPPRE1",
"stopSequence": 16
},
{
"arrival": {
"delay": 236,
"time": "1763382776"
},
"departure": {
"delay": 236,
"time": "1763382776"
},
"stopId": "CSVREVO1",
"stopSequence": 17
},
{
"arrival": {
"delay": 236,
"time": "1763382896"
},
"departure": {
"delay": 236,
"time": "1763382896"
},
"stopId": "CSVALSA1",
"stopSequence": 18
},
{
"arrival": {
"delay": 236,
"time": "1763382896"
},
"departure": {
"delay": 236,
"time": "1763382896"
},
"stopId": "CSVPARC1",
"stopSequence": 19
},
{
"arrival": {
"delay": 236,
"time": "1763382956"
},
"departure": {
"delay": 236,
"time": "1763382956"
},
"stopId": "CSVECEN1",
"stopSequence": 20
},
{
"arrival": {
"delay": 236,
"time": "1763382956"
},
"departure": {
"delay": 236,
"time": "1763382956"
},
"stopId": "CSVLANG1",
"stopSequence": 21
},
{
"arrival": {
"delay": 236,
"time": "1763383016"
},
"departure": {
"delay": 236,
"time": "1763383016"
},
"stopId": "CSVCCEN1",
"stopSequence": 22
},
{
"arrival": {
"delay": 236,
"time": "1763383076"
},
"departure": {
"delay": 236,
"time": "1763383076"
},
"stopId": "CSVFAUL1",
"stopSequence": 23
},
{
"arrival": {
"delay": 236,
"time": "1763383076"
},
"departure": {
"delay": 236,
"time": "1763383076"
},
"stopId": "CSVKRAT1",
"stopSequence": 24
},
{
"arrival": {
"delay": 236,
"time": "1763383136"
},
"departure": {
"delay": 236,
"time": "1763383136"
},
"stopId": "CSVCCOR1",
"stopSequence": 25
},
{
"arrival": {
"delay": 236,
"time": "1763383136"
},
"departure": {
"delay": 236,
"time": "1763383136"
},
"stopId": "CSVLAMA1",
"stopSequence": 26
},
{
"arrival": {
"delay": 236,
"time": "1763383256"
},
"departure": {
"delay": 236,
"time": "1763383256"
},
"stopId": "CHAACLU1",
"stopSequence": 27
},
{
"arrival": {
"delay": 236,
"time": "1763383376"
},
"departure": {
"delay": 236,
"time": "1763383376"
},
"stopId": "CHAMERM1",
"stopSequence": 28
},
{
"arrival": {
"delay": 236,
"time": "1763383436"
},
"departure": {
"delay": 236,
"time": "1763383436"
},
"stopId": "CHAVERN1",
"stopSequence": 29
},
{
"arrival": {
"delay": 236,
"time": "1763383436"
},
"departure": {
"delay": 236,
"time": "1763383436"
},
"stopId": "CHAOZON1",
"stopSequence": 30
},
{
"arrival": {
"delay": 236,
"time": "1763383496"
},
"departure": {
"delay": 236,
"time": "1763383496"
},
"stopId": "CHACHIL1",
"stopSequence": 31
},
{
"arrival": {
"delay": 236,
"time": "1763383496"
},
"departure": {
"delay": 236,
"time": "1763383496"
},
"stopId": "CHADORA1",
"stopSequence": 32
},
{
"arrival": {
"delay": 236,
"time": "1763383556"
},
"departure": {
"delay": 236,
"time": "1763383556"
},
"stopId": "CHAGUER1",
"stopSequence": 33
},
{
"arrival": {
"delay": 236,
"time": "1763383616"
},
"departure": {
"delay": 236,
"time": "1763383616"
},
"stopId": "CHACHUR1",
"stopSequence": 34
},
{
"arrival": {
"delay": 236,
"time": "1763383676"
},
"departure": {
"delay": 236,
"time": "1763383676"
},
"stopId": "CHAEURO1",
"stopSequence": 35
},
{
"arrival": {
"delay": 236,
"time": "1763383736"
},
"departure": {
"delay": 236,
"time": "1763383736"
},
"stopId": "CHAPISC1",
"stopSequence": 36
},
{
"arrival": {
"delay": 236,
"time": "1763383856"
},
"departure": {
"delay": 236,
"time": "1763383856"
},
"stopId": "CHAPOST1",
"stopSequence": 37
},
{
"arrival": {
"delay": 236,
"time": "1763383916"
},
"stopId": "CHAHVIL7",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "12_4",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:05:00",
"tripId": "40925{12_4}-SEPT25 SCOLAIRE_25_LMJV"
},
"vehicle": {
"id": "151",
"label": "23",
"licensePlate": "DM 882 PE"
}
}
},
{
"id": "434967",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 115,
"time": "1763381215"
},
"stopId": "PDPMAIR2",
"stopSequence": 1
},
{
"arrival": {
"delay": 69,
"time": "1763381469"
},
"departure": {
"delay": 90,
"time": "1763381490"
},
"stopId": "ORMPARC2",
"stopSequence": 2
},
{
"arrival": {
"delay": 90,
"time": "1763381790"
},
"departure": {
"delay": 90,
"time": "1763381790"
},
"stopId": "DSRPROM2",
"stopSequence": 3
},
{
"arrival": {
"delay": 90,
"time": "1763381850"
},
"departure": {
"delay": 90,
"time": "1763381850"
},
"stopId": "DSRCOBE2",
"stopSequence": 4
},
{
"arrival": {
"delay": 90,
"time": "1763382030"
},
"departure": {
"delay": 90,
"time": "1763382030"
},
"stopId": "DSRLAFA2",
"stopSequence": 5
},
{
"arrival": {
"delay": 90,
"time": "1763382270"
},
"departure": {
"delay": 90,
"time": "1763382270"
},
"stopId": "INGZISU2",
"stopSequence": 6
},
{
"arrival": {
"delay": 90,
"time": "1763382570"
},
"departure": {
"delay": 90,
"time": "1763382570"
},
"stopId": "INGBATT2",
"stopSequence": 7
},
{
"arrival": {
"delay": 90,
"time": "1763382690"
},
"departure": {
"delay": 90,
"time": "1763382690"
},
"stopId": "INGCENT2",
"stopSequence": 8
},
{
"arrival": {
"delay": 90,
"time": "1763382990"
},
"departure": {
"delay": 90,
"time": "1763382990"
},
"stopId": "CHAARGE2",
"stopSequence": 9
},
{
"arrival": {
"delay": 90,
"time": "1763383050"
},
"departure": {
"delay": 90,
"time": "1763383050"
},
"stopId": "CHARIPA2",
"stopSequence": 10
},
{
"arrival": {
"delay": 90,
"time": "1763383110"
},
"departure": {
"delay": 90,
"time": "1763383110"
},
"stopId": "CHASANG2",
"stopSequence": 11
},
{
"arrival": {
"delay": 90,
"time": "1763383170"
},
"departure": {
"delay": 90,
"time": "1763383170"
},
"stopId": "CHAMICH2",
"stopSequence": 12
},
{
"arrival": {
"delay": 90,
"time": "1763383230"
},
"departure": {
"delay": 90,
"time": "1763383230"
},
"stopId": "CHACATH2",
"stopSequence": 13
},
{
"arrival": {
"delay": 90,
"time": "1763383290"
},
"departure": {
"delay": 90,
"time": "1763383290"
},
"stopId": "CHAMAIN2",
"stopSequence": 14
},
{
"arrival": {
"delay": 90,
"time": "1763383350"
},
"departure": {
"delay": 90,
"time": "1763383350"
},
"stopId": "CHASNCF2",
"stopSequence": 15
},
{
"arrival": {
"delay": 90,
"time": "1763383470"
},
"stopId": "CHAHVIL8",
"stopSequence": 16
}
],
"trip": {
"directionId": 0,
"routeId": "22_2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:05:00",
"tripId": "47504{22_2}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "152",
"label": "24",
"licensePlate": "DM 890 PE"
}
}
},
{
"id": "434822",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -8,
"time": "1763381272"
},
"stopId": "SSAJUST1",
"stopSequence": 1
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "SSANOZI1",
"stopSequence": 2
},
{
"arrival": {
"delay": -57,
"time": "1763381403"
},
"departure": {
"delay": -47,
"time": "1763381413"
},
"stopId": "SSASALV1",
"stopSequence": 3
},
{
"arrival": {
"delay": -36,
"time": "1763381484"
},
"departure": {
"delay": -47,
"time": "1763381473"
},
"stopId": "SENSCEN1",
"stopSequence": 4
},
{
"arrival": {
"delay": -47,
"time": "1763381533"
},
"departure": {
"delay": -47,
"time": "1763381533"
},
"stopId": "SENFRON1",
"stopSequence": 5
},
{
"arrival": {
"delay": -47,
"time": "1763381593"
},
"departure": {
"delay": -47,
"time": "1763381593"
},
"stopId": "SENMOTH1",
"stopSequence": 6
},
{
"arrival": {
"delay": -47,
"time": "1763381773"
},
"departure": {
"delay": -47,
"time": "1763381773"
},
"stopId": "SENECOT1",
"stopSequence": 7
},
{
"arrival": {
"delay": -47,
"time": "1763381833"
},
"departure": {
"delay": -47,
"time": "1763381833"
},
"stopId": "CHAPAGN1",
"stopSequence": 8
},
{
"arrival": {
"delay": -47,
"time": "1763381833"
},
"departure": {
"delay": -47,
"time": "1763381833"
},
"stopId": "CHASTAD1",
"stopSequence": 9
},
{
"arrival": {
"delay": -47,
"time": "1763381893"
},
"departure": {
"delay": -47,
"time": "1763381893"
},
"stopId": "CHATCEN1",
"stopSequence": 10
},
{
"arrival": {
"delay": -47,
"time": "1763381953"
},
"departure": {
"delay": -47,
"time": "1763381953"
},
"stopId": "CHADESN1",
"stopSequence": 11
},
{
"arrival": {
"delay": -47,
"time": "1763381953"
},
"departure": {
"delay": -47,
"time": "1763381953"
},
"stopId": "CHALIM1",
"stopSequence": 12
},
{
"arrival": {
"delay": -47,
"time": "1763382193"
},
"departure": {
"delay": -47,
"time": "1763382193"
},
"stopId": "CHAPARA2",
"stopSequence": 13
},
{
"arrival": {
"delay": -47,
"time": "1763382253"
},
"departure": {
"delay": -47,
"time": "1763382253"
},
"stopId": "CHADORA1",
"stopSequence": 14
},
{
"arrival": {
"delay": -47,
"time": "1763382253"
},
"departure": {
"delay": -47,
"time": "1763382253"
},
"stopId": "CHAGUER1",
"stopSequence": 15
},
{
"arrival": {
"delay": -47,
"time": "1763382313"
},
"departure": {
"delay": -47,
"time": "1763382313"
},
"stopId": "CHAPITE1",
"stopSequence": 16
},
{
"arrival": {
"delay": -47,
"time": "1763382373"
},
"departure": {
"delay": -47,
"time": "1763382373"
},
"stopId": "CHASAND1",
"stopSequence": 17
},
{
"arrival": {
"delay": -47,
"time": "1763382433"
},
"departure": {
"delay": -47,
"time": "1763382433"
},
"stopId": "CHAMARO1",
"stopSequence": 18
},
{
"arrival": {
"delay": -47,
"time": "1763382493"
},
"departure": {
"delay": -47,
"time": "1763382493"
},
"stopId": "CHARANC1",
"stopSequence": 19
},
{
"arrival": {
"delay": -47,
"time": "1763382553"
},
"departure": {
"delay": -47,
"time": "1763382553"
},
"stopId": "CHA14RT1",
"stopSequence": 20
},
{
"arrival": {
"delay": -47,
"time": "1763382613"
},
"departure": {
"delay": -47,
"time": "1763382613"
},
"stopId": "CHABRAI1",
"stopSequence": 21
},
{
"arrival": {
"delay": -47,
"time": "1763382673"
},
"departure": {
"delay": -47,
"time": "1763382673"
},
"stopId": "CHATPIG1",
"stopSequence": 22
},
{
"arrival": {
"delay": -47,
"time": "1763382793"
},
"departure": {
"delay": -47,
"time": "1763382793"
},
"stopId": "CHAPOST1",
"stopSequence": 23
},
{
"arrival": {
"delay": -47,
"time": "1763382853"
},
"stopId": "CHAHVIL3",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "10_25",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:08:00",
"tripId": "46785{10_25}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "161",
"label": "49",
"licensePlate": "CF 093 SJ"
}
}
},
{
"id": "434846",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 61,
"time": "1763381341"
},
"stopId": "NAIACCA1",
"stopSequence": 1
},
{
"arrival": {
"delay": 83,
"time": "1763381423"
},
"departure": {
"delay": 98,
"time": "1763381438"
},
"stopId": "NAINCOR1",
"stopSequence": 2
},
{
"arrival": {
"delay": 92,
"time": "1763381492"
},
"departure": {
"delay": 97,
"time": "1763381497"
},
"stopId": "NAIREPO1",
"stopSequence": 3
},
{
"arrival": {
"delay": 97,
"time": "1763381557"
},
"departure": {
"delay": 97,
"time": "1763381557"
},
"stopId": "NAIPAUT1",
"stopSequence": 4
},
{
"arrival": {
"delay": 97,
"time": "1763381617"
},
"departure": {
"delay": 97,
"time": "1763381617"
},
"stopId": "NAIBERG1",
"stopSequence": 5
},
{
"arrival": {
"delay": 97,
"time": "1763381617"
},
"departure": {
"delay": 97,
"time": "1763381617"
},
"stopId": "NAIFERR1",
"stopSequence": 6
},
{
"arrival": {
"delay": 97,
"time": "1763381677"
},
"departure": {
"delay": 97,
"time": "1763381677"
},
"stopId": "NAIMARM1",
"stopSequence": 7
},
{
"arrival": {
"delay": 97,
"time": "1763381737"
},
"departure": {
"delay": 97,
"time": "1763381737"
},
"stopId": "NAIPICA1",
"stopSequence": 8
},
{
"arrival": {
"delay": 97,
"time": "1763381977"
},
"departure": {
"delay": 97,
"time": "1763381977"
},
"stopId": "NAIDOMI1",
"stopSequence": 9
},
{
"arrival": {
"delay": 97,
"time": "1763382037"
},
"departure": {
"delay": 97,
"time": "1763382037"
},
"stopId": "NAIBAIR1",
"stopSequence": 10
},
{
"arrival": {
"delay": 97,
"time": "1763382157"
},
"departure": {
"delay": 97,
"time": "1763382157"
},
"stopId": "NAIBERT1",
"stopSequence": 11
},
{
"arrival": {
"delay": 97,
"time": "1763382277"
},
"departure": {
"delay": 97,
"time": "1763382277"
},
"stopId": "NAICHEZ1",
"stopSequence": 12
},
{
"arrival": {
"delay": 97,
"time": "1763382397"
},
"departure": {
"delay": 97,
"time": "1763382397"
},
"stopId": "NAITROU1",
"stopSequence": 13
},
{
"arrival": {
"delay": 97,
"time": "1763382517"
},
"departure": {
"delay": 97,
"time": "1763382517"
},
"stopId": "NAIPRIE1",
"stopSequence": 14
},
{
"arrival": {
"delay": 97,
"time": "1763382577"
},
"departure": {
"delay": 97,
"time": "1763382577"
},
"stopId": "CSVMAIN1",
"stopSequence": 15
},
{
"arrival": {
"delay": 97,
"time": "1763382637"
},
"departure": {
"delay": 97,
"time": "1763382637"
},
"stopId": "CSVFORC1",
"stopSequence": 16
},
{
"arrival": {
"delay": 97,
"time": "1763382757"
},
"departure": {
"delay": 97,
"time": "1763382757"
},
"stopId": "CHABOUC1",
"stopSequence": 17
},
{
"arrival": {
"delay": 97,
"time": "1763382937"
},
"departure": {
"delay": 97,
"time": "1763382937"
},
"stopId": "CHAEMMA1",
"stopSequence": 18
},
{
"arrival": {
"delay": 97,
"time": "1763383057"
},
"departure": {
"delay": 97,
"time": "1763383057"
},
"stopId": "CHASOMN1",
"stopSequence": 19
},
{
"arrival": {
"delay": 97,
"time": "1763383117"
},
"departure": {
"delay": 97,
"time": "1763383117"
},
"stopId": "CHALYAU1",
"stopSequence": 20
},
{
"arrival": {
"delay": 97,
"time": "1763383177"
},
"departure": {
"delay": 97,
"time": "1763383177"
},
"stopId": "CHAABEL1",
"stopSequence": 21
},
{
"arrival": {
"delay": 97,
"time": "1763383237"
},
"departure": {
"delay": 97,
"time": "1763383237"
},
"stopId": "CHACHUR1",
"stopSequence": 22
},
{
"arrival": {
"delay": 97,
"time": "1763383297"
},
"departure": {
"delay": 97,
"time": "1763383297"
},
"stopId": "CHAEURO1",
"stopSequence": 23
},
{
"arrival": {
"delay": 97,
"time": "1763383357"
},
"departure": {
"delay": 97,
"time": "1763383357"
},
"stopId": "CHAPISC1",
"stopSequence": 24
},
{
"arrival": {
"delay": 97,
"time": "1763383477"
},
"departure": {
"delay": 97,
"time": "1763383477"
},
"stopId": "CHAPOST1",
"stopSequence": 25
},
{
"arrival": {
"delay": 97,
"time": "1763383597"
},
"stopId": "CHAHVIL6",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "16_3",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:08:00",
"tripId": "46832{16_3}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "145",
"label": "17",
"licensePlate": "DM 318 RF"
}
}
},
{
"id": "434800",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1763381280"
},
"stopId": "THUTCEN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1763381340"
},
"departure": {
"time": "1763381340"
},
"stopId": "THUVITE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1763381400"
},
"departure": {
"time": "1763381400"
},
"stopId": "THUPIER1",
"stopSequence": 3
},
{
"arrival": {
"time": "1763381460"
},
"departure": {
"time": "1763381460"
},
"stopId": "THUPOIR1",
"stopSequence": 4
},
{
"arrival": {
"time": "1763381520"
},
"departure": {
"time": "1763381520"
},
"stopId": "THUBAUD1",
"stopSequence": 5
},
{
"arrival": {
"time": "1763381580"
},
"departure": {
"time": "1763381580"
},
"stopId": "THUCHAT1",
"stopSequence": 6
},
{
"arrival": {
"time": "1763381640"
},
"departure": {
"time": "1763381640"
},
"stopId": "THUGRUG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1763381700"
},
"departure": {
"time": "1763381700"
},
"stopId": "THUBREN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1763381700"
},
"departure": {
"time": "1763381700"
},
"stopId": "THUJOSE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1763381760"
},
"departure": {
"time": "1763381760"
},
"stopId": "THUPBES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1763381760"
},
"departure": {
"time": "1763381760"
},
"stopId": "THUBAST1",
"stopSequence": 11
},
{
"arrival": {
"time": "1763381820"
},
"departure": {
"time": "1763381820"
},
"stopId": "THUMALT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1763381880"
},
"departure": {
"time": "1763381880"
},
"stopId": "CHAPIET1",
"stopSequence": 13
},
{
"arrival": {
"time": "1763381940"
},
"departure": {
"time": "1763381940"
},
"stopId": "CHABONA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1763382000"
},
"departure": {
"time": "1763382000"
},
"stopId": "CHAENVI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1763382060"
},
"departure": {
"time": "1763382060"
},
"stopId": "CHAMILL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1763382060"
},
"departure": {
"time": "1763382060"
},
"stopId": "CHATIVO1",
"stopSequence": 17
},
{
"arrival": {
"time": "1763382120"
},
"departure": {
"time": "1763382120"
},
"stopId": "CHAMACE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1763382180"
},
"departure": {
"time": "1763382180"
},
"stopId": "CHACOUR1",
"stopSequence": 19
},
{
"arrival": {
"time": "1763382180"
},
"departure": {
"time": "1763382180"
},
"stopId": "CHAGIRA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1763382240"
},
"departure": {
"time": "1763382240"
},
"stopId": "CHATASS1",
"stopSequence": 21
},
{
"arrival": {
"time": "1763382300"
},
"departure": {
"time": "1763382300"
},
"stopId": "CHAMIST1",
"stopSequence": 22
},
{
"arrival": {
"time": "1763382300"
},
"departure": {
"time": "1763382300"
},
"stopId": "CHAHERR1",
"stopSequence": 23
},
{
"arrival": {
"time": "1763382360"
},
"departure": {
"time": "1763382360"
},
"stopId": "CHACFOR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1763382420"
},
"departure": {
"time": "1763382420"
},
"stopId": "CHAREPU1",
"stopSequence": 25
},
{
"arrival": {
"time": "1763382480"
},
"departure": {
"time": "1763382480"
},
"stopId": "CHAACAD1",
"stopSequence": 26
},
{
"arrival": {
"time": "1763382540"
},
"departure": {
"time": "1763382540"
},
"stopId": "CHABELG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1763382600"
},
"departure": {
"time": "1763382600"
},
"stopId": "CHABERT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1763382720"
},
"departure": {
"time": "1763382720"
},
"stopId": "CHAWILS1",
"stopSequence": 29
},
{
"arrival": {
"time": "1763382780"
},
"departure": {
"time": "1763382780"
},
"stopId": "CHAPOST1",
"stopSequence": 30
},
{
"arrival": {
"time": "1763382900"
},
"stopId": "CHAHVIL2",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "5_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:08:00",
"tripId": "40703{5_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "167",
"label": "51",
"licensePlate": "CX 555 SV"
}
}
},
{
"id": "434730",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 14,
"time": "1763381414"
},
"stopId": "NAICOLE1",
"stopSequence": 1
},
{
"arrival": {
"delay": 8,
"time": "1763381468"
},
"departure": {
"delay": 19,
"time": "1763381479"
},
"stopId": "NAIBRAS1",
"stopSequence": 2
},
{
"arrival": {
"delay": 44,
"time": "1763381504"
},
"departure": {
"delay": 55,
"time": "1763381515"
},
"stopId": "NAICHED1",
"stopSequence": 3
},
{
"arrival": {
"delay": 55,
"time": "1763381575"
},
"departure": {
"delay": 55,
"time": "1763381575"
},
"stopId": "NAICNOI1",
"stopSequence": 4
},
{
"arrival": {
"delay": 55,
"time": "1763381635"
},
"departure": {
"delay": 55,
"time": "1763381635"
},
"stopId": "NAINECO1",
"stopSequence": 5
},
{
"arrival": {
"delay": 55,
"time": "1763381695"
},
"departure": {
"delay": 55,
"time": "1763381695"
},
"stopId": "NAIRABE1",
"stopSequence": 6
},
{
"arrival": {
"delay": 55,
"time": "1763381695"
},
"departure": {
"delay": 55,
"time": "1763381695"
},
"stopId": "NAIROLL1",
"stopSequence": 7
},
{
"arrival": {
"delay": 55,
"time": "1763381755"
},
"departure": {
"delay": 55,
"time": "1763381755"
},
"stopId": "NAINCEN1",
"stopSequence": 8
},
{
"arrival": {
"delay": 55,
"time": "1763381815"
},
"departure": {
"delay": 55,
"time": "1763381815"
},
"stopId": "NAIAFRA1",
"stopSequence": 9
},
{
"arrival": {
"delay": 55,
"time": "1763381875"
},
"departure": {
"delay": 55,
"time": "1763381875"
},
"stopId": "NAINERU1",
"stopSequence": 10
},
{
"arrival": {
"delay": 55,
"time": "1763381935"
},
"departure": {
"delay": 55,
"time": "1763381935"
},
"stopId": "NAIVHUG1",
"stopSequence": 11
},
{
"arrival": {
"delay": 55,
"time": "1763381995"
},
"departure": {
"delay": 55,
"time": "1763381995"
},
"stopId": "NAIAPAR1",
"stopSequence": 12
},
{
"arrival": {
"delay": 55,
"time": "1763382055"
},
"departure": {
"delay": 55,
"time": "1763382055"
},
"stopId": "NAISOUH1",
"stopSequence": 13
},
{
"arrival": {
"delay": 55,
"time": "1763382115"
},
"departure": {
"delay": 55,
"time": "1763382115"
},
"stopId": "NAIBGRA1",
"stopSequence": 14
},
{
"arrival": {
"delay": 55,
"time": "1763382115"
},
"departure": {
"delay": 55,
"time": "1763382115"
},
"stopId": "NAIBWEB1",
"stopSequence": 15
},
{
"arrival": {
"delay": 55,
"time": "1763382175"
},
"departure": {
"delay": 55,
"time": "1763382175"
},
"stopId": "NAIDOUA1",
"stopSequence": 16
},
{
"arrival": {
"delay": 55,
"time": "1763382475"
},
"departure": {
"delay": 55,
"time": "1763382475"
},
"stopId": "CHAPILA2",
"stopSequence": 17
},
{
"arrival": {
"delay": 55,
"time": "1763382475"
},
"departure": {
"delay": 55,
"time": "1763382475"
},
"stopId": "CHAFOUC1",
"stopSequence": 18
},
{
"arrival": {
"delay": 55,
"time": "1763382535"
},
"departure": {
"delay": 55,
"time": "1763382535"
},
"stopId": "CHAVIEN1",
"stopSequence": 19
},
{
"arrival": {
"delay": 55,
"time": "1763382595"
},
"departure": {
"delay": 55,
"time": "1763382595"
},
"stopId": "CHAMJUI1",
"stopSequence": 20
},
{
"arrival": {
"delay": 55,
"time": "1763382595"
},
"departure": {
"delay": 55,
"time": "1763382595"
},
"stopId": "CHACARE1",
"stopSequence": 21
},
{
"arrival": {
"delay": 55,
"time": "1763382655"
},
"departure": {
"delay": 55,
"time": "1763382655"
},
"stopId": "CHASOMN1",
"stopSequence": 22
},
{
"arrival": {
"delay": 55,
"time": "1763382715"
},
"departure": {
"delay": 55,
"time": "1763382715"
},
"stopId": "CHALYAU1",
"stopSequence": 23
},
{
"arrival": {
"delay": 55,
"time": "1763382775"
},
"departure": {
"delay": 55,
"time": "1763382775"
},
"stopId": "CHAABEL1",
"stopSequence": 24
},
{
"arrival": {
"delay": 55,
"time": "1763382835"
},
"departure": {
"delay": 55,
"time": "1763382835"
},
"stopId": "CHACHUR1",
"stopSequence": 25
},
{
"arrival": {
"delay": 55,
"time": "1763382895"
},
"departure": {
"delay": 55,
"time": "1763382895"
},
"stopId": "CHAEURO1",
"stopSequence": 26
},
{
"arrival": {
"delay": 55,
"time": "1763383015"
},
"departure": {
"delay": 55,
"time": "1763383015"
},
"stopId": "CHAPISC1",
"stopSequence": 27
},
{
"arrival": {
"delay": 55,
"time": "1763383135"
},
"departure": {
"delay": 55,
"time": "1763383135"
},
"stopId": "CHAPOST1",
"stopSequence": 28
},
{
"arrival": {
"delay": 55,
"time": "1763383255"
},
"stopId": "CHAHVIL5",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "3_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:10:00",
"tripId": "37914{3_24}-SEPT25 SCOLAIRE_25_LMWJVS"
},
"vehicle": {
"id": "176",
"label": "61",
"licensePlate": "ER 078 DJ"
}
}
},
{
"id": "434719",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": -9,
"time": "1763381391"
},
"stopId": "CHAHOPI1",
"stopSequence": 1
},
{
"arrival": {
"delay": 16,
"time": "1763381476"
},
"departure": {
"delay": 26,
"time": "1763381486"
},
"stopId": "CHAVILL2",
"stopSequence": 2
},
{
"arrival": {
"delay": -3,
"time": "1763381517"
},
"departure": {
"delay": 26,
"time": "1763381546"
},
"stopId": "CHAGATS2",
"stopSequence": 3
},
{
"arrival": {
"delay": 26,
"time": "1763381546"
},
"departure": {
"delay": 26,
"time": "1763381546"
},
"stopId": "CHARIMB2",
"stopSequence": 4
},
{
"arrival": {
"delay": 26,
"time": "1763381546"
},
"departure": {
"delay": 26,
"time": "1763381546"
},
"stopId": "CHACAPU2",
"stopSequence": 5
},
{
"arrival": {
"delay": 26,
"time": "1763381606"
},
"departure": {
"delay": 26,
"time": "1763381606"
},
"stopId": "CHAMINI2",
"stopSequence": 6
},
{
"arrival": {
"delay": 26,
"time": "1763381666"
},
"departure": {
"delay": 26,
"time": "1763381666"
},
"stopId": "CHAROC2",
"stopSequence": 7
},
{
"arrival": {
"delay": 26,
"time": "1763381666"
},
"departure": {
"delay": 26,
"time": "1763381666"
},
"stopId": "CHACHAR2",
"stopSequence": 8
},
{
"arrival": {
"delay": 26,
"time": "1763381726"
},
"departure": {
"delay": 26,
"time": "1763381726"
},
"stopId": "CHAJOUV2",
"stopSequence": 9
},
{
"arrival": {
"delay": 26,
"time": "1763381786"
},
"departure": {
"delay": 26,
"time": "1763381786"
},
"stopId": "CHAROSE2",
"stopSequence": 10
},
{
"arrival": {
"delay": 26,
"time": "1763381846"
},
"departure": {
"delay": 26,
"time": "1763381846"
},
"stopId": "CHALECL2",
"stopSequence": 11
},
{
"arrival": {
"delay": 26,
"time": "1763381906"
},
"departure": {
"delay": 26,
"time": "1763381906"
},
"stopId": "CHATROE2",
"stopSequence": 12
},
{
"arrival": {
"delay": 26,
"time": "1763381966"
},
"departure": {
"delay": 26,
"time": "1763381966"
},
"stopId": "CHAFAUV2",
"stopSequence": 13
},
{
"arrival": {
"delay": 26,
"time": "1763381966"
},
"departure": {
"delay": 26,
"time": "1763381966"
},
"stopId": "CHAMFOC2",
"stopSequence": 14
},
{
"arrival": {
"delay": 26,
"time": "1763382086"
},
"departure": {
"delay": 26,
"time": "1763382086"
},
"stopId": "CHASNCF4",
"stopSequence": 15
},
{
"arrival": {
"delay": 26,
"time": "1763382206"
},
"departure": {
"delay": 26,
"time": "1763382206"
},
"stopId": "CHAHVIL1",
"stopSequence": 16
},
{
"arrival": {
"delay": 26,
"time": "1763382266"
},
"departure": {
"delay": 26,
"time": "1763382266"
},
"stopId": "CHAPOST2",
"stopSequence": 17
},
{
"arrival": {
"delay": 26,
"time": "1763382386"
},
"departure": {
"delay": 26,
"time": "1763382386"
},
"stopId": "CHAPISC2",
"stopSequence": 18
},
{
"arrival": {
"delay": 26,
"time": "1763382446"
},
"departure": {
"delay": 26,
"time": "1763382446"
},
"stopId": "CHAEURO2",
"stopSequence": 19
},
{
"arrival": {
"delay": 26,
"time": "1763382506"
},
"departure": {
"delay": 26,
"time": "1763382506"
},
"stopId": "CHACHUR2",
"stopSequence": 20
},
{
"arrival": {
"delay": 26,
"time": "1763382566"
},
"departure": {
"delay": 26,
"time": "1763382566"
},
"stopId": "CHAABEL2",
"stopSequence": 21
},
{
"arrival": {
"delay": 26,
"time": "1763382566"
},
"departure": {
"delay": 26,
"time": "1763382566"
},
"stopId": "CHALYAU2",
"stopSequence": 22
},
{
"arrival": {
"delay": 26,
"time": "1763382686"
},
"departure": {
"delay": 26,
"time": "1763382686"
},
"stopId": "CHAMOUL1",
"stopSequence": 23
},
{
"arrival": {
"delay": 26,
"time": "1763382746"
},
"departure": {
"delay": 26,
"time": "1763382746"
},
"stopId": "CHAAUCH1",
"stopSequence": 24
},
{
"arrival": {
"delay": 26,
"time": "1763382806"
},
"departure": {
"delay": 26,
"time": "1763382806"
},
"stopId": "CHAAQUI2",
"stopSequence": 25
},
{
"arrival": {
"delay": 26,
"time": "1763382866"
},
"departure": {
"delay": 26,
"time": "1763382866"
},
"stopId": "CHASJUS2",
"stopSequence": 26
},
{
"arrival": {
"delay": 26,
"time": "1763382986"
},
"departure": {
"delay": 26,
"time": "1763382986"
},
"stopId": "CHAHAMI2",
"stopSequence": 27
},
{
"arrival": {
"delay": 26,
"time": "1763383046"
},
"stopId": "CHAFORE1",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "1_24",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:10:00",
"tripId": "37903{1_24}-SEPT25 SCOLAIRE_25_LMWJV"
},
"vehicle": {
"id": "217",
"label": "41",
"licensePlate": "GJ 005 ZM"
}
}
},
{
"id": "158403",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 29,
"time": "1763379629"
},
"stopId": "1000076",
"stopSequence": 1
},
{
"arrival": {
"delay": 10,
"time": "1763379670"
},
"departure": {
"delay": 22,
"time": "1763379682"
},
"stopId": "1000952",
"stopSequence": 2
},
{
"arrival": {
"delay": -38,
"time": "1763379682"
},
"departure": {
"delay": -24,
"time": "1763379696"
},
"stopId": "1000954",
"stopSequence": 3
},
{
"arrival": {
"delay": -195,
"time": "1763379825"
},
"departure": {
"delay": -180,
"time": "1763379840"
},
"stopId": "1000956",
"stopSequence": 4
},
{
"arrival": {
"delay": -218,
"time": "1763379862"
},
"departure": {
"delay": -209,
"time": "1763379871"
},
"stopId": "1000958",
"stopSequence": 5
},
{
"arrival": {
"delay": -268,
"time": "1763379872"
},
"departure": {
"delay": -258,
"time": "1763379882"
},
"stopId": "1000960",
"stopSequence": 6
},
{
"arrival": {
"delay": -360,
"time": "1763379900"
},
"departure": {
"delay": -350,
"time": "1763379910"
},
"stopId": "1000962",
"stopSequence": 7
},
{
"arrival": {
"delay": -369,
"time": "1763379951"
},
"departure": {
"delay": -348,
"time": "1763379972"
},
"stopId": "1000964",
"stopSequence": 8
},
{
"arrival": {
"delay": -421,
"time": "1763380019"
},
"departure": {
"delay": -398,
"time": "1763380042"
},
"stopId": "1000968",
"stopSequence": 9
},
{
"arrival": {
"delay": -422,
"time": "1763380078"
},
"departure": {
"delay": -419,
"time": "1763380081"
},
"stopId": "1000970",
"stopSequence": 10
},
{
"arrival": {
"delay": -405,
"time": "1763380095"
},
"departure": {
"delay": -393,
"time": "1763380107"
},
"stopId": "1000972",
"stopSequence": 11
},
{
"arrival": {
"delay": -404,
"time": "1763380156"
},
"departure": {
"delay": -385,
"time": "1763380175"
},
"stopId": "1000978",
"stopSequence": 12
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "1000976",
"stopSequence": 13
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "1000980",
"stopSequence": 14
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "1000982",
"stopSequence": 15
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "1000984",
"stopSequence": 16
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "1000986",
"stopSequence": 17
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "1000988",
"stopSequence": 18
},
{
"arrival": {
"delay": -473,
"time": "1763380387"
},
"departure": {
"delay": -468,
"time": "1763380392"
},
"stopId": "1000990",
"stopSequence": 19
},
{
"arrival": {
"delay": -479,
"time": "1763380441"
},
"departure": {
"delay": -467,
"time": "1763380453"
},
"stopId": "1000992",
"stopSequence": 20
},
{
"arrival": {
"delay": 503,
"time": "1763381483"
},
"departure": {
"delay": 503,
"time": "1763381483"
},
"stopId": "1000998",
"stopSequence": 21
},
{
"arrival": {
"delay": 503,
"time": "1763381543"
},
"departure": {
"delay": 503,
"time": "1763381543"
},
"stopId": "1000996",
"stopSequence": 22
},
{
"arrival": {
"delay": 503,
"time": "1763381603"
},
"stopId": "1000994",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "1000010",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "12:40:00",
"tripId": "1000215-1000302"
},
"vehicle": {
"id": "360",
"label": "8069",
"licensePlate": "AJ-334-BR"
}
}
},
{
"id": "158349",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1763382600"
},
"stopId": "1000872",
"stopSequence": 1
},
{
"arrival": {
"delay": -2689,
"time": "1763379911"
},
"departure": {
"time": "1763382600"
},
"stopId": "1000874",
"stopSequence": 2
},
{
"arrival": {
"time": "1763382720"
},
"departure": {
"time": "1763382720"
},
"stopId": "1000876",
"stopSequence": 3
},
{
"arrival": {
"time": "1763382720"
},
"departure": {
"time": "1763382720"
},
"stopId": "1000968",
"stopSequence": 4
},
{
"arrival": {
"time": "1763382780"
},
"departure": {
"time": "1763382780"
},
"stopId": "1000878",
"stopSequence": 5
},
{
"arrival": {
"time": "1763382780"
},
"departure": {
"time": "1763382780"
},
"stopId": "1000880",
"stopSequence": 6
},
{
"arrival": {
"time": "1763382840"
},
"departure": {
"time": "1763382840"
},
"stopId": "1000882",
"stopSequence": 7
},
{
"arrival": {
"time": "1763383260"
},
"departure": {
"time": "1763383260"
},
"stopId": "1000890",
"stopSequence": 8
},
{
"arrival": {
"time": "1763383320"
},
"departure": {
"time": "1763383320"
},
"stopId": "1000888",
"stopSequence": 9
},
{
"arrival": {
"time": "1763383380"
},
"departure": {
"time": "1763383380"
},
"stopId": "1000886",
"stopSequence": 10
},
{
"arrival": {
"time": "1763383440"
},
"departure": {
"time": "1763383440"
},
"stopId": "1000884",
"stopSequence": 11
},
{
"arrival": {
"time": "1763383560"
},
"departure": {
"time": "1763383560"
},
"stopId": "1001064",
"stopSequence": 12
},
{
"arrival": {
"time": "1763383680"
},
"departure": {
"time": "1763383680"
},
"stopId": "1000892",
"stopSequence": 13
},
{
"arrival": {
"time": "1763383860"
},
"stopId": "1000072",
"stopSequence": 14
}
],
"trip": {
"directionId": 0,
"routeId": "1000010",
"scheduleRelationship": "SCHEDULED",
"startDate": "20251117",
"startTime": "13:30:00",
"tripId": "1000074-1000083"
},
"vehicle": {
"id": "115",
"label": "7928",
"licensePlate": "AA-923-LK"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1763381534"
}
}