From d904392df959a4b7f9e5e6f139b5624bdbb7101d Mon Sep 17 00:00:00 2001 From: diegoalrv Date: Wed, 22 Nov 2023 22:07:19 -0300 Subject: [PATCH] update repo files distribution --- Dockerfile => GenPoster/Dockerfile | 0 GenPoster/README.md | 37 + app.py => GenPoster/app.py | 0 .../assets}/fonts/Barlow-Medium.ttf | Bin .../jupyter_notebook_config.py | 0 {notebooks => GenPoster/notebooks}/datos.json | 0 .../notebooks}/example_notebook.ipynb | 0 .../notebooks}/generate_image_bus.ipynb | 0 .../notebooks}/get_realtime_data.ipynb | 0 .../requirements.txt | 0 .../run_container.sh | 0 .../scripts}/Poster/BusPoster.py | 0 .../scripts}/Poster/MyDraw.py | 0 .../scripts}/Poster/TimeAnnouncement.py | 0 .../scripts}/Poster/__init__.py | 0 .../scripts}/old/BusImage.py | 0 .../scripts}/old/BusPlate.py | 0 .../scripts}/old/DistanceAnnouncement.py | 0 {scripts => GenPoster/scripts}/old/main.py | 0 .../scripts}/old/main_1_2.py | 0 .../scripts}/other/convert_proto_to_json.py | 0 README.md | 39 +- data/input/bus_V1.jpeg | Bin 7888 -> 0 bytes data/input/bus_V2.jpeg | Bin 20281 -> 0 bytes data/input/font/Barlow/Barlow-Black.ttf | Bin 105888 -> 0 bytes data/input/font/Barlow/Barlow-BlackItalic.ttf | Bin 109224 -> 0 bytes data/input/font/Barlow/Barlow-Bold.ttf | Bin 102940 -> 0 bytes data/input/font/Barlow/Barlow-BoldItalic.ttf | Bin 106540 -> 0 bytes data/input/font/Barlow/Barlow-ExtraBold.ttf | Bin 104848 -> 0 bytes .../font/Barlow/Barlow-ExtraBoldItalic.ttf | Bin 107620 -> 0 bytes data/input/font/Barlow/Barlow-ExtraLight.ttf | Bin 97076 -> 0 bytes .../font/Barlow/Barlow-ExtraLightItalic.ttf | Bin 102512 -> 0 bytes data/input/font/Barlow/Barlow-Italic.ttf | Bin 104252 -> 0 bytes data/input/font/Barlow/Barlow-Light.ttf | Bin 97936 -> 0 bytes data/input/font/Barlow/Barlow-LightItalic.ttf | Bin 103536 -> 0 bytes data/input/font/Barlow/Barlow-Medium.ttf | Bin 98244 -> 0 bytes .../input/font/Barlow/Barlow-MediumItalic.ttf | Bin 103848 -> 0 bytes data/input/font/Barlow/Barlow-Regular.ttf | Bin 98812 -> 0 bytes data/input/font/Barlow/Barlow-SemiBold.ttf | Bin 103016 -> 0 bytes .../font/Barlow/Barlow-SemiBoldItalic.ttf | Bin 106380 -> 0 bytes data/input/font/Barlow/Barlow-Thin.ttf | Bin 96292 -> 0 bytes data/input/font/Barlow/Barlow-ThinItalic.ttf | Bin 101800 -> 0 bytes data/input/font/Barlow/OFL.txt | 93 - data/input/gtfs-realtime.proto | 638 - data/input/proto_file/input.proto | Bin 613230 -> 0 bytes data/input/response.json | 28 - data/output/json_file/output.json | 275907 --------------- data/output/json_file/with_trip_update.json | 1 - .../output/json_file/without_trip_update.json | 1 - scripts/__pycache__/BusImage.cpython-38.pyc | Bin 1152 -> 0 bytes scripts/__pycache__/BusPlate.cpython-38.pyc | Bin 2297 -> 0 bytes scripts/__pycache__/BusPoster.cpython-38.pyc | Bin 2150 -> 0 bytes .../DistanceAnnouncement.cpython-38.pyc | Bin 2262 -> 0 bytes scripts/__pycache__/MyDraw.cpython-37.pyc | Bin 374 -> 0 bytes scripts/__pycache__/MyDraw.cpython-38.pyc | Bin 3747 -> 0 bytes .../TimeAnnouncement.cpython-38.pyc | Bin 2334 -> 0 bytes 56 files changed, 41 insertions(+), 276703 deletions(-) rename Dockerfile => GenPoster/Dockerfile (100%) create mode 100644 GenPoster/README.md rename app.py => GenPoster/app.py (100%) rename {assets => GenPoster/assets}/fonts/Barlow-Medium.ttf (100%) rename jupyter_notebook_config.py => GenPoster/jupyter_notebook_config.py (100%) rename {notebooks => GenPoster/notebooks}/datos.json (100%) rename {notebooks => GenPoster/notebooks}/example_notebook.ipynb (100%) rename {notebooks => GenPoster/notebooks}/generate_image_bus.ipynb (100%) rename {notebooks => GenPoster/notebooks}/get_realtime_data.ipynb (100%) rename requirements.txt => GenPoster/requirements.txt (100%) rename run_container.sh => GenPoster/run_container.sh (100%) rename {scripts => GenPoster/scripts}/Poster/BusPoster.py (100%) rename {scripts => GenPoster/scripts}/Poster/MyDraw.py (100%) rename {scripts => GenPoster/scripts}/Poster/TimeAnnouncement.py (100%) rename {scripts => GenPoster/scripts}/Poster/__init__.py (100%) rename {scripts => GenPoster/scripts}/old/BusImage.py (100%) rename {scripts => GenPoster/scripts}/old/BusPlate.py (100%) rename {scripts => GenPoster/scripts}/old/DistanceAnnouncement.py (100%) rename {scripts => GenPoster/scripts}/old/main.py (100%) rename {scripts => GenPoster/scripts}/old/main_1_2.py (100%) rename {scripts => GenPoster/scripts}/other/convert_proto_to_json.py (100%) delete mode 100644 data/input/bus_V1.jpeg delete mode 100644 data/input/bus_V2.jpeg delete mode 100644 data/input/font/Barlow/Barlow-Black.ttf delete mode 100644 data/input/font/Barlow/Barlow-BlackItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-Bold.ttf delete mode 100644 data/input/font/Barlow/Barlow-BoldItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-ExtraBold.ttf delete mode 100644 data/input/font/Barlow/Barlow-ExtraBoldItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-ExtraLight.ttf delete mode 100644 data/input/font/Barlow/Barlow-ExtraLightItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-Italic.ttf delete mode 100644 data/input/font/Barlow/Barlow-Light.ttf delete mode 100644 data/input/font/Barlow/Barlow-LightItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-Medium.ttf delete mode 100644 data/input/font/Barlow/Barlow-MediumItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-Regular.ttf delete mode 100644 data/input/font/Barlow/Barlow-SemiBold.ttf delete mode 100644 data/input/font/Barlow/Barlow-SemiBoldItalic.ttf delete mode 100644 data/input/font/Barlow/Barlow-Thin.ttf delete mode 100644 data/input/font/Barlow/Barlow-ThinItalic.ttf delete mode 100644 data/input/font/Barlow/OFL.txt delete mode 100644 data/input/gtfs-realtime.proto delete mode 100644 data/input/proto_file/input.proto delete mode 100644 data/input/response.json delete mode 100644 data/output/json_file/output.json delete mode 100644 data/output/json_file/with_trip_update.json delete mode 100644 data/output/json_file/without_trip_update.json delete mode 100644 scripts/__pycache__/BusImage.cpython-38.pyc delete mode 100644 scripts/__pycache__/BusPlate.cpython-38.pyc delete mode 100644 scripts/__pycache__/BusPoster.cpython-38.pyc delete mode 100644 scripts/__pycache__/DistanceAnnouncement.cpython-38.pyc delete mode 100644 scripts/__pycache__/MyDraw.cpython-37.pyc delete mode 100644 scripts/__pycache__/MyDraw.cpython-38.pyc delete mode 100644 scripts/__pycache__/TimeAnnouncement.cpython-38.pyc diff --git a/Dockerfile b/GenPoster/Dockerfile similarity index 100% rename from Dockerfile rename to GenPoster/Dockerfile diff --git a/GenPoster/README.md b/GenPoster/README.md new file mode 100644 index 0000000..c5c3644 --- /dev/null +++ b/GenPoster/README.md @@ -0,0 +1,37 @@ +# Generación de Póster de Bus +En el directorio raiz del respositorio pasamos al carpeta: + +```bash +cd GenPoster +``` + +## Construir la Imagen Docker +Primero, construye la imagen Docker que contiene todas las dependencias necesarias: + +```bash +docker build -t bus_poster . +``` + +## Ejecutar el Contenedor Docker +Utiliza el script ```run_container.sh``` para ejecutar el contenedor. Este script monta las carpetas locales necesarias y inicia el contenedor. El contenedor se eliminará automáticamente después de su ejecución debido al parámetro ```--rm```. + +```bash +./run_container.sh +``` + +Nota: Asegúrate de que el script ```run_container.sh``` tenga permisos de ejecución. Si no es así, ejecuta: +```bash +chmod +x run_container.sh +``` + +## Generación y Almacenamiento del Póster +Al ejecutar el contenedor, el script ```app.py``` se iniciará automáticamente y realizará lo siguiente: + +- Calcula el tiempo restante hasta la llegada del autobús. +- Genera visualizaciones con los detalles del autobús y el tiempo restante. +- Guarda la imagen generada en una carpeta local mapeada al contenedor. + +Por el momento esta funcionando con datos de prueba, eventualmente se usará como datos de entrada las respuestas del endpoint. + +## Acceso a la Imagen Generada +La imagen del póster se guardará en la carpeta local especificada en el script ```run_container.sh```. Puedes acceder a ella directamente desde esta carpeta en tu máquina local. \ No newline at end of file diff --git a/app.py b/GenPoster/app.py similarity index 100% rename from app.py rename to GenPoster/app.py diff --git a/assets/fonts/Barlow-Medium.ttf b/GenPoster/assets/fonts/Barlow-Medium.ttf similarity index 100% rename from assets/fonts/Barlow-Medium.ttf rename to GenPoster/assets/fonts/Barlow-Medium.ttf diff --git a/jupyter_notebook_config.py b/GenPoster/jupyter_notebook_config.py similarity index 100% rename from jupyter_notebook_config.py rename to GenPoster/jupyter_notebook_config.py diff --git a/notebooks/datos.json b/GenPoster/notebooks/datos.json similarity index 100% rename from notebooks/datos.json rename to GenPoster/notebooks/datos.json diff --git a/notebooks/example_notebook.ipynb b/GenPoster/notebooks/example_notebook.ipynb similarity index 100% rename from notebooks/example_notebook.ipynb rename to GenPoster/notebooks/example_notebook.ipynb diff --git a/notebooks/generate_image_bus.ipynb b/GenPoster/notebooks/generate_image_bus.ipynb similarity index 100% rename from notebooks/generate_image_bus.ipynb rename to GenPoster/notebooks/generate_image_bus.ipynb diff --git a/notebooks/get_realtime_data.ipynb b/GenPoster/notebooks/get_realtime_data.ipynb similarity index 100% rename from notebooks/get_realtime_data.ipynb rename to GenPoster/notebooks/get_realtime_data.ipynb diff --git a/requirements.txt b/GenPoster/requirements.txt similarity index 100% rename from requirements.txt rename to GenPoster/requirements.txt diff --git a/run_container.sh b/GenPoster/run_container.sh similarity index 100% rename from run_container.sh rename to GenPoster/run_container.sh diff --git a/scripts/Poster/BusPoster.py b/GenPoster/scripts/Poster/BusPoster.py similarity index 100% rename from scripts/Poster/BusPoster.py rename to GenPoster/scripts/Poster/BusPoster.py diff --git a/scripts/Poster/MyDraw.py b/GenPoster/scripts/Poster/MyDraw.py similarity index 100% rename from scripts/Poster/MyDraw.py rename to GenPoster/scripts/Poster/MyDraw.py diff --git a/scripts/Poster/TimeAnnouncement.py b/GenPoster/scripts/Poster/TimeAnnouncement.py similarity index 100% rename from scripts/Poster/TimeAnnouncement.py rename to GenPoster/scripts/Poster/TimeAnnouncement.py diff --git a/scripts/Poster/__init__.py b/GenPoster/scripts/Poster/__init__.py similarity index 100% rename from scripts/Poster/__init__.py rename to GenPoster/scripts/Poster/__init__.py diff --git a/scripts/old/BusImage.py b/GenPoster/scripts/old/BusImage.py similarity index 100% rename from scripts/old/BusImage.py rename to GenPoster/scripts/old/BusImage.py diff --git a/scripts/old/BusPlate.py b/GenPoster/scripts/old/BusPlate.py similarity index 100% rename from scripts/old/BusPlate.py rename to GenPoster/scripts/old/BusPlate.py diff --git a/scripts/old/DistanceAnnouncement.py b/GenPoster/scripts/old/DistanceAnnouncement.py similarity index 100% rename from scripts/old/DistanceAnnouncement.py rename to GenPoster/scripts/old/DistanceAnnouncement.py diff --git a/scripts/old/main.py b/GenPoster/scripts/old/main.py similarity index 100% rename from scripts/old/main.py rename to GenPoster/scripts/old/main.py diff --git a/scripts/old/main_1_2.py b/GenPoster/scripts/old/main_1_2.py similarity index 100% rename from scripts/old/main_1_2.py rename to GenPoster/scripts/old/main_1_2.py diff --git a/scripts/other/convert_proto_to_json.py b/GenPoster/scripts/other/convert_proto_to_json.py similarity index 100% rename from scripts/other/convert_proto_to_json.py rename to GenPoster/scripts/other/convert_proto_to_json.py diff --git a/README.md b/README.md index 4b99858..5e4975a 100644 --- a/README.md +++ b/README.md @@ -14,46 +14,15 @@ cd pantallas-led ## Tabla de Contenidos 1. [Guía de configuración para Modulo LED](#guia-de-configuración-para-modulo-led) 2. [Generación de Póster de Bus](#generación-de-póster-de-bus) -3. [Comunicación y Configuración](#comunicación-y-configuración) +3. [Integración, Comunicación y Configuración](#integración-comunicación-y-configuración) ## Guía de configuración para Modulo LED *Contenido pendiente.* Para más detalles, vea el [README](./ModuloLED/README.md). - ## Generación de Póster de Bus -En el directorio raiz del respositorio seguimos los siguientes pasos: +*Contenido pendiente.* +Para más detalles, vea el [README](./GenPoster/README.md). -### Construir la Imagen Docker -Primero, construye la imagen Docker que contiene todas las dependencias necesarias: - -```bash -docker build -t bus_poster . -``` - -### Ejecutar el Contenedor Docker -Utiliza el script ```run_container.sh``` para ejecutar el contenedor. Este script monta las carpetas locales necesarias y inicia el contenedor. El contenedor se eliminará automáticamente después de su ejecución debido al parámetro ```--rm```. - -```bash -./run_container.sh -``` - -Nota: Asegúrate de que el script ```run_container.sh``` tenga permisos de ejecución. Si no es así, ejecuta: -```bash -chmod +x run_container.sh -``` - -### Generación y Almacenamiento del Póster -Al ejecutar el contenedor, el script ```app.py``` se iniciará automáticamente y realizará lo siguiente: - -- Calcula el tiempo restante hasta la llegada del autobús. -- Genera visualizaciones con los detalles del autobús y el tiempo restante. -- Guarda la imagen generada en una carpeta local mapeada al contenedor. - -Por el momento esta funcionando con datos de prueba, eventualmente se usará como datos de entrada las respuestas del endpoint. - -### Acceso a la Imagen Generada -La imagen del póster se guardará en la carpeta local especificada en el script ```run_container.sh```. Puedes acceder a ella directamente desde esta carpeta en tu máquina local. - -## Comunicación y Configuración +## Integración, Comunicación y Configuración *Contenido pendiente.* \ No newline at end of file diff --git a/data/input/bus_V1.jpeg b/data/input/bus_V1.jpeg deleted file mode 100644 index cfb93bf2850ad904422b235a635c822a727a40f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7888 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 diff --git a/data/input/font/Barlow/Barlow-Black.ttf b/data/input/font/Barlow/Barlow-Black.ttf deleted file mode 100644 index 9675b8ae4ee683cc9fc67f9270fdcbc53629ed14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 105888 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

j^Y@O|1 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 O4al3Qs)9d*R{s}BGeKbh diff --git a/data/input/font/Barlow/Barlow-Bold.ttf b/data/input/font/Barlow/Barlow-Bold.ttf deleted file mode 100644 index 28f2d3a5789f060a25f40bbc63fd046eed4cea69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102940 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 diff --git a/data/input/font/Barlow/Barlow-BoldItalic.ttf b/data/input/font/Barlow/Barlow-BoldItalic.ttf deleted file mode 100644 index 9dc16aded4fa95ec6f456794e2b1dbdd16dddc82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106540 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 diff --git a/data/input/font/Barlow/Barlow-ExtraBold.ttf b/data/input/font/Barlow/Barlow-ExtraBold.ttf deleted file mode 100644 index 22901110ffa8654a943556f90916b259b60f6f30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104848 zcmc${2Vhl2_CG!|_m%XJ-XOf>rIAK@p{CP2Xo7`QLLd+fp{jsL6BQfQwP3@7-I5kJjqYibP}*&BuQc}OprhY0IY>)SZ5 z!FkHOg*_{Vzcc6qAtG)QBH;4Qu9l{XAAkJ_MLC49PG8uxVzKsZ=xWfXfZnmFX<=La zH|twaSzJTgwYY0ZPsUxz*9kE^NQlVn#ocX-7p=Lp4*YHh{X0Sm>2`}y9EG}5EE867 zi?E|I$zp=I7!;dBq98X5rE8zNQ76l-M_0S+E!!x@_fOr-F>+q_yAk6j&j}szFJad{ zCyE31->&APpZyu+4YzEwOvgE0MgOy?NX>yO3$;bnBWi+vlxKd)rQHd0hfshyTuFB>wBf# z+TfCp`UyYLvba~+s~#4$#UjZnGU=ouXuM^ZU#>095^J{x7*Uf|m95BAbb3H-pZ1`w2Zl)HEdY zrc=~oertuaRBUdU$&^T-zlxxVYJ@G%lA+?Q){xBI(!IfDxwuz}ng^_{Hc?Xpflv?0 zAjyazw6#T@qb?8%ZM#Ki>O!?uNVQ$vffOZ@(8J=BnE+$Jzu z#C76ngwKhW5x$0>6t9bq5q>KDgp>g?4PllnKv*QFA)FykMc5!)5w^(%Ldj0K4ERcU zA;OF0bqKGQ=(qA#*^BTY`2xb1BubXA%L52Mlpli2(P}jKu2NONYg8@532FkuR)vyL ztIJUzs)^pyLd9diq=h=|3RlqhB379Sd`h?k!m@iyTAXL^}_ zB3kY;aDUKTW8i@zO?Df2kPjX#9b&o>A0moGqJa-Un}i#97%(Af#R^EfTQrF((Iq-X zD~?S#@5I@1F%M}yXpv!JD1J*s3sO38-UB=r&;hz!PUs_-U_@Mcn?Y<+8JUT%5|Xp#Z2p4^2B~6 zWP|Dy&P}}0)g2-q91=KuIO~614>wKFgiXlTiLeWQRMB=Ruw zNH#h)9HmW1`!|T;{d&QP%9{@U+R<7htL}c(juTwH8ns#sPN}BtEH#HHz}53bDc4SK zXWu$F#8gmsiTSur3-_T)T#Z_SdK>kw3{(0ZNwynpwG^`SN^(B;*P)2>_Uj?&`9iEV zey@o`;yY=P@iJSEl2c`~?2#LxBkq&?<(u+j`K?kaQl+T^=z&wzU$v3imD(NJqn25g zcFRi3K5LP+&N|t8w{@@eHCwlBz3nR7J+^(e*KJ2^KiF;daC?fq#6H&kmEG+(+3#V$ z7yRD$`_jL{{|*1Y1q1{P49E?r2$&vlX29ZrbphJ~wg>DA_&G2z@QlFA18)m-1?~-U z1g!{qI_T}7&w{4~w*=oA{8;cS!5;>!5^nuW42Rsnw7uFv3Shyp+AiO60@$f%~AC9;-VrOJb~oDQ~4- zlzL<8-Kh_!K9%--dP4ej>G!1X%NUSRno*rGE2Al6VaCdg4H=hZ+>mis#zPs;X1p<^ zddP+$mks%J$WNJrGxIY?W{%4|E%Sk_vaIW}c4Y0!F3+ybzB>EX?1!?S%zicd!|cCj z|0_r41n0!%q~_%3T%B`k&iy%ia-Pq5FXxk-f97`QuFl;ublT9vdGqpq%0DH)Ie$_9 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

~!K&5<2Cl}yIc@qvVklFM6Z3~`1b{+$j2EUz$* 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 diff --git a/data/input/font/Barlow/Barlow-ExtraBoldItalic.ttf b/data/input/font/Barlow/Barlow-ExtraBoldItalic.ttf deleted file mode 100644 index 9e30cef69533a6ccbda4c80e9c840234d33bce75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 107620 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%0A2;W26$b6 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 diff --git a/data/input/font/Barlow/Barlow-ExtraLight.ttf b/data/input/font/Barlow/Barlow-ExtraLight.ttf deleted file mode 100644 index 34f025145b669057290876903c690f3393da2def..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 97076 zcmc${2Vhjk5jVcO@7Rm{blTL*qgrpOa=<4()nuIA5k^q5(K!_R)*v1XlxZ80r zxWwhajw`l_O>B&NiDMHNAnv_a(EWci@7=o-2*>$<$@g*0zInT|yR);qvu*ZCNFhWF z99=|@t*ojpe!cihA++`I{bua6sWYx<*z;#0rj`m()PL-ZS>=0tkF*JqQ!7N|!&7Gr zDVRC+y2C=q>p@@N*w(OeVd1EIg^1WBggv)$ZKtc>&rzofp%5&tU%YZj+qFdruL#k% z6!8<5G^}0;|7gVTjc3S`)(wlFKX*c$5T`E{;`{wen;V*9`tNii9PgrNDLiZ+*`C6C zCEhcZwso%mW&hS}A>!^7!g*0^dt*b@RgP1URDU6CHEj*+S888J{Q>kDpm(ikXltJ5 zJ@sJ}wiRW3cxC(Q&i=QjUnRtdcp>6*R(3S6T(RZCYVdnK=wBC7NS{wc;VIN@Vx_Q& ztAzuF=`UuA^FVQ0WCG--Q@Hk#uLS8f9eu!emR?Oh!T;0^>?4=N=~B9T9+-FUdH$mIF&|0N6lslAkf5WbQCCbIE!3%4o-r(=CT z2j0oY_p>ThW9ccf@FP0puXdZM?DqWx{1@L5$k5C~TPmL-5ECC1`)X=;N_l>rS3VRX zLPX=rox)Lmzo;52(rjWNy_AMe(1(ZQ+Ozazhs|kvO;P3cLVcj>XJfDM^2cKLMD7XO z6S~J<3W0`!ET;T1QEL6j?;#RN<<1Ow*7RC$=~=b(-c-4>KfON~A`A~vS(myqo4g(l z*(#)7dRF61rbGb!D-EBdM%wfA{wl?0iyZi%^qub2&)ca)<-N8hyQrkrODzPg6#v3e z*SgxI&K3%FyIpAN9Cf~s>Uwo6LX=2D3rhigA5j8#xR?QV7Fweeo#G<6mxwFiUL~G{ z`;>SV?hE)y@sfBC?guhNNa>VWa0kf(xP@{$+!=BX+&b9=w^=S1O18?iz&FTq;GQS1 zf_t?@yOlS|opApm_rcvSk+OVAz5(}b`8K#5qsD;ma#aqzQdPm7s3yW~Qb-x4x(MZ= zk{Hc2N<0iq>Y*t2MQVkKOOdW7nYa>>YP5-KqD0wETo0nLi4^&n>2DY5a=(d(h(vjx ziHCybDiaSAS+di_!-Mb$=|WF7_=yyS+#iUyXw*r(=^q13h$^uj((VuqVv=YPOT<#V zmE)~Lw2F4Ij^8^`C&R@M{8o!bgtXwj6L>D51$4Qf>_FThVydV{Ix`Wg1z|3{wTl&? zb)jzC#bRLVIPGTm7!<8|Hi~9Yt%lnK|24pyfOi1zL`po&-80+*s0_y*)NGl(V_r;rUSmEc+%++)4=B$q;w zhu%lhF|ZLxuLdokPK@Z*4th?p20Si7jgh=My3xCOGWU3r2$H?ijQLd3^%4_63@~`q$`M&&GX(~ZwE03yDbJRX9TRU01 zK)XRN(`V?-`pq_Fi?{W*EwXjm&ag+=``PpDW9@bJ<@S^97uavG-(`Q?{<8gFjyA^@ z$0H$$A^k&!hfE4NFVr5I96Bs?V(9$P_Rv#8&kMaSbZ6+3p)ZCWa`tf!ah~G5)A^Wl zzw`C5qOdc=o(_96?9=d)@Co6648JM-FX2yzza9Q%gp7!b$c)I3sEC*qu_R(c#OV>2 zN8BFqNW}9I??x_)?2OW*CPZBk^-*+L^o;1{=%=IKjQ%v{qL`aw!(+$9o*#RC?19+N zV!Ps^}D<4WUd;+o>t#+@2>N!*UO2jlj~y%j$>eqsEo_}k)-Bt#~-5(*M36Rt>j zGvU*Oqlr<8sfmLV$0SZqydv?A#NCN6BpyusEb*r#Jt;aVJt;Tonxxy4{*v@`(%VU2 zCd=fwhDuVuZ~revjDo^mubG&Ldh{?sQ@ zU+6u$_dk1o*k@y(5Bq%E*Vgy`zEAXhq3?Trzv_FWUr4|Bey)B6{YLkj&~LWO?uvD7 zbRBkmmsXYbXxcMr|4jQZ?c4M}roZVfb=SC?+}FAHxSw;sN8t zm$MILf1dqwe_Q{U{(brn=s&dov;F_k|6l#T?EmY4hylF@WDa;@zzYKo3_NY%H-i=p zdMzh8CnF~>=hB=Ta_$;jGkC$^$8(*zow-|cU(J0t_v<0rkfhKw0<*N}&X z{B6j~L*5?p@sRKHWZort*XP}t_h5czesTWz{Act3k^irPl!6rn8w<`TxTxUTg0DTp zJ(D~OJS#n$Jm-6^_w4fgTxctdDeO}?pm1nmS)p&}RYenv9xaY8PA@Jjt}d=EURJ!R z`26Clitj9btYk>Zxg`fmJ}c=OwszQA!=4_VJ$%^kvf-x>zkK-ZBa%l995Hgllo9nK zIz}8EnKE+a$WupNGV--i<3_cN`opO6MqM{*=cvDqdVbWqqrM-VJ9_iz+ebe#MvMs` zvuw=6V}2`?CJ7#<-03FD`r*PU9qR)l}b-# zRpp$@gH>@=i>f-SwpQI=wXf*)zQ`I)my6nSiNs-@3FaKOUKrXZ5n&u*zd;K z$0d&&IBw*))5cvo?$&V+jUO@o_VM3LsGU$h;f@KPPIOJ&F!9q#Rg)f{oHu#fl$a@J zOnG|Bk5ea2{oAyD)2^KEoIZd0M>Pv-uC94@MxPnC%s4u;edfVg`LiCMJ!JNn*;8jP zoZUWq%j^qgUpM=n*^keDarV2jzntxx6E&yboFQ|@%$Yi8;hb%AE}3)locreNo%7n9 z_vU<8tJh}Lj;`HOdqM4UbxC!b>JHa^H8)}Ig(poqY2`^5pY-HO-_DyfZ^yiU&X1U% zKY!T#`SVYifA)Ou{0Hano8PsdaKY>a>lZw~;LU{*3riQSS$O%vTNb{)@b&st4XF)} zE}FH-+vsdu-(+uE*YtIBV)O9kEzLJIf4q3q;u%Z&FPX7q%aTi%ytU+;r6Ehpm;Q0- z{+6niZ7t`vys<25S>v)>mxnB0(>kDaRO_j2J623yaY6g=_E%S)yGmO%aaG%@n^rx! z%GXia@yP04tIuBj$JGz4erNS}oqakhJC}Ff+Igt+(=`Lvw61x4&4+9A*3MbGaP9eP zA6WbJy5x0j>n>imd)>d*hp$guKWqK@>)&1f@%nGqAKl>CP_bdzhQ~KNv*FbZ?{D~V zW9Y_fHr})GuNz<8_&)1Yn&s2Xh-Vx8)a@yF-Ym8XyT||*0bM*yY?g7Dz2(bdIa-dB zljUZ4fxJlGAieSh`5JWYhw@|jrSz#()lUsj#i~wSq;{*P)idgCP1nM;I4xCkYyGtn z?Go*FZMU|k@9BMic1645T`8`=^xqL)D1uoyvgl5-bnaeC~sKw>hzSo1xI9IZ(x68#`7Py9i%g*Dt zJjvuT23+>CxNKrBX%#1Z-(%8!4|Chi>H1vUXL$G)`|LjH>(%wWFH4B77Xkaa&hDB{ zp}t)v&01f(Zz(9}c8%@wbftCmCI7=|hiL_ie}{fJTzq)UVRh)aLzf-8`OuYzE;w}F zp~gd#4-Gps;ow6D8xPJsSR=$itQ8NAIp{eU^X|7oymjq?Id;sJIf3ip?v|Bmpqi=X zVHUkYZC2YTM7^U9s>6i&|EV|N`-0{$n) zv@<{rF#c&<{TOERebgwGfw}%-wM>o1INx8n)fClB4OYo2Q>CB{&QdktzMpEr%B45f zEpDs^hoNbm~m8Eh}_5yX4xJ&#E zYntbBCVGcGHGq?&-iQZX<8Td(J9_C$()HKYY&k(1G)5JFMC($82;xTcz zxF4&s-Qo$cS3D!$7B7p}!~yY>_(psuz8BBSNSPv|WvtAS$!faHK;JHrBjiXqR}PT# zM3UG89dHj;#D5ii#nV^^?icA;-}MvwL?%{vS>i=eB;Li$@Sm6$9uxz_D`KSh7&Foj z#VGNK*dfPZY5S!ZBR&@s#Zjyceih$hzI+68&acHUVlo=st#Z7WCUsFG?P5CSbPh2C z>&4kJOxz|Xh&eJ`)XE6aCfzbdw90g`Qf7-aGDqAlCyKRluvjmLh(BOexl!he4Kh#M zAt#9~vIzQWsJIC0%nRgLajG09{wSx3^JTTTP)-$>$ywrRd6KwB+$0x?Td)GXSvHEr z*aJFCmSW}g7x8B~S==e7h=Jl&wNY(Qm#a(FCF)9bt-3~Cr~ZTZ2l2JT4-|16a>JBx11gj1`YyH|Ig&5MB`~b_u7r zSA?PWhlriRBi<52#XFeg9}+p@@0bz)1Df{@Xtg)RVC)5r6F*~B^P^~#y+pH274xwx zvrs08dYLF1WRh4Q0G1R%t}gqxn&M@VOwhxo+|kg zYDC_Cs1zgBu`m$3eFdVxf(sGvzXhX2w$?8CXluHI8YTun_x(1c36BZ}swsF``Yo8qaM29ejKZz4R0G(C-8-0_pS?Cn>wAJ`Q5wKLy}_MgadEAU^_K zEZV8fgc7`$U@rVNW-V`H7WOvbzOR9o0#ej|^7nlSJY9Y+dV`OX|E0t_X(r!~hutDi7`B-vHugs$WsR$AJ7+ zWXpGZfLGB5gP~lcV&0OeI+4aUCSl%)ll4qiyAjK{8TA%0l?( zi?rWM_j}S3-}uhgdWmGM4`7QJtl_Lh+lXg1+TM4_GX*o65HSThWi9e=(-htdG4CVT z2_AQ1HuMy9RX)brb0MQMQHLu<24FVY%`a#-G+T5rEXQ*>W;)wIOK?AA^stG)f^oSP z>wrU8^Sp!g?>l(5;)9aKGQN&-YDQdOnCb$18YVj`XQ5 zP@A|MX}1FQp#0P}#zFVZ6>WMG>g#2Zqm@Dro(#SQq3!MxBehMC(NiezxuTcc!sV8j zN4v$Pn6m?L!jgkFyO5r!lbIv~fX?$6;j?4qc_ZK&z%;B!vEu7G0_eg!&QN?sz`p=s z72eg3_fEhifHiN~DQvvBua1 zd@8~*C{dVs{V(H;{^kCa*qi{Vt^xlJTZB_f8|< zU6Bd0ytfOeyL?xij6;~)E2h;p*X>G_L^;^2=XkY2-h_%;%FmlvQDG9Kx|&?xJ=45; z*4$nFWkf|)W0lulRh#D3GV5wiss(ZC_F9*B+BA5T)}^|bgcT81RG(Upqr+54%Nt(N=oK}!UNMn~)9{`; z(c71>z7rcBj24YV@t{pCs;g^iz_I9{x;nE2b*?6q$6a1G*lWviRk^%+W&_IPsF+sk zb-2sDA?|Y20HV|n_S#w8kc6vgr(;pMivp>*sRsMxdTsSpjb7WpGz3<-w!5|?ubp|e zOh{;YZT+;=hMKxscU@YY%Ue357GbF*7n7C2UPq2Mv|`XM^jDU82wvUgZZsEnd4pFi zTI`jLV8rVfIM^GS<05V&Q7m070txsnt*;}J`by^3nX@Z2QdCrx4@|QfPFPO&h7@k3 zA_swm3KYHGRkhvSK$XhE7O7MrURNrZ^mB=-bvINRSwx&5x;F!{5ZNkPaHL3T|L*d8 zBf^DNg(^yQr_~KaBaX`1sZ^D>siAVPH#!GJaJjru6%(jrKu|;8XnL!`TQt{K3=)cF zp|~J}MlkM;si=2tuXlN4AhyBY*qn(oYj^5Rm30~3h-UZt!QQx>iPLK*&M-Vv)8HS+ z{_#0GMQp{a+MThn6<*m;?u{8lT@FpFd}kCn(Qv#n5p|(uPQ&3kDhT2#-;Nqaw$TIA z+=%AK(HJXdOy27W|KeZ}-YNK^5+ViG~|OuJDS{yRd=7?I9rt%WhRQv(_8y zE_YRVBhmaK+-P!Wit+HN2M-Se)~a|WfRqn#(BunB_( zdy{f@N_r+k@bv7Jvs0sIO3qH5o~b!IZS?G&v(rw`J~=xb^z56nGlZV~a(0H&b5IV% zVpN3JUJsGGUAbO4pSsOpZ%$BPq7}Hx2pk*~m}Lca7=f-F;f)$}q5@M{|6-Jt3L0F# zG?dQ;zS2=Xdb&|QdS;+}^vp#0=$VD`(K8$6qi27VkDdciK6(yB`RJLO;~L35YDf-5 zoLujM_LKG0I2!Qu=2GL$%kd5wdHIz9YiqwpBs*cweP(wX(Oa3C!*y^nu?Jn6_ zC=;lxMUV#y&|{o>^qPi}!QSGW+@z6%y(RyS6fL|Fl#bC0iqqhefwDV zSm>f!jDS$T7@A6?Oo)esheL@adXqq=L$78s+0JlL?hUIL)Vw{{?Q)IWjx3Qww4JNhATTjZRbb9T*y36KDy;sk&rPP&^%5_3}BY$w1I1RF)G7` z28W^K7*3F40}Wfmga+4Cse!!ESVsC~;Q|M?EK?Tlkr2};E6D4F4sp4v-D4?Js>RX% zFfNQCX|I@Bo9h~hk)60#h9?rWs={l}#M^iTS(6x}5|3|r^=`AaFa!+tj`8Ql(l@KC zo@P477TI6LrO+R_B*kiPQbp~wR1B`Jk#)H{^JF~wZCSU_n$&6CLd&~_`r`(tcWjJ` z9PjW!!36$D{tPQ~ydwr}NAsgLwjDkFM7*IwbG>W#Sm)4XVYS7-v5cAX=97a_GnFd4>GCgOPWS<%!>@$OC#v*7Y(GW6=Xb722G=$8_ zxmO5L0jw4n26!djUx!rGWG!d5U} zgtbG)BdrQt$#33L1gtX9GN2tKbRzSX<83v@TA)PJX`n>2hG{5(Xx1X~C@a-<{KhfX z8z{xtV4y_45$TLFlKg{#62T?|C4!SdJK9QbGrw_qTMU%Qw;CvspMsd9jr2}6P$D?Z zK#5=*XvbLToz8EZ-Wdi;N=HXnj37dgku0}IlXG_1{*kj1SIofcX z>`lO)>s+zO4A*cz6o=D4H=q0s6Jn~rn81~XjY3@H|8gy}e|A`7unoD)qGwW6NG z!_lciF@5bN(y+=d#!1{*?7Gbn3xy8p5QpJ-gy4KCSx}jaa6(#*eUaH>fmqzo(Aue9 z`TcHV!Rki!+<)LUwyjiq8-KUkw4%LDJ@)(E#T^Ze>b~Fawze#3P^x(znp zt?EX0uV(i$b}wXi`-(Mf9ctU}ciTIfaNhp=-IYjMt^fV*>bAy}s^dR!*Q{KvT37#W zx0Co;{QF(BK8f~AF0Aa~#<0o&%y z=-H%ABzlTMPm7dq$^#7F%J1a&@(1~&{7L={JNaMb5l}^fx4Ggj*asYyU9gD}N@9yh zQ@XM#yU90fqV*p*MU(`m-b$rec}Ux}z>V^O4t>#veYsrdh!pfxgs{c)V8Y05T68hC zj4>U$C=panxft1MvKhW#$ri}qeY`EDCu|rf<`RTV0%n6wA=`$p6s71d08AZ;+&D49H%2orD864zEFL9>CsjD)yA$hW>sR_6>a@rw^egKf%upTaeFDBVXZ{1$&Bb zFhYDMet-`B3BN(GZa4ys-i04dgfWfDgY@kpUxr{Wb0{n>V#R0)Q%f-h78og_RHn-e z?CaC+dnK$%N?;QKI}9-k78#>)wp@)J@mg3jO%rorXEG0`OAByvzeG0RWNGRDrCR%c zT4(Zc)LJU~1oi!J^l=TNBHcR&w8<1XK!z*5gDuB;xsX zpujjR5i(asamYo-h3IIxM(ivzb}VRekskHkWX|JTXd%*sQuOW?pYlHn4Men3ktQ*E zyA*ccr|g#*3oG8m4V z9(EMMj-LMw$UlLucpWxlPr%aWZdg)YB`y@_inCyswN-2qbdO^tTGvvf<3I_h+;j1h zsM)(X?XQqFX$~DDNR+Ta=HGyS2?aeR`+)ZV{{kEa90D8!yo=ExO4;QR#L-ox zvSCd68d!v)dt8vR3RfD&sxN_sDTQ(C3t&zqF@}8(EEJXb1MaryDn$A)wtWiBfl=%` z*aT=8&%Tu(gGV1uvNYIm{U9MNjD@$seN(owGe&!n(FM>)Jl7Yx}XTO=n%3 z$+~tR>)JuAYX?Ku)cc0nWgN*>8K@<_goNAfdxBtMf!^0Rp)KbJ@H^LPxufXDC) zc?`dp$M8#d^uC-&?<+8RN5XP28e{lPJci%QWB4sRhVS4p{8k>r@8B`~ejdXg;W7MC z9>X8wF?(DG%V){fA?78EiyFZo*G7+HC`Y+7$*zFOX6inW~eNJy=)2QFT=#EayVO@j)IiN z$WmD*%Q3#*BfMBGe~y+lR947JocLGaF5#~%!(!N)H90~29Ttug#p`ksEYhct zY;hZi>~LqwS#mZ`jA8T3Ho0?Q?KuLg^G`8%dPL5Lo9BFDxmo`7dV0YhhiuA;tn^$Yz47*wA3Rp>8 zE2jEq&#*Y0273jbLt})gfi3I~*u`3NX|YM(2^-nt=F_nHydOPoC-x-1Ae(5KUBmkJ zA@q+U@?mi{=AM{mV?SXt&9yOpor0Ozmftt$MlYZ1pLcU_|4jZvJS^YfmD4|Aef5_3 z5H~pYh`-8rFvcB}hvZ@TFZmvB6MTUC1Rr6p^ojgbekMPcU*K-RSMqE54aT42R$M); zvXn!SWwjGyTsX$QNQ{Zmu&R!QU3EO}h9#;b*oyaJTk+noC+`beaThGG(_u-TfnJ!U z$f|q*thfik5_~Z1wTGxYl@E(>4=iKJK9($Hhrw2Rgc=EJ^wGG5TB^!aIc&Xg2US(8 zv9S9duO`6qdy<+A>-4FZFJ7yrsp+Z)*4c5Gdn91qk%SprFU*rtVe2#l7VERrY*^aX z;`YQ`*pJUs^VI^iP}QpjwFox2O{!TfR!h`U)dI`+<*HS+!H&EgcI2y62W-weVY9my zR=ewAgR&c%?0fM8te5|QdCSR|7e`?}+*kY=^NpLJy>EnF_?gh{cC5a~V2vG)Rc1Zr zzNI1>^Qv9qUbO{#QG3PTVAn&dqzA<9;tpum$1yHAVe5Pftev;P!r6hj)ecxCpAHM? z)5T@5h&~hR-!CykdQiB;1=x4$2P>0HpuKO!OsD~4!bRe0brxn)SHar;7Th+z0`thH zU?1(qD*h~J{By*1%$82W9prPdPxX;FRh=iEQ0J=))P?GgxK(m7EU_L??6R*{H>excP3mTKi`t=Xg_b-IE4V|j?s)@a$XnQZdlw_YL5u@$s@v5a z>d)#3LIr^4UHY`D;#C*OWId7FAu9|Z0TrR)3&&^dA+luslBtI zv9WnYr@gYV0aSQ&v^R9xtN4x5$}1=^(=Io8tuXVfF!QJ|d95gPR$1v8Y?S+>mN}|S zHmVFZ%DkA3wzM`ihfN4Xu}^Af zT+`WXpA;xdzNg$i#qgcNzFO6aB}USfW@#!-mMhItRhkm7^q1O{d_|RQ>eBX(6=rOc zu_}Kold95`Syf)d)TL`yENSRi)7ILsrqeOiVBcP2a8qMQe+IvW%?K2NlF!R8sn%yg zAoiIC*{q-zRAus4Rb-nL;HSzgMYUO~DnEZFUsY8Rv%2v!%M|A`g{3HS>cKK_4;`EjO90Ff*$# z6R$9ttQhKSwh}V=_D3yuG@JQ1ck4sUe_p{*rpqfBW{R<@+P;K22wM`w=8|ry=jB%o z)t91W8C>R9hb;}z+FMwehzUOAXGj*-t8^gBi51=C`obfkNt? z)J;2$;58QSdHH@dQf2a5Rcu=m;H}CmQMFmZDnG9#k5$zXYr65a#uPhihXO7UIu4f~ z9mni2L(TUhBfKErY$5qb-R$OTxSOvry7@YzIO_t%30-G(^L0iy-w+5innU$a`-b3d zZq`BdF#ASM&biTQaUtUuPRON`59i{Aix;9<`O#KJLzXODW*{vlqBrEOZVYYUbQoiS z0&{Y?E2@A-HUv1rYj}g7V~)U_Q3SK=GHR3^Xh;JUp9xt4z-$f8aP>vxG*U>Tm3t%C zD*VDQVm7t3wi0&{fqqX>n&8-*JD1`SYN!DNqd}FzDe=%|D@j8|z>fc(;DomLnTu@c&PPiS zAK^smR|}ynel~0^%i!-cbpoT7taS>~my^>9C)CgajQQni)T*a~J-O2nbsIS=$j{IY zjQOM3p(EJCUw?W#y|!D0XzyN#_Mk$9w)^>x?$+^zoR*)H&~|?&wsvkLD-j&h zNxc||zKR@@W2m7d81wU~uclW+Uohqmfby`~l1@#;K^lZe3?%~0XdC(EK=m~gvc@Xi zn(n1r6I{AAR_VH_4o=X}9*kNQ6vDcIGFeN`Iyj+*MgSHWq!jQPZs`T4^5>+l$E&`9 z{5DuT25Ah6xgnTGLvv81jTFhy7>xPl6A@4!@aHkaGt8J2dyJ7f&r@FE*x20Bp4++D zju|dJI@i$~>ZYTa-W`kE*L3i+Wi5xVZdp&^t1%B>K}d7UlBJzQu%d+%2<7zX5IBTV zWQ5Wr#A&2TXeg&^V3ab`QQAyrq|T_3J`-{djBy@xXv=vpLU|Bk=0T{Dhk;QZOh!;Stx6VpcsV_OWWI*H!Nyj3$Fa>&;QNTP;fiZx4 zj1^d($HM}^(_MzD}jmBQn(U(3KkF8HCzF|?Vt(Ae)DYXl1;!4-)P9I06Umj*rTBH zsXwa+;Qplc!kw;m!@Z2%x#aquA-8LfdJXs*qV%m+UbxFR^bB^NCRc=;H^WcEIn|l! zZ0uEB&N~#>fm4x!FCe6R0(cMb4ghy)QeFW(2Y3pw2kzLEOYu29JK*6&E!jxHVa#FtO%EPCAB6k?$wum!0Ih5;5XOwo0&Al3LR%* zfoOuExUrbdwUREx%F&124lZtk4Y2wS4*~rkj5KEnfO3 z_O|@|p^1snrk^uW_hSiNek|Y@z!H8kLKD78_^emogbx7UBpmc()O$?7119!bklzbd z=spX3!ovLNy%v=6ZY%VD3-i+j^8I%)ygkGXq(ayofNv6RHt679YnJkggo`ZfTnqF2 zosqEB^gAPAqlH<1h7VFZBcap6SD1856BhjjHZNf|;!Ok0OPF9`l@>PI!u)h4K`{!f z&>Rc%(*@G|cQLYhh-;-nyqo-4ehFp_gt)BordU|Kg#|(*4Znnt1m(x#k673be#{>l z|CJw02#Np19~%Fjg}q~7z52$#;l~mn4f@5u67ch5iGjW!=si|nz*pz|H65s}K%HBD z@z2FSW#;i*{2mJn_&sd;-4}ni6?&V6-DqJ~TUa3OWtQKCCU#$Zz;C-1y3N8iTbMtU z`-1peZ-sVPn4j)B!w0eoE>WvVw>ZAu!sc3-BUc*TMpHCKmTtP$~~v zbh|9{JW0LjB_rVr()(HwWUz zUTcM3VPQmf5x_{9Fe3*0aSQ{a7zQ2c+`xiTHgkh?%(fV4iGkJ>B()cUWZ;)eKnA-h z^q6w&j-z}b1Gwi}vCpuutrivt-Dvp5cE+x-u%#BZ$in=g^MdGRTcOh|Y=VJ-gGvkY z*Wl9ITjWO&FaC=)q`IkMgU7O=wjnzBP}e%!Yn^4HH!}AP=4Q-BYy07 zznC9lzA{3AePUsjpFbu--#b1uDDFGQhgxyphM3p4%bJ?1Hk*2H4=SUwM1 z*nJij2n}F&|7NI37jv6Mbz{uc1|D-`%w?AEg_fT`bbHJ;({FRkdJF5Yuz+6xYc)bq zvc(owZ((ySED(y`ZTx~_1VRJY6pL=0Nnai_(!z=?%MGtl(Qi^;Gs%g^uupM7JJ z&CuV(5|+lq8g#(IEzE9Vfl$$dpA~9^VPH#lStJCc@pT+2DRbuG9^jc1z@R%?|eu?EaD6O^SA! zzR;rJpUiG9yS>zS^5;;p^OiCk-&K;Z!x;DN{HFooHa4M>Ll*9;?xw%|W7< zPIlAS4WqbnAnlFGVVsMba*wwK^eP}p&k5$yJ1K0~;SpZb1+zowB* z_sh)5uk0Sd_mHHFF>&JaO_Hs66W?Z&;$P}PxNoV~;qFq8g0hHqsKh@B7vHe^mi&?Y zIrm)JZIiX^wzFGD>EJH{kQ+`rb*NLK(I_4G;F2rs%P2IAbHw**fF}@*I9siOdl9qG+d6w$V13|%;yMjsno#DjFXNq@f|Fgo{UqZ!uQU$DP9pfh*LC53&h8o7slZn;zLMQl z6jvvOHIsJv4eif&G9i=RO;ZTisk;Sjta=0&R)VqJ>GXBbvPa_{0LzJ*8Meg`A zDYXX&_k9Pakfd#bPqcO=Lf_X;A)MnzF`i}ks7J`3<6c0uARlD+MRxD!bf#)2!+)H1 z72H1TKY`O3%lJ5L9sK7Lj$K@mz&Lg%aGLRq_hLLsp?yMoP%ioGrgEr@EB>{6y*;4LrQtLwiRv>a}vh%BegH!bCr($c)3;k9&R!7c0hX(_#~o%^&-VBVz-!6 zp2sCx&MC}d|61}F=P*u}Z>1bUxY)`*>FiU^dP0Xg0 z#VN#z*vj~2h7VJo!s$%rbSBHANNoyhjC}Sf;2aBBCKH&?3NCLi=5_*?_f{_Nd0gJH zT;314ycJAS$8H6uGnVr@jqwredN_1EyM^o%8 zF8w&PzxFlJ>-i|-_j(M+rIwJ!{8X{eP^NToE@|LI;pBw=5{nS@mspZuJwF3h()5>D zCgbGgBGDq~4CX9YRz3;KNBT=F55PYA1z2g)Ut)QT{}Riquny0{y$$>&7FdAeFR{Sd z8-Ixf-^<2dVu1}d?3?8T`Wq~;pvK=|fkia_1`GV~H&|fTjK9Hx5c~}m*d60O?Q7w{P1LBKAQ4yRbK zd6uwN?hZTf9t2&7C?}l2i~>EKe_ROh(D@MkJtQPWXC3(J8-3OMTAY7KoJ5Voc?d=& z`F0S+BAgCs$TJ*gT!GV}X*eYs4WKikY33=Bge@}Zyf}90EDV3UhI@Y<<85?y1dT#& z0<}K)5>2?823Nu&8#gUsA57N46IBx|elgYq4ghGhdI7Kx@C1N*&iw$KF~R0m!fsZg z6bAhjDDOo``CPymfUSUy2$BJ?q0*?7N@c+Yuk%w@yMo=T*r)H|)N|?rCt1x;fvhn>f6O2z%5n$5+~1lyU*i z0qGVN)z~;bheOlhxd*fkLL8`>O(@4xxXB^Wnh!yeQP8#$cP}#F(k%oD>+Hb@MNB|C zr!^CGhR?YpEu6N|KYU@5+%G|=;Z`c{nu6Ajd#vkmZ|PKdD%^ABxp4o4drkEBh7gV$ zr}W`4DQ|>}Cjd9HkjYxymvF$ITKL|_?+f3TzBhb7_F)&3co16^AnEyZEe8mugXN>Yl^Gku0y+x zbP4n2lw%6Wvz&YzN`mMH%2tv7g>h5xG^n4aYJmK za6p5eETW)6FMxZSyc;fVF~hx2-Us(V`3P>2@5WsUJ8mn#0Q#5YYa)c(vVtvt2Xw_2 zSm4v$D?4r`xS-?cZjc?aABq#(VpWWLc_pd@bf^bvoxssLwKvqm&}KZ6E))c5XaDA#}fjduH&X}-n6vS7IH5ce$b?N1l+Q~fx6tzP1L&+J{?6Mdii z(+u$D_X#|YEj96Wf`8L}FZuO>?>*#u7yy|ePu#5I+K3H~>3iLWv5@}xIiYvI_A)|( zU4PDgJpxT`_3dD~VBAj|><3(7#Jmgh1%aC$&!F8ri(hZt>v|sjnQpuH<=b&-xXND&?Lv0ljGo?kQ1!naMq6F87f|+`=2Vg*R~v zr|%OCVJ#5KT0rCeuXE4WxaVu!^W(tZ-=Ht3|A%t_59R)EiIVA`4QanZCnOB_jxCm#LhSN!no(# zxKuIRlQr(cI_@rgfIBp}U4;IOzeOPuakr?Sh~@qp#pMsh{h=cCSn90GXFJ`&e zSuSzvTxeJN-b6p#+j|mvj>@lDW8t&touvOlx%`T2N#j}y?{ih%R;d%oX~|6pxY)wBidLl4wj3Z<>Fwugs?$lir6N2=E213GGMwAHn}<-sAt5N(g2b$Q#dN z=OcE6Sen-##d!M5jF_xReBTC#BX1w(62Ccy78gB~u`%MRqX7c@tq$+^}jAOGwMwfCt%H?%&;mZa?e$GOsc&XnAV>WJtOo7z6r zE(7|HSLW1kK+bHAD@&Dk-b=G5ig;B#;oA$;$FbT83Z1~WZH_|Z+#5cxy9+-`F z*bLk@o`qj7?uXLfPi)7pQmn#kunOaV@wJUB5xxUA23z^o;R+rHR$~6Q7j!RS9ngXM z&Ni`4W@80#I{w;|N1TD#*D3frCp6=_hSsd&dY*Ufz`V;V?&8_}-I#s7DDHtyoyK$4 zXmHpY_b+MYN^6I7xcJMk@X5rl7fLV;F3n{X&t>U*Ig_Awr{I^$W$1-6)PaU(w~A-C z3LLJ256y9vpgAtBFE>F?(;QdlIj)VzI6L2BckoPC@pz|mIq3@@d!a3l9qFQ2(}%E* zPhstz*u&^X^W8+&?jfw*6Ir{*v5b1Lj*sG5Z#>U><5}N_@T@nHb$k@-_&C<_Q9SF7 zXH6f*BVZEi`!F5>lX(P;V%;CYbKhv5``UQ!tMFx@&G_Ot)raDmP&@-xJOfrd1J-!l z)OiMMVaz4j=If4{bl19g}NOEDym&O*RCC{bTq6jha(&ye3SWycn`%9jYdw-{-6?Qy8fl(}m3tVsfN

y%Mu~TIJZ$&TmD_ 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 diff --git a/data/input/font/Barlow/Barlow-ExtraLightItalic.ttf b/data/input/font/Barlow/Barlow-ExtraLightItalic.ttf deleted file mode 100644 index 14f2370f8108a10b6caa2c95d7b7422ce60a176d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 102512 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 diff --git a/data/input/font/Barlow/Barlow-Italic.ttf b/data/input/font/Barlow/Barlow-Italic.ttf deleted file mode 100644 index dc46deb270c86ea64149649a684c8a1ba1a46e88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104252 zcmc${2Vhl2_CG!|_r99m8|9@ENFlvI2uWTNTIc~1L`j8&l0XPmx*&*kv8)9Z8)ARK z?xG^Ht{vMdx)xAmZEM%XLf-E)=iYbU3q;rN@3-IoKQCwQxie?lnVB3hZsejYP@M#WQu9|>eEJ)E(?eUqmT zBp(*ef#ZqPS0FK%2iH*eJaj0F@iX3lJ0(d}^T3{GWCAeil*w`Bg}8ww&`V{G8B zh#xV(aoH012P6IfT&?pLt)BPQWn<~SVPu!@pI`!07?s9d4@(DW^;l`i1Nz$MiT?dzil+6t)`GHwL zgTEt|U;j*3tK}oa9j;DLOOS)iMf+3vH~cc>%)|~+=l(aFAg?TqpTlzaa7lt7`g5S# zI!c$?X%+Qs6Jx&!y=-;tCkNw~%Rv6K*pG{YDMb25ooGfsaY&}Xn7hb}u}b_(S*a*T zNyoZ>^4?1y_fMi+jFnebg`cED{$f9+QY`knPXc$le{mOUIk0GD4u4DnoA3yGc3NEz z=a4Wz9=^n5E(&R+Z1CIFDf1t%j<9B$Q`BgS$*y}%5*6k=b(k1zA}{}n zCqfSd9`HM0J76vY*Ze>hQt<>UGk((VQOT0Zo+Q3~YMrZWd!4**sq9IW_m5ba=D{lK z<9dcjug9z#8CT1;H`fv+0_0zre~lZg+!Nf&IJff@xM@5GZXTZscRHU1x1P7aZRHD@;EVVQ z;H&wCa4+W9!rjHud-*NA2kwLXS-8)0q|9I8N8rB4-$PkPi_s{3g{S~tDXQR35EJ0G z2&9ap=QTh}Jjdnm#F{gK8$lmSvNCu<#?(^EAZ9G zr`CtY7ndQci7OSv*+q!Gl4XEj-MH6k*&jdhSQbW*ZyZOTIFer)%}C@h4V3k4WFPvz zdHCk%o2nD#S%MPEUNfJ#0toUgaha`4d0!3ES$hr>_yIgK-zPuWHK?-=`zn|Kt@;G_9e-prTtZTuR3AAgF! z&Ohe=7K(@vLqxHt60=0RIH8PJ?opmpURBqq7pXU>CrqE0}K5G8fqFN#?36?xdwWZGTg{9Y8VePR#ZT-9TpSC>P0o!Y~AM6%;j6Kah%0AA1 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

Q#ob6uZjfV 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

$Qpz+Z(>&_x5)9p)+g#hQ( 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

S9J`Dd|CIsR5wE}qZeq%Cng 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 diff --git a/data/input/font/Barlow/Barlow-Light.ttf b/data/input/font/Barlow/Barlow-Light.ttf deleted file mode 100644 index f3c5b701e55c549aea4c65e53283d495f9601fe2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 97936 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

JEJWna-I z`-{cWC6>r!u}Jn4=gJY{d^t*7D9gn~vQli7RpMen_&lxvHA$f7{qKNwsYp{RMT=S>CZ7}* zBkX>F?}{2!{|y+5bXt&Sa{ycozpKSSK#Noi^KcE3%6kmgNq}j9G(Z;ox}hoDxMD3y zxEK~7ehI@|^V*`ud%sjK!|(Q!z%u0h--Th6o_00Tog@~hLcnk_3M(Hi7SxC#Sm)>o zrDC)y!Wx(lE*A6Ee+#Nan${uuXzO|c)@L%*p#K1Fk*flM>WXAcvZOK*zf=}n<*%aP ze+#rxqCoW(vy?7sP6~Y?zi@=nl_2WB29+vBR1u)}rXtZhXbP3E9CF}2DnRpClV6wP}ySQe*)+lxB3nBdmO+&O@46_ zcuQo+K&TYG(Wl&M4bnIp?a_tyv`Gw71+bUqi8A!_k@A?JvJ}aqXy?ZOZ(wY)i3+Z_ z5Xd?NvI!Bx0Yd<}fboEFfMNiJSIA+oiXXu?>9@*YE;38D_x-&ojiD`3C1YGJq^0*i*=&mt3$ z4g0eYw(TH!G2(0$ljR1H445Xq_5LcpMZbfk%z%|=*$FG>e9#i?fears@%J$<*TNqC z8FQZRv2*b~uIn)aUXPuCRM^s~ur)iyIIPRJBh6&74*iJYUWheJvU{NKA^Scm3-Vo$ zI!Z?0xfJ8hJir-Zs(KvPov^^brwW36e?eS=?bs*q;itNOZPL%JC!3F_+uF-RK;J$OF&Dnz?_ObpRFA){we-b+x|8@SvOwsMNt zhWP|Q?m+tg60_;5t-{O*G63kX$MM%qyJyz|E(MIm{Q&@Ga^2qpj=?V9cD+g-Mg2$C)5q3vZ2YNPg%1I%gso}lib`VnS6JJ$I6O6 zE}-s;UC}ZcVQ!C@Qrld&D^3z+wnxwMXqlea%38|L6IWSj5+u2rT%NsCJbL=7ZanhDrmuJcpc$L*9xjdzWmDbg{b{f>+XaKy-JC`Sy!gGmo z@03~>q_L&J<#A4_t%r|`!kmN^6INWGRF5seBuL8>TG{9k(`r3pJP{}3K54wCA7TB* zH#{048j0djn^;&^*VKUR&dj z1!@3M>a#s|7B?i}YTD^oSmB~TDsGa&KDi!SeRZS9HYgc^m98zWEy!zUt}P7`np#^w zC8=RrU9Gz=xz6P&n_i2sB$A8CO18(5Vj)PtZ&`gEkng?L;^VA97Ws@C05Wn>X{is+tH#6o1NXn~Q!sr|bv9taB+S~aRD z$(>v`2#vT`)=s6WJxvW&*`A0j6v5^4^r{?3B?E#Q@p+G^@KIM*JOL5v&K)Y9Y5XhOiG4-H2cS7?G#a! zGi!H7MOAuaLxm?Yle!$5R>jU<l9VE6Gt!H5OSqQjNF9<9BvP>S(tXK>KV13D0hXc+7piE z7v@HjLsN`_Pd#{eBq2d!>K-jBDk?}4F<=B?J7a<}Jr`vrrJ$Y1p|G);*`D~UoszBz z5IkLbXYJJJnwYgyr)yHyP8(hOWbL%mwQtr=2VMJR?F^!8|E!(Cbj{3ySd5DB*y|y3 zw=2gZ=TW!G_GASF##w=<8-dvYf$3IYrxEDN5}sa}rz$X&^&z9IRM5ckC8K;U@Rfq{ z(bbLe(KQw2qiY(G};)Hq^w4bb} z#?gSQCx;quZkA_ore`oZW*+*)Xf)lE_Dpv}shc$XzokIC%=YB_>Uw9my_%YyCvVVB zn~bflg?6M`EC>+Ksb~tbTt&=z5mGbKsXkF(KniMTXZj%zgO28ed-mMx>*qoIpxF#@Uzjp0eJtZzau#OMmG zr&l&40k5xvqBuTI16adA;I3&XO>!fL8k7?k&IRe6Boi<~y4j9SjLNW~!C@#ljuWKV zK*JU>p}{p(sy{C@mf=2GxWIue-IRrUIK(u<3i3FiLtL&J_h`zLYH_45j0cB7}|pywF{s>#~v z#Gpg1pIiR_tVxePSp)mOX~iUO(qqHjrAf&F?IpR+@X$=3RL0%hezjliqXr*ox*=Sl9Msfo)XYZ$np%qWgt2$_}jfDob*SS>IN z^1$k{9>7u*VY7i5eshRUlHXjSV{9JLF*cv*7+XMjR)egb@+72z@+4#-tU}}wR;sJ{j$^DbP>QkEK#6=E z(iveSd4_=!!FmHFf-^xo(n@aw-*I|p87Pr&G*BYngqS0Z^fntP5u9zHL~sshM_K8e z%XggKc?L@4=Nl-IUx1jSjPx!vP$Jl3phR#{)~*mXaXt2=UAoe$F?+&TR#%bf32OFe zsZ-YY2J~#SDl{h?wUuRhqEJ;e6K2Sm_J*!y*p2x@*vn^EyTtRA>6pFBo4w z8>hf#kk6PI)5gC`lbnMp@ zVil_jtE)4xBiCex(+*xNb|BNRa#0|LiApgZ=iuguMl)Q;ep3wgC{wZLlaC$B3ha+f z!_MSFGhD;|P&9V`+`RKQM3iIIVydXa*(f7_g*~Jwk%;;HAnX*CiZbjIO%b)Cp2I^S zgHyShiSz-b9Me&CchT;;0{iy`Zya!-6532`Q^F2+>7cC79?Op2i z-|sf&uV_>+{}0^8rOVa6#^3EWE$djSp7{N4OJ_r)dhqwV?QN|M>c0Ph+tJvr?!Z~@ zc6Bqm+t|H^-OJeBvTWtjPIb=jcRM_)PS^Yri!VK<0f8@seJCAkGl^iRU+l&(ZSqq8hw=#jnn zp4zs;Pvg62z9YKcj@kAa+mE(uY@7Kvo81cAAX^_>kZq8@SKq8J*5|6%WTM!CGs_#$ zvq_ss^c01j7B1hD?=$=$f0X}{KgplvFY<`|RsM!mL5ciz^x%7OKH!+_#+ewQB$kLY zr7N4Vn|$M}v;GsOh>~E}TVV~+mxr|70GxU#&=HB~sR-ed%-MuVoQD?O zj4ftNhc1c(l~cALTTM2@_poe(3_io%BD&%X1I27b$OK?E=oC8Ja2PAwJ`NOC;M;M| zdZ}C{JLGbCy6luIaLRI}TqRe_H8^{{PM#sx%QJBf=q$NWZjzhj+43BDF3w?|FE5Z6 z$}RFDxfQ3gFTn|%%jD%aD|Ds2N?t9mk$;fa%0J5M9r_D?nK<2W6dJu7zriq0q{xNz?IKSG$q205({9;FnSk}~Q89$y_m4&d1Jut89=> zSdsq!rq=#{tuy%~YAp$Ug8F_a`nZNsF&ecNi=Q1MvFJHW7|%*j zYeO*Zx-fQ+Lami!1W(5(I2yELG1g|G4@^McnuIZ%&Kxhq2-t+*D6IUi!)SUYPSi~1 zGc_}Cy5>BLjF*VZF@j!+(<5{6l+BGe4}Y_`O|*)8@LOWlg+vQ-2He@bKcNH?r{umz z38)kbt%uLGUZm}*?H$y+3uWo^RuG$XwEOisy z4FME8nBsP(xRohxV+u$UCw0y?WtPJ-BmT>fM-18rl`sxCJ<)Ozn7&wDfjeWwFr??B zpl3ubtwNinr?Lb_i`hu$Ui>KS!$_MnhmH}Xm#{(R--CY%2}}8Rz~_L^0G|T> z2KWSU2yhVaF-C`8$}W#0j;_L$4P(+jfrTj@;}fK;LY0QGigr;$l)||6Eik8&7{k5+ z7L3aL347SO3X)!oZC?R%U=;gNeknAJXFte)fJZNOq%@r2`bk1s7z^)!`<`rPY4Rv3 z_lghymqw3&uZR9uM-KVqf3Zx*kB6rk4gYsbbP@{&nn6MT*|^V;u2rmSb=I{u*0pxl zwGpgq6Is{xVO`sob!~svwJEG?(^%IIVqKfbx;7iSwhkJL&MgjQjXRt*?g-YnBU$54 zWQ{wGHSP@7xHDPf*0IKIVvXC(8n+ES?0!6TLL+%QkL1gEB<~P3k}v0xd>xPE=kQ2= z9*^Yb^GJRnkK|i69TdREB}qh0q`Og5OBk8;y|EWtfMi z<0Ph6G~qmV40QKDWUP#X)zU2EVU0X5d!sB#vXAU5UX=Z0fANxZ$z+twjrrps@rz8A zY1oHPml@E|FXODx0r9IGAYR3JQ922mC9-8U>UJ>B#159ZI2VLxhHz>;Ulw4T%oneT zzd$lYvKZ%OOJTnZ5pT$$eByKjq%=yF$#PkN@%4V;!EE^(w5%doDXT=Wtj05fzp)HU zaQ=KOX1Z_UeCS&^;W%ErEhpea`XrLAoXY2LXULiIG@Ql6nO{DWI~%*n!!SGl3bxbZ zavmhVK-S}2P6M7gTqql56P_$=k*#tOEafVkHCQZ{_^n^;<6HJGtm0KTUCA~u&f6{( z+hI@C;7qU(9b^-uwSNh_80$$msS4{D=Ws3i7-t$_A&b*{+Q{59j`%EPG2XD1(No?L zT{v&KN~|WU8E0NCyBX&|pet~CG>kK2hgiElB-m`T<(PT%fE|2T@%0~f;fgq@A`gbieCWBl3#OYE%QXLF;M z&-U5f+}ppF?}*3byF7FHE6%TeApVXgGxv(8Wjootq+9DK6ci7_q|V_!JN#0Z?Kj>5U>7!|AHR6Nd# z_vW+WeQ=() z2+nE`Q^Ro@eI%YPEmP&H0%yJPY^kbIqjBzgtQv=t-xJhCoKBw%d+`P}MNL)Ha5_60 zwnr@Nj(AvXyRg-GQnfF$; zNVVbQ`x2ZeUy5_&9XLmRy6VK4^Ddm(U4>J-Yt&k3LOS976HYIm0lVc)*u}kI5BC#y z!``?B+WThlj5r^<-HzG!D9o`#G0Uun?OP@yU{~!D52&-S7PSwj-ydY%`iQtw+y%}0 zB*q0N&N^?xY3Flr!r1}aY6s5IoQo6C=Zb4^BKmyHf4_qb^Qdr%OR?_MUtEoo^;e49 zVF@*0Ot?a9Qy0LJx(=u9Z^Ki>*J6(Q9L`6(F^j(d8vi1(1=iBpc(!;e)~UV_o7KhQ zX?2OZR9&Vn$5SO&;w1LfI4l1LoTvYzx(=tYx8YRw4LFy*UEQQ^R=22I)op5rx*b~b zV$9$UVJ`bF#*h!N_VzJGf`b?b-cxs~yVTw49(Av}Pu;IP`lOi?CfLgtb~dkScC1|1 zmRDU~ZCopg&1n-Lbapg!*{k`E(#p-xH`A^# zd95__tTgkeGnPIWo}+!k>Out-WMC;`FUKn-2A+9 zdqaRA%4>{_DoV_2o_Q@WuV!+UW|frlJ-U*wYnk!NhZywb73S4Ur@X+?U<#?h>`IOP zGCLcs(%74fT59GCC4xR=CR$-KS!rfgX(nE2GFe&VY_<|I`SwMva5S6wH}~j6%ztiv z5!2=74>849U1M)$4nkT3*lg{QdTw5Ik-i8m%iuDvCS;MH*51a_4Q|V!Rc7p082nV4 za;Y4m+7>(7OqSZrZrH{x#z?N9BxJEaIrht|9%64dntZ!oJb49`dOH}iFEfIcagf%G z7T6I`!&RoRs!WMgnL?{FYqH8GRI^4aYiu3UIjUG0lyQdOB%Qk@sp(W6Ur7)1-| zSkd0FVv)fa7W+x1bTWhX6?_-6!e2Tm3t%CD*Qq)Vm7t4w-a|^{(etUn&8-*yB6URY^VVP zqd}FzDe>TDD@j8|z>f0^3fK+M<|i{)IxBZj}2SfV)#2voxrFiYn_7hCFHcj z2{yCzoR*K1;0|9VwhnG2%Ml#ZMZFk^emXfM$6!NAFy`Y^UqQEqzF^E30Oet| zC7qgxgER<{7)k_~(Khlbfa)tLWTjQQl|4(hGO%S9h{({Js7nrD2R0dWwMH# z)o_9hjQ}h>Kq=rh)Y1z~<;zK5gIj$q`K`5h4A2-9b8R4xhUTD1>nM_;F&Oj7C(N%t z;Ll@7!4ShJE-*&w+=7Zq$GYauj-0L*J1ktfbgia4)Jlbx{`)ENkNgf;m0f1P-DU8KE=@aT=)-8qDb$7^Tc~ls3~DsWWP%&xD)< zW1I(V+HxL@P#%Psc@S#kVPKR8(@`EwXXL@Ckp~lU9)z*Haw`nIpIc#A2DueH9^~hi zupDvaF$q^5H*jSgjw>5lxDE-16gd4wp=+}N?KiBrkTD+q30(FI-9)yzJ*`DiC>j8*XHnwwu~$fY3HFenRhOMqK=Lw4GTL~fh%7+d1m}P zV@xi{s|dyTxUjjsW3`{iC}3_uzA=Co7&EZkf&vx*u13KN%mKfkpfrRE24(V+B69CW7Bz_6_6oB{t zCE^VViLV3jY)s;FfV}{sdklc1!io0*wj2lN;2!S^G=cW6cxQ^`6E3h51x{#RssiQ1 z&NE7`paRSoWJ0O)V(*UVF=f-8gmhzY(}jnLcG0y1^fv3mSs+Fcr#wz$7v>9 z6~95)5~4(?yf?l*zNL3R`T?uAFu&hy({D!nBr9}`g;iMCa0~OtEw=n}O>9QI-*1o= znrdOp3G?DhWkvvh2^L+Hh56_L%i;G6HRcjkgh7a4hd39+Z8m-V*m}b+ZdKfJGi+7dVhd}sFn_2In;#IP z)}otcVLrMEaW$4-nSp_qp%zwXhUQp41FVz>SiB5~OEKyEp?%`wOuvXYr-kVj=J&I( z*lr^<_Ltc2d-sd|8t_Z(=N5L*!rnKrH)H*N2dvQNE$nFv^QHG@K+1cp(1$I|N9WJ? zKgIBzB(6UdKX#Wv2lrO9lsCj)YhhPdn9px(?0Kf&*4T{}X89RDNNsEEIt%YI>6XPV z`Zw6Z*tv*z8en1U6bl0*BJg~lAVurCd)cfXiVE$kx$i+MM| z&kT+8_kDlwvHC)+zxMsL<*#$gFXr`_m(4t0k9p3*{C;~)zsF)8v_kK*usba5W()Jj z-Dde+V`7iR`28-kLbq7hITq$i<*@+%Hdvu+EX+suy5R%q1(vAOq-&39v9Njzv;3^M z?J={D4@HVIOutDnV=Sz~!Yn_-2lSI-hFhVT2wJ@|v`XR2Bo`vOF*rb>Q zi!RE-tQdw5rxI$0+GB*zH~QC;U_V-ZC&Rw|ccDgD^cNNlu;@?dj{KrOFtF&iqhGTq zUbL`%7WRaNJ!)ZoIuncD6_Cn37TpdD+iqe0xYt>JS6SF4C&4Z-{GvBoVHSpRn4!Sd zTj8rL%pbbk@>^_R(M`Tq2h41BJ^ak}7u^&+-;7a9F`}mdYNIDuSd9-OEntS0nb^<( zzd|b%8o{I+;KQtxhgw)|bc!!Dx{nXz&^X)~91v#2F#ITnfl&+ti|}Folr3yCwcThZ zU~^1`iPc8yz);Gl?x`ZZZANiQHgeYb?y~=f^sYP?W6Q!dfh>-opH$=-tLIAcjBGkIk^?CYkhO zA}cIxxP|%riX(GPzv9S27H0VwKHxJo(wG0g#}Xo=%v2I0LoLj1Vg68Y5-|)^ODSLA|ifCjQ(_F)Nq!tXCLqsn_*mbiTN^xa|76P{v@5PZaS&fC8 zMsdZp9M?s-j3->2N9l_W#(!pidj3USec`M@b+M0}FpD5xJW$Z&~ zvYTVzsuuqA)>S-EsjA?Hu-l*c4B|3=XNli%TjDS5evHO`Q1rE3HRCRoHZisxZ z=X|%YOJBs0;zDgB#pTdW_F2JPwNos-(~)>s!al9c$uOqb$dcrBOVLXCiVf`F%9I-o z*T`L4iWEXP^mdg3Jc4kXC8d-@*bSnUUYs~3H=MZ*;=Dd&$}lc<7ngbtm)hwa1IkCa z)Im(spWR?i%}H$r=j$k!Py`r;^u>f|Gi zY0Kfhu1zGIOMQ&x?U%ot!|a$vnJKOv-%D zF`uPT!yJ}zd1IN+YA)|RT;40Wyj5J@!(84nrkTZV8K+ald2t_+L)fQ)L&vjQ$Uf2D zpOJ4C=atU<|Hh%2oY&=?*ILf&EzTv4L$lc@U8g4tf72t8LOQpB4CZG7`;1`9bj~FM zoG9#^&=*#Opf9Y%t~#-&Vo7V|-f$V@6-JjedXx0Csg0#w|Qygv0455$Wh30p9|?fFJ1iS(OiP zeH%}cyau8d0s84(`GI4nK5%q%gi=2WA-PY5(Igh==xv=sQP9 ziuO9>7VLUx;s)9u!cNo}?1x}?NPZYVu?V|E^wzgf>~Z;bho)ecXe5C4h^CmkL=tC@ zN%KXqYv*=R$34D|@ujqPgfWNQIBI?H1s^gD=Y8pkC%D3f^TBjFc)V)DiC>I#fP;Yd z0dE2h0GO7h*yRzS`$@(ZvwJ7~tbGu*9mE8OexbdyAjM>w84rPqf^c{5yG0eCJ8nXJN76AqlJ7Tz!L zJM8_Z_g(Kd-knq@{M#~N78di7?;Vhg-zY^`+0UdS|TFDOldZF## z1%G`JV&&?}R^pt47L4(KeZe+AwlsH!up?-51`c5ONg!e@V0fymjMg)t-MT=4}L? zHz@Uf>?J#n`8L!4StQ^jg!$+1CEmZ8z02&0-tP>OlksoGHfgMT?w`K99@nwn*P+ME zKjifZO7S(9M2R6>8xg)xx_aOAzT&(0e#<`48x-T@f7DZrKQ6C;9b)xuU&skpV_Z7H z`&1r&9Th;K(6a7@jUn)K$P2(dD zv;GKX{h_hu&{=0_tTQy$8PVYNS&Z|fIf7Yp1heL_vF3;b$6q6qp1KWVjzht*UBob# z!OUea>ylvBB9W{=!kJea>x@V_7Eh&xvd*xv&Io6nVdFB`Sz9={BzAt{FNAf5jY}2D zIso<%dcTfmpFYPkICweK zM60dP%k;jAWIXrx3^XK_U$aKhm!K_3a|Uzy71x-?H5SU{cXEw|aE*mn|+;r4aVKRXnpa}Y#(`_g(dT6^zW~|KYE|?euX~wD(+6*E4d-_*!deq z?0=!p7=6vuSs3lUhW0t^{m04loA*#)k3fzeAU=gaBmVc4Hnc}xASH0Jz zS|#xAf}Vevjh{+K`pS%$#OH4$7yln*(hZB`H^0w`7?qcNj~f*-Po%Vb=xiEUV$7}O zYaw2*Uz(ODBd~5>3K$t)^kN=jT0a71d=V1(1}*As_`d9YlcM-j@?*!P344l4c*^h} zkfv#af$Fbboc}T;LgSD3Ht!qWecl6fqBHa_;OT%I1e`5CVVr6?6yDA{8wye>um?DH;=fN z=LGk`hILnyapd&L&G)XG__}I&M~a-gV=VC zV;$d%b$m4I_+D%~$FQak;n6Uj^?eABh6y|x_F~;1#1?b}ThKPPpcURSv;l9$r}|J_ z6N>F<#dfq}J6hv0RA)Qd#v`d6@B4Wd&!^Hz8pR`NERUppcq9!E7)e8U3=QKk)X8H` z2#-0DJciQjw3us`zHIBl9E57uj=D`p{bk_S3w1jLR5ahQbM4yEN=KqiP#uSG9qVE; zTC0s~TH~75xTfvgX6;b!TS-efJ<|w zQ1M6n!np43Xy>=1W!#Bh5Vr#-w*x1)_i%3S;oROsxxI&TT}qa9D9?oHySis$KC%Hl zfWEGKDe!G_8|;!lp&!^-`gZOIcJ2obt^+$(h8__?Tob`u6Hd8TK96}5&1*vO7N%Fh zp~U+KXpE`EH#Pq!KUa|Nmx%9ih6lOqpW=$2{UhV2_R*bs0>68LT(SnK`(n6c8O4!9 zd&ZD1nFxL=!4JLXf=)LF;s1u&k?t@xSMSo7mbIg-aXY^&$F0qoH z(#KQxYf)F%LH>85*S&)GZ55!Mw?nGFcVt}wN$!HYdcMW#HO%X<&Iz53wFvJ&L0qg|q0z3eC5bzM-VZbARM*+J5 zj{z`~$C``4nxMdnpuqFoLhJ=R1$Y`jR{cJ}bI4;q;Ca9cfR_L-1L%t}2LP`EUIY9E z@H*fPz?*=#0B-}{0lW)%5AZ(VuYeB#9|ArCd<-}UI0S%ABL40@B71oc%LqUeAQ}(@ zhy}y};sFVO-hf0v5}*&DFQ6ZwKfnb@2BZMofK)&_AOkQ6>F0R6m zKqw##5Dw@ChyX+aq5#o=7(gr_4iFDW0Q3eV0+IkImFSB#n|^@)02d$yfD(x`07@eU z00sgE0Wtwu0B|mH0D}R!fIL7xpa4(^C;}7%N&uyRA%LMscNkyuS{a8o*k> zI>37Gez61o_j=zG_W|w)cmO*Ay8sUW9t1oDco^^q;8DPCz+-^N0eb*{20Q_H60jHW z6yRyVGk|@7=aA2S!1I6?051Vv2D}0|0C*Mf8sIO0*8y(;-UPe_cpLBz;9bCbfcF7^ z1$+Sb5bzP;W57YcA;4!?@%Y^P3|jUxGT8g3bOJ&Ep@1+zFYkV|_Wfw>`_bC>qqXlx zYu}I7z8|f9KU({KwD$dI?fcQ%_oKD%M{D1Y*1jLDeLq_Jezf-eXzlya+V`Wi??-Fj zkJi3l4nXZlS zTxSF30OkVb0p6Vl0CoZ%1U!oLcLN>+JPz%U;Jrun1|)jlftGj&df_{0 ziv6n7dr+O_eNS!mVt+#X5%&8y=!YZF4@aOMjzB*gfqpmw{cr^O;Ry7@5$J~_&<{tT zAC5pj9D#l~0{w6V`r!!l!x89*BhU{=pdXGvKOEt?Y;Rl>0ZD)}G1uDwI16wkMun>Y zR|BpA`~h$+;E#aoFgLv(unq7hzzu*K0owsL0q#Qld%Q;>yCZU`_h-2b&;eKuI33Ul zSOMq)tOTqAtOo2soIeAe06YnJ0e+Y#$(H~x16~0f0KDe?K>h{rI^Ye!o8Au~$6p}F zUm&kvSY8;@V7v5!JJR&Qo&?6iqp+reFgCw0uEASr!g1$f%V8w!eR_6DVD;Rb;{c~r z6uo5yVH(~dbBOOIVuf@P{AeG6U4+uSLcmT-B}$HoTU_aMfWo_HJ|};+7?ruALaQjW z{!e=_ps`XIWTt@mKc|455Uj$&)}(ldLvLcE6Bx!HQcxo(9sXr87m*l$>HTnbU{B`> z*m0M@y+CY+t+xv6TiaQpl?yKQ1=L?y$3$+n#QDxplc!*SouPPoI9S{&@oi z<~gIBqlcE(q^I-EdR@p$8L^&r=jY=JFfmCYvM4P6h9DxN)(FY&9 z5^)8E`F3aTOjkxmI?Cd3*xl}wlIY@sg8caC_!zf4H4X(W&d}0R9Gd)>mMOLF=dr4$ z1-nDEkF?0k1s$8EJD$`K_<&N~6S11X z9HJ(8A51#bS#mdQx}cqyHSO~hVI9SyskdmZ!rt*oX|NOROJ}?K8f%D1M|qyL((z7J z1GQBKjc}`r@Lp1ZJkOSoGOZ>9Xi0Jb>D_d)^q8jD%Jb$^(P-aWG`F0RW`jkuSw02( zmSym?#XIE{Ag4`o@5yDLy={>9GuG z-Gf?{1Mf0A1&#KjMRWTpY0kH3*2}w2%!_zOYv#P5`?&tB_Tg_s8|1K4$mT{X{qt4p zDQGGznr(Rd)Cuj(I~x1qejfgWy7ITtzglt6kr$oFKiA=Ui{@Ost*l4-=&?8>r%gfn z^nLL1vXRAjJsWx~w0V$Jt-&%#*t8&9D>Ry8fp9p6W8l#A2D{Yt5&EQpyu6_WLyJ=L z3o6}}E~m2}K9NWICy+jtHU&qD@kV1{2b8Aza-8*#sYp3&T zU6-?+&hFJtz5AG^YP8^Vn@y8Tv|xF=^H`_;4_#AVs*CmR?{#MqXuhM1bF;3U=Wy86 zoepPGcbYEuXsWx4p2}^36f#i4SjYkIsV~cqHMEivx=rb=D3DwL1wMSDUD|ATtCoPy zp5%7B2fMS4FQU5X-sTky<^RTxEOz3Udn#VEdfP!$jBnDdR(`T4x| z;)3qa^hc_uPOW-Gs;M(-cI)~RvR%pe+7Y$QPIZT~erD;U80pfxf7QnhA36TmEtAVD zC+ppx>!^px-k&jY?!y~-hnEe(_55cb->&AwPJbNT{*S!bLNci{%HK%x#RJA)ZkGK#poZ* zGwTlQM6iy1j@z9K=RE2gaCye(DoKjnsgH$yfRKR$u zq^2;QN=JjyIx*}w2wkt7DC~AygRt4kZIhD9pw@dvunU{r)_jt9`lPzDknD^>F_2td z5Vh!kD=G}P@n{MdV%;ej=_Mt_@hr>2!K#P6Rl zR}}P9|MlW)BW^_U~&$1gEBYCl1UGm66M*`YOdny5V@)Zj!I`l&wW`F8YK~ zM`vP}zNh^0Eobzc0q8klScS!Cj-JBZ1A{o;*)A98*bKu+9vO~zE60T=MJ9nTq`>Zs z&!jHRog|XF3=QVRC6Q=tq!3!1U(_#OUjId=zNcoYoH}}sPFCO0x>G311uYB~bYY=f9I@O7{ ziI&moDH;XF3?Xa_(2Nbmi%(Oq-erAjclNRLtxw02Lh|8M2ZXCsXZN{KsbNs5Kj3-> zuBSPj@-F8IIusS*OrjP#81AS+;qm=SrM~B+B0R2tCM0GJ#tWoLtS6D!Ci#9(iJ3GRY*QJMzf~PI zXaa1i7T6_L?XXRC2G^1=y+B*ms7bP^jP!0($4*R-YFjtN8Pbl8`QO!mZ8m!YhMsaeMjd|x#x&1nZ$@7}MFXBOF#UHmV23@H z2J4cN{P=hpb=)bK)0GtehX(uvPDAyL4++)nN^`_SrR5i(ML%-V=BskD5_@YhC|nDY zwv0h}nUb}0KPH>+hg04esIs1O8Xb#t=VYv##KTI$SANQhU?16(v~9#1 z17_Q>@B$4adxJyT?Ui;ikaES~g37eiqKqJ@(&H>7V&r%O$?(Gn!WNWiCbbR$YxR>R zH#AI{v_RkHbiU+V-x^fhFiN`08j6bMj|g`Gp_rCadT#kX*P`2=9OsA%(b=< z5*^C@_bRa+yOC@IJ?EQ;88n+MnoaWMQ_xVqGtxOzw)Uifgh&tM^5~LW)(?__fK;n4 z$!ye&aXcSW@q%0)Rj7!*x-ja!ggm|y6QB`1t@y*0@&*b8LUsw-p62PLu1<3HgAcHl%${%V;smkME)MIY>R z4(5B5h`e*#CLZ|aW-Ei;I&(!hn(^t9LCe+JFQ$K&k^M2U4 z#u|Z9FZ={ci0EAwhc-EUBGyNY1rmrNxIpupQ(Pr2hS+IHfut#yd5HCzMzhg!&gCq; zySzug1WgENehi@5B$JM(p>uN5#@gFRXFXP@IGuozhkDH}*4_rqnb=1=KCfvwrN5K4 zH)u$E(;gdmz)VwIAHc%~tY019f^0~E4;CkGo>Q2^LR0Vj;5b0&^Q6M%^ojlWi5pl)i9*cOr4q)?D=UnN19#Ne^p9Gs^E+u z{Wq+qEm8=i2G@Nfa*&H`4qNv(O7C82bJ*n)g@5fAJZxp?7Y)?p7j9I}_Dv}3R(&^#R7Z$firnH-jb!~UXQSyEDnq9rAg zs-@f9rEVzP#7tWKF?h(3={>oTageDBrOcDj-mWqDNO9O?8)|<_seoVl45VRSTS-n`XcZ7L5ob zdth#S99DP`0^Ho~ctT6|I(vVoE@&@+ZM67vNGnpRL#P+jK1z>NXY z;xi;7Nz343AT=I71~MAGbhM}E==k_~y}jp+FCIFyxcT70&CZ@9qs%^fqz8W!f5YF_ zgNw|y`Ou-wi9atM#NLoRQzQ3gx4Ac8l`~G)S+d8RWKXX%hHTI3Ik)rwQe)D%)dKX0 zy43mk{WZ@x?@OQQ)7-Xg?sQF zByHhx?$|XsM(RMA`x@{&4s0a6T@63tqU!lK^1oYi%+Qz=>MFKrW7(|23odBGmybtE}=dP=+Pb4aF~mvc8$Rq{s?Ino1gDdBb=f zYQYQ`^^IWYl}oYyz0v62{@79_*A4a-BcaWNc27_5+C8<()Yb#e-Vp3O(9Z(>%bmdn zeC>gi==8f9XIfd~uVCrhjpvmmS# z7HV2y4JrnCFm_|q=YXIE1E{orDlRKcf(03livM};(H&1q9?w|c+}zMNh4?0a=;)5^ z=ZeHr;H)1v68A2|hhgFTHQuXclM9|$runsKJZxtud1}+e5eKvd=ntls7smt>DlbRb zOn1}W-lPrnFfWGt)nSv9kWSJAY^3?m=mCjppiJ7?@&FUN>n9=E z@2jc8xUxPQon3fEaBv;gq@WvGctD0?li`tZ_`uoSN0nB%^W5&UM?SuHZqvSfo96cN z$GQ#=Cw{&Aazh+4j6=e>d^ht9AMX0$+}^!&iC@tm%nvjS{c=b$YStq0b`SL$P5H-d zHojkqpmxw3r2{rM`s*>e3c9%iz^jGKt`HahD$q$!lpWF=fiuG+#a`9l%k(cv5Wc$Y z$ozd)!&Kv!J&CmmTHwe01~z2 z0jvGMa#d+#sHaUPwP1*-`wRLFJ%&Efo$-i<0wO}!PDn&X__7duSuPxSlkUNaX;ELa z*%wtFtV|Uv>h}j)xf#-+P|38{6qS^CsyX5P=T8_l#yPvT?hGu>%rCTGdicU)5GW5U zZQA0WoS8W*dgTSqLt7zXRu66(A86=muc>PujcwU=c$>#CiiYNf`hpz|)zw`y(Zz#A z73CV_I{(gu#ocn9NuSjkW8Q;kWP(L<42W6J%D9BZf_B;LJpt*^vO9E#9go(9Ll?)v zN+c!2$reJgnh9k4D)uwXq(dv~2TCAa<98Z4v#o!+!rVu)MVmblGxdl~%O2aL4l8>)DVsAbk?ux-ucn zwMoQUy@;&P26Rhni8q1@ki+mO_CSEu9FZPhlau@X{-{6F6~bTX@wMD~e(-O}1!7TR z*%0g{Uze^_4@cNdm$W01gE+!|C5-&@X183FXEWFV;mBDWjBY9vu5y>~oIN&oUg298 z+ya{Ow}joj*vF0yM3$OH7I#gTw}%ZeQ4t$r;gCz@+MKbWxzWTw#-oKpLUff!hkF~fwCzweqaHn`A>Ls;*m1Ru%zUsK$_zKYj@eoW{DBTSGLYzJc zQhJTlw$t9yMqVfzgQOujwH@zEMF5Zychrk_jn+yZsiNkj%*lh8WHv;kBtGF^^Rsla z&@9AdhH;sk3l!Z;;S#4Ak$v|CfnX$&co)83DnH@^)MM$Fk}!~dwX5X`ycQY5^S_6|~$d;$ZoMbPo^BmG1 z)R<$a6CvM~rakO~=0h-$W297mjnp2p=Xo5x|JI%-N#*MKH==9VT4U~$+JhSNHvaW> z#?V@B%796_rb6>n&%v0idEO`CseWtCGxN89!Eb4vYK%3{)niDGRbx)EAIo`Wk5L>> zt>pyYpw^NBPvDeJ+JhQ%D{=ucU?TBuUc$UXyDDzfz&=n6Qp4dka)ZKGn6?6&P3jPc zPe9Z2Wr%RY`h11*EM*Om6hAp6UJB^}GPPxMFrPEQ=6CIiyL^2ie^I*W9yER(UlC}S zDRP-{ANlOBK<_IKf*4nM4CN#$C~W9xw%O0Rz{GzLibVbXD{Z_nP+p#L54D7JZoGMS z`k6@LFhwRQSY6LPu?{?GU(^_DU(&fG*8?5%GuYtd9}^De=?`$u4?5kamz>x=*emrdcv};_ z%~$B6GDn-h*`#F^WELbZ5DRqs$eh-(>TRj_l6@7VP6aID(=YT#nNjc5?}XjxeH?S) zAH=7R>dsnh;iI|}7v7Hxw{lkdd@K(U$slw?>f%Do%t@nEr4ArmvF0%SNY2F^fZgK zxlzH!V2G@J9exCM0x*&zWJ1goUsGUf)b;Oi{ypw&aM-?t&HIwg;j`=dvy45T3A>?It$E|MrMX;MO`)m6D4D{i zYOOLDwCvMs&s6fZSJ=0?3%1D5U}m4OL7o!&x0z83TOHJk3*}s%z+8H1F8>Vm{3!#w zLXZ;rHGug0OnUfHP!UQ0AGItQ*<((!yVn_WL-IMt*n8C&eoyK-psTc6`7TLU;Zs;+ z4#!dTW9>P7Ao=_o`HpqQ{C#rFDV*_)=K$jESmleDLk(F{3Sa{!(Tigq%DN7&3=$|s z7@RF!g_g5DvRyeXU{hysYfD4BQqf@}p-5m7FzVU`67jIH{{Ru;PKXLOQ8?1YV8^?S zTAPzE!juYu0UuA_EkDxA*taOIU9Z4iNBkv=74sDo2`fqP$Tks5ytf;@R zPlNIWAT_@!Zj?a;bRh(Sco|uFYB2<{e~1dDSWt@G8J{C}t+q_(3Bi*Uampdc9)d>? z$Z?7Tf^)@-gF#ITMuU;ICcMnw;0r`u4v*B@){cCdFzeHt03r@GA5}|?zt<{2`xmLh2 z{db>66+-KGci{aN9KWb9`CXzo3(|ad2>O zW^j5u6l(Cb23$r}lPx1AsOz;)4`P_}5ksURiu@Tz>0ukpKt%<C74!`{|fUdBJa>ZIuufunzm)%mc6^S&&`f5jxS;=!=VPh zAN#QZyHTOCG}>&z=J)ABt;&ou(B97rMH@HpY zQ5G1S0@gQ>+)buOpaQ2#8oPATiN@8LAZ`K|OGTWrxH9g-;E_Bw7y%8au`v+o^2^|* zG{cRGZ7>a`5FISg1D4SwWa$K$d%(UU-1+;)nkR~3zbDT#Vj_wsnkV*c4BH*9oUyjn zA-BVBbGV1v+b7)YU~kK|#(^nc9VDBuvPb_3e%d=$*OcaqeD4>$UCBmU659R0PZah3Wc?4VTszv8_-L{b?Q=6712a>dd3hKpTzQQ>z3u+-317Ikr^zOIqKaJgxLoy&c2V5uV7kD8l+pwpR3B`flof|?J)G8*F&J%`T!?Pp05k0P~Ie@a`%kbMW(sa zQ(afVME88&nL+&z3WBk5n`jQF#qgI_c*4cpn24PT{A)n{B)cmO>W?IM<7zenppotK zFYF1NLm&Ff?Yh4fZ-=izoyQ6c$T(1BPB7!n=(uIwHIEx78~rGk$E_9TE#2UdA+3RC zsf0v{rl4DVz4P{u>Xhjmr)+FrzC#H6hW$8jNYO#WEY4YL+Ze(F?G9ri+%|;D$1=Py z3{qa_n;P)+w6^qm2B&>>ICXzI{j2s!EL;?dM1qCk&S+baJab%PE5Tt5zRZ2`{CIz? zHQ=puFh1siK1Te)3p6ZOG=?G~fOkVl!@DFvr9d?u#@6#JLL?csq&)7OJLWfq+k5>s z^0vY0K*z2gIAwwWvAQ^_@b(7$8#uy+WVDd{s?=cI9O8;~ll$0{L7IxK6V0B`Z5t1d zk1gjz3AX2M=`Hk)6+`JM>g4)PVTadX0yNp%D4c$W&0oj$8F{hG#+M94`|7T#Sai~5 zw;L1D=(LOVj&($e`=+P*OQPX$M{#USXT?R3hzCamuVl^*x?RT(FrN=c(^d!a=1~{( zVSswa6FqhHU3qQ2y=`Uln@ih!``SoG0=DtKA|p-~?6uHW+-4ZJN%MC6nzbwuMUo{DRnsEj zrXa>P_!~pyN%Un&9BBvEluIP;afghXm97tnA#7x{5J3qpQL;Ziaj?K?2U;GQ+Hx=l zhQP#w!sedq`xh>l2cKp-JEx2Qga-0wgnP&O$_CqjYeSp1&lX1fhKLu3dstha5FKUh zeLWTqv2RHndRpSpHK;Xf;ufxxZi4I3tFC3YXX+*r8siwFX>mjVUVeYAfdo0iGbsu} zMFoKnh~l&n7txOZ+a$td@fh#wfhL!+#@j*siZyL+c6fT3hI>9q0nfVyZ~w_S9G8)o9Hx;LPuM=;Uc z(FB){I}gc}dJ)`GP3_z<5_{wOa*}-{xi7zydY{^_+hK1|`!$`mj{)eo!{9}v_u+S@ zPHEXeh)aD->VWDQcksuP&;FLw0oC<8Gp>^ksIK3YeqHK->iRMEj?{BFaYuFiYBrEI zN74;(9XKWDxYpd#@bNgSPJ1TliRzg*^69keWEW7^Z(ui@G%$smSH_Kccppn4+ay&L zLOUQPY~ic%6O%g#h9ted5be)gYGCO^hG*_y>IizH-eqKt;r<<+)6!Z3bzR67>S-4IThalu91eQ zV19~yK*D?!c=dIzsH4iKlOA6%aEry5YBz|ZKMJoeLLQM%hXvcyI5??b7VWcBIF}N= z?P)$=$lL7kbUMf;K>arLw2v!F>DfO7N*RRL_t(O1NUF%r9cpXuC>fgFK2sP87-Fb6 z+?z%yU+5Pi>XAedJxNvu*iTTkqDw>mZxlHb`IP;Om=QRG1V4eb0&(=Cq^<4;8bEM? zSU@5SFeb92t|936I>7%5p!$Hv(efl=igiU5VFD|J_5d}ajYqp0vTUx7FEiaJ+Inf{ z_?5F`6R=s>Mn?8u(YR-#vrk9B0*a+Ur{;-2!4A8{u>S(K0>%c32z*PBv0$ZvtZbaHkFDubHy8>kwMT zHo*+6@_JQnh_+0AHMwXN`QEHGc1p)IrSue#{->BYBeuO~P=ks)9 zDdCwpOS@enUsf;&mPt#n*-T3hwsG~aU2!AW5)Al?+G#t@z-c>Fm#%0;#;N%oO71lE zLm9l5A-JT3$#+3!x#<{;IOiYIdCQ*RgB#sB8~2UuX+vZ+&WCe68lB8_x!lvy&QT}( zi;<|h^c))_5G?HIfVeU~IT+fqGt@UdhT-jr&osBTHs`nY_qSGWnyIC~*k1(~qJ_Vr z^T^+Q9DkD6iI?NL##xAkW?vg=c*Uv{0&MK}qjO$?qO51BzKqBe$XWDAR_<{I!e`}u4E9KML z`VFaF$9Y}Cj(%10OT^k#f-zC(9c5`Fj6@nV#*y44Jp|acdaW*k=q@sAB<=ml;Bs1? z%AqlhHtf9pnEX_4{|x@%Kb@6KwXv0bbBX(LDC2#z(|rjfJtNEbz zWV|~n=Y!};2h*KGQcO8B=Q65XIMZj=tMw2G8NuviO$*B#ku|&27RZgrAT?{vTJ#%6 zza%er8OB|ZNY`FLy#y_i=n!Ry{kT}I2B$(oSH`~lr+ISj$c%kSj=2!PRbx)FPoesu z^fBHmJrFo8RPX82kcixf7eZD)1w=|M0np%l2)X^z*`1T4X*r&p;(`qrX!s}}pnxP- zFcDy@mnVY=yx#LF(exSrSIMp6d)2p+%G0+S?3eJ$RT_BXCT#gh@G&dTZRj=f+%~Cw zwjO}Bjo=BNmDoj9lVNqzkPd^Ku0P`252Qy0*FjOP)2M!yT(jj#L1jHnqnxgKP5t&H z(2#x$-lP48lp59bW7>a6N&}w^`i2puQP;25Zk5;Pk=sVFt4DQMn#0?vh9u@j`E@6g z&*%L3F@h@`nG|+qDX`l;u&OGwj zzOCldrD7Ei9%s|JCmp2IqbAHXYM$R0hCSbe+DxIuG zMF9%#R>m4^E|8hYd2&5)~QKmP+iL7UdMRt3pyeYm=4RBgVzBgwFB-5-gf~ z=$l~kg4^^Q_I_RHLkPF{0$4&F#NbA5FGMf~??DLTEC|sLa4n2$m>OXQ|4-zJbZI;8 z?+C$pMAiaw)|EhpMG&$R;kd-%ArZ;hR=`3?-|4O$ci}!7Pu_$-4j}2$Is?Sgd~jkz zL|cb#K-x~NR&jO6=E|Z^fBCz2B9dght9KHA#=82()t15$G1(HGMG{)^<``Sq2}c@M zIng&h)|+@B;}b}33-GSCwk0I=Cd##-{rxJ|TCZ*TtYXV*sfAdzz6_rk(E^h*SHwNw z*&q$8c=oP1ovHsLY@4XOw1as;>*Q=DHX^AM*l2kdGOwq+3rj0I+1IhUR&C2?eXufE z8%ai6{6}H`O8UT}Bx|dPS6a7(kVH@hTT90aLQ&vN!ZwBq!SgDc8X}|+N?8k}FBb4- z2>}@!SX_+uUnA3o(bU9PN>&l9WU_5;|5HDjnde5SA-cnEB#l@ii@A2au72O#^+fB{ zI-$`*a;5d3Vz=S1vSU93WGvP~#J905$+pKO$4=()l^}_{BvcZtt;WD2c#SBJFWtjo zX}HKtlr|~CNAd!D;D&tiaDm%haA<1c?0jSa+w;$!jLpK~<(}>AoN+rGu<5}|6x_Z& zFgQH}>w9x+w`Xvst*^aeVRL!7w>MlfJ6jX(#Tv*H^o-oY4dx!I=oWPy(GLvQiC3d~ zwv3QSi+afZ?MZgKq&jr{C9*crZvmIv`4i^##k6-(lmST!q&1{|_Y7H>%-`L?pG-dQ z8L}{$*YC`@4hxfc{jT)uBrBNLkFj^Ay&osTye{9r1`LifI98I^ArqM6Z{)LS`#XtP z^&aw@5-oC9mvN@o!IUZerq(w^Q9*y90ToDZK{`H?kd`?J6Hqv1)gVWXyh~D@9D*~Q zF#?z#Y>kA2t4$wCB~m7^5|UHgJGm!P=8%*=`Lx272@`wDFyZomFbWO5+9UMtf~Ir~ z0!FceChAzo1d-fVZ5UOpxlA;SJe7e>eeFq@5r;xdqNE8HKGEJ!CaYJ`7a|$Kxk;fV4sM+bRSaoHC%qdLP76Xrz1}MrWOde+|qfiPc zB_4tAh_FnaXdi7B(hHIC4`UzfRNr>zpFJ@d)luu;DLhV_kMoVL9CyLt$)OIxs&TQ@ zX@fjc;!ZpWP3c*#H-vHW?RHjWhcQq8KG*#{w1JD;wg(4i{JP!>=22jG#*j)_6WqSJ zd2qUh>n-YHhpt!nf4>nfo<70Kdc)(1 zBxN|{H%@G{Ig4F-@!r9%9i_Tny3{#-Kzi~v9vti3QKsvj9kKDlfRvH=GGJ%S^gIPS z3_0y44C%B(qy|E9@`TMGN1owtX>bX{=8W`FkVa$2%%CS0ZtE%;nCWN~qOoIkps1tA zEvnjbI(o0_tMhf|wfFV4mn|-qg?szjKi>hTO9fp4j_+UTXU_wgK49st`;n}V?Sdpk zQ5zM~xlT|7{jlf?2?o*_O+guwuIQ%AE^7n@Wi%luV>NMEFDk=9h7I7W!r%0;j31hQ z;qhc#23&6A z6MxeDyBmZpVoC--hq*}RP2e)i^ki=_H793y6&2ZMiJ`+8t)p7#b%uBaAzbO zEg6^%c)7j;YtJ1+uEP_9%OY$yYRT{fo4!YISVN%HJQ}!0?Ab}uS436<2GhJu<{DK z6SM9-Lmnl#iIqn=AuEA)YB67|*%z}afm#MD0yjATl8Ka58&uh~=nxW-Q;C!hZEZ#L z%S=xZs+K!Y-aL^M`vp9yF%6YA-Q+8$tYj)LOP(bum`L*=TXxt%gpk{f zpT)F@FA|Lm_{i6SLPJnq&4S}Z)W}L`8L1^*Pya$X2ZeYqv2%CtIvQ@`yft?5;c>(} z%q&h14;sec(Ae~7e4eaI?3LZ;oV^sAgX4=8?v3v`2lk(ZnMvqU9%FQ1bar+u!O6lH zTv>JJcFMYH;<$Br~nKIM-Jg?CT=&SR@385bK;`Gr}k{%<#e60 z<8;cj%A;^SXwGE=258LC4E04}<>7(8Ztp0~(mPtKDi_Fnd2^cbbNZaq{Q;Su)h|-> zSMy4(qSG)sQJGI#rmeLcK@zJWK58upIr#XBi>XxslL*>N@&uEulx#+OBqlAOW5UC* z@zrZ%pLK)9SlW1j$yh8^1t?TOwid}%WDt)T$wvWZpYugmS1tmf0^x;RmNY%f^OnzU z26ZI@3kym6%t3sb>>HRNw^gOIDnPT|Imb4`{_{}()N~(ubWjx<%u>$2OV0ip_CZO1 z)OFHNab4=CAHWV~*pkiPlCGe}T#L>b6e*wdT(0r_ljzS)vaWhQ>5%HZ$Jjrb*B2Gk z%Z%V?uK*LmJ6aNlMqQ;EJeOEx1EAE zNs=1{2Z1<3+QCj#X57L>x-b36s139$o`ml zjXRX90|MR^GV-O*H4*IF4?$p0=0Zodr5kq+Jjp)qNTd&`Fs%Grzr9QPQ~3( zAW}OtE{7#)wE(wZZUfVj)=-Co!w4_;#Oai#C^(2sL5tEu<6(?P0=C^8FGoTUp+ciz z^=thGRdJQKINacqRdGph0bQedG?9oT9Wda(hR<;w@A0faGNh{tId7vjhll)e>v$Xa zDqk{x&|$j>NpTlBzWm0W$^`QzL_?50A3CbUft%T3xfgU@S~yLc+0E=yc|9N3Nye*Z zO1ipP`viVRykdz(z$?bI!Fb;gYSa+F)5R&=!hdJeZon`KPZ-XL!=YS+15RRkW7=qp zyn{0VI5w)ApmGzV%P9U01so#Px_pELtQ602c!46(p7HH=7o`FoRgIER0kDxFR)CQp0kjz-mAZ-B|Z${stS4@iaikaIJ zT$zyEv);@{x|t1WE=BoV%5z9nRwvnyK->GZ{qa1?Ztj5n7$n@Lo3?YrrJ1Bfk&dL= zD5bAbgg4>8v$FtavK^p*UY zR)^jPdvF$K03G7)jw;UvhncZbRb#kgt&l0#ranfZ7+EkaA>^zmD#0G6OcnFgUvK8y zDJntKLs0`sJ%CH~fcV{jSymP^ITEa@h{-JG?7U)+%3^*B$-^!rU)%&c;7z)#!L8qc zmIzMv??_@!9E3Fd0Vi`ODk+N@+<|`xZ(E(k3{Qq~>;@Zxf#{jDm_4#eB+wMzE_7x9 z;kZwKC$gAb{7rz;<=j={)ZdIxS0MKU;`h6BClZ|L!kduKjCtu!S7JZr^%192{{0YT z4`PB&_78{_y2MF1DQ7BA@>Y40uVL_9u5q1w#;NPXIo0@M>=$X*i6W@$$EoroAW?;X z?!|9gG~^}w%QvL*l9QkhRt77~ykuC_2+u$psdOXa;^>pKs;To0Py_%9qM>y{+{O7_ zTnMjIP`jC%5p)d|^)ANfqR%OA#>ICCXMx_9k`J7`6ju?6lzbErKw0e3MWXQL(x5z!se*SUoPwPDY z`Q-C&w>Rn8P|*%Ao&X1^-)F%02-HB=G&`(D-+PB7YZO zm=9v;9Y(Fw#@?>N;qWnWh5SfZE@vZ8#j<%SE|d_-ybis17`Kz-5sv_ROAx%8Y^CZt z&y(>2|4!Gn-;;E1j{kq@`I@|rBde~TgXsO|T-dV90qLIV;sKV)FL^mO*sb{fjT_u{I8le@3iESO#uVBO1RDCC z1A#ZPqYVA307&0IxBhQ-#aj;_*0jSHAHMLsBM0`KwX}W9{HE#gk)i&cSVvoPprO9H zvaGmpV-DQnhOdbH%8D_|Q*A4f8j#6(LD--|(7)0Sf`2SAx>W>jvK~tDeuM&WC)CIFEfm?z7VSz-HwRD^4>;qrD0qt2W&BnErKZ@FMq^} zoOxU-TZvI%4$5~y@A59rF?5??y#w2<54Eetoc?(--bR-@7vo<7Cs@MHO~)ses*zdB zHc_IsZ8;B_7w9RGV}N}#ZGWx{0mz6!+~5X|LPK8Och=5rWG0^&i4XKZ$Cn~cd?RY; z75*OrrH^*VtT}$Cc)MY|{fz){NZH#Mx^MtmZxnFvm*zwMQNsAql{WsM#P|-GG4#8* zv4I)9j=2p>eD9Wcj$S;3@-QxwO+<=4Zg;x$P8~{yDMCFDWoQY*PO24y2zJU?!oK!(MZ;}@hU&^vPvJ&+Y;v=X4HN)n zDLk{TfCyB%cPT&l+HMj4fy%043KTm{QE+Q24ZpyR#d)ZKJuj?Q9+Jl+@mGYMf{?Bo zmfArvN1Jd`kaybM@xxW|sn}@~F>NkBW9TkA4a*RkksXJid;|x$(M?JA zC2=n2fMx-PK3{1m#Y*{Nz9`A8rQXuI>I#I)l@z3)m>w$EAxV%5n@cAcl99vZVF|N# zhZRWooJmO#SWV$Pmm1M7d`OS3vIxcL+pHtMDk=(`t`3y-r#vpZ@gYN~7U8{Y6HJJ> zEVOgM*n+AZUx>|DmT6j zPOd?Y_cSC0)M%Qve6MOHuO!D@$NmYrwHz~(F-GUfG1nrtU_y-d_u3tR{8r5I0Lvrol-|u99lYCmiVgZ-+I4{)9o@E$56x~K8D0QMxnP&`=+38?j-0a{YMjAGX6J{V9iE>b zW-jhrI)bw)=P1ttBy)K--=}RRDW2W4**a5dj0X>hD}zVr?T=gv=!tV4o)j*lB})Zf)1f3TqyG_19mu{7WQU!SOZ;#T%bCv zfjDP(SaYu3Va>$Q{B6dQTMr%D`ec*1rDu$d_1=OWKF!AVsl+SO+uMdZ|I#@m64K+1 zw<9+Pa2}xFq(z&wc~P$xlH zLQl5?!bmQ`l&@uXt>OyS8aca0qf{itU1jtYgsEWOHs)* z1^UdMrPvMef?>P>`UVeH0u_qcg$Ca!zLiGEun|V3HTP%rO3eLQIrnRj<8nZqngiC! zl5^F|lVh%B_o3Q}JX!m!leKMSPOfK=Vit(9!>)w(8d_JfU7FKu zm$v58;G$dY^8^)yP$0J%5iV=2`ffyl%x2IX1%IjOxkjxH8!jzKRrYrk$lZgR#L!mX8gb1!=1T>;p< zh@zW2lGy?*Ye$m(zg}ZUEDPru`hTs$!_TbM{p1)G4b=S5O9?gBO@xx`-;JG-mjGCB#iAOJfE_pvBlH z3Bm}GM+aK-6RQwB4nfN>UKPTG_g{thE3!rY3Vtw%w^N5MWK5;^uo{zZ1pAeXXxfMLjma@rYqw`VM=Qjbx2C=8xOV-jG27rheG4Z|19L`{%q<#n zhLAb)8+`i%|BvMJZ?NXTQgf(9_R($D9FXhrPVEl4Zfh>k)YN+L_8a=TnzsHPNk$No% zEl~{GdT6R18@zNvJk9wpVBv>d|7qy7+hvvykRtIb4q2@ZX+A$ilJ}RSy`OnG+rjn6 zDK3S$_~V$L)fEfm62iXhilt_zx?(xk>WW1Z5Udq1xlIzr(=eT=u2?hlRH=a?5?V^; zOlp6Sx|P;!N|)xFWyS#YlNRg*1znhvATd);qNb{}1T#c?F8i7jDNvqc=@U_KF{gE% z5Iw?G0q_h7XGz*5+0UF}&hD_y*-27^AC_iPPgO3V=ibZ~@fWkfKeTtN`*0DB!AGTI4+WRgZNR;cm=v7-KsLwQ}vL-3I`!jv>*oPO4DuLy(c3NC!|*M4=mSz70X0w4?J>i&F%-u{GRx{Qg;=S2 z&M{O;m1Fq&&!JeHwVy+FH}#wo?3uNn!~Zim<_1(v&3FzhLY*tWMJ(eMjjGoUQ{F`_ zw%H6t-RaWt?M0Q*s+i*w3F-qJPu7@fjPO+*!($ zQjnxrgiI(&+~Yq1?)5;{L-(e7_$6LP_a++Fj58;-%vAR#2}YG<7m|IL%+G6fZ^B@+ zmxNRtgjBav-J4+HQr(*-dnba)?oDS@jLd$Fb_x!ZW*!Pel?5=Y?oH_jg#W}yyeI_P z27Vq8ECF@@0+@W+Omk#&OUvd+^Gq4sv2e*H_RP)>_Rq}pC$$r0izKIRRc-6Gt{-=9 zYpboow?=3ziJVOXKOLOKKLaprQI@@iE}|prcWsg!7_4no*Cy~^<-1H*oKnq^NJwVK z&)PHl2}z%R93C2qd_ss%@R41UlS|@Hpv0|4;&+1`5ou^tGkFwzsuY=J>ve3hCR0`h zH$X#KJz67`YQ;!qbt>bIjOA5Qz3H!@X=EBjkM2He7IL@JH~uX=IN0&8Li{UxXy@eQ z4sp3s>@F9Hmj-BNKcsF=v6T<82Y`d6uz{jm(+2yR-I^LneDl>;RbZT_*G8vPp3JOf zO>{2JUQMPP$rg_8oTUkgO-twPym@XYJ~tOfqU+>&yT7{m99%VwO~N>5^H+DD_sHnN z!st`<5A7Y%?&q<0XYA4hi!ww*5>7NNy-O1SCOsz^yJyBlgSV4dN%~RJvdliNpJ2KI z-1nz$-$Ty>Eywa|#N z?bQ)P!x1bNWX!fbvpEwq8Z`d|i;&)4fQ0g96bnf+tgHX{hE z*UB=ExDNWS?3FYN@n*w#vz*I?hH;?~az`hcvslK3iS*d;&W0&G08^N@srwD5dU zV%D{&?M5dEn3eP{`l00zoa!ORDlLa%(wH_UEm@=!o1L2^yYxKF;bA#XvMX;<^W0)tqO!-3 zZFTK2@T!^5IR=Y?9K-Kf_c>%YUHdty`J7-ctoRP;5X|KNamLI1pLc=JK1EFYE)Z@xgWqP&Gd{XDQ!{2HNt-*pmJ)`Qj2 z+g8Vl!ft}t6&y8myy=38=8bi{c|!jXGtk!NTBt+Exy$F`;BV}D1c_pMK7>CmFgTr^ zK=3H$g^o7~r2nvIT&_ej{ys|`Z@!DDGK3E#nyKTBoTub(UsD*(H)L8m));e=m#i~} z^b7TzV_Z{X(tPUK?>dhB4D!3DtSSsrl=2{jG(?uxmm;W*0^;CVhf&4cs9*@{A=FQ^ zA=3y{2s%;uIhA?oSvrPCUv@zrXIL-*6hh6 z3HcA$J+jlyyYc?_NHdszA0=hI4DB~88{H%j2gRw;&9@kwbl3~|eiS9FN7rVhSKfdQ zu@Z(;76r;4a}qZ3wa1W^RXyhz`#Uv;-?Q#>jw7TY<2isw0JFFg@K`6p6J*1R@C3#K zG-e+fX(&V;gfsM^2?%7u0ZpF*!#E%I=ST5{p=Ma(Ju<@cSy&LjK57u*344iYx0ADx zwp3)1NUi(LkT)fCwpq|oW5{-*##{^EWwtj#jUoE1#$3%xGoJ%ZxJ*0EsPi{z!f|b9 ze7lagp9YWZhHzH4tqGo_iEJ2F1 z?MHHjuwki1ML5loV7RrZC{X0DuEfs^f-X1JKuZ>1fQG43LOYS)vX>4f86yxII)Ija7!)+e77D-Q}V7dVh6M zxV@;Rp`oTQ++0@E@NT&%syaz@Y6s$V^Wl+0PhfQD(Q<)%#1PSP7vvjXU}0u(jm#IL zxk*7)aTS?&{m9sX{ad0nrsrXDqv|@TwUQapRnN5*-C60>wH0ohet~H7m+}A4KmdMb z)HrPX8pLp&usNy?)OSG1a9uzBWnj?)W)uaS2Q+khYGBko4G=|GGGpbkwvfIbX}YKg zAw693(}t_2&xd~WhrB&CF5_;TJe^nU?fVgzn-wB420HUaWGoI~*r%41i8tV~D1)inI334GzxA zG~}aOdzab|j9*jKMz~Yyu*G)PUw+kO&%{Jetzr0Q_ckwd?6`XO`zhzQ6R}S zFY7{Ii(ceZ*Hg9><_;4v#2+Y;z#Hm)Y}*gPRi;-P48j=Q7@oQd4BPG>X=wvm`@PV6!ZV;Fz%c^9s)z8{c1G81)9#|6i`kEvVg{Q-GJ- zbQJWz55zO^95Cx_L)-;U*uANcdB!>$`-i3ns+;hu;`W}M4ef)C^T_XaBIvo=R*LULQkjlAdrg8jW4zss+)C_N$>i1w@i`%>VqeYGN-j2?u z2A9E*eE{V;@iNv^Ry8&R(j`~>1kO+p>%}RmRk0}m2U7e`zzavLpEgL+YwQv=bHhmn zDh2~VB>gtXWckz@Edr9{@po)c3N!#pS&))ESQM@#+4L=)9rk@>?RY zvZiRPsXE+V*4)|Aj@=9a`@VqPtk9O?MltNuh^LhG)jcp+%kCW-y9^8Bs=qp^H>mVh z5vQ{XRs}gI`yMiAajilti$q6cPeLFf9k3*Nn#YW?di-j@ zx5Y4aKm-)d(FU|;sVpjs*=;^g zZKY>xq;tVjUQ_I|*}6&-fA02rdkTv4^LvB-{tfw_Kjm#0YTa3v@9}M(^S;tE6%I7E zG`5X*wsgX7URc-E)72PgY6>)U_BB-(!mi$XV^wuUZA)Ekjn`LGQ{UuGJT}l?-w>Fr z@9YisA(w*7NXdsy>;%0mF(aqo)MWgGg9K6(^`Jr&Cb0+Ex6m^b3iXHjng~f{845W3 zC>@u)07`g}3VjR_$ON)9*^N4PXQL^5cr|WrFwyopiJoK8@OX~P$Qg<7n%>0Yt8vpi zK2T4XoA_%AKN08;e8oD)z_FkB@8;N_I(l?z>HPDT$hbW?H#aCb_RjOy=GbJ}K8kZv zqLsx(VEP3m{qr)%gEAc{Td0 zpMh6jV`IahjMo}s$98wqfw@5xe!wKzxm$X`tB0;Gvv~Cdm*jRI%jVVFZmq?fdvGSH z7Q_hgYP8j`^@9WW-Tgk!clG7Glt z#TIP?ay}=Rt#r0&@^B7wgu``laP7hp?lc^RXz%We6x8XF%8t%vOe)E_ZF+gt*dQpz z4A%Ue|GRwqJ4Vr2Q&WcujPti|JsVg#-P^x_x&xE#Z*OdJxTeue4n+xE(_N7nH!B?M zsTrJ{9BAld{fh?_-|m{2?!Qy#fx7FiYi#$l^z^nCw}*?H`=SxxU?*^p@=+_bg}6}y zmTjc*Z4U;3Ij8Y$NGOtRn;bozZL3?m?)OKcqh?a~+6vEv>C6+Zw&F11!72W{Z_2Uheh!`oOX`4uk^z`T3=P%gq~UYmINnD@7iu?{D1} z&+cg?o?TGe+}jffG;a-|$D?G~JvY?URMdySu6_8wq0yUoe6Xc9&=~a9hkHZ4l4p}7 z^C&QrBpFDQnLHcu=j*fVU@#B>w^kD6y4*U0S+6NjK6-TP77`?Yl`7>G*hu&L^)cAL_3pWPPhb$7o?kxVWXax0NIk zFIHEBYy#4)Q8}EXL$VoBMUZ5r-L*AqGZ%*6Abj*N}9NjHY-EXdLOg_y?hsCvZnf=+K@TB6T|2cx7nUUbJzM z%=#<`GLDN45kt4NPIkMIKy^TNk?wZ6T?jYDvwZlchJ6hBKu5fdlRiqpR7w(taRV@wE|kdF#(U8_Y{D09q;?I`ezZ1QCehT9H0?Er=+>TQueXU|GHfK$Io#bfuG^rM z{mLkC*anVH2jD8N+h7<)tv&s%k?F~8He&vGE0p{pI6-`j--i(74iCPU3>K)lr4;$Rbn#mG|5^iaf*Q_m2JhnsWQ1= zS`ADQGpTBO^71+x8hdkW9P8!W7OZM5%FQckaiYqbu(@>o2w3->hVhIc_JMI%H06A< zwXvqErnw;(rK(CC?=SyZ;;mt|BWhxooyIr z3u7acYylh2Cy+mvX#d+scDZ7(|iAXBc-t z6|QNYs=TcsP*q#s)R4c?a21u;dWuS`>&k+~g-+uq25?in6F68NCmIpN>WUE$M>=(9 zJW>nOF`ZOXr^aalvck4(>egu*HQK+J8g<%|aBfMgNUE14eOL=vr|fdE%{|cA*puUk zcZLVCN5N`u6JpK6fnK*)*n-uS0eFyXp~|X&sQSLA&l+Sk)6Kn|*djSX9X zkKQKl=CZO4<+ZhCIaQv5vYP60q7b?GM*!0*&|Nu0qo&HRB^V$%v!WG8EPZUl<$(bD-#4ifySukvp6w z;Y_>({!e%Yuzv-h@d51LBJr^P4jjrrArx|;sI`BVVxCgR(eHV6t{2u97MA4K z`}}nUMX<*fZrxZ~RaW8@8#g%1DyvF!jn5g5^19lJ4Ny2LYHG{f#f0TGfKm>yyb-h* zSPri{ib%j>B6af=cANY@b#jBj#uS&Aag?icazCjH1FT9q8TU)+K6`+bChz;;WKqBW zBkot2_bZb3QTKy+fBy>Z%k}H&>#xE69R4WY|EhIA3qFr% zr}VQ;_&j3H?~&yDee4ldqo0TS1fSLSL+nB3(GTH1!DsdTYW&_OpHJ{vec#JI51;r! z{GQ;m`hF1ii}fS8PwHRY5*ih{<}5q|Jl3`D=Dh^Jf_uyF3aDu z5&8Q+b5s~4Oh*-Y4Lgn>^HGcmJhgX$O67I`BG9Ux$`StSouW-mMxSxyX z|CZ**g}Sf(Ox$C8W$m3bQ)2f8ZZZ0LmSIb*jy?V|tjjyGu=wePbhwE*7n+=^Yk>$%hSX$5qu zSL}Eff;}EMeV=+M*N&__s6ES`qHHmx2_WzR()dv@dY$irxT!CL)9XlQDf5^GKy2U& z=>31CAtagaYl6$?mJpS>p} zS$@V{0+~|e3-L5S@9fmCH7Zhr%|+ueRm(|26AYGk1r8LIKt zf~%Wzf7BQb#p*oXj{2^V(XM)f8?~GE@0~}7m$Irr)u8dPwIW(c3#!)q6DsAo5zBx| z3YaREVuPdwho}x`B7qrE4b;Efbd6e_y&^ebzpu8c%!A(=FqLN($WjjXJQSoaq11c` z(b98m!W=@0ycS^&bJ7)Ai(0M<)Oza-FMG+F?ZfLVYbaDMmqq72s{LI1H#UJYSi15Y z@)4algZKP|P9AyO-^*O=O3W7dOIQ}eS)kP+WFh{6P9Uta++je4bC&iUmKEgk5xflD&P<#M`( zn3KyHqgzhg!X+c0z16rDdd4WT<7mxnQ<5N?r{eCFH0lm#shmAr13)xSP5 zdk^`+0_aicGEQwkZ3n8z2ItC=JSQl%Yk#hryIjfEe>k*W3~x}w=^hPZF74d(pOP&^ z8sl2kIDF^&4cViyiY59L5+3QDj4$ALmmfN?clY+ix!K9F_+W4MsCNwZAn#}`)fbbI z6KFaPSGR)>InuXq#sK(e_801W3SCv+us$ONfKn9c=P_(d@=I~CT@A!TQIB}Q*kr5F z$I$_G)&?S6C+w_3{~xK3Be*k#5$Z3E0GYN%$dBX3C+Iu=XP*&wQ*f8KkE&eWBdou4 zN!|F2i`&J$LYRMzibrq*{{c7afS|3Ce#0LF{9d!an{t86I-GUzbW@on`7i$%VmX&& zEaw(H=PW!&$rxrWJ`{G2hDpX~AV4PLMcG*{xNE-4(Gma;$p z{ViAiY!-onbP|{F{Fjr@#~D0@CBIoczW^r(L>{{hI#2Y5I)RWf|5o$)RB$*HjpF&W z{MFP8W`A|n-~C*^fN8ZW@6=w^HF!2;wJTuVCZZWx?3%pj#IG@|wJBKcDayCuz{`|6 zdL<6Kq;|AWrH#``#>8lXL?6w|H?@?OyIkd^Egjv+7_6%Fl-g{ip316_VRT;>?R&1V z*~XpaE@o?Le6}x!XoQB~S6iYvT+fZRJRNKRdH^D+8N&`2$i?}glhVj|U41FKM zY7Ft}A7!j0-t@MWcd{+=O|XQTU^ybe0&GRuLYmD2(gE7Z;4hL3hrcHIxi}x4snttP z8TdfUgy%@$MaHWi!S5THm+fU+()i30;mm%?XJ{2xn?>RXR`5on!C*~D{ESf(X#59W zW<7`V7WzHDb8za8H~d`k7=4m)nxE{O+6ZXA{f$3|BVgq8edyl3-u!AY$uA(L%B}hD zwI3ccdF(oCzt^sf$uK=Lc%{~0H)5V|K{q@6ht*q>Ip<|kl4mOqphN04;Ow26cKT7J zlb(Lml;k-O{Eym8pjSDNsy*={D!a#SK%5XvG4tM-H%c37rJRGGdcBCGmZV31fmSr3 zJ3Vf_7jw zf!IQ#4iOIk+RRp4b(K{)Yn|eHUB6y9YmxYWJ!99ufAys+gx&sOn6W<$Ht<1R{~*dB zXM86K@B+;9G0d}`_XAKm{=G$>o*7)X%lSk4DA_krY}jJ0mCj6`lTwHkYbwoKv)`$GWK8UDYPSvtOE3A25qC-AqPl_ z+%$DD?c9~ySOb3-f}yQ5OYl-!cp%8_kP`fq4xOw^EoGJqZT#&V&vYTC_$DE4LU8e3 zq%j4Capunj$1g2Yrw;^uG94ZH(i|N=%FY47a)JIG0Bpi`IkNre~ zkYe|s^I)ZBs1VGt)@D#NWeEaC9q_UN7sx=bT(YDxb+Pwxgf=jdyLW_`i|C%q%gxQ3 z>qg~(DqJ4fmn%qead6$W2|jbfQ^psv|ECKNPOKMo3!zar9v7?P&sLRYE5CCC^2j+HKmwcvV*zGJV`v4QroXlxK$+ zp>JvpaR$e{Ha&Y!3*c9PU*W&Ap?|Ywp!yI6!AWnrbXL$!vS|?BaBXo{+`YIkJ=qy8 z%omV1d?raCVtRqo-p@sBWH_SZS?cx>ZZ~p$#9=RRIL356JQSb@na?7$ z?pgUTs#DaW+RtTicNmBW_ak5fOw1)^3dp64OW@t1XtfiNg3vVLxCLIjU0()_`|SX) zA0x%7*BnSKr+T85zMf9AmLK8ucfTvn^b*1P7&@+j@1X_ryvU?YM z>CkQy3HO`}%sjAteyeY8VrHgw?{-|T1e)zWWKA8CFAR)s5wF7k361>^Li|X5`nK3I>L2Syk4bLK?7U#t7VVI<@ug-?rX2!(n_nxuC&r>wbJfN zvUXQ%y}hy|Td&xb99t2#oWyqgAc~2UwXzjsrY$(y`@Z+Q{^$4q|CY7TK;VZ*oWbwG z>*Gp$DvVsvFi9au0y1ufbQ4}$y%9tXW*n4*YQcX^5^f9(dsaJf)Lm!nE0Nd6Np?as zsUok3RKVemh8!c;d*} zdE|rm>OG(ici^kLNzcN*G$qJ*8l=oo_hJ+&X2^s+OjTAx8aYKVb?@eE&%bhwZ{kT=n(05@=ri(zQLyyBS^5$W#vAXe!#&)Ag*IPzSy^0~&pzhy3w55`n zewckq2HHm_)R!&mWwoZVgTg+%rdl!^y_1tY!mUb}As8hkxWSJd2G~M213ARtw5ddKx z1_R1%(s}lfbK(?EB*3@1v-2u^N06Sx;fLDKNRF=o;ME=o2y*>_tL$<9bjhY0O4KeAN9} zJJd%dV-a~Sr*k1d|13jGas%qj+ojo?Pom^ZCKHDq;EoDRbUY9M!bU|Lyv&KN&RN!+ z>ih)~Zp;3ztv&ywo+oJUc{ZwUla<(>v8-q026mC`o~^O=Z|T|6i3&jW8|sGC@CM9) zo6*K`%z#PCUogTH7bX5z45x8mR4~>-NB|{vxun$_7@x`U)KI2vfz7h!TsG(;*F0ym z9TIwlrcxl8BPmx@#ia3yk0Nar43~FV7D<5gmsaly%Q~Ub-=nY$ep|+wJ`Ypp^P15_ z%8dOv*g^rhm{;lVCoSufazpL{T(MP#pS}Vyx6dG28dkmsi}6!=8uv;TV|`_d@%IQI zm+I&kkyIIfD0=5IKNBQeD581(x>kVqcc2&+Vo&T(3s-%fzfOM90d}5OAO`W8sb?!8 zG*nRt94THxAsR0!`xq6%L+w?;)cO3=pmvbZR0b&w?hrh~FX^aLea$hXTuv@!w`05j z+&OQ3fzXZW7p&|C+f4gUS(JzY8(%`C9N8elEXdBIdd`xieI+XZ`t1@6$Vm{cgDgmN zsg`V69m*%zVfHJGgMQ9mz+w@FC_+YCB5~2sv#KQah?+?-imPJNS{u*mq3v9=gyJ5ZiDib}F!gpZ7ZV;7U3MYf)G^j^6i4y(^%|$WORN zu)5*91IefPFC#zUV}sX6Mt;sXsr`}CALT@l(jQJJ+-{+S+H#Mc4mz0SU@#o!yl21m zdfjfH&;1V;lf84!>#LxB_LA3K;q_Lyy&rVC>+`q{=PG=paVg(G|G%uX@QuoC(7QH5 z2QDK|$ZZ*CWcuS7y9v$leP~l$8DfS5gKI-Zy=t!%+5VXecc2_<`Xa zz;W2!Vb!-V1v|4hK%PE?Fh)bU4!5B)h@sP63I(O@rTZu^6I1E7LfrOey{8yAv{KOU zv8(wmh|-x$#qle)05~A5g@GQp3If-XzrfNRe*tDzhBP(iGSKH^^f1+OG#T5tmJ~jD z3zo@;Ip4swf3>VM`YePXWGv=pZ0@qGy9L9k?*m9ASf_I)%C&nf_EGWI8b(sgLV%qD zmBOZTU?&c2!zsD?u?X4g(E9arB?{I<(t+9qlc6A4YLgy~Bz8kXzGQ>#(sla`Ze|Zd z9lkAYHk#toLVQ{^8u2+Vs>oiUzUWZ77@qoT`Bboo7}Cr*k6Rst*ejo>%LlXbprE(m z$q#cp-#&vP?z@a+?pe%iG*o&6aQIU1$HUKaKm6h_dfKmH9$u^T$a(k``!#1GKHDSb zA;&DFYa8$lph_v92f8MkM2k^RnIu=oE{mcV)m(?x_%`2{iN=)6XvJ@JP^%}c11o;> zVY!f&zC4Qcvq7nW#Zi90vw~_eD@eA$x%Lcu8I{9Ad>d%$LulnTDeOF`!1Wa(ReeEx;C@l_5+*AaH*@I(CV z?uPvs^Z`}^`(qZU@}rh@3rMn@Grz(2ZBzWpDruDsQm=wxs4H9;qytG^+flwzWw0mGSQ)5V<>Q)B20^l~r6%O@2fbCkGTlVh)X?y6 z$|?#ALn^Rmy5VmwDk?8^R~jfGY7EoNYX_F%L*Re{Oq`43+P8~UN&;nrZ`G;+%M&{CK!9DKl$3R z(AKf!#-I=_)3LU(P-tBwF&R)rbf(k((O@(1W_{t#fq^J{Xkef-vNpt6^O_F!b{H)+zO8QzNCu2aa%0=kSj zwjU-^A+3`#caS2zSanKmyd|!oRaK6u3VI);?wDge(4|HgWL9;57@gfPwH~fb&p4E$Qj_CBi%R10SSqES!TKpz@Wly??cfdyDQBcF31S{n@mIq@3-vUJf3Y=i%#DOa+ z5tE%n0fNK~mIve`RK0^FQu}ixm|E<4;kPa#x355Ey^CA$i^R|LwqD-G&nrPf%_DU# z{*Q0T`WRRAfd!SoTwuT%9kic}qeT0&!UH1ED;zO9qYv*9zn1|~3{t**9Nqb*roD;2 zl^LF9{?77&!+#YmJ78))lDkx9Kc<`Zq~t-gN}JFlcZf>lg#g-t!jj1Bk1qvz!oqMQ zJ6tAv#i!H-)~IB*C6g`mHhhdDuxD%w(tdkZAgfBfYOvkt%-?d?3zl_KWf!@t`8y`N z4!RiXM%Zsa{wtfKlYa}*Kivwl z`nQ#E3G-g^(W;1%*pKSTM1t@G0)#DPCKN*Qq(p0^CkV4CGXG`>4%j{tp@1@XgItG* zUW5ENCR5NK528{th+vr{h5aya!vot6^xn|7YPMc8yIV)~!qx2v!G{4&>rUM|FfyyN zs?CXxsp#fWKJbxiAN}_2yVl;cng#trJ2Tni0x(ravI|W#&n|xXFK$;^q%X2DF}*;a zxF`Le{CE5nr37=O4H*3~JRG70%$kUMS4@{~z7vBW^+akMKnfU+L741Z zE(2Au3}eKA3e$x%DgrF_zun!J-7}wR>FW!J>j4hz8|woUB-|VBiLI({t4E-budd3C zPb+RIma;bq*+if-3iL81%t=EjEuL{DN6MWmrKLGT$X`vhw9vm`Fx65Ged{jGa066e z9~Z95f&Tt*82_;i!@=Ni<{~-}>Fd*hOp$1V)W+amq8AJ??3$y^i6 z9tJH1DpK75%Tp60>>f~?tc8Brn}jEZ!QoBOiC;)n>3?MB`0Gg1(xAY98&NBM?Z^lEqQtu%3#ah$n@3N|?2#K&HDV;cO{HHB!#0Qt1iCPDD+1 z7lgvQz-*5}EIelRaW(~lGKFxs7r=O5kaPZ1{4Ksi*$NNYhf_su^%VuG>KbLb45_EW zkH}Vw+ELup_Jg=6F1R-K7b0F26h@~^4?3ifc^K1-8x_O@&D5n5Py`SJ<2stV53l)C zx6P+&=0LFKZkfAz=MDInE$uC#))qvy7E!_lnhFl{&N6YwWg|r&qTN3vLOz@60d?3nx35G}qzr8K&R(m(yzD{BR&q#6?+eATg|=jACKQL`Q!; zfDg=72{(Y3wKYXk1?uQ~uGw;W*T9k4*!4B!wLrf#9O&78eBHt4ZivJ!V8H|n2Lj!N zNV))1OnZ>;n0(;c(&qV_e07>u=j#sZ#dWQH^^rJSA2lvRy`Wjm9h=ryd#^b>bj|65 zo9-E}Mso5(%1>VH-TcUoJD#4i%i0=BYFAf#8(LfI3w+JV3P0eBf?}KbDCQnz`9&Sb zRME!CHHo%BrDbCNgBDXTM>UK=Lekj*6vXJj=J*3}|+y-RQRYsq^1 zOn)Opslhdat7jS zxHaN{xB|tSh$X}kHq16K1=UG0no0w!C-e@>axaNiS&~XR04@coW3Rx#Y^e`QyKeHj z*y^);3H-rkUP8z3tjrJZ~})>wx&&oB-AX z4&G4K#zbpKdZMzlPgM^LCa}L5)Z^GlcB92o~7XZ)gA49 zE%DZ9PkCi+J;pHF7aH#v*+Qp!q8)w1gN;ddV~sDSYaPk9@s43{d395wK2}^-+Booo zxhW(>DePIhc2!GPbx}!ELvy^hwY?ZaQZ^H7TOXMlEk-htuGDB}XP?{h*0!!$9gVpd zub50k*SE3_UA{=d8}`@MwMA;c(F8nNZ;1d_PzgqNTsa^$pIw8@FfqoOj%0=AQJ61u z(~vM?WHly8HsVoqBv314E@8O95HSVBJbnb*3C1eetlwW+swn<(|N0T+9B?|gw4t;f zMHqC{|zI^0YGkEz3GQB=io7IOtej>H}bM5c4tkwZhLq>~7$-^>#W3s3Cb z_nCzqPwd)kTN@f%LjHzUT`jTtJI#f&yZ4-3SU9_9 z_t}Nk%_rx#J+gW8BirUrZvMdP_D{AayQ4_3VsUSv$@i46Dd6QGe-?`-(R4qXU{CPx z%l;a|>^UoYtY8>D)(PA{CZuDyiXp$8Y8vWMh)=>)56XlsAcs=qK!5JHU?f$#2#c(ShD%ye*X1&jp!&cJx6=VwwIf&vQ^yM<+2u z;ou;;hWWZY?yRb^1w9T{Bgs~PRnI39^W91Mn~Y9H@voi!whtB;2}A<9T&AdF0zs9A zWyL(+Yt`Dql9Iw&{{6&t-QDx?_T}A3;n{e<&sutXh!gC zAxfQWHMrlM2!KB!sF*YqX-uNF=JcgNevRHMm#?U{erZ|TrI%ukR~cB7rBGESRTD!! ziCl=K$mncnTOgBc<)^JeELrGYKLAbZQvH?<4TF^cM0iNo58=oD9rmXzgK$P@ub;gE zn|mu}Se?=%XBQ#vvhmrp(uixxUrzXPTiD*>* zjg5`PV(Zq$*c)_cJRBaU6QOl6=LBgwjJ=_}2mN2@#P?hguch&c9OjE$950#$FTpXV zG@(r;ct(*@OV}EYrz%SrwO}(rw8}HcuMCJRvnTDDCnYYe3dm$a#9f9`dl6*nB|zew zw=pG=epcDf-y+L+3W*MZ;F0zl^kNq5Sd~?wFy|9eU)p2|Fo27%Que{T`zhNWWsrmv zNOpAy5>8AEh5#Vj6~Rpz5e)IN0i*SkA084sf$lS9lTC5;9ptR zuP9^vJD?4o0XIMQk`KFC2)@3ZoUMqL^pi+w`1zp*qlG+Zo|zfWCHyt@^n)r9V!PEEuk z;8W14G;j?-qi_M32ZQ@R%dnxt!%hLu9LNU&uLUqXjErnuovlGUr7;)?Rhl}=%8>Fw zKn4<9h}mLDN!O6_uA@k(#1yCmTSlKZc;K@;ti^{^-v03Xjb|dNiL@!A{R=nm`^=6V zpV?=>uJTr#J2^jpvYmf>#}j)HNFey|#I_A^3e4?U_|)z_PwY6WKB=mo#o@_`VQ7|F zq$uY-nD@xHmqCseD>afXF2%?-#|XwK37;hGS!RYT!!9w%T-Bx+=U)Z(j1|m3+AwTF&!4aMPIpCBBdiM8Xq4#QX8~uY+S``vvs%7+!WHDM6&v zFQsyFN=poe(&KS?3~hwF>Rn=hj{sx=F9iP3_f7Er^w%Y=&OQy@l^2OfPg@@HcMgI& zoWu~rN04rS_Z!*)4C(=Rt+{<3Py2;@TAkvPqgF1d|1nY8BWsAFGON>jc@8nZuuSI3K%`{Ax&{(OP1;C-T zd-$$`f�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

n%XAhcCQV6b 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 diff --git a/data/input/font/Barlow/Barlow-Medium.ttf b/data/input/font/Barlow/Barlow-Medium.ttf deleted file mode 100644 index 11d4ab205a90ff5f4de55eb95687ef08b8ff21bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98244 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

bhk|G6v9sw{Y_*4sk1qxnjdLES#ni474NBLT@ zgcQ8qgH}@T!iYT5d_@YjL+n6^LBUHR%mf9$m=Iq-DfrlkDN>v!1>c#FQ}7jo#S&8R zf`|iBoF)aooDdy>6ntWY25G(`1>c;IQ}F8vIR#(t(IP3>oKFgT)e3@an;02`Tu5!D0z1__zo_QY;|_Uou!MAq8J= zi-F)eK|f zv(O}rrOT;mZR|Gfw8zAr#wHZJxiL9)>8GF)`%w9|JdyK5RtCA^_3LoNTLc=OAM#vY zNWUZ##M)xcno8yr3!oS~F=$dOfMV>0gh(M2V-E&RiUp7f9&_oP^F#bBW~9|LRx-ic zp7-j`6EcCfCD}F;GQlm*iJB6S32c@*H+|3oNCUS9O-jZ=8h9olk|}lAX8}p$1$Ee| zN|T6M;zT5YH33Nsp$>c8)wu3Fp$=Q@Y8(fB;NwXGcB%_LOKR|>06W!%5KWpCaFQ`6 z5;8ssQowDoPAMrMDd5S3_@GGv3uEara{KEY%G~~4gOG>vzDNPbn*O)clq&2o)9iqF zU!;IbjY$E~)u_VWNl13E?7H(VyOe7)ZYuiKbZmKiWZPZfSMO?wrVwvlGU@1Bveints`KDt4F(guG zY)ptsfVtjclQy`D#!I1*ZBWsa^om|poKR#_q>2-YEcGr=57kPNdjpkSE&-A8jm(WeQ~SjjMp zOr#Vh6g}ZkGR)m3KR_oW3Np-m&xLi9Fd62xg!o3tF!y;boD6eBB)-8g7bfHkb8kSw zFxDklWSFzm`v3*Q-0ewpGR%?cedG>jm`4&KE0AFpYQ|h-7#~(!V3?Oo#aNMv40DL7 z7(mW2wZHIhXP7zxqztqB&a<1X z8CMK4%&+g&<0B7ovi0w5I^a$wTg&GP!^roH-h{}FeJ5yyoWvN{S|4@6CeDWIw9yWU z!+tm~69)aSnN?_9qg(}1c3GvQoo%dSx zu26+oY+MA04$k;@M?zkOIKsFHSMeqo|85H?B=C90MTIJaCtrms#G|SgiW2x}r6=lL z`WCAYi&O~|C9q{$g!qnFg?KivatXXtd5u@`9kB|rJ|SH~{Kf9OVk5sS_5HpT*r#K> z<0Ip3IMUzzu1MhGhPd|O^JdM=B}Dn2(SyH){Rj1Cd8$!G6`}@js+F*qIN3);o@`B) zQBdzSO66MK%23BfZOcW7@saWd?0Y>-2a(O4l_ww_{>;B_o3;L5?v4}CN~5QK6+8QYGhN!a6hZ7-jahk8N=VstN1QiEQql_EfKRU z7Tl|3z>lYKvRJU6*GO6tVOg&|BOzKfvjkftKp8-SF6*^1A_&?DSFu>I(AN#h;tnhp zT$K>NkpcWMg?JNm2MOS+QviXHv|f8zLj2iG5f&KD)EhE|Q&NP0Bq}n1$Erc2S?1u0 z9d_Sm=T>9JWkuqj&WjlzdH5Hw*BxqNuU8aWjD+~*b4mRAJ);}8hLKE`>dig|Pqe05 zsG7C=6|}%(TTE>dqr6-FYPB)d8@v7MW+d2GGgLJzZ`nw`g=>Pso_(rkh-G=T^z3yC@h04}KM5#2`zlq% zxC*L5J=@OeMBW{qz1a0`BRu=sgv7IF?>J`<%q-TEaXk`E!<)uOUSQHV`?tiix7sS{ zUp!krm!7TPGkOms9U51r+NIVcx>vyMwRQ*7WE!o~M7f1caHTRzHE3|S*(4om#lNO! za}MP;cz`Q|{zVUc1JFGQQPg}B&?n~q*g`;vlyH;!Kc6XIEGgmTglG|@gcHsG!QwPt zQo=fi8ZDX!A$}t%A-XKe()UkFxY{WpPfU3^A(}WTp)fL& z-bhL~QpF;EkmR?d1n(;c3Gu#23BE}h5T67oVUeeYd1A_W3Gr4*3GXOWJTc{3r36AW zUQ)sV>g<3dF(xHkYm`tpFXbbHFu~xa7YO+C`%CHeKFX3)f{??&z`}4ojZH8TxGc2 zdFSo6tCR=MKW$CNkWq>GC7kLX|5Ti+*fk`h63?gY(y8=&MBd?;rwR}HnP_9i8{}QP zk4}mn4!o*V`$&_fO5J+LbXU; zvuO-Pv%60{w`g_?%_j?HcZ)#pG3wt%vx`X#X?FLza5J;pWv4y%ZVyiAgxUT2&v$&}U%9q< zq-GWWI;_&-UF-LZo(nF=c==|lH`SS#fQt}Y?(xJW%%5N8={ZP# zNTqFd+@MN%N}o`^S_vo5?Hkl5i6D8-i*~49Q~8qTR{Nt#>2rpq&h?Z&?*~DK^jV>) zGsCY-pVus##vhW@D1DY{mdvYM`dpWgOP`k%s@7BbEL4@oKjgb6&t2)lEv1j8*Sw0X zL!PtIz=Yi39(8$_(&v+eT>4z#iVx?&;j?IP>l1S6Ghex!AMeuVN@x5`Y9337H^HPP z`pi@M>>E-slA2osiloL4Y{$b1>2pHrLYF=_1QgQ8LIrL$q>rzr7NpO)E&@~ftWQX! z&o6&jEmelsp{8M?<0E^}UH;$S7iwHupvE8GJZDy}L+SU7UWR%(4uLQA>y!P7scIkY zQb#7X~0VRtDvHb|$QRm#^-l#H) zI_JHF=q^ls&U0_n&MxX4oBjlY6B$MS598I&F6x{|Ou?XMi;s{xXQ62mKzxKueSDLI zb#~GJpUtai_0%~Rx}|Dcf#{rs_@EhZ4u}j!_PkN&tV)Q^PM!0(lVGD z%Bg^;b2b`;t4N{LIVZZPX-UT{bPx&Oz>GOcJrTj{mt3t3q6zI( z>pQ6Hpp!bTI@g*E0P$8EfR6R@JQT82Lw@;-y(`TbCy5ZToM}4FIzF<`-+(w?(&-^Z zd3WwhgFnmB7(b0gSG!L zEuI>7%Rm3iteNt;eEs@8qV92wZKc;>-L~Du#sC~?K7o@PN<8GV*>Clmlg&!q)qP`l z2y1Qg+wJ)F$4B1i<5o8ABq8kDLh)AA{i)pI!dsd1^GXw=4_-oDu7jEE^?D!s5xNa5 z$Uw(Tv?uXjleH#}(`}XNomyw?39HLBszVDhTiE)imdLPkiK=`0Ep3cp=isnJkvtQE(=U$C5Mc(|M;uo z?6(X%dxRbR9$l$v^*Ze;%7Nuh8({~jt(+D!(P?(8{SLPf^?I>V(`XOr)!L7%n=8V% zMX&N@%vU$|yqz!O;ee!E#FsJOeAe=IzKk0Tvb>!^z&C1G-p(NKab88=U=TRpoZZSr zd>J-r(eri&fqClxp0_gyT%eHW?M*=I6XNS{0s2%SEb)liZUeg6BN6(_a20!>o=S); z@uz@ZO^8PFXMm!A79GNX{v6Pyu8><&Ui%CFp(|tvB-bX@(!fcpt?9fN)N^^{z|-0U zv`GyhPFmdo+5|*$Gtcb#waaltCGM-ha_%beb`p=i)!*21){AE0x zSNY5MG$DT(xxyDO!%u66!jzXWdyieWZ&U`C&8G7J#z#Ki5ijGQQSsRELWViGY^L8c z`Z$((F-i`q9{Z>&I5-6d0%B7>Btv(iTP{^vlbv3#G}Rp2)8EC=HYzOhZrNdJZO?dg zwja3D?z`<+uFN=SKnkI?ec%m$!KaRo{KiiBfq%EP{J^z^iqo%t_=8z9<#VY&^m|6v zupxx&*yRpX2V@A&gh4XhZdV|Rno|(L?N$%FAjU4Sic@2FjvjvAmVY6G=hglTwcVY; z^HP8JnwK(oevl9?gu(L)ml2wmGI*ZgY@qG#44yXyBwa%co>uFF;*q{Y22Vew5D>!; zgXbqs5So`Vcv^p%=cNpuerkl3_bJ++vY>9|eTw#21l00AMSJW_tVpq)!SnXP@;>?c z_`&i%`P#Nnd7YJfeVl2A0$<-_P=T-CN{Ek;e7(SA1g>(vzRsWmUt7Lh=*1Ma*?AlYG4~@@1uno#y;v zHw5)V20dtK`r{W^?fA%Z{}mqe&)bOyl?H1Yd8yW(LJ_Lo z0AKg8)fh99QK_G7H7ni8I=5Vo?Po)rnwt*q_=2GRCA`JhL|GAq^<_YhxVu!)%=Uem z>vV{?%QmQaR_e%|VF6#og=f1HRV3g08lW`^Rq?l92c*4M{FZnY27Ofbz#MZ&@e;-mk3zW$L0GTtr!|;I+(N=8BAWl%LB4X3+r3 zdteT8@c_#EWg7FQq1c{=W}7BZW-=#BE`YvKptZ6mGml4xAU%~#Wi zeiTH3j~Cd6k^&zuvE3tFF2PNZkMBu{KZtz%tZpcwSSCb1whbjk{d}>uY!>~doZ0AF zZx2icZcT>+$46Ei3O-&tTlo0T3zF>@+?;Y8d0r|i@;#%^LDBSaE=<3Kp}_4@lZygf zbUM{aSQ)6a`mIX6iJdCdv4>63v|5|ShRrn5qj1cA2s-!Up=iXOSsg#Zm9gpzdiJ`6 zSXQHFuT|D|d!}bA3CcW6z6_QruCWBf?3tc@gBQ%yp6S_-C&c$d&puVC=xc7z^z4@t z;`^b}TB(fV_Ds+A9tP7FR9eRw37I|9voB4E-$>8CBOyj;DlK0yGkd1eI!W2f?U|mv zK_RziDy`4$Doa7Aw3eA*GJQd%<%d0(J=3$7`cjzMGd=tAgy{eD>>Co|-BW4Blu)&2 zDy<`&Rn?y9*^fA@YQdbD@xjijS}><)n>u2Zjc=Qo@xHEmv|!H6_(_MfV9sRh92YrS zFlS~Q%}-h|XEOG*)3LUcFf(51x~E>37K!b4*k}7%eTE+PWHt2Z*fx&F<7tv#)sDjA z`L~i9$>-9~^m|4R!1=d07k#STn<`D9M2UQ%-=4x*>0LAqw!0mK*~v<^J~j5CF21$P z%^^Rl{&;g|rMD_ERM*bIV|yo~9v$H^*FD-}N=G={<%}-J(h<%}h`N-H@Tx*^Jz0*W zBOLAWMwesh2=^sKd!{2?=xIVrigR>?y8@Ep93A2Lgm|lTgc#C-ws$~ugrlO`P^Xd5 z5iU=Nw@OD)1;q0hrA$Fb*gt9#vYU*KaCbr;;$q;79_vm=xYSvqCDUE#2u~+ON}waW z?@&X89v$ImB@R4$*)2gwIM#KE77ghL^Iex{(U6X?Dj`of)+WSnq$9i=nSnvP&CQgA)dq%0AA=2vNjkR_t4-Lthq$P&@}3ZX(MPn97q z_rl473`<0F)!BI!iGv~T)P(pOe*);qg!mh`1*8Z3e$5MzvjCm#{*MAAuG$XJ4GQrp zTF&->u2M=MM9bL$&_@ADC*4m0o#K?BXOPSW?n43ZrI=_b0Z^9+)m0Q#Kpx}HJu zmw>K|ig1&6wlg3r65}?c32zrbZ^u>8>pJ{qsVX^MC5`yAx7&5QMtjETg;`$Ha{cj< z`)7lOR{xQN`+W-G{*K#!bGw=HxuhZep3zIu{oci*O}Ssf0$!a50rWa3V00uAtMoe^ zO!Pur8(X2>?``za4i{54H`^OD#BfiWI9bDeWn$;f{{@IPag9Q?N=?j{Hu1cRf`;f` z+Qi+V0Ax9XHjxYd(yTI^{~LJ~O`3WCS^Ds6?Yej} z^MbR@NAZV@6wC{(PJ^9Gl43G1_(-oJL?2~daFzNfA^Iruf{)E@@rXR*_flj*4#hO5 zltYU=N~avUFd>&iZzxohLoskIxCJds!N8!3m5iMSea==p>w0w{-K zmu|`-ov6zGG%+U1q2*CW2|4spLNrXup}TxNHs#Psy3z_d2|2W1Y_<(K^k_mZhZgAK zEB}zck)iL|g!mg7`p(lfAY3KCk)dy$cLt>#dMB@PIdq!t(&Znz9Qr(ZoK0IIO%9Re<^_q$vOQVuwuJc7$Z~#~ zu8pT0*=pCVj_y?9e?nO#1Fli1)>$Z;_^Rd^mg(WH~##g%F8nQq|mWx#%tf1g3CVjU$)ncg^5Lqrx_iM-)Dkgo`IIm*BEUqHU zeV7oRDwDp4yz-3ZKR^`tcGOW(;2)&)SQPkIJ7X3EzW1h}o{7&Q%RS*Ok*Tl8FI2uP3jFoKm$HS20{>_m*M!VK>QnpdS#6ivGhP{B!fCM2 z_{jcj^1D}u>aQrQY*(vqZ#z>ySC~+~N9w@62BzotL4x%LIy-BSp%atnu$gGEI^68l zdg$!)I&hm?=LS~U>p!k;W=W8bC@sd@~2<<4oK~{}Akgi6PRqqO+D61c2)f_M<&x@@3 zVO~YoBdeYi+ED@%S@o8LTsxlNgr?PEvg)k~@i&rHkMg3gR*T81wP;(d`-k8qB|>IVCjw%c{rT`_9-ouZ#j$F|2uUi~ldvtQ1V{BCB!&+fSWs%>Y= z=hDygdq%J1fbC8h^BA%Jw9Nf-7zT!6>fLUAqEW{trm0eYa}NDyYigsVGH%d#bJVc3h0=IW3fB{2r}1WKMY@q`ysza|d}TD=OWgI+c%Ms%F^I++ zP1t%K4vqJG_r{iRJ&o56eZy=Lp==tjccT=H*AGN081HK?Rg`&YywP5r#%t4#kTHev z#wILnrJ(V~9uIA$pz+@8xcXuKaJlEvqT#2LkYR@9vhSp+XZe&$c^`ypaf|< zrtyYwXi3{Kjdx>SCC0n`>^*nE30zMM8t<=fFykXP?g8VS_3y=aizfpvIsWgrn<<}5 z-;Y^MDQ zFZN5Y8yeh&@>58&GE|BNce_Bv;sgm(N0-Qj6acij*wUk$^=Na;-A;6<6m9N-fTCA; znd{f=6<+ACJ9~wXae=j;@5KV`Kd9oK2G|werp5c(@xg^Yo9n!Kt3G*0_09y8^&8>Gx^IY28p~~%4rW9Y4 zq3aXkv!@JQq}))3 zh6(69fQ|`SCA&je;k!H_*^0ml--d)p(Jb#B@7%6i5h&5#PKee;iFSl@dqr5A63sR& zlqY8QCvg=en$dlE;%A*-p>{xtcBs(()*!D&OEyYUq*)BW{JDSn75c~FJj&bfjY;w>x-FK}wXIx#Ro$0vx_{d@00r8)82gJ4m&5|fj z$>)-GX3O`;4v2cckCp-K#I2#Rn&l}>%<73MZ5lWj7|octT6H zVFr|Le6b9W@8nf{v9#1BAt_}gfR=i{hxZg^pC;s@?5c?PAG}F1A@sYpj;?b=7OL;WKRZD5Q zxto5;N2A{}dLlN5w5NJgT{PC9*_b=tr`m1!PY;XVNKEQ@NI1&6KekvmuC}?aaiFMy ztpl4Y@2Xy$|X|memiu}|Rr``1H6%5{KfdE>~P9Hlk z`~7Ms+BvGjdt<6U-rSrz)1{>A&*Z1@X^BxXpUI~c!s2XyS}80pOvr`BQvrprIL)7F z3JaTNNB?nQ5xZtnSX}7QARW)Fx#)PyJV2!5J)jVs#q$|k9wFq8XIr`nx#L;Qfsi}i zX&Ocdx#QgxP&i(;a|AJdmRE_e*mbAb+c%nnRjBE_tMQRjxud@=yD;W1D>&XAxBqBX zR-yEJMwg=Nx7@_!TAn;o>2R7A58aO3@Fn5OFV|B z?mo?9cgSL+Ku8Ws2_ZQOMfeJ#0Wo(LL^o6g}MI z2u(_g?s0uU;U14i>Jskpab6|vvD+TM+`iJD@oWOk2UHKSS+r^GUj8<#aO65+kR`0aB z<+zpBkfXBcYO@&thcEmGs;Rr=R^}c$d@GCmR`#CLtRat`hZbg>?OE<1G@}O$onI(j zV-7?a|67{uReRW{fLPNW`y`4Wn+!$W;=Sljs3(;)-~lqelXa1^Gc?oqSQmLSA#yY8 zA~8QG>mnI!qAs#u1e>UfL;!C}je>QNXZ)(Hi&)1Ic4*0n2G&JlbYj*;Y`bN#E^6-kjxt%cPROJMOHkVpAXIQ20x2+ktY*!`C`ZE73Is*Q3MJ3vOGGGf}ihpCDFe9q6m;hO;pd0l>Yul-9I#ulp@`f+r0Uqrf!GQ0?3BA;+cwxe-+Squ5lY;&tC&%C&2S6n$p(+*`|L&{H(13#U52XAa)x- zG1gmWr+ouZtiI{&v~L1>!IiKc5KGd`d1q2RA!(ZIrMTcXk~ELG3$zt*$v0frAEi5L#oDiQE zi^;J(rrRW0N{+R#T<yXDRuvgn0K-N>&mouJ>OS#1TuTr-UkrCDRQF@$M;U z=LNmQlIbN0@$R{Tb&zvOE}6#OgIw=_Dz74!usXNY87G%apE9UWom*z~QmD>7Y*3*( zcZ@SmR_6|OddVfzw-O?~P|qIgojkc@x;!C13G(H`33+vHv62uShEIZe_9Ew!tj@ia z5Z@3p^oOHICo=RiVirwQ=Pt2^9OT}lJ?hyLq9G?T^cxeBB~y0(HL5e-EK14g(8Ku1 z`P6UwseU_YAVdG%Su^Exso(T_bi+lvkKU3_ccNN@fW*YA)&vg~p6E6)Jfhz#wK29T zGIVTD`?Y9O=g~5_zZarO+P#>3Sp&A4I4#w;ELc|n7d_5!&(@X}S!+#*FP00fQ9aeO zV7cO9X)m}$T3TqSk>jd~GxIveDM3w~D;^glL=$IZe>5S!es-oTHZ5T$&c%J-(P<{m z!h}ynH4~?$9_jR=CeAwYy$~eO~bgPUlm{M=tN+ z2fn5aXQynNgV^u5{f}nNl+TqPDBm-B2xi4}I!Gt*4+hHBFx{!%oto%iC&@&8YO>eC zz_NO$QThFjcHTCIH@9GJ5B8J{AH&h&540TXO7+q63(s28y*2!a+kInf>z#MsWj72y z9bJz)WTjp~(W6qCXiTw$-ozo`lNj|fQSY`vFx656-EU(zSsfCy83&&>)>$^!*Pu>H z1NL@>f&qK&qhP>qhw6}?EE@0?t|!ufA5*Akz;}AiqC19Yz~{Owu!cgEes*irXB;bE zVYT<^{EqRFfBY%l@A==8+WX*OrqgH5l+We+)$bYo9HaW0%`Wx?l#ng9OUR+oUWh7h zy@P4{rA`y=gq?1)HujE=>T6>P$M7@VY_EtuQ%bE9<7vs!;*?tNCq(g0skO`>pq_9} zsdaNgq#;VJml9&mL8%q%)eTek#pw@9NDTQ3@9XX#RG=?U#D z=E^V&imh8CaTAp$EBC>fGKqm=D`(e=O5?iy^59GvdP}i&UqI58NwJl^FVddOb^Gjn z5tYUemK$Rugnh2Utr)^y_LXpLY-0$!H-#HD07KZ^L6yc3c11$eCJbTEB}8q)5O$dh zw+vx#Bt)xV2wOO)(ip;SPRK);_gfc2n4PQPYp4ui`wglzvhu~ADrN{f*o9j%z-0;* z8DO0Yw`71jU6L6CpoWIio@cyUWccZL-T272IO^v|%J2sjva}_~e`(fC`CKx9e$VLf zC^FY3yY(7Yb|$(#?ltX}u;sm5LaSr1((d)pl+|fXjU8@9X3*~-18kvbMj3#c}lsZh~3eDxYu@4j)HxqHDkZVfjM-?%(okJd%s_$VQIHhtrYbUj)ZeZyvM($8pJ z^o{F1XVMIYzOmS)k7h9Rjo2fhgE8nEHY1*5i+4|Xw^4nz=o^=0o+O`r6Q*Yhg(jbo$!67uc|htfBW^xARCyYmxrdG|y@?i)+ZjSIfvqj(C@(MRzV zqT_k)?CBftJCwe0vU+yWH%@XlPTyGIK5M=)XD@6_tju_M&^La4dmJCx@$caqZ|@+{ zvAA$2l0!b1zM~9ZXq}Xe z$|ft*)h+8ghLU^ar;zKVbVql2O`u}wj?v`6a3U$)F`7IaRxWi7Mw8e=q@9$ECOIWe zN*#< zFh-M;0%|gnGn%Yb2)ByIuS-#n2PCY(X!42wp`Po>XmWvi4E|7pC=;UR5@Hylo}3@c zG!jG^O;&n%)RTi5O`cZwz-QGZ`JJ;j&Qq(-xU*>G)3L1ak^awMo})&;g4v*XD?_VxNG7+$?&Blh+yS@pq#lU$v*BA=PwS@-Vgnh5c#R&x zk?Ckq#?gfsJTx_h9>NNS_jk&b(gbqe##E`=oNBfEV+UFuw#g)Uj7;BBqWwL|u-1yh z6;`yEW7$%kclt8NQZM|PuV^vHTB9!LoxaSmK2GQ#@Pe6Pov3QfSG1U6-RO{>TFr9y z0V?2pMT;4hjYKN4L+)sauz0ZKVZ-cjl4oZ*{ot|i=m?9)hx-OQ+!#=>gHA}4CK}o? z!(tw)80>I}mzjEUt3@%CKlB-qSG|q!<>>zu-C262P!{ zez;tO#W)}&+2I)1UC9m?CFJZ7Q@*e=jBjLEd^aLegvF!6SA!ic_3SL!;nlb**x_uI zb)*7k2ipxx$l2jD7k|kP*J%wMS7}&;t6)`RaK^`U++cj2fF_B) zXD-Vk+C^3$)0A~YrRXrPgJkCNK|qn!-xj%2Wc42=#3#>iv@$#>G8fyVScfU*&WK>aeI>=yo;gu>IWi zbnS&YY?VQU%;gn>3Yp7s7MKf}%QX?JqpmmC-8eIs(-kUaE=PNO&CKQfgkqyG>b4IE z2}fOTs2cnQ1~Wc#J2wi?{4>d1iX*Tkw8`gMJZXax7V`Y$DJ*1HI~bWznPlCzgMpC^ z9KnHk>#XV3`v@~*2iOED%&Q&NbX$xkxC9~~>CE~&a8=M*HfRQ&*^n7r z6?7KU)sxON0>E98&SG2?rq{!iXkAyjJtv(#st|9&RsQ<{1)Uw`sxs;9dWG zQmqfL4(RfP$Z!onk0wN|+XVD+LXrT@-f5qG+Lal1Kg-Ya2J~s%&iKfCT>Z0^h1-T# z7EXWO#Fu`Ltm4!wXwHXuU}1p`=xv-c-YM76!quy{Cu@_n@?@>;t2h`&J?Jad&2RSA zC&M4OmfxsPMt-SLF zhnHi>H8Q*giWxW_8@=3(4$ff2KmGpH*pa3#tEHjkO{`OG`Q5V?VMD;6Wo2v#YZ32S zD6^@?OvzT5ivgnZFa}!hRTU5;5=Ga`c@?WstVNt2iJJ&G#=!LfiGX7*VreKpscSGL zJ2WDa2sqXvLguM}V+?#SB9gQuQFJYjz#{1#MOW0nTQX6SF)+GFD^=bqYZ1{sg?@QJ ztVLYrIX`BH0wPP@;5rNw!~ih{o{~a|5M$sATK^*1&{r4(muTsk5KA45fo~*45@ZZK zK}*kw;1W++i+CgKBYJr+p@dt5nc7r!Afy@ALarS0E znFbsVh-+I*eV|cU_Kp7upjQ&&-LsA0L0$Ui$Mf#XfF53WobF@+2B-q)GM!G1tIE84 zwh=t6)2RvZ?#Vz0*xcy?10Ak&r%6iAK(8m{40Mx@qUKfNpzOeImj|`xbev**u`XJ~gLxI-4=v&pSCLw0 zrbWbbN3Ao{B3{X>_+OCmPQJ~mp!y#|?DqeUEK{%>lH7IBe5rq*Z?(JG~NW?IB? z9(7f%(ITw+>1vHJDUZMwyJ1Y48^ob)1ap2`K}XpP9k}QGJdH;_J~EfD{|24gxNRW- zNd-sx;POyL)VT9YTw6yB0^e2MrqQ~0Cxl@X#}OA7Cho`B92{&k1+a0I6C$Ge=;bL?5* zdq`gyp1gb(E8B4bZ$&y8S=PSDS-c{ZTZWP#cGO;Q6AUGv$5oP|GL$TLV%O6H7)tUa z0*OHkB|+JGdH_SoMXvJo^Zdh=5i6~OwuXOrgc$?p=7=%#k#1(Q1Ylj?RJy=%uw>YEs_8t zKQojZW$kBx_#PQb-t;yvp4#?(2_#K0F^Al7?coxJirjIco|}O87Tj^D9g^T9p;)~yRcAb2 z)b-QxSIi1N2HbIn?#^ozLWj%>md_RLknb7&1naj`Jxs>y^ePi*UFC2*w8l)LIst*# z!|3uJ4wmkB#@@8`+vYHjZDIGZo)=74+fTWphK{^C#s<*Uv?9259Va96Y-^n*@R3|+ zASs{jc9Vt={ITdey4%|c@lDd*PEbnWRkUHco0TdU-Wj;*ZnroM2CKV zMAM|ZeV7palDK~^?b#PQiRJd}`x4^wVw`?5AwCKE+Wt;;IWuQPLUdC4 znyshda0BT~rmxwCCO~osI^*>HTH_$ZC&4&2IVE{s6jMLUgLWm^BIK8hjDW0G-@i4Vo;t&p$lLon+cG#_2oAF7}{ib8`<0D(M zed36^D7SYCp}SiB-mIDOxpcqT@;#&Hpee1}Y}6s+YZGX8N0U2CF6~wa?V}}Rl(i|G zqttGUonlRCm=rsx+%RmXy_pU;(4FbLR!*EE@W- zx`l!^Ck3|Jy;42Km*LKb@1?xC)g*n)lsSw2(dg;1IUe_dI21 zLY^`Ed{G?S>%9AzQZcR)G9&NKRo*2;TBpXjC?T2>^P~F`B2AHZ-%p5COy0HQBKTRn zFKV3UoSl_qX}qU86{qoD;!qam;{Xu~vq~%yXmmHzrGkPVGp=zx>RmVso z6ym1PkcJ(V6YXXNCmQ}1W3eL73yTFp6=5R8ErBF_U7~2N>0IMj|HfC(~hhM>A zfszX|^O^6)s|ScM^N9l;TaubE^SRHj(uvv3eBO0PCuV;K(0Vm-$`n3RWX1CL&2bcv9R!0vlx>d8e3olsMTj;?Ire%&F2~N2Tx&>;)lbA(~IOzy{d)vhYYv1R5Aa7q4b%CS2QvP^+;EQf7| z9D6WaCgj*MFYu)tyD=e`W8Obkn3nTFUd1OtTCh_p5l&)1&I_h-3Ucgf%@&Jt%ywuO z<=86C7K?K1LxT!(>|jkGVE}RvA8En1S`u>Uuvl|SLN3S7aVX{3%?_Cy+iA}B`;?ml z2Uj9Z9g2Kk;IQK(XL0u7wSO*hY@$FOOO8Kq;NVJr&**&iQB*qJ$=XyE^%HEvsA0Ja zQ#QKQ2_9RB!51BDU}%iZwMutuxSt&(6PlYP56(WM-yWeHphMJjX0CO!R?&mNM?=3o z!6Kg>1W&(R>5v`-&os&xZS5d zH4+Ww=O)Bw&roiy>%~xhme+1Fl)sV?ZfIL%Dv>=zAQ<*h9$f;uzT)_CeuasBL2vio2z%4Xiy*VKiEI>}3h%l~QT=*zekp zE1TP~)0Q>Iuj0{stZ5HOPvYa(0GYNY#25Q@KqgHA38!uiXoI@(|4-SQN9kFdSK`EG zGj`j!y|-yw-sN~Y>F?|QHcv8PGbTVhjEymnOp;#h#K|OaCYj`q-y8`L5+JmrT|yGt z_kBS^`z{bdLINZqv>^$!@3I#3yZ2eD>T9Gq$eiQDxzzXeyHwrhKDVB#BE;`=GoXVJ zVuzz`+QkK|?pQ$aFv_8VM0bjZg#nUKPVulKLQHWf9)fGGI~GtpTnJ)VCSWKY%t_@Y z2JER658HIG`;G-9p)NYIm4v<^8+Q-Za36PaBn??@yw`V;h7QD^{wMwbX{ft0fY*1C zhHRyZ?^r+@I^eBzCr8pyKP3gDf# z`Yx)69kC%t1J%Qvz#ft=FsTSehjI+nLuc0oOc%Z&NrmpEttv^JMy3_-1xgX!&$Pn4 zUk-470;UxU-LcRuFUUoQB1E#Fe&`V?g*Qw6uscHRQ%oz?DWx!xVb5b)@vcM43`{GY zQvPseU|KQ3DMd3>a?#cZ@$%FUmmO0S^KEG7ERGNd9QDHo4tWCnz`YNkq&Xp;Ya8s<74x_g>~T2(zC+)Hcti#S z;<-ouj%>-8$KH#z+4=$&Vxs5;>lBMMjo7TL2DA4q1vo;@#fEy@l9Bh4X`29F(PvQN zVJFcl{TtFwVk_MU@jbAU*dZc>yptR;mI36QWWJIGTX`oL?9325$rOiTCo!KP?Ib5+ zD_)+RWUz?^SVP`PLXnIfBg9VP6LC0+i4ldJh}U1Elgt$Bu0y}1lZZ*_gV?7=pNVDv4FX@EA^)%St^e`;GY`ej+o&x&X2h znHe7atRy>;nc>kl76im^&G6XWcnA=`HN)c~gX~0RhR0nB;d#YlA@f;DA7}8`pBWx4 zP2zFl{IF!c-8#|;u@#xGn-449bA#bAZdohG6tLeMkF7Xr86M9>h<8usdqL$76MEh~ z`_1wQk!y2+I@-{)9G|ltHn)Wbl2^#tjQ`CaYu)A_aR~TaD<2coyzC2`%r6Z7KKxolR=3aYASGm z1&(N}tF6IF2rZbQDzvoJ=c}Hv-G@rWHWJ_}u7r*as`oh>$y4iZr3d$D{q@j+0EP?J zpQR9ZHNpC`VhloLC2IHH8p#RqD^k1r$%}ya=BeG!daHu;2x|8sHV{DU)OOVF7Rh-n zb~tMH1=j0f`?-a1B0{_gYIiGS#Sg_VWKgp_fDrFXEClV(coVX#AcgxG>*7|ZK;gbi zdn&dB6jO=9{VDBmg!n)d?qiI3;XQCraW-J8D}FsGp1kx*ggDN~OTEl5$m+3_C4$a%@U2kZ(e6?^0*+p96dttM^D=+8!b2rQH#7Ug{mhec+{-6-b^;Ua}J* zarZKzLSCAo;y&dit3e^eohaxXMuN98`q43gu_x$2P?513Hgx9rjL3PCqoSS<`=jOiJ zR&|CWy!7u>p8YH)jIon)Bg*%1gjYRkaqF8fSKNrLBAXgo3NS6Pw4{`)I#j_eRWOB- zYqQ$&%Db4r0K2ZTQix-VkkF0TG?s@oR0?x^7%=WiSSi#oQ<#bEG@~bX>{hly&y*ZS z@_uC)G!wUu+~Mg1yheTx=KW?;)L{c+w;w%y0K`v3?igvJ7JIs~8)H&s(U42TF+C;l3sQVgV0H?$G^!Z_L!mN!OK9F{LNT5aZbx zmBJn`318iarL8;>`&P;N_X~D?2HT6G71={iA-WL=TU91|BN5Y+Hpm}cmDdV(yf$^s zVuyJ6hUywSzznVA1P$t%E*dop_DRSeYZc1dwWw=)C`abyAP?0w=Ogr=xIA@@ZS9C3 z{u|fmQP)^;a=u0v81LmnzVI!2K z7+*J)&BX*O0V9RX6Yi0A;M_{7c!{SH7QtR@aWLY!|BN!D0cxmq!7Mdn*g!pp)JD|B*hfRog{~(}UT69f_cmF>C z&9S0um@#bib3nuU$+a+(BCUP_s8jy{6=38&1Zc_tLN{T9qP%X__)CDB28MQgq=x~$ zG$=rPq+bDAHrOGNUXK8pIwU~+Addp-H#9)h)QkAL!SBUS1y{KG1IfjejRVe4xJr zG<8pa_&|RTXnDs0tl`H4$tv960vbL_AxsxZ@zI_4-t|B}(@uB#mn!RPi+0r&727J8 zerffIo+v)L?oX1)d)ul{-O*mI%WPTyj+lat*pjWt9J#)kdtGI*4|78ka)TDkF=Gdu zVzw1WaP*TkalDt0R>fRlHbNq=b`qOGK=&2N&Q7vg11cf!B-S*~&YKFMtE& zoy79sw3AHmJUDg|TkVEXD@RMSllam$K;B7Q{^Mn^cd?UvVDcZ3cM`Lg_!YgA{9c7U zA@3y5TG|N6JIPo}2myH~*%2Y{BwkK~RvfeJBwJP3qohzf$=we=_E=qAyH`cOgiiAD zKMa;i{Rr~xhg#2fT~g1t>R+(uzFe1`ME_3Zfm^X~vZcO0g9E2)>Y9)f*4JY}SP|zZTe1SIuvVG?W@dbVg(8l;flHM(Vx>$~gGCRhqPXjVD89x+q`3xZ2 zoerT;miThYsTb|To$zA4=G&jfC3zbB9loJuIs#&7NbzO_OP*m zR(ypNu3mbKo8T*?aP@O*v9gtqP2uY2)?(2=f5@cQYlC5%u$wUHU2NGhR@|~PeHYMa zhYE6e%GTkQE#rsmIW*(e83b#ek4@3q&8Ez-mX`NL(fWo%g;49#@rJi(Ntn(wpzevS;DMEZ8CcVi)+&iLIzs`>GE0Vkeq$c4`_Sz6q*Tm!>)Ga#X8FePcN7UsS8TeG!ND zFRInIBE&aAwL0F^Dqaq6f@<}QK^O~cMYZ~pt@A)D4pFMrj=rcvmqk#m?r=z#RNW0| ztO{6~7koKXt8-O{65?N^T3xF;ln`GI)#`2)orL(c0aH;M0G00N1|Rmr0OwWqjS&HtNlbO-jKI^ih6Z`>OH1KJhzZ~b>T44 zFL}%0s8>6V5{S7OlPBuc;bRP9TKxsls}n`Z-IM`cWuyyJvCf@n?KB^xVtrOsnkJW@ zznOY<-c)H-vP_bC^~LFgZbYdr4;ZKv!P;q-W6U@|e=`+p?>X{QFb`ute<59DoUm75OJZjc=mj{R+kDB$vl@3Y8 z5jE?qH31^4P_xc^B|sd#lq0XdE)YJkcyQFLi{2K9CIf#+Inq;gCQL=qG1RQ%_k|zw z!KqoNo+LyQgCD9=MC;LWj_E-SRIQUbi1>uU62FM5^>i22qd3i~#A5h+AHDa%VxisC zRBBvHc(1Pb!CC0hs)AIe5JR3; z#ZZSm6!_5?Lu{8G95fbU$Zl^HW5_7eqe%=o=unIy{mt`9Vu3oPGb2WZrU4?9q!Wa^EIf*f( zyJ}mu@))urLLNhQg*i)!4vZmhTd+=I$P%}WIi6Kkf?T#_zm_bPliKVb&yD)}Wr5(bZRNFI#bk|_b zP~b77yT)8X9z$lU(M-r=NKf^P33&|J8lVtER%>KNs}MsvN*FGWAr}+OV@P+6lxYmv z>yX-{j3IApSWII`e|2oq7}7_>Vj4rb>XOBRShE^KbQNQp7}7^$Wx*m6V@O|(m1zul zQ=v45OcKwgJcdk^kV-7ZkY{uyV;Vy?2~-|KHf!ib)n1Gt8_fek`0*Gr!#p5B9z)JV z$YaO?vxU&gV@NNvg}}j7A&eo1Bjhn;n>s~2chF- zB;SI{fI>4i{%CBh>S-|qsbkx8^-2{0Hk&}+*GDP0ymh5#x#evuqf*QJfTp7C?0khk z#MMq|$Ve@3JGLpcye(HuE$>wtGE&Ri3YQ7}Coa$I;T6r?Qp?-UJV`BYD=JJa@0CjP zspUOX2wWM%E$^wq;EK8B{e)1sV!`r`Sg^d$B$!*?vxMvAw=hrD^485D6=N`A5;0SW z7M~?p-oD)^APzYu5w;witvKYEMA)<I^#F9zG zn+oyr9IH$sdRv_zTJbM3i8vCVV0n-ANxo=#A5sV=mDplG!4LhECO~{_CJ`$=!-|&o zGd81F(#(%Z#5BvW63hFfLNKX<<^6)DQ-pY{%popBhBCG-&Is|r znLfN5AwD?MhwZjX91H++5RG!ZJGSY=u1xbFJB$=3*<% zZq(n`m$FrxtN=CVR5!OXDa zAt9KKo;>6O!Av!85o4R5p9*t-Y{d^tg6U{EKteFSBMBgWSh^H@v{gE%_O3=1k`+5I zU5f5rbrlI_a)g{U~G32wsL|Qq{#yzCzzKM z!Z-_aYVSsft>{p6v=k#D7%gRNLokP9J3bN#<~d6;@KYz4*#Qa!{NFKP7lQ1EeHzUORqCerg zvm^wwM6E-vb@qtJ% zuV^Adh@XQ5^M*wtCz$&mxbFc>m#j^^c2^yj;}Nou-Scf$A|-_c&KOM=nA zQ#l{&?dlt`L0)rXYfX-)6W3=kT_XETqL2lPb( zE@AfQi|dl?(RM^-63Dm3vAs#DgAm^q#lv2u4nlle9NWedgxGm09&EEYKp}fvstiEL z9mw^<0IKoafgCO4T`_)b%7;BJBclU3PZft;zMJIx+P>mW_DN7aTmq}k&c9gk`D zsCyT+$sWz4PqRnc=|0UKckA#=v&XJ7*2=TTH35s+<7pj}Y4+Gx24H#ixY4jQdwkmD zXPP}mh#!vI}V z9)|_9A!Lt(WH^^QkZS`L9muC_ZXj_WSD2Xf?C}@Bdhijf&(n=NOdedzh^el4_fCx7 zFWxHI?rov+;9Uarg0tAD5R0d4RDbLYxzBK8=Z!!^nu7aC=rqFH#bj|NJ_j zSrOtGzYUPBmSZb+lWIU6b&TWSW6XbkK`O=O31kC;Km8`!+3A~X$Dg(X^sH$HKx{?3 zbg)6NAgPqU%~r|7I6KCi*=_zJGf_IGFC`f!i?2BCb~eG7i86DZ zE8$tQPW}x}y!Adq_fRoLD$cwu(l|?vM$+TV+wlnT<#Oh2td3Q-;_#(wIzmUG3q{Vn zowI>yLXk6X2V>gF%X8*!R7fZ#6Qyf<(gvnwqMUh~77|Lyg_tz=h}k2lfUfB)A@qt+ zWYXNjh9$%uyCak4nGxb+Gig2^A@&x!rgJ^V)J*ix0PWX=(uE?E=E*ughnOt`fJyVV z2=V1GX#?wIgTVo{Q-uTQOLzlLEwV)Bxz|sR7~xQPb{w zDM0LWOq!>zP{_68oe%w--sQ4XJ6;RpS68&2Msj-p1xZf-sVq6Y?z;AJT}B`MJC)sT zL8(nHk3%o=tu=M6*s2IS79mY7V7VqH#*5g36QvKuhN>q%rSo4Xgl`*tuIODd`Y0jl zRGyNg6XG#>JS8r!K|NfGC&W=2pKvXCUnIoWBE$zGA@(+TnGoVE zg;GM?5g{kU?iScAnI<8w5~vL!`oe6q<5Q9lCt9?#WSWHN+dqJd0wIQ0^4Um;e!d}E zIU)A800_tl(N8V}KlGbOA}GNr(e9rV!%iAR!LZ08;OSc=vseJ(MrB8&*b$*FZwm6*GSbIlkyKBFFDd z2=TU6kKWNUb{Z*X$&u4y*CQ zm86qUOLbP3BgA(~Eww2^9LUsC&nWSsm89I%Qg-AiA*S5aQU{XsItPs0p|do?zZrIN zlE)LCOl!(b@_5-HovY; zxiL)GQc>vw4D3~)6SgD}J6V+wM>rML6G}6L`0=QyhDV4WkBVwlfMmj!1ade+)HfuM z!79*kEt#+-f$UcZpIB0EDk?i{)l+T~$cM^eo^n%B?NNT>4>@5=0@)*E6jN?8NFSk| zIAKdowaMtnQf_LhKE^$sa^HRbqrb{z+i6j*rQFvtuBt13$OD&~^uXnRNK)?K-M0Vs z_HtbrVVub=jh!XeESgitq7fe(F6YsOSl2C%W>?UijW8X8A>5(;NKD<#u<)X-{Bw$ z{EJOaC4v9F2zlTiq1p-e6*3`PtCa@+y(YR4szcy6Ih6$dMFO=6{D)&ZJ|#zPA5%|B z;GYqo5coGmh~J3gc7KHU;2gJ`g1;XE|3s5rN#OT`2myKEKOI|n;GY*wdJp_Zf)bN2 z$#MIPaw0xR2>c5p#QWm7JrN;tHOFn(9#~y;4%>}EuZ6%rD~PiY_%8=>76SihV;#hA zJ`e-{A!8jtd>{t?$;u~;@_Zl${$)YQgup-1NWlaDJ@?*sPodCmV0qyG_ye)J;{Kn3 z6#haFB24$mlC|n`U6O+S9XW`wwz<$;TSTPCIV?DLGt+{zXZUY8ps=B_rP$P%ZLQO@ zaIi5{-N!mOO5%QX#Wz2LTj`|BQ^zJ6L<&lJ@DX_{EJ{St+YnfS#Y{tea|;%~G-a`< zu^tOLv1J!F$Z3HgSewmfTZ*NIs$OOZ)?qPC89!as68reg7A?X4 zHYx$}R=)>mMTAIgv;=)?Z*VpB7%f3x><);7o|fRjkVQ#OLrd_o4OFz^U!)^wc0P%j zKcpdOr$0N%(+^y);|gZCeJNU}ezg*mRKGr_gPxb? ztug{`bVv&hsb9M&4?sjnl0*GER(XIBADa>Ipy~xeycQ$iW~Bx~d~E91(VD9O3i{Pb z?g_bm{ZRZn)vB&v2S|}fxqdyM-kcX4G6rtZ1jeU~s9!s%b(ZSaj+(%v`gMkyVyS*z zuQ^SsUq_26)<(ZhQ4cKDuN&0^OZDqG^}u|}i28M~cwpuFb)}eK<@$A{xnPi&lyQuL zA##DO#s~eQ&lvRMu9s{^%pcy7DQbYvE+<;LiAvuaO+Jsw_VI*&T7ph)0PP>ndkq zeO$iK&|GN1Y!MEbz#_^9oFdkU=^bpaQdg{PZfR-3dFfT-ZG9ZJs%je_u9Bltzy1N9 zaJlMN%+*M0@(DoaBE(PoNkEG&VC3`&s_OySy2^S$B<33cy=Vag5Xbn9fYiggfvt+@ zhc^K_Cav^ya8>`!z@~|SmCx~Szs65L1?*iFwfvG4$hQF6rs0QOfV$_?fK0&>qVD+& zptUMj2{DRP0NNVz;w*poSwNjbUM$T2IY67tBSZ(_4{rr@)*;;-;q!o=Q&G!q!UwMe zWW^}hjzQ$=7XTgiR=PRD7XfvauoyQ-_!6*r0n^P9z6@-wVzxPgZYk4ABO_jhgh593 zT@m8jW?X+-BO~YR_{td94@QX3#JJvDBO_b!0T|b}M2Od_2DIIvWU{ZfM8-CgeO5r9 zPWIW3vxN8u7}-tz;%|n@zI_^0)5*SxDq_9tl#%^;ji6q3%E&%PV`DnmciEvh*|$|= zqnDjBvTxC-=Vhmi?29DoX^im6zGD*56!XcxjS|rmb8maFq{@PUq;#_H{RDGwd!gpf z+|2TUPdX{prP-W4H^P6qg1S`C>__VqBMF7dV(YUqPv z5naOo-`D1#0I|Q&pz5yPUFvNgvpFcV;$LKd?`(5RNs4P@K!KSjpQkAZ<||6 zQrvS9VsD{Abxf-q(-e1z%`M@F?4k6h23XB|DW-uC1$ zwyz3G7IggF=5syc-vD#Nn@Do>tjJLNpZElokp;xn@np(C{TH(Eh6nEfa{b7>g z&R!NEPjOGL43MX|udnrM1#f%rs{!HiaB#@`L*pBFde74=ZvK03kVs&-JTU#;N z_w*^5>>GQ>x0u=Te>MES_Hte3mHKxo*I=tcWU|>(V?Kw?j*7@DaY6?++r&bJMl7wu z(Il<4Sg%^OP>!i$j@zcx1e&WW7=PxPG56ZKEVQnx+rlRYZ* z?^GVd)`oELnp+y1u{{M6Q`kk#I3XohY{lN6&CN}!NGB`9V1f5;X@PLh=BZ#bR6cG6`VK@R*scA4!v}|rH;eg2(jl- zkX&*|mpIaK@DlFCaad*Uuq|<8Uv633y7spe$HY?eWZ<8aua z=r|0}L60sM90%JalMn|C1xY6zk%Ty4=s0YM5FeY4Ll+%n?@((j>91tL*;Du znv9rowzFkIDcfyzwHjy49(QS~%j7v@)=dqWlCi&kyJcB6G( zCuO@63Z-o4CmAO*X0O@ok1vy_DjB5ewQR=BW`D>}?l^oHn&~oms*<(h@RYM%FPn}| z*lulvob8T9$l0!+OEFvt2*Y)#YrrEnt!DrkS!%*zP%9EEL%8{s$g-2#1%Km6%@(!&FynzYlEp^{@dgcYg=k+^DV{3LOt|qHec1l zlmoW^Eq5HQIx9}cfx3E<*$auT-WnmQF?Ql7&2d00s zJf%rOUPPzICAZPlzI8j=v4>GtuP{1IbhTBwr@GqDP=;b=4`a9FR;Xim9%)O>+=3!qkyX$q{m0-B-Djkn3u9@G+6Y z2l^}A*AZ=n%S(pDV7=N*eL$|Otx$=rTvvBBEd$7PwVfHoR<5fLnj`__y4sWlTk&&H zSNkFp*VPZ)cmMsxT)7{2Ej_Zj;$Q1AI!^wfjE>>S==kL?f0_7k`gbZfVm>*8eIi<0 za=Ds(Lp=pS5u*d6q6RY}g-lB;3bY!FRjX`1nX@@%^EFq|0$G_)W`JF#LxENj-zhEq z6As}ZPCyK>>%-`fMg9!1M|nei`;5I+Vp{^Jqi$DpM@R(rkY-^}>+ z&@D1FUVMPl%t40d}7DXF?ue?Z7i!OL`a6iMc@@$nH^`)PCJ2 zgRqD?hsi8v{Ev(BzKQpRT1ET;rW2Pnf@78fdF~e_=hrUBvzBXdvJ3w#U41*^hz&Ei zAY<%w3D`FkOW90Tc6lN}jkZY}wBrzA;=dz8{3;}<{u;!2HTHB8l&^{c#FzW$fO?sp z1(e6%Wa2+hAe)in2W9GiM%%$3liOgBea&<)AbuBCrL44BSU~(C32IM-_(B+BZEXdw z#YcY-&~8-;faLX(pq{X~T0rbC%qONth!4(uVqb*#;3TLQRW|Tid~hcI8zRI9XX4+< z=6%tMch7ucXM}jG%qN}}g#ddP^MZgL1vJ7TY~c;)F+jdv3nnse^)CUPkF9vCB&eY_ zt&CQ@RT9+V2=P{#`0ovnIKfQ(r>L;t&L_H4;scL9T&QoSamtERu4N!sSNxji(T}PU zQu+6URDO3GOn$j8ll430?^JfIz_L+Hr{T0TB2zdNZw(=M>U#4o?#Go$2)c{Rm(6Sc;q+d4L7i+d1t5<>uTS>BSn?ROK>cX`&|}bBGJPv?!(-57wW!(3W6&&{y#?ek z=owp>0f@KC81#W!)cm2xpi{Py078k!ptsGnPGZo3#dfQiT8}|5FAb2#pl6l`$YanU zTMClPgc!7GjkF3eh#REhY@69a+#v>ieBQ6F_`fG$7!SKBhH)B$#4wiYG6w12sXW7- zZ3+#oIHRLflWAcgQbVZ(VVlcf-Wkivnp-oOmWF)QL0_AQ;8Z4Tud+K@R*In+ai+P7 z&54|0z|o`@q@stxf^zElkGGaXeO)s?LHv`&6Wu9b1=~OQWO}Bd^rp>zAY*&It~{Gn&T$Q%_n4_ zc~J-YNsl z0*BNmWU}*tLikw-G&?lp65?NEpwWHxZy>~LG1=Lu!ITgmn}Mc}22()d6Ee`8ix7Rn zKLs>Yf@$;#ne7aeI2nCHraS#K-nmc6bZ3u4s-a}=M1z~pig1GSyaqS-37P41RhP;q z;F;;HjS!!bdCuduPSIBQGSB(IAczQ$G3&&)LRAm4HT;ly&N;QM2ziXTs1V+TB!0|u zcDR!T;evO;Ea!PyY#3)rnC9#gOsa-xpE1puE;GV$mV|kZ@2cjD+ZkkrY1F0V$N|no z=R$<|m<%#6**X)n;>Tp7b0I?fm`rrm>HIQ%H})tdIy-DK8IMVbiOvD7+v1aR=spbS zEsf}2ZNfxniOw&x6-P6J%!eA!Q!DX|mT09`;(3kdc#FYGd|iUKTZy)wQ46iujPIYB zPCt#^g!n3$=^WSCO^C08na+^W8fDCH{98b0Eq3F%rNZg%pFj4~Y^L4VH1OcfeQdI? zuGmzAZr}G)FVl16L_w4c4SEd56RE=_D;#Ks}X!ce&-CbvP_cS2qSna%Ov@&j*ydI zxAI96lHZ~Tv6qni%qvOBuZtOd3HdEFC?UUN2H7MD$#0NxenNh$Jq&1BCdsdZhk;0b z6BR;_2;}!{C?X2vXB*_Om6P8t4FiOn{A_n@K!N;@D(4e&@;eukBh+G5N^!?KF*%Zw zEs~#EE-Cr#(tOFMgh_rniHPlmHO(aX+2%1R`E4~v1PYx)f#mm;Yr-8J-O0l7I~AZne(QaPB$D4S&5u&@+pSPae#1hb3FNm$ zXGl`=8>oRMCBN|+Xz&&T`R$dcQcix;HLS3ilV49QJtE}fw@jl7At%4BR%euu-%6`9 za`L<9rw`s+sB1UAocumM;Z#@rrC7K#~6EW;wNI&WuWpo+ho{4m*)`Ee~=E1aKEha@WB z?z%txWX{NsL3n}cX?(NL4+opg}yAMRHOZ^z1vfAP>=xm>%U<^AyE zfBWi+<>!$7eND5!aY;Yyw&y=?Z!gznKfG7|PUT1}g>7vrAPgh)wzOhDn)((LC!tcP z2_>|}=9X*@l|-%CDjb0-r=-;v+bl!5%Dz$>gsGKn(hsjDgo`fP=LmVY=&$`td^ism zTH{czm6zz}PQ!)GJfz{GkABEBTy)ismWGR&`h_?`JY2jTA$~M!BuvZR}u1Ix*|X!Ty)fE&Byd%IyXW-O!q334pUpB z%OAQ{?x5~wI!wnaln&D;LP8e8#Yut6hp8>9<(Twv@m5IELbzC{0)ef3nD%lLR96E~ zE5GUj!H4Oick#5GHsRvq4~^=It$&Dcu~{pTIwX}ydy6}6kKy88`8$=zuEzny4UL(6 z4l=nh+W?aW>)5b`M_qGG7E_Onjo3b_Dc4x_o`s8CuFV!6SDBmVM1jst>1u#BzTk%z zLlR%mHnE3i7UrgGhe<+wh3to0EDiu7>9ZSp#S$R)CZ=plEe^nJVb@{Gwj)C9I!xJ~ zv^aoP>?cgwCP#<^kSW`{5#j)3%4YjeroP~K3k|pyhdfiZBN5`QGG%*C=_B<8?QmhP zX5g)IZfb$IigQy|*Th!5)xSb3TSh>Lx5|vo_p}7WTV=*JR@n)yf-ksDq2LR$C@ouC zerm$CeCFzkFMSSO?kE366v~(+GW_ngC+>)+Cg|U(yoB_ufT}c1T3{nnoCjJ{-&EgF z1D^+hq6L;#Q)6v5lWD9vVd+^e|B(eKSKKv5C%kD_Ez?foRqxE$PDF@ZiFTEpbih{p zKD4XCF`pF-)p$Q1vuwP9XluzieVZhpB# zabBdqMUPUP7nu_w_Gj8vhZRcaMdBVZV%^iOnr>PFA%;D*2xy;0qGVoVx4Cp^#rH+K z%GY?{CI~SEPq#<}h_8@#)yW8PG}5k`Vg6e(H-9=aGSb)<4SjC@fIw~LMNVr%#<>iREv9WR*>n<(0zjOb*W(9x*hH8YS*n>9 zA&zB$kHls7Jo{;Z08oF{5Qc8riA}qj}YHD`LDa>PznEC3{c>| zah5}Ypq&2>M9BGXs-{&WDCfT?gQXYd=9fl@cTdaeIkWT<{c6^#UTm*ZHSQbUnjEy6aG7`P~g9x-}k`7b=h{) zQ)PTDoKs!#Z$}#UDn9 zJ>nKXU5t9riap}ffF=e=7MXko&^r-gkEj52Dnh*b&jPY@c5xFjL_Y_}YsUbw;OACA zIB65ss_~4 zp*RIK(I9wy{EM7|dflPC6yR|Rs-xEd=+Qfzf*NcPe#lqNDJZY02gH}dDX8RNHhv>c zL9I|#oK8V?QdLZdKm0ygt&I?S7^k4lM~Dx^m_EbU96#iXW=!|}Sd%HJF-FOW3p?8= zIdNgb!ECxXo-uut5;7;M_;UUT&@<{_(O;!9`(r?xBE)B;3u{v)sSCSQIXaz!8lZ%X zP!Xn}-Zv<5VW%k}vlag$WBMh7a1-n~bYXWYN8?tdNP;navJx_W7GnC=;AsUH*4CS| z6|cpZK1SUtLVRq-^a(oM0Vt%^XLN3Zkf+rfW!9p63TltcQIx0E({=hGO{))TIYF9M zj~gzN2x(e9bd*6_IK(NaMH2*KM$0Zh7q;W10C9XUt$ux)LP=UZ#pdym5VF%ToL{zi zd_e4UoPs)IllFkv>HZwhlR9aS2M=lWd7HFP(&~4X^DmaC)zenljYSvs_c9+}?tTqf zuRl#)*d-goPx+Y4XD-=lvm~va`&MYhkI8(d^R@u-V=|wavcsW}R`1zsP)w_P9}Ez? zHRJjEV*;gV_4(7G6={I+d~au2xt6BYL%Iu;rq!2*352&8(&|+U2$iSRoz{kCeE&>n zCT$N8Uj-AIUQfx&I9`ljoKsNm%n*o$MEsUas|Rn_^>gliJ@#<1SX(Mz;Di5G?tK0~ z;%arpf90_a|M$m|^*+dwrJTJkl`EqUw*!?TE448dsMSj0vw zrD8*=>it_Z#^YqQw)b+y#d390)cXxQp>3hgA;aSh$>!?9VlG2hER)S2*Rbz3ZDjMK z4rxsr*?hU=#yW6WZ$>)bElG}I1z_ZJJ+DVGdP?5|c0lxjU{cdYMjtBzK{3{}kBBdL$mKo6ZNR6tTc5n{j8w6U(>Wiz|bii0Z)Xv!Ha53t;=4$#{UY3|0UwHfAF zl{9xFslO2+jyIBecZvli~BEUroOBvyBQu?I`@g_K-vD~wzj4ab(RlyKXjWV*61M{<8AvlXf{0l&PED|FD zWVT0tYJ^1MB->+#_C!dIL^qPr`*_-;ZWkS@*F5b}w~LJajwdu~ZIRIrctWGr79FZt zIt#@_i{0s$fX+mSTunxQ!zQNCitqJTfI3*s0w8`#GWvlC@g*`td&kNc(2CuO4%HMZ zV*te9!wl_og!o?RP>r|B24rZIGbHr$5#p_q&~1|%PwhzP1FhJ>Qacj*jtFslGyv+V z>+9XxY6P^@OB}82`mXyP{wd0?%T_vF3)NOv47wGm-8(l3?LSmT`#qAwH1zLOc0<{9 z0qdITV42qBusI+Ob8E%kfW?+9)^%ob+2-a_a{-fYPkcsc9|N>4?O(C-piWBO$ni@w zwWCDjYbM9=XlB=?c#b|s4a8S}9c#U2jvjEeou*otq0 zg-)K;x z*loE|s@Ughgu%~(Vz)!M3GpwI+-GT^AjEM-a(_xg03kj$$$dqDf?^+`Q30)jVxO-w z8D$e;dWwbw;7~WwM-#17vA^w5EE*f3jGrp@mCE?(L|7+fXX#95c@1CzP|+mv|^tn#rM=efKMz@ixj_ES>NS2DSo`NzRPh^{GO2Di5w@zZxV`k zIj)CKPZL5Xri)8S^5c}gU1^i#Cupr2=JE=BB$E8W02TR2B>7OjRxI+7Nb)0`t1~%5 zB>97yEM{`L@e)b?QatRFmnX@OmGU)KQpzTOO@MYPR9DQ(#78rrbD^M3dUgw-4~Izt zQ&-GL>d*@4B~3gDk;#4ysOJc8CFJ%SK>ZZrUu2y8J3!mUdMjv|N;%xA(*#0%VVbi3 z7R^=*#(T{cc|tX6qaQ70+D%El#%l=z)fIbK3O7XOTBawZa9CXUXYJ*>QVJ)3r}AxX zG*E15ZfL|>+lE$d@m0h*qor2t;ZfVvl52%pZfdP9R;{{A-9c`w4n{RJ*Qbh%5AnWM#^mm zwN=V(x^q=Iw{4UdK`e6Hhn8R@-1dS5iE?h+W|+GV7wgr}A;A+lowo9Z> z>XX~f##YX4$u=9#ZMLR}bm81~&~lT6+or_nbpDXsW^0O4ZdDfO1bS^gq+(3X}CnIz->bn;WZ~I`wCrfY4vs2-JEb6j>fz_Zb-y(V$2MD@JW>U78-NS z8SJx<(?{U3V3Mb%m}{x6!Rqd&=6rn%mR&Vfz559l+ig4+Y)F*9LZzE>8v~h~#)(~+ z@MS%a9aL^hKlVbG(eY!yp>&si?9qYl!pF91HNJX&AO42u088UrYYI&*2xOW1LQSczR9BNN6)`(f zYHe+-t*<(2dq@<}70PP5ud+&B4K>;td-R*Z4+*x$i~8ybxvjBKA$k~$TC_DRkfpYU z?`fRa8cX%n)9G+qqo-F0L|bE}&9Ws}&HyuNvQVr%HJh;3|*{u(;rI|N(fy$JDU85fpoG-WGB z4{BbkRwKllrRH6y0hS&HZJ2l4V$^+<@sKzcn4?@Cd6B1RG8#Yv^8Fh5O0-=_eg|zt5m#CTU1VLjS&&zu%+U4 zztCo^sd(+M#xP@j-_IX=49A-2!S1$_?^-&1b;bYwuVC6OKMO1bab6`7VB zxG*P=%l3ldI#6j9Z$22VJ#>g-8davJnUlwTSY#0~4cA^_)XMxA4Og!VF6pLL)U6+c zfgB81s|TZR%E3p&b-HmVAod&Pm}#E56A3dNh!8JN!?nAQvuL<_p=iQPPrLsenaSiX zImemlEgyQ3nO^Wg6`ARS2=OL_nZnoz%=CJMoS7~v1ji~EuC{#(Avau4$Ovk~Oq0|R zLEj0?^tj1WK+a5uBjn8VvT4zTnVvRN91P&hG$TUJOq(O*%+y)sDXGH^*PRjKOJp`~ zb_-iMGx?$sK+a5ORoAkWGm|d(3;SGWabxV5Ui55@!0y@#x|FQ~f)YXRz9# z3C?O=wh{YWpx7K55NfcogwxXNut8C4F^{znEe%x%uXhdDX640IRy(K$Wb$(~2)>Z~ z*gloefWg@D!&m^ZlQYPzG5$jGz<$FZw|6gwthI(!wW;Jko-L3iX!S^+YTz# z!*(1CpOSBko#~i5x~U$%Y$k7F?2J)1WGnVn8arzgN|T?rBIJ7bNPvPKJ{qsZ@knE5 zqS?2J9)4e-ay@)ToALHV4?pnpyY9^v+iAvNAsJz$tp>f~(i(QQ>WT-CLJx2Gy)3RD zpM+!>JGZx&>oO$k->JNab6x6v$Kw|jt|Ol-di6b=e@%ba^8!9JMiBA5X*xi^NyeJ-U=HF3GeNT zkn`T-7T(c{9f!Qv*P*D$W<|((Z%c%n_l`x#d9O>*>0%{Pk@XKy;Jq!T3j*&wbnkgF#?l->5{8&XJs*TsAwyI8 z&W9ek2TK%RO*`+kbeQUjzqlElcfNMsboX1?oJy|C&Z~c?aw(3Dt!+hcZbrP$m2wT> zuI2{r34$exO-+sXXt_dNYp!aJ9UEJ0Yf4`wozTu(g(tL~9$k=s9nf5(ppsUv-v;RI z2(j~40~%`G60P{jz5(c6g_z#6r+yRA6WT2a@%wNR_PF&y2y*tDZvh%;xxC5tZv%QO zLKJ)7;SUw!wRjVpg!OGY0P!Zi2gvLfs&D?q@AHQic}=$efUPX@TAc(ZVNZwtEVBKF zfS%LN%WLr_I0%4$?6aNL!iU5f)sR48$LVP)#gniMH4wLPF4CqLN zDBGFvJtO@&k?k3P>#aw_)?ts%0@@cL-WgNAsou%+wfvh*`OZX$qk}15FYn}enZISq zx7r}i(4$oW&{2gjqbtFLDPN!9oy(LiQ@+Uxp<_xBCZ}OfMu@M6Dc?*@I!KQk+a%Eg z5#p_qM0;w|!B+f|B+))G58*SCMAt=#mnVt#3#p03W0L6H2=VeH(cKZ^Hpr-rzGlYAQBQit(GgCDwd&}s_y!5PM@R!zY`zSAJ9reGiJW>jm{6b$5R z9Mbw{2J+-2TXtUd!FW86crpy+`;;-E*=5F&fqbgcBO#762J-y@k{L$^@tTaiStGarZR#}r@+fKJibX9l_-=VtVZ@AI&=&wni_>W{prH|J1%SkqL@V9j-@p|z$V)10lTZEkF(^^s|)ZK^t9Z;0iz!9MY=L z&jLDRkX40#4$xqal3EpdDilicoWn_+dPOxP1N6mm`<`#6P;7YYe%Vx7Py(FRwgyk)(E*KnjW09pow|~ z11xBwR{|6?(eoktN$n^#(RzgtKg7zUCYs~XPpwR9q8$RY(L^0=7B|sEqaws_L`~G! zCw8MI>g4sRc~LuJgGY$Lj+*Fco9j(9(OQd=i6-i-Q@t>Lf+m`w5TbX`L}NXc=A|}~ znyA0W(x{0}N60nN%N|RkCR(NtL`z64N0%4FG9FDYFNS42Ivyd{M2pIcVHuBxl^4S@ z9__SkzLLapNqI3W<552?b4@kTB;7uv; z4U z2x~d9hYBDDimjoQ?3KYl(NSd*ekfboFi^Z;5V|<;i-F?J*ot>A$#b+**hv^D#u6}uzEJNrJM@s_#TNyH2l8#GMwK;b&<`p!_X zOya1nEYAoNFf= z80T?Q#SUY|;~pe+Mwa<=R}GRrBg_1GkwYqWB!9LbS<)pi%%9(k5Xp(LVz>oKlzsED znLpcZmA-u_^XEYpH_?iZ&HQ;ogxI5)yUfr;(ksCkE6zuVf041mR*bNf=PvuL+6oZI z17pQ}ucL~&%QF^kliX#4M_}X<_#tD(Knu4??sDFtn7gdhaLW{gkImfWJq?kB__dk4 zJRYijL+9_v8A~6>1D}lF$AdUg3p(x?HP>6SweI{~gf8{Q+X1 z_&;0{u2B1Q z^;g3YG|<9_DRqt@n}wu!CogdX>A`zElrWS-4cGADN}bui?`LUBog?V?9(Po!Q*Dj( zAQQ`>l5JId1dX-8027io!R&u=gg9K7{Xb=a!Q4xZp!E?VC2$0t50Ee+v;QfY_ECWG z^E3N@%QC^F=wO5f4~lm$I#?l4qSXI8|9}M5U=$RprMxdp%owemw*Pk?U@tr_+dc06DBtxkv!>Ffcl=XPL35x_~9df zejgz|_@jWdjF>+ZW%C%IF;+zZyNoaKF9F%c#^?f~GyV$DTV_=P;YbhOC@v$2KS(ZoT$-8d^)Wxzq?Bhy$YyxDbn6VZA zVl$vE7Qg`UFSY>cWC096r2c6I^r1rhA^+m90WGw|4|7hu)^7j}&}hY0{EL4F$O0H4 z#-YClbTPK#`}!@QSt0Qg8S@W-Y{?^jC>7BE2uKew_e{_j^R5T(c_g1{H!PiDx)zqIuGq(dwcc8=_F}@A5=`W}WK8`# zl@nluwcyCZLS+yv(p0B%V zFrnV-V1}moO4NJ(9a3M3dT)n8<||R}^)#x5tYROe-m}FK?kiF6jdR9SsYSgPPXE&4 zH|jmBDP`3LKP>fLf1^i}TGV@UBE(Ndy=PmKp^J#GlmldEmlI-FqTZXSj7f-HiF(g0 zRQHvr_x2cLny*B?XD6s)u**(S)O*v79075-Q16|H5IY?8-c;pF{6(2-quyH|A&y2y ztNFnw6JLqZ%Jy$zXyV;7S`BdvEJiDLru9OGabd1 z3_5(#j8=9aI6+RsP9MUBEUKXFppNN)J`MBugz%n`w?bad9-@;7kB3}<+jzeM2PB&>+eRi zn)U_J_y5o~T8SMd(MtYKhW!H#Rt<6;{ zth^dEf925%g++y{Mk@;N{hGm$bNJAtH20_gIi*>7VoGVcJ2Q$*Bc;vv02V3D>LF4} zd(8t_q_m3x3Icpa$N~bTZC3~#E>!(m7C^`;P3ME!P+CV<_)&m|JRnk<75(69fzqDV zNJNNzl>+>g2sx#Vut*wrK#0aCct}J*hwhO z_uK{NP!3ao&$SqnP}&<2a!PyBVoXA5(<9`Rwmm|8YzpvEUc(S6ZM`K138fv4t@sxy zz^$wSZ#4+;g_bKMls4WBDztJ++hd7ALTR(ypo)}sFhWjgT|=}Al=gCf0;P2b(JD~d z;t28XDZqPrw2GAWMueQwy1BlOl(ry3PHE41OpBB@DMC(ZuSdu!ZM;XmNNGnRDtNQ*juFeGsEE@qLw`CiuRnOne_iKt7D!ga_oxWV@^Fs7%g9 z$cOPF=eRhGPesUw@fatxIER%ard9el0_%y5cvi)co^55@nKZ)qLG` z!;;;>@0Pz)c^*f&HP&ab87bud{6*({1mnhLE|N9_o=QmIXm z5ytS9^XNaoYi2q;(7e@BK}<8I!^_-m%}ak~I()&Qf`~Sz!{a>LF37S%ro(RpN)WXt z>9CLge2G1R>F^GRun`a-ro&!jgza+pF_;dI4=f?I9!!U~Iiwjf(_xb|==Cz=&2%^% z&X$+jP^QD1j7w}c9;U-51HH%tF&(z4GG2=#o9XZ>;}R%z-WSv1BN5^QF&!Rb2{>Bu zhfIgJM~KhJbog--G-$;x&gqY-5n>l-I{c=w1X{6+Q#-z5lwce5P&>{vL1P>AFdg0# zAyO#Q;U{dcqZJ1N)8RD^X&nL0+Y1rmGcp~v1l*@(m=3SB@o&>IG;c2lN{|9inzu7; z{M)q5UjW)2C_zmBp8@Kv8i$wXtaWrwbPA~_V}$9)7pJ*PUs zH?g33yFx{QZ(_lqvrrX)Z(>37wu>gZzKI33;|a}beG?0sw};fu^Gz&h-cFVjHrd32 zVds6#SbY-3p%)CC25Tt^e`!Y(F!;4Q}%3HxR%Ir(UvF0D{NykK>T=2il5fpmaRPWgd^K@ z9TzR!xweZLmPWD9(!w1X_Phxe?pvA^;}c81LkssU&47I!7n9=G%a3eh=y_AqUH-5R z{eTwkblKo0uH*VwV0z#xG2NhtY4KspZfz3_nz$1+yTv2P20i}{sPl`G@B)&34LI%9 zb!33}NKA{5D#Y86B~JI;d(T5SKlBZmAoFRjYao2AarrWW&$%B-@aa&dAv3qPm+LYu z*1uEP<|FLcXzxvyB?6F4;cWB`hy1(~zj< zxVnb?DxPq&h7~_!`fGstXbdUT=vG%%fF@|b@H3{r4#+g5pD}$KAS;pJc;kMY)qsvF z$@_ks-vG2$HKgyy`AtB!CtAKn_v35_sFTpQj(S!_ehZlHu&r1D*tdc069QL^m6zWE zHcS{?FmyZJw{v@fvGVeJXg5e`UEA?*d>`0}1Y?l+0kG~$vtD`G9?-%FaVY%|(D4Xy zDE%RzJ!f>IOLZieu(D`nC#yoVbo0>5Xo$5QA#rfO| zZfeFn^r&(?o-#P(n?`vpUdTfi#2P_akJZXhn4S8rM-DNw?Ll3V&KrE0P*gr1(wYW z5bvH+V4Q5Rjf^}x7Xrk)rxX}DL3h|LS{{1uy?5T5&9&1L z*jx%+L-?((=yeGdFf*?cDe%oi3Y5AHx}&{Zmr_9gPUS@G{?lB@G}krfab!jg=LXd` z=drM%(2NCy)OgL=#`;WMOVx1O{ilQl(PdHqTRmMl59J0VRM2|hR+;;HS=9kLZ3Wj*c_mx0Vm9~@~o{QhD))o8D$WeT13VV9ZZ{r%zz@#&lo!7wHq&nQN&}(AWC2ZFWgXuv8)Z zOo}Av6Q~5|#&}Y`NuR(@aU{gyLP>B|dnzG5HhqFA+6MszpTKtFA>=+mAL(7H`rRiu zonRyw`UEDeQ=j0Rs_oP#7^|j6>Jv;?(VY4O>s2AAKEV*xzNt^38#1=>2^Og!PJM#j zs(w?SV7@}BPjFPAa-U$f`XOPnO9}(4D`3vfbeY0nh)CjcpWuLDzS$+E!4$Pp_*1e4 zeS&=va%s?2-4(WSuA3gAz;yu%T-V!Vc;XYh79r=lsVc+qiGxotS2cI)6P#7Z_j{o< zuobTSq5A~mMPQfv1cw6_eS)Q`x>-3yG9}v$Q9lPy8GM3O0SZ1rCllhf*(Jq6a(c4( z1oz#0-+j5-c3sQZ?iv`Tx?^adWWRT&e|Zv07V~mXbAfu=~`q2m?m8jV*g^&)lb)zxGqM0~F@)^&n%G2!uI&+jJmJx@-w8A)mw7 zMHy|9u6`Q$)1=GxYbV4(N`~F!Q9jP$`|%%1(zVw^dQ7?&c(9I1*E|o_G3mM(AwKx8 z@E2#9n~_ZZ4KV8>NxF11vN9F9+UCj=6={djQs%jeyr3*h$W`P3Wnn_>VNAN#N61xV z$6#Fq6*)CR>~u`J%#%)&E~}VLldg^CWlr+&a+=jzmR{R`TZM`4`Eo zYG&V%mL)Cs>GL>;9}iUw%sSTG3|uQPYk&f?PWHL-Se9hAIBp_1ut$|_)1+&Wk}V-u zkx!bz0mxP4{0O;<9IOThe;AUk2yw_T={gc2-aUDBtJxq)5$z z_C+gQcEH^j3&nQ*%Xsw)J1t&~%c?8B{HNg6h2Ixm?U(SXtR|Q13a`rFsqFQ6E<0$d z!#|BR#b%!1-HIaG1{?~E{U0-pt(bVMD->I*I^Sw5GBR!U4##;)S1(KY1fFoW@+uE% z<~#i)puU!20V*PxUk~Utff&t2jc7Ms1gQAo|MqKK?j~Swt0-lN zW)=fst4dilxJ=DrV7fj1m(lKwW?qnWXr}ASCny0^*8L99SJBFr zETlI1aV6l?Chwrsn%d-hBJ`iQ7Hx9dVl}nN?db2+CLiTG^=JR|@Ax5Yay!s4waHHi zwW<(yn|z>9q+)K9>s-5HZj;Xwk`yf1P7$r7ho};12=4uCfu_BeSF|BtPL$EF|A-OqST>!_2)+Z1O%vTZv8nocpq| zklfaH``B=KKwHWeM@_so3`0`ffnHd)nlitspf~Y+KB`1;m@6V!Nybsi|TcqTVeb z#?zmm)r{e47AA`A#TNx)E8fIU(W=YH0P!Z65ziYPAifDIww~hx#G9aEJ2>8qTJm=iAyR&6NPTK#Tl#Rq>Ft-9|I5Feb1t=|!cLb=w!iveN>rtjD7Su;Ch zxz^)@1wt1HzTdvF4h6;5bzOj5u}$6_AVwA{w$bkg$Q9ef%K_qJbKbmDKRvAwQjd>K z#nx+$Ij+$rKXpi3CBEOw-3Q@=NYxepA{E=>mjmRAZNp`ODE0UkThVIv3q$>f{EJj< z8@3K3lq$B7=f-<04!^%ct1g#!J0!{8uYOgBecRfNEf*ypUkFrJd}k}Ht-&W{-^*em zN@Qh^T$iFm|4wB$h!W^w?Cp;fFPqK6+A1{_YOvKMR*g0_6?l4he{wITOcM~OefqbW50CXrqe5VY$W`OZE^PPSP&?{#9W=bLk7;=4^ zdHafA0W`r=!i?wxhFlXV_0U-C&zzaIbGWc~nHaj9nRd6USP=QlnQ7Z7rw$N*$dG$d zg$4UFzanR*2fCqK5W({eKr0-|%e5GC{b(+jBkbawnGTs9>_tG|0_0UhMVy@si1X6N z+|bR-+|zdejdnw~AX(yf0qt}sFXQZcfaZE$mls>&`+)2OXY7a}yvkU+(DS;2gn;&d zI(lA*HOsgO#@dAnVK)NF8W?L2M~Dx^SUcm4Eso5~>V8g19}ZA~4^#u_WlQyvDz$x{ z{lzLZU)_&F5st=M{Lm_;ku!uUwF@?v4X2SekwvTJUNV?3@rQMQbj=P%cC1ocso5W{ z6{^(s8H8&wDlpa#)$ETui11A?*7`BbXvIFkSbHwC3RP+oE!9h^)Ha3eFI1@w((DgB z9;(!KTK0#8jSob30q;>%&IJz^PK;y$l1ft0wCp9S}Mno1u+d^vQV z$LNGKAqGrF+KZt$DY(zWR1Kk3aG&R>^daQ#a~G{d3dhJX)b1a~xT*r1ANLVp-N#6* zP2J}wRGp;m^Rg+{3fIFAIVC-8mO+}P{1u>uIzgPe&r26etJHnox0FyD_j&CaYo}LZ zw0(cQK&ksY_jQ3%_qoGnLgnuB^D-e!O!Fni+xK-wICYeSYax6*r0d z{N6Q*E{tHPN-`8ug701*~-7UJb3qW)!bA z<{O(@tNN-S!4B1JRyx2Xx$@LB=h|ot==MnzX7%h7)F@p{eIy#?r6@=^1gTM;H}zq< zj~eB*2)RZ%{ZWnbtO=4tqip)9M(JRNbfQtrNJ%w{xz7|N?7q|}C(P+cG>Qq5RHH0$ zK@v5J8PbStL8Gj*8M#EG*v@@u6*P*U6`E)iGn(0oLxCFQRTm^tqdXM^Nzf?o1}JEh zkuFH0M%m|3)F^h&G~PteD7L$8s!@FPF=Pw7I5o=lAV`8n=@-;T&?x&qs!@8l)QB2o ztwT|xoHr=ZC}UiZM2&LXp{P;3xGvEszN{h9D7O796@zP(SA+Tp8s(HjQKO7?^`TQN zCBBJ|YLq9VAmMkUAMk2~I27myB!a{>%GxMM_(N)xeo=k6M%fi1*C_p?AaRYdHA1dY z-uS3SdCmk$qEY5V^}(@CKj0}>AG*O2XUJcUkZY7VQGJl_=?C

VwZnKVVUW_>9yj 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 W?-b}ye^nl#B&GbOm?}gm( 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 JbEAVj{~y|d(?I|L diff --git a/data/input/response.json b/data/input/response.json deleted file mode 100644 index 31e60a8..0000000 --- a/data/input/response.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "direction": "I", - "distance": 1948.575483806973, - "epochTime": 1674650956, - "latitude": -33.43729782104492, - "licensePlate": "LJHX57", - "longitude": -70.52730560302734, - "realtime": true, - "route": "C", - "routeId": "C", - "timeLabel": "09:49", - "tripId": "C-I-L-005" - }, - { - "direction": "R", - "distance": 1948.575483806973, - "epochTime": 1674650956, - "latitude": -33.43729782104492, - "licensePlate": "LJHA57", - "longitude": -70.52730560302734, - "realtime": true, - "route": "401", - "routeId": "401", - "timeLabel": "09:49", - "tripId": "401-I-L-005" - } -] \ No newline at end of file diff --git a/data/output/json_file/output.json b/data/output/json_file/output.json deleted file mode 100644 index 4251ef7..0000000 --- a/data/output/json_file/output.json +++ /dev/null @@ -1,275907 +0,0 @@ -{ - "header": { - "gtfs_realtime_version": "2.0", - "incrementality": 0, - "timestamp": 1694889070 - }, - "entity": [ - { - "id": "47323735-0555-464b-8c87-84612a960b31", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "6580c01a-a-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694888663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "8e20884f-b099-465b-941b-f0682817d7ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "5b492c06-9-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-17" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694895072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694898851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694899690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694900099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694900492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694901287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694901671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694904190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694908919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694911675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694912564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694914488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694916813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694921300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "2e56463c-9cd8-4ef0-bdc0-767603d6f010", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "052d899d-c-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Apr" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Jan" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Mar" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50042" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Feb" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-4" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jun" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jul" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jan" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Feb" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Mar" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-May" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jul" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Sep" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Dec" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694892026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-16" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-18" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694897029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694897444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694898765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694899349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694899716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694900074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694900386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694900786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694901309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694901642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694902031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694902701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694903288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "a3c8567d-4b28-49c3-be81-ea3eef681053", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "4a1e454c-e-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694888997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "08173482-8a5a-4c8d-9c9e-40137cf5f92d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "b6530c23-0-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "194a87e2-fbcc-485c-a999-8c8668671ef8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "97523aa1-7-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-17" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "5dbda519-b60b-4a72-82e8-23c4828d20c9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "619ce6ab-8-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-16" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-18" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "0ed9a4b9-0622-40c5-bfc2-fcf366410395", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "9e911196-b-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Feb" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Mar" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-May" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jul" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Sep" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Dec" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-16" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-18" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694897373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "20b39c49-c387-4ca5-b8ed-4e1bad57d901", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "7d76082a-c-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "fde89fcf-e11d-4728-9aed-56ebc3e54c20", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "90ec6b89-b-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-17" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694897300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694897443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694897732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694898048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694898572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "41bfefdf-262e-4480-8d4a-a36bb393505e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "2557141d-1-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Dec" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-16" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-18" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893860 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "e385a63b-95ad-4618-9b72-0dfda2d59291", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "6c343838-d-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "a4e6b9ec-2795-4d15-998d-dfc3eaf47637", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "f4b6a532-2-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-17" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694897356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694897983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694898285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694898571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694899142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694899415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694901140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694904123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694905725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694906221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694907266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694908473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694910652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "36071446-42b7-4a20-a63d-e286f01b1fa2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "101b6e55-5-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694888995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "6bb13bc0-1071-488d-929d-8f63b7d1ceff", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "b1e159c9-2-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-17" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694896327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694896835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694897076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694897303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694897754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694897967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694899287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694901462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "19-Feb" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694902577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Feb" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694902916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Mar" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694903617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Jun" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694904411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Sep" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694905798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20-Dec" - } - ] - } - }, - { - "id": "1f90e88d-c378-4383-b26f-04a5819a8173", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "7d120aea-c-701ff27f-2", - "start_date": "20230916", - "route_id": "540" - }, - "stop_time_update": [ - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694888915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50042" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Feb" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-4" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jun" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jul" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jan" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Feb" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Mar" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-May" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jul" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Sep" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Dec" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-16" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-18" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694895545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694896090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694897102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694897539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694898072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694898299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694899193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694900325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "5ec13397-2b9a-48a9-b05d-d549de9badea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "94761076-e-701ff27f-2", - "start_date": "20230916", - "route_id": "541" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "23-Jan" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-14" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-May" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-Apr" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-Feb" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "25-2" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "29-9" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30-1" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "26-Jan" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "26-Feb" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "26-3" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "29-6" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "29-7" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "29-8" - } - ] - } - }, - { - "id": "3b838b19-462f-4d97-aafe-e8012ed9305d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d3f89e8a-6-701ff27f-2", - "start_date": "20230916", - "route_id": "541" - }, - "stop_time_update": [ - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694888988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-13" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "22-Jan" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Feb" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "18-Mar" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50042" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Feb" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-4" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jun" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jul" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jan" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Feb" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Mar" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-May" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jul" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Sep" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694892015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Dec" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694892217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694892305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694893041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694893075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-16" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694893174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-18" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694897217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694897966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694898480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694898797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694899196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694899658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694900345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694902557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5-Feb" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694903626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694904320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694905011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694905629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694906439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694907531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694908245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694909106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694910641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694912049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - } - ] - } - }, - { - "id": "f32ebfb3-31bb-44f9-8f81-0506217d7149", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "e07d182b-0-701ff27f-2", - "start_date": "20230916", - "route_id": "541" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-1" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-17" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Mar" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694894600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Oct" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694895427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Aug" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694895722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Jun" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694895877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-Apr" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694900660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Aug" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694901794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-May" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694902357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Mar" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694902904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16-Jan" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694903993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "27-Jan" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694904586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "17-Jan" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694917153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "23-Jan" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694933588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "24-14" - } - ] - } - }, - { - "id": "73c96ce6-6dbb-4538-be78-6b4beea55466", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15469-701ff27f-2", - "start_date": "20230916", - "route_id": "546" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694888799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694888945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36641" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32571" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32576" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40259" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40257" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36692" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40036" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39688" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36754" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36931" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36932" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "0d2aa157-745c-4ee2-a26b-f76bd53ed1a5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15468-701ff27f-2", - "start_date": "20230916", - "route_id": "546" - }, - "stop_time_update": [ - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36641" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32571" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32576" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40259" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40257" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36692" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40036" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39688" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36754" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36931" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36932" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "94ca679e-f259-4c80-8c29-ca3d9a5d1ce0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15470-701ff27f-2", - "start_date": "20230916", - "route_id": "546" - }, - "stop_time_update": [ - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694888659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40349" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694888701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40350" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694888762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40351" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694888854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40352" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694888940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41970" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32500" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32501" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38491" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38498" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38495" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40928" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37447" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40929" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40946" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36641" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32571" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32576" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40259" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40257" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36692" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40036" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39688" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36754" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36931" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36932" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "19339e66-0208-4097-804f-7f8ca3d5f05b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15535-701ff27f-2", - "start_date": "20230916", - "route_id": "547" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42426" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42427" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42428" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37042" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36935" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37043" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37044" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37045" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36932" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37099" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36931" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36929" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606050" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39140" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39141" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39082" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40252" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32731" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40257" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40258" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32734" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32736" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49140" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49141" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49142" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49143" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38561" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38424" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41928" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41929" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41969" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694897309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694897529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694897785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694897963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694898225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694898358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40549" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694898564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694898849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694899510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694899850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694900281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40554" - } - ] - } - }, - { - "id": "46abe55c-a3a6-4144-9559-d0a088e35f3f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15534-701ff27f-2", - "start_date": "20230916", - "route_id": "547" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38561" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38424" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41928" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41929" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41969" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40549" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40554" - } - ] - } - }, - { - "id": "4c599e09-658c-4832-95af-ee3e2d9007c8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15533-701ff27f-2", - "start_date": "20230916", - "route_id": "547" - }, - "stop_time_update": [ - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694888987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38424" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41928" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41929" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41969" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40549" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40554" - } - ] - } - }, - { - "id": "18659654-c65f-4c0e-aa1d-845dc29e9b8e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15500-701ff27f-2", - "start_date": "20230916", - "route_id": "547" - }, - "stop_time_update": [ - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32631" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32697" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32699" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42606" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42607" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42608" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831075" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42522" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42523" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42525" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32700" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36704" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36754" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36936" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "abfd2798-82f7-48ba-867f-a4cfaf8dd07a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15501-701ff27f-2", - "start_date": "20230916", - "route_id": "547" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38491" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38424" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38498" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40928" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37447" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40929" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40946" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32631" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32697" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32699" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42606" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42607" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42608" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831075" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42522" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42523" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42525" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32700" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36704" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36754" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36936" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "59d66b85-062b-4a2f-8419-9a21d2afe8fa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15579-701ff27f-2", - "start_date": "20230916", - "route_id": "549" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40347" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40348" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40349" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32500" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32501" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32503" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38491" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38424" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38498" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38495" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40928" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37446" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37447" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40929" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40946" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694896472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694896650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694897049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694897353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694898719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694899077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694899520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694900444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694901372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694902515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694903939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694906833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694907414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694908251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694909970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694910878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694913948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694915578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694918530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694922565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694924107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694930159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694936912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694944919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694960811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694974810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1695028960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1695089636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1696041280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - } - ] - } - }, - { - "id": "50c3aba5-0be9-4791-98b4-8b95f05d81ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15578-701ff27f-2", - "start_date": "20230916", - "route_id": "549" - }, - "stop_time_update": [ - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694897813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694897979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694898210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694898657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694898879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694899566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694899895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694901091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694902092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694902800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694903482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694904492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694905136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694906582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694907369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694909074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694911310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694912515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694916128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694919817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694923581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91143" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694927882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694935303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694944797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694952398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694954086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694985795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "260ad30b-cfbc-4479-ae1d-547c95996440", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15576-701ff27f-2", - "start_date": "20230916", - "route_id": "549" - }, - "stop_time_update": [ - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91143" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694893083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694893206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694893280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694893294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694893477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "8330168b-afaf-4925-8963-c50c5715f42a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15630-701ff27f-2", - "start_date": "20230916", - "route_id": "549" - }, - "stop_time_update": [ - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37448" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41928" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41929" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694890342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40589" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694890489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694890648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "2e18ba50-f505-4306-8721-6880d50cddf1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f108f547-1656-4d46-8fbd-d88f7a0b5fc5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15633-701ff27f-2", - "start_date": "20230916", - "route_id": "549" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694897389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694897954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694898382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694898665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694898946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694899360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694899596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694899824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694900176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694900483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694901302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694901895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37448" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694902218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694902559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694903093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694903438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694903979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694904748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694905547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694908673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694910957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694911949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694913898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694915986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41928" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694917953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41929" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694922995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694927175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694929545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694934411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694940494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40589" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694944764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694975632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1695195524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "a5752e7e-5dd3-4158-a68a-cc46f75e457f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15744-701ff27f-2", - "start_date": "20230916", - "route_id": "550" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38511" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38482" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38440" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38446" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38491" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38424" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38495" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40928" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37446" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37447" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40929" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40946" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49356" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694896362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694896614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694897968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694899313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694900706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694901303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694901876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694902338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694903155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694903625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694904399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694905178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694905598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694906818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694907347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694908935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694910502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694911971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694914718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694916240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694920059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694922423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694928085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694935695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540229" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694940389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540230" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694945128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540231" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694957796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20554362" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1695011020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34871" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1695030324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34872" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1695202053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34873" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1696564142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "ca76a482-11fd-4346-baed-b803c28b32c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15685-701ff27f-2", - "start_date": "20230916", - "route_id": "550" - }, - "stop_time_update": [ - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37448" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - } - ] - } - }, - { - "id": "80c14e4b-6ee3-44e6-b764-5fd495a3348d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15686-701ff27f-2", - "start_date": "20230916", - "route_id": "550" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694896275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694896455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694896609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694897011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694897293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37448" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694897427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694897575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694897813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694897952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694898186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694898509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694898771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694899997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694900754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694901063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694901636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694901868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694902125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694902828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694903332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694903962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - } - ] - } - }, - { - "id": "756dcfcb-fba2-4c09-8cff-d5fc1a5e571b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15683-701ff27f-2", - "start_date": "20230916", - "route_id": "550" - }, - "stop_time_update": [ - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37448" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - } - ] - } - }, - { - "id": "d0f61a9a-6682-471e-aa21-2e8ebdc1a417", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15740-701ff27f-2", - "start_date": "20230916", - "route_id": "550" - }, - "stop_time_update": [ - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34871" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34872" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34873" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "ed608ff5-e6a0-4ae2-8759-8e0f71d5d492", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15854-701ff27f-2", - "start_date": "20230916", - "route_id": "551" - }, - "stop_time_update": [ - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694888952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694888996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694889004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694889105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "d2f12613-b5df-4a18-9c62-7ffb16db5c4f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15799-701ff27f-2", - "start_date": "20230916", - "route_id": "551" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37448" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694893016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694893317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694893495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694893565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694893688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694893806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41928" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694893904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41929" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694894248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694894266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694894859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42046" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694894988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42047" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694895297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42049" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694895417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42050" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694895767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42052" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694895993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42053" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694896137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42054" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694896435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42055" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694896595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42056" - } - ] - } - }, - { - "id": "63f616d3-d706-45b6-a1a7-dfb62f33e963", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15796-701ff27f-2", - "start_date": "20230916", - "route_id": "551" - }, - "stop_time_update": [ - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694889371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42046" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694889418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42047" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42049" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694889560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42050" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694889665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42052" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694889727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42053" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42054" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42055" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42056" - } - ] - } - }, - { - "id": "8ef64122-708c-43fa-b6da-6de529a4cf81", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "15855-701ff27f-2", - "start_date": "20230916", - "route_id": "551" - }, - "stop_time_update": [ - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694891922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694892591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91151" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694892683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694892776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694892889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694892957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694892971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694893137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "8d00f8c6-c89a-4106-92ad-2e1552cabeaa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16066-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694896186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694897396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694897717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694897997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694898721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694899237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694899526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694900122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694901208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694901883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694902197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694903104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694904665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694904772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694905910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694907133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694907933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694908093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694910357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "394a4f8b-4ea6-4e85-800f-244b753e460d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16065-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694888995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "7513505f-8562-49f0-8820-0a0ddced614d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16068-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40349" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40350" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40351" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40352" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42082" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49107" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694897258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694897856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694898954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694899986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694900331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694901193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694901618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694902306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694903077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694903420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694904425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694905386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694906260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694907828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694908716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694910654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694911819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694914419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694919992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694924144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694926300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694933513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694950945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694952474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694972874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1695009031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1695049515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1695060545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1696124773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "1e3659a7-3924-43c4-a494-8b01fb5fcc70", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16009-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41942" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694893047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694893133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694893193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694893278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694893371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40589" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694893405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694893931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "e1043ea8-d2ff-4c04-8d8a-d85b537e7e29", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16064-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "598b4344-9f2a-4555-8c96-ca3a40316942", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16062-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694888637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694888645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694888721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694888793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694888835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694888842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694888942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "c24af2bb-43de-48bc-99e3-e4b49c834c09", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16067-701ff27f-2", - "start_date": "20230916", - "route_id": "553" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40347" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40348" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40349" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40350" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40351" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40352" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42082" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49107" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694896035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694896255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694897758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694899633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694900174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694900789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694901179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694902157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694902644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694903435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694904329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694904727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694905908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694907048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694908095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694909998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694911089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694913508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694914987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694918358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694925920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694931876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694935085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694946443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694978607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694981805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1695032159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1695180431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1695628987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1695936360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - } - ] - } - }, - { - "id": "1a5f41b1-26e5-4ed5-84a7-fb63b7f07910", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e55e0ce1-6fb4-4f96-997b-b425d951326b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9e5591f3-20bb-46c8-a339-bf88c6a1ad84", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16177-701ff27f-2", - "start_date": "20230916", - "route_id": "554" - }, - "stop_time_update": [ - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694888956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42047" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42048" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42049" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42050" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42051" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42052" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42053" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42054" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42055" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42056" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42057" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42127" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42128" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42129" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41950" - } - ] - } - }, - { - "id": "8103c0e9-d46c-4695-bdec-c5495222ebe9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16178-701ff27f-2", - "start_date": "20230916", - "route_id": "554" - }, - "stop_time_update": [ - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41942" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42045" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42046" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42047" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42048" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42049" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42050" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42051" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42052" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42053" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694891152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42054" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694891236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42055" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42056" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694891441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42057" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42127" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42128" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42129" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41950" - } - ] - } - }, - { - "id": "c48093f8-696d-4227-a3d0-0d50b1560d17", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16121-701ff27f-2", - "start_date": "20230916", - "route_id": "554" - }, - "stop_time_update": [ - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42272" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "d2f6da68-d849-45af-960a-96ccba5531ab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16123-701ff27f-2", - "start_date": "20230916", - "route_id": "554" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41957" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41958" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41959" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41960" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41961" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41962" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41963" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41964" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41965" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41966" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41967" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41968" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41970" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40542" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41971" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41972" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694895037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694895213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694895380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694896830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694897093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694897295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694897970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694898337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694898734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694899403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694899791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694900626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694900847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694901924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694902270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694903533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694904292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694909093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694910312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694912123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694916803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694922311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694930370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694945165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1695015042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1695042904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1695127161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1696251148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - } - ] - } - }, - { - "id": "0b9ff009-f097-48bf-96dd-9224e5d905b9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16124-701ff27f-2", - "start_date": "20230916", - "route_id": "554" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694897347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694897686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694898088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694898269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694898673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694899104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694899464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694900079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694900411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694901097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694901486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694902298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694903313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694903815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694904782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694905239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694906102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694906980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694907390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694913058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42272" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694918806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42077" - } - ] - } - }, - { - "id": "837ea09a-a33e-4452-a194-017ef047d161", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16371-701ff27f-2", - "start_date": "20230916", - "route_id": "556" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694888999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694895104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694895317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41937" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694896242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694896286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - } - ] - } - }, - { - "id": "a452108d-b340-4511-a86e-be19fc1a3385", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16312-701ff27f-2", - "start_date": "20230916", - "route_id": "556" - }, - "stop_time_update": [ - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42382" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42383" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42384" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43339" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43207" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43208" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43209" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43210" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42389" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42390" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42391" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42392" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42393" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42394" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42395" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42396" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42397" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42398" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42399" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42400" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "3438b825-8f86-45de-9831-08a29e5488c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16370-701ff27f-2", - "start_date": "20230916", - "route_id": "556" - }, - "stop_time_update": [ - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91142" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41937" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91144" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91150" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91145" - } - ] - } - }, - { - "id": "191418d6-2a51-461e-8048-93fe539496d6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16314-701ff27f-2", - "start_date": "20230916", - "route_id": "556" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42382" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42383" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42384" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43339" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43207" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43208" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43209" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43210" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42389" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42390" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42391" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694896951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42392" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694897074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42393" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694897248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42394" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694897481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42395" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694897800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42396" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694897899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42397" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694898171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42398" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694898394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42399" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694898742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42400" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694900355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694902115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694902912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694903524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694905078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694905480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694906229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694907125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694908029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "718face7-7a75-4521-ac05-4cce68308b69", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16313-701ff27f-2", - "start_date": "20230916", - "route_id": "556" - }, - "stop_time_update": [ - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42382" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42383" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42384" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43339" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43207" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43208" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43209" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43210" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42389" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42390" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42391" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42392" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42393" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42394" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42395" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42396" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42397" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42398" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42399" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42400" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "705d5a86-e96b-4c07-a0f0-3582299e7da4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16311-701ff27f-2", - "start_date": "20230916", - "route_id": "556" - }, - "stop_time_update": [ - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "215dbb79-15a5-4216-9914-774eb4c0addd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16512-701ff27f-2", - "start_date": "20230916", - "route_id": "557" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44895" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694897972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41937" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694899746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34871" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694900139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - } - ] - } - }, - { - "id": "787c564f-54c6-44f4-a6ed-f0d00688b077", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16438-701ff27f-2", - "start_date": "20230916", - "route_id": "557" - }, - "stop_time_update": [ - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45097" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694895065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694895144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694895218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694896590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694897101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694897356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694897522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694897719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694897941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694898169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49355" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694898646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42244" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694898717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49356" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694899136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694899296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49358" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694899650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694900027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694900956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694901167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694901638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694902118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694902612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "68215fb6-74aa-4201-b096-187c7bd9a9ee", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16513-701ff27f-2", - "start_date": "20230916", - "route_id": "557" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42252" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42253" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42254" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42255" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42256" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42257" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42258" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42259" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42260" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42261" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42263" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42266" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44895" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694896137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694896360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694896574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694897121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694897483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694898098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694898582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694898840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694899370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694899667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694902371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694904530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41937" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694909782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34871" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694911125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - } - ] - } - }, - { - "id": "929c24a1-0ff5-43dc-8860-a4401522fc4a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16434-701ff27f-2", - "start_date": "20230916", - "route_id": "557" - }, - "stop_time_update": [ - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49355" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42244" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49356" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694889316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694889340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49358" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694889625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "d2ebd741-021c-4857-9560-76a7706237a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16511-701ff27f-2", - "start_date": "20230916", - "route_id": "557" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694895180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41937" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694896124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34871" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694896321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - } - ] - } - }, - { - "id": "9a34828c-f3ec-4e6a-9232-438ad15da776", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16436-701ff27f-2", - "start_date": "20230916", - "route_id": "557" - }, - "stop_time_update": [ - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45097" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49355" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42244" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694890622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49356" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49358" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694890933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694890957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694891010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694891061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694891111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "8749b690-c21d-41c0-8a4a-4e2345863c04", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "1684-c36b9237-d", - "start_date": "20230915", - "route_id": "558" - }, - "stop_time_update": [ - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694888646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694888745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694888810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540210" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694888832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540222" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694888890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540211" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694888937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540212" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694888995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540213" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540214" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540215" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540216" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540228" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540229" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540207" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91147" - } - ] - } - }, - { - "id": "7146d8fc-6443-4d4b-a5d2-c38dbbb0d58e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16635-701ff27f-2", - "start_date": "20230916", - "route_id": "558" - }, - "stop_time_update": [ - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694888999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540210" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540222" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694893164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540211" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694893248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540212" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694893354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540213" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694893397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540214" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694893484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540215" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694893519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540216" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694893553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540228" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694893570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540229" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694893702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540207" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694893775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91147" - } - ] - } - }, - { - "id": "70fd59ab-426b-45f5-81ec-69b0ec35f0c6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16750-701ff27f-2", - "start_date": "20230916", - "route_id": "559" - }, - "stop_time_update": [ - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39633" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42653" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42654" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49355" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694896320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42244" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694896365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49356" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694896628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49358" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694897721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694897856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694898112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694898381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694898638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "833c2481-5a3f-485b-8179-ef0a28e9bd37", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "1731-c36b9237-d", - "start_date": "20230914", - "route_id": "559" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38779" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42247" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42248" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38782" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42249" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42421" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42422" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42423" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42424" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42425" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42426" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42427" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42428" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42429" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42521" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42522" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42525" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42526" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42528" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37585" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37587" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36641" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42533" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42534" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42535" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694896223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694896431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694896838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694897313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694898374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694898594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694899132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694899418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694900006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694901099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694901820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694902049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694902669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42501" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694903259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694903365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694904028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49266" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694905661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540210" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694906160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540222" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694907116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540211" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694907933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540212" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694909166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540213" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694909935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540214" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694910836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540215" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694911893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540228" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694912219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540229" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694914328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540207" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694915442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91147" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694916648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20554362" - } - ] - } - }, - { - "id": "e28c238b-5501-4a8e-8a45-841f07e19160", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16691-701ff27f-2", - "start_date": "20230916", - "route_id": "559" - }, - "stop_time_update": [ - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694888957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694888980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42501" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49266" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540210" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540222" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540211" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540212" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540213" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540214" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540215" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540228" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540229" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540207" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91147" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694893041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20554362" - } - ] - } - }, - { - "id": "f2d09d37-1488-477e-adae-71749442eaa2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0c102e4c-3434-42e6-a4fb-c80682b55542", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16815-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694888939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694888974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "aa725d0e-9478-4d35-b6fb-9f357a259951", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16892-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "d0ae1b85-c93a-4213-bf59-5f0f14b21eeb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16890-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "e5031ff9-0a55-4df2-8351-1382c61bbf49", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16816-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694888910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "174c719a-c537-4701-870f-34da21e74333", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16893-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694891128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694891218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694891369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694891428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694891488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694891552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694892010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694892184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694892272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694892372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694892500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694893044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694893143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694893220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694893336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694893841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694894122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694894443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694894718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694895017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694895381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694896024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694896140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694896300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694896606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694896756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694897253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694897471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694897818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694898195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694898358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694898826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694899255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694899631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694900276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694900624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694901346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694901756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694902615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694904225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694905257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694905746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694906673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694907711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694907910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694908176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "6e4bf60d-1fe4-4908-87aa-6a9c511d2f3c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16819-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694888973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "6899bd37-d5e1-4b9b-951d-1850842ca8c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16886-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694894150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694895035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694895140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694895484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694896120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694897046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694897446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694897658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694898089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694898330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694898822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694899706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694900249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694900499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694900963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694901467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694901562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694901688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "cd79de73-7aed-4e8a-afa9-6d1ddc81cfda", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16887-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694888928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694888965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "2fc7625b-9256-49d5-840c-b1f4089ad5e7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16889-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694888932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694888965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "db4a4ddf-fbe6-4c19-b328-71ad064a2a8f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16818-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "d9920f88-62c5-4861-97fd-fdbad6dbfc82", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16891-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694888993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "1f477b16-663d-4171-baa6-ff00be7a30cc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16888-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "40f6c9b1-7fae-40dd-b7d9-6fd7834cb315", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16820-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694888988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "bc1656f3-417d-4b2c-a8c9-ad061d417314", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16821-701ff27f-2", - "start_date": "20230916", - "route_id": "560" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694888948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694888993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694896619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694897164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694898097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694898581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694898878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694899663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694899867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694900235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694900639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694901021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "48dc9b29-853c-4d95-8e10-b610c31453da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f37a3d9e-2461-4cea-9191-cbf3422bb261", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17072-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694891751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694891869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694891931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38573" - } - ] - } - }, - { - "id": "d94c2c3f-864c-496f-a342-2333e4fb4835", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17073-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694894371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694894439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694894558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694894686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694894808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694894983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694895081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694895174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694895315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694895436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694895746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694895915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694896187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694896366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694896652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694896891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694897127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694897295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38573" - } - ] - } - }, - { - "id": "ade4a3ff-d56a-4d09-8b20-5960f5af96a3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "56e97065-073e-467f-8b59-d21050a2905f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17074-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694895700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694895908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694896219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694896592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694896946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694897171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694897716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694897859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694898115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694898391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694898661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694899058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694899284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694899502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694899838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694900131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694900911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694901351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694902086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694902590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694903421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694904148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694904896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694905449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38573" - } - ] - } - }, - { - "id": "7bb5090a-f651-470a-b835-fa89cd48ac4d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17075-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42950" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540196" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42948" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540198" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42946" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42894" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42893" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42891" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42892" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42895" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42896" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42889" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42888" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42890" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42886" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42885" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694896547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694897150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694897641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694898292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694898681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694899059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694899639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694900359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694901063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694901525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694902685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694902999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694903572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694904210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694904849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694905821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694906393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694906959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694907858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694908667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694910959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694912344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694914833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694916670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694919979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694923195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694926866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694929861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38573" - } - ] - } - }, - { - "id": "6ff0d331-7344-41e3-ab46-ce8d3c10e16c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17071-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694890133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694890204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694890460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38573" - } - ] - } - }, - { - "id": "d39c3e57-ab09-4248-8b68-f8432cd9c851", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16976-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42897" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42898" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42887" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42943" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42944" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42945" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42947" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42949" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42951" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540194" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42952" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42958" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42955" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42983" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540192" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42979" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540201" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43082" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540202" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "b607f3db-a93c-4332-b06a-80227cc55d9e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16978-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42897" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42898" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42887" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42943" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42944" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42945" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42947" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42949" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42951" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540194" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42952" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42958" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42955" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42983" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540192" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42979" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694894532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540201" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694894645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43082" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540202" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "bcbb1253-d189-4af0-94c4-18f135302f39", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16977-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42897" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42898" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42887" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42943" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42944" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42945" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42947" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42949" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42951" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540194" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42952" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42958" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42955" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42983" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540192" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42979" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540201" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43082" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540202" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694893152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694893210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "8bd3b3c0-fd39-4ada-9071-31af9fb7d2b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17070-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694888985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38564" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694889502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38573" - } - ] - } - }, - { - "id": "a9f031b0-c5f1-4b13-b5ab-481695416de7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16980-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694888942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694897811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694897977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694898208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694899952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694900490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694901748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42897" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694902490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42898" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694903047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42887" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694904084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42943" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694905118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42944" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694906014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42945" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694906938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42947" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694907612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42949" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694910598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694911461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42951" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694912669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540194" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694914710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42952" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694915775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42958" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694917279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42955" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694918325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42983" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694920415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540192" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694922157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42979" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694925964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540201" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694929468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43082" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694930939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540202" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694961182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694983625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1695001261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "7437a998-be78-4a1e-93d3-258f84b6fbc1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16975-701ff27f-2", - "start_date": "20230916", - "route_id": "561" - }, - "stop_time_update": [ - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "b295565a-1e8f-4d02-969c-2dc1e96d79dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "39c06ba2-4b63-43a1-a59a-5a9f164acf38", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d4afd7ae-f-701ff27f-2", - "start_date": "20230916", - "route_id": "562" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42897" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42898" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91011" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91012" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91013" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91014" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42945" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42947" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42949" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42951" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540194" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42952" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42958" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42955" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540192" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42979" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540201" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43082" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540202" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43080" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42983" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "921981e1-8c86-4c6f-8998-99be8affce50", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "1bc94f39-4-701ff27f-2", - "start_date": "20230916", - "route_id": "562" - }, - "stop_time_update": [ - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42894" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42893" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42891" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91008" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91009" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91010" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42890" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42886" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42885" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "4f66dd4d-2eac-412e-81ab-57ab04a574a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "0e8abda7-4-701ff27f-2", - "start_date": "20230916", - "route_id": "562" - }, - "stop_time_update": [ - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "a7aea2a6-596e-4464-b680-965ad87443c8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "4aa826f5-e-701ff27f-2", - "start_date": "20230916", - "route_id": "562" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43080" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42953" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540193" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42950" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540196" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540198" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42946" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42894" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42893" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42891" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91008" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91009" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91010" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42890" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42886" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42885" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "7a4db7d4-3c12-4e0f-9930-ca0f7fc87b65", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "41c40566-f-701ff27f-2", - "start_date": "20230916", - "route_id": "562" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "a920c00a-9741-46ab-8bca-a23deb495c94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "8be7751a-7-701ff27f-2", - "start_date": "20230916", - "route_id": "562" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42897" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42898" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91011" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91012" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91013" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91014" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42945" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42947" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42949" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540195" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42951" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540194" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42952" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42958" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42955" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42954" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540192" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42979" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540201" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43082" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540202" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "43080" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42983" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "20540199" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42957" - } - ] - } - }, - { - "id": "f632c6be-60bb-47ca-9afe-b9bd177374ca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17357-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694895311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694896058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694896158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694898777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694901052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694901893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694902820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694903238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694904848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694905685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694905844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694906057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "2f7035f0-f82e-42a2-a29e-4f368f82abf9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17436-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39633" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34493" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50019" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - } - ] - } - }, - { - "id": "629206a6-5f5c-48e3-934d-577a00ed01be", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17434-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34493" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50019" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - } - ] - } - }, - { - "id": "c3f27192-19ad-4426-b8da-1ccbb6f97496", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17437-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39633" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34493" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50019" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - } - ] - } - }, - { - "id": "257e3f37-f8e4-4c5b-8073-3c65eaea43c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17438-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42501" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39633" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694898934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694899323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694900118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34493" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694900537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50019" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694901311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694901778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694902100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694902699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694903324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694903652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694905458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694906032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694906207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694907118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694908858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - } - ] - } - }, - { - "id": "a8b92f16-796b-4029-8811-da3aac14ac43", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17354-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "2c144cd9-6fe5-4fc6-91bc-adf9712d99c2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17435-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34493" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50019" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - } - ] - } - }, - { - "id": "671f629f-1c90-4f9c-8961-c0774ffd9cfc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17359-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "c70768a5-f68e-4418-a7ad-25ca15e36501", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "82261874-47cc-4a6f-bbc3-63a2f01f4385", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17360-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694896057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "a4ada7e2-e725-4d55-9322-2c0c14674227", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17355-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "71956134-a804-403e-a81a-e2c4f3357a42", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17433-701ff27f-2", - "start_date": "20230916", - "route_id": "565" - }, - "stop_time_update": [ - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34493" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50019" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - } - ] - } - }, - { - "id": "55dff1db-90f8-44f1-bb8c-54d3c4f22460", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17501-701ff27f-2", - "start_date": "20230916", - "route_id": "566" - }, - "stop_time_update": [ - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940386" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940383" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940382" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940381" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940374" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940370" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940367" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940368" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694896603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940388" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694897337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694897656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694897872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694898342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - } - ] - } - }, - { - "id": "4f3471ad-dc7e-4f93-bcf6-d6bd4143e809", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17528-701ff27f-2", - "start_date": "20230916", - "route_id": "566" - }, - "stop_time_update": [ - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42242" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "baed9db0-c0f5-4cff-9670-c5a12994ab51", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17567-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35829" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40921" - } - ] - } - }, - { - "id": "00ae4fe5-de8b-4eae-b37d-df3f12f92a70", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17613-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "fa7d7968-1a4a-4581-a394-49ad111e494f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17570-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34868" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34415" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41801" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42242" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34871" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35829" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40921" - } - ] - } - }, - { - "id": "12e7bf91-bb84-47df-b84c-75a141552e6a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17569-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35829" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40921" - } - ] - } - }, - { - "id": "b0dada73-a90a-42db-a15d-66d86383f96d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17566-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35829" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40921" - } - ] - } - }, - { - "id": "972eab18-e1ae-4f0f-8a9b-ba8b03022e1a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17568-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35829" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40921" - } - ] - } - }, - { - "id": "4279047f-791d-4a70-a84f-618708864c5c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17615-701ff27f-2", - "start_date": "20230916", - "route_id": "567" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34557" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42212" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34560" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42273" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - } - ] - } - }, - { - "id": "23c3c037-a8f9-401a-9993-b6b487ac713b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17670-701ff27f-2", - "start_date": "20230916", - "route_id": "568" - }, - "stop_time_update": [ - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40924" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38812" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38813" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - } - ] - } - }, - { - "id": "05a9b596-4e7d-467d-9ee4-2df73de5b433", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17674-701ff27f-2", - "start_date": "20230916", - "route_id": "568" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49237" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49238" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40966" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40967" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40969" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40970" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49250" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49244" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49251" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49242" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38054" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38055" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49254" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49255" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34810" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49256" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49257" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49258" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49259" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49260" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49261" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34549" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49265" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49266" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694896389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694896631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694896852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694897227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694897784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694898060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694898789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694898942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694899288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694899448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694900398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694901031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694901470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694902019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694902327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694902597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694903146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694903563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694904320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694904882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694905401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694906128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694907505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694908038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694908299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694909061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694909985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694915996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694919580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694921026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40924" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694939058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38812" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694944222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38813" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694955686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694968435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694972845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1695028449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1695126668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1695201904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - } - ] - } - }, - { - "id": "0f7be8ee-9755-40cc-a949-0887f092a4ee", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17747-701ff27f-2", - "start_date": "20230916", - "route_id": "568" - }, - "stop_time_update": [ - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49215" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34824" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38091" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38092" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38093" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38094" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49243" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49245" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40338" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40339" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40340" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40341" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40342" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49226" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49227" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694896945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49229" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694897016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694897173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49230" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694897286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49231" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694897345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49233" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694897495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49234" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694897641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49235" - } - ] - } - }, - { - "id": "b15aaa3e-12c5-45f7-b65f-9435f4d35a11", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17672-701ff27f-2", - "start_date": "20230916", - "route_id": "568" - }, - "stop_time_update": [ - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40924" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694894214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38812" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38813" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694894445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694894562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694894595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694894841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694895004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694895061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - } - ] - } - }, - { - "id": "91ecfba2-c800-48a5-8cc7-f2b0934a21aa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17745-701ff27f-2", - "start_date": "20230916", - "route_id": "568" - }, - "stop_time_update": [ - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34824" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38091" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38092" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38093" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38094" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49243" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49245" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40338" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40339" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40340" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40341" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40342" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49226" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49227" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49229" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49230" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49231" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49233" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49234" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49235" - } - ] - } - }, - { - "id": "1dbdd3e5-e542-4299-afdc-9ebd70d6d322", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17749-701ff27f-2", - "start_date": "20230916", - "route_id": "568" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694896251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694897196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694897327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694897599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694898577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49215" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694899140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694899287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694899802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694899960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694900327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694900650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694901382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34824" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694902457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38091" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694902918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38092" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694903258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38093" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694903796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38094" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694903982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49243" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694904518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49245" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694905136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40338" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694905325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40339" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694905519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40340" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694905653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40341" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694906451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40342" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694911027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49226" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694911804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49227" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694912700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49229" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694913213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694914394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49230" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694915288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49231" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694915772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49233" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694917045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49234" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694918367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49235" - } - ] - } - }, - { - "id": "97302e58-9e3c-47f5-940d-81a4d494bcc3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17871-701ff27f-2", - "start_date": "20230916", - "route_id": "572" - }, - "stop_time_update": [ - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "8c9d4199-7831-4c18-b636-c9bcb0c180bc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17872-701ff27f-2", - "start_date": "20230916", - "route_id": "572" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "bda0be92-0f91-41a8-8ac4-e15e0e2bd0a4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17814-701ff27f-2", - "start_date": "20230916", - "route_id": "572" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34965" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34966" - } - ] - } - }, - { - "id": "01bc6f06-afc9-4487-a507-d572f7265155", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17815-701ff27f-2", - "start_date": "20230916", - "route_id": "572" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34965" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34966" - } - ] - } - }, - { - "id": "80ac2753-5fed-4458-bbea-1ae8d6f973c5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17816-701ff27f-2", - "start_date": "20230916", - "route_id": "572" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694888998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694895178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694895319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694895702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694896013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694896207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694896652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694896844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694896926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694897104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694897500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694898706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34965" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34966" - } - ] - } - }, - { - "id": "c5f50aea-60c3-4a33-a83d-b480a7d416c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17985-701ff27f-2", - "start_date": "20230916", - "route_id": "573" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "43f1e128-2e62-4ce4-9c59-e4ed352f18a5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17927-701ff27f-2", - "start_date": "20230916", - "route_id": "573" - }, - "stop_time_update": [ - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91085" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35862" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35646" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35475" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35476" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084047" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084048" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - } - ] - } - }, - { - "id": "5448fae1-bfa4-4f44-be37-eb1c1c0e186f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17928-701ff27f-2", - "start_date": "20230916", - "route_id": "573" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91085" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35862" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35646" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35475" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35476" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084047" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084048" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - } - ] - } - }, - { - "id": "5964d228-191a-45dc-82dd-855d66a437b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17929-701ff27f-2", - "start_date": "20230916", - "route_id": "573" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694888904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694888973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91085" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694895288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35862" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35646" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694896059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35475" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35476" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084047" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694897993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084048" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694900761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694901330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694901755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - } - ] - } - }, - { - "id": "9f9a4789-0aa3-435c-b9bd-cd4a87dc450a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17984-701ff27f-2", - "start_date": "20230916", - "route_id": "573" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "eb13feac-0b69-466c-b65c-dc6d71f13e86", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "17986-701ff27f-2", - "start_date": "20230916", - "route_id": "573" - }, - "stop_time_update": [ - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91031" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7084050" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91032" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91033" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91034" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91035" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91036" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35607" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91037" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35483" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35484" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7175655" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35639" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35640" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35781" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35782" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91038" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35783" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "31013" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694897125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694897389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694899970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694900182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694900564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694900984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694901384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "47d51281-8a1f-42e6-ba0b-22e88a4cf1f9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18098-701ff27f-2", - "start_date": "20230916", - "route_id": "574" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "bff55ba6-ac13-41ce-b583-54e0d3f39d28", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18044-701ff27f-2", - "start_date": "20230916", - "route_id": "574" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35522" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35523" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34965" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34966" - } - ] - } - }, - { - "id": "caecf9f1-c916-4b66-ac7b-2a7e5d6e2fc0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18101-701ff27f-2", - "start_date": "20230916", - "route_id": "574" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34971" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34972" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34973" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34974" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35524" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35525" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694892028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694892095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694893124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694893147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694894069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694894195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694894311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694895070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694895266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694896067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694897057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694897511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694897949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694898411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694898709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694899439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694899632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694899980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694900361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694900721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "bf4b68b7-a613-4eae-8bd7-88de69ed8f94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18100-701ff27f-2", - "start_date": "20230916", - "route_id": "574" - }, - "stop_time_update": [ - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694888936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694888999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35524" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35525" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "6b0b6c77-d360-4d24-9593-c452febf3cc0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18097-701ff27f-2", - "start_date": "20230916", - "route_id": "574" - }, - "stop_time_update": [ - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "966a99a6-4dde-4759-8fd3-b6f66b9356da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18043-701ff27f-2", - "start_date": "20230916", - "route_id": "574" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35522" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35523" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34965" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34966" - } - ] - } - }, - { - "id": "d9bfe7af-94fb-4f51-af2c-fa635479ae30", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18214-701ff27f-2", - "start_date": "20230916", - "route_id": "575" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91032" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91033" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35876" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35874" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35873" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35872" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35871" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35484" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7175655" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35776" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35778" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35779" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35781" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35782" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91038" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35783" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "31013" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694897001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694897287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694897570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694899905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694900317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694901275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694901532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694901998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694902513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694903033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "6fb9e6ba-a92c-4756-9794-0b4d40818fbe", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18213-701ff27f-2", - "start_date": "20230916", - "route_id": "575" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35781" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35782" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91038" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35783" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "31013" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694896070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694896252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "01e46230-e064-47b9-ab3f-200feae5df34", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18156-701ff27f-2", - "start_date": "20230916", - "route_id": "575" - }, - "stop_time_update": [ - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35644" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35869" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35870" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91090" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91091" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91092" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35875" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35523" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - } - ] - } - }, - { - "id": "524f4891-b855-4304-a0b8-1c7971239aa8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18157-701ff27f-2", - "start_date": "20230916", - "route_id": "575" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35644" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35869" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35870" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91090" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91091" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91092" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35875" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35523" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34960" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34961" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34962" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34963" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34964" - } - ] - } - }, - { - "id": "6395bab2-04eb-473e-a9ce-cfb2f72887ba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18212-701ff27f-2", - "start_date": "20230916", - "route_id": "575" - }, - "stop_time_update": [ - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "4571f63a-a4b2-4077-be57-b8b1821d6014", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "848a0443-41f7-451b-96cd-e039b18f0a67", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18279-701ff27f-2", - "start_date": "20230916", - "route_id": "576" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91127" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35841" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35842" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35843" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35844" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91128" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35846" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35847" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35848" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35157" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35147" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35148" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91129" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91130" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91131" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "8b057e28-8f8c-49e2-b598-4b1a88e336fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18281-701ff27f-2", - "start_date": "20230916", - "route_id": "576" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35681" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35128" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91121" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91122" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35129" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91123" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91124" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35136" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91125" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35130" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91126" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91127" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35841" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35842" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35843" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35844" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91128" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35846" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35847" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35848" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35157" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35147" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35148" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91129" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91130" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91131" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "593f908b-c479-49ad-8680-18cf1011e4da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18357-701ff27f-2", - "start_date": "20230916", - "route_id": "576" - }, - "stop_time_update": [ - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91135" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91136" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35156" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91137" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91138" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35845" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35684" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35685" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35686" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35687" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35165" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "38420c18-90e1-409e-94d5-923e728f0c5a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "29a7e504-6b61-436e-b3ad-f2010a4d4e6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18356-701ff27f-2", - "start_date": "20230916", - "route_id": "576" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "3c578dfa-f49e-47f2-8dc8-3fd99d5286c5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18280-701ff27f-2", - "start_date": "20230916", - "route_id": "576" - }, - "stop_time_update": [ - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35681" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35128" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91121" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91122" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35129" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91123" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91124" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35136" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91125" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35130" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91126" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91127" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35841" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35842" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35843" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35844" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91128" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35846" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35847" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35848" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35157" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35147" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35148" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91129" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91130" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91131" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "3010e5be-f3ee-45b2-8561-697132acade5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18566-701ff27f-2", - "start_date": "20230916", - "route_id": "578" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35522" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35524" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35525" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35546" - } - ] - } - }, - { - "id": "13f06972-230a-4a9c-b482-e9d6571576e3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18630-701ff27f-2", - "start_date": "20230916", - "route_id": "578" - }, - "stop_time_update": [ - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - } - ] - } - }, - { - "id": "02e2d6b2-49c6-4397-83d0-b637e8e7b725", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a3f155e3-bc6b-4125-9b6b-b47cc3805a4a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18632-701ff27f-2", - "start_date": "20230916", - "route_id": "578" - }, - "stop_time_update": [ - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35727" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - } - ] - } - }, - { - "id": "88da9381-1a9a-4940-b480-a7c3ea5748dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18696-701ff27f-2", - "start_date": "20230916", - "route_id": "579" - }, - "stop_time_update": [ - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - } - ] - } - }, - { - "id": "d828d22c-debf-4676-aa4d-0c16e75199cb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18693-701ff27f-2", - "start_date": "20230916", - "route_id": "579" - }, - "stop_time_update": [ - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - } - ] - } - }, - { - "id": "8a4473af-2e12-44d7-9c6c-c1028badd0f7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18694-701ff27f-2", - "start_date": "20230916", - "route_id": "579" - }, - "stop_time_update": [ - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - } - ] - } - }, - { - "id": "6571f1a5-9155-4cbe-9926-47f76e98d544", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18698-701ff27f-2", - "start_date": "20230916", - "route_id": "579" - }, - "stop_time_update": [ - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - } - ] - } - }, - { - "id": "b6c049fe-f56f-4da6-b691-4b872cb5fa63", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18700-701ff27f-2", - "start_date": "20230916", - "route_id": "579" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35260" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35261" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13025566" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35262" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35263" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13025567" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35265" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35266" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50006" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35267" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50005" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16263780" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16263781" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16263782" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16263783" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16263784" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16258263" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16258262" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16258261" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16258260" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15360397" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15360410" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35268" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35269" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35270" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35271" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35272" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35273" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35274" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694893018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694893324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694893594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694893650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694893796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694894130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694894243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694894379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694894452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694894515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694895002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694895102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694895236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - } - ] - } - }, - { - "id": "e448e01f-907e-45c2-b402-828e8257ab33", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "18888-701ff27f-2", - "start_date": "20230916", - "route_id": "580" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35546" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35553" - } - ] - } - }, - { - "id": "beaf9df0-5a46-4e9f-bbc1-79ca258b235f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19178-701ff27f-2", - "start_date": "20230916", - "route_id": "582" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35841" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35842" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35843" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35844" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91128" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35846" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35848" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35849" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35850" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35851" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35852" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35853" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35618" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35855" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35856" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35858" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35859" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35665" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35861" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91062" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91037" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35483" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35484" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7175655" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35639" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35779" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91084" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35780" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91085" - } - ] - } - }, - { - "id": "cb631e0c-b51f-4dae-9a6f-4d2eaac45851", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19124-701ff27f-2", - "start_date": "20230916", - "route_id": "582" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694888991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "a2cd3a54-e1f8-4d41-908f-55e0167267f6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19176-701ff27f-2", - "start_date": "20230916", - "route_id": "582" - }, - "stop_time_update": [ - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694888907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35483" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694888936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35484" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7175655" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35639" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35779" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91084" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35780" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91085" - } - ] - } - }, - { - "id": "b936d236-bf72-48f8-91bd-9640718c51b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19179-701ff27f-2", - "start_date": "20230916", - "route_id": "582" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694888919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694888947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694888970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694888997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35841" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35842" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35843" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35844" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91128" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35846" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35848" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35849" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35850" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35851" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35852" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35853" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35618" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35855" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35856" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35858" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35859" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35665" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35861" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91062" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91037" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35483" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35484" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7175655" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35639" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35779" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91084" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35780" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91085" - } - ] - } - }, - { - "id": "4d3288c0-a4e7-4c73-92cc-aa39ab5179b1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19125-701ff27f-2", - "start_date": "20230916", - "route_id": "582" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694888967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35523" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35524" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35525" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91050" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35672" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35673" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35674" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35675" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35676" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35677" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35678" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91137" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91138" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35845" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35684" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35685" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35686" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35687" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91052" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91053" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91054" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35688" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "d68deee7-5682-4b93-b748-68e017d4d629", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19479-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - } - ] - } - }, - { - "id": "9a19e68b-1c18-47b4-9cc5-65f49f0ebb0d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19475-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - } - ] - } - }, - { - "id": "c68195d6-c367-417d-9dbe-f93b0c466e71", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19396-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694888880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694888908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694888988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "fe594a80-18f9-4d2b-9df7-00f1ff3b80ab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19400-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694888923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694888997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35727" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8276831" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "5eedf066-4a44-4c77-ba9f-4d182b9077e9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19478-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - } - ] - } - }, - { - "id": "7d2c80d3-f24f-4cda-bbb6-20eb760ea518", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19388-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694888265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694888313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694888338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694888364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "9fdfc35f-f5ee-4f99-badc-b8025bbb39de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19397-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694888966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "b98d234e-ac0c-4487-984b-49dcb8469a8a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19476-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694888964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - } - ] - } - }, - { - "id": "70b3d1f8-ff61-4e52-948a-b87ae223ee3a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19394-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694888958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "177ba214-2aeb-4e75-b7eb-92110155b660", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19399-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694888924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694888977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "5f430ac2-382b-41c4-bed8-9e4594e48440", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "43e09d32-1902-451c-99d5-8401ad45a8c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8091a49d-e18f-47b7-819d-0bd3d870e3a9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19401-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694888928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35724" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35727" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8276831" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35756" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35757" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35758" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35759" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35760" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35762" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35764" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35518" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35766" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35767" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35398" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91055" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91056" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91057" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91059" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91060" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35769" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91061" - } - ] - } - }, - { - "id": "bdf79ae6-f542-4cc0-9f3b-999df29a42f6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19480-701ff27f-2", - "start_date": "20230916", - "route_id": "585" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694888981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35810" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35813" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91048" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35650" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91049" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91043" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35508" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35514" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35515" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35516" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35517" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35763" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35761" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35522" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35523" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35524" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35525" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - } - ] - } - }, - { - "id": "c9e111ac-34d8-4128-a635-c7cbeed09c38", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19553-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694888950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "cd5c311d-6826-4099-9fae-3d5c45b712b1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19625-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - } - ] - } - }, - { - "id": "aa091111-434a-45cf-a167-5fbda4505a62", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "25215522-6f4f-47fb-b657-5c9582306d62", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19554-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694888988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "77c6650d-e90b-468d-ac5a-860a74d6ac74", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19556-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694888989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35876" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35874" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35873" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35872" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35871" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35484" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7175655" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35776" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35777" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35778" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35640" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35781" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35782" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91038" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35783" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "31013" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "4bc54ac0-cd1f-4c0f-bc05-6d29dd749a8f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19552-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694888960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35782" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91038" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35783" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "31013" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "ed563e8e-50d9-4ebe-87e9-e3d78da33a35", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19627-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694888914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694888942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694888965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91066" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35644" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35869" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35870" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91090" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91091" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91092" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35875" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - } - ] - } - }, - { - "id": "eafca7c4-5119-42a4-83d8-4a0fe73a56a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19628-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694888894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694888953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694888980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91066" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35644" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35869" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35870" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91090" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91091" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91092" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35875" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - } - ] - } - }, - { - "id": "a0ec8b87-bead-42d7-93bd-d5839d6e2698", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a1ff5980-5ff4-429c-a120-2526f037f89e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19630-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694888898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8276831" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694888928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694888980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35748" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91066" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35644" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35869" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35870" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91090" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91091" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91092" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35875" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - } - ] - } - }, - { - "id": "59f24102-217d-43ca-a1d6-f1a7d3e4fdfd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19555-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694888921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694888993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "8f5183a0-a2ba-45a2-b66b-c166ac75eff4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19626-701ff27f-2", - "start_date": "20230916", - "route_id": "586" - }, - "stop_time_update": [ - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694888996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91039" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35866" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91040" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35867" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91066" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35644" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35868" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35869" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35870" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91045" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91089" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91090" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91091" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91092" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35875" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91058" - } - ] - } - }, - { - "id": "a42728e7-5283-452c-a193-9bf516b8a0a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19301-701ff27f-2", - "start_date": "20230916", - "route_id": "587" - }, - "stop_time_update": [ - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694888578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694888631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35646" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694888668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35647" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694888699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35648" - } - ] - } - }, - { - "id": "52d2c045-6fee-49cd-a14c-9d59b4b41b49", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19302-701ff27f-2", - "start_date": "20230916", - "route_id": "587" - }, - "stop_time_update": [ - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694888770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35648" - } - ] - } - }, - { - "id": "ded46826-2669-46d9-8e3c-46ad99999eef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19303-701ff27f-2", - "start_date": "20230916", - "route_id": "587" - }, - "stop_time_update": [ - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694888936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40272" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39541" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39542" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39543" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35749" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35750" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35751" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35755" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35864" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35865" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35233" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35234" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35235" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35236" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91096" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91097" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91098" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91099" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91100" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91101" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91102" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91103" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91104" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91105" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91106" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91107" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91108" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91109" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694894042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91110" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694894262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91111" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91112" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35645" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35646" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35647" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35648" - } - ] - } - }, - { - "id": "5cccf38a-2d11-4475-becc-28ce4afb3acd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19342-701ff27f-2", - "start_date": "20230916", - "route_id": "587" - }, - "stop_time_update": [ - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "15c1d274-eb5a-4c3f-a910-504a076427b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19343-701ff27f-2", - "start_date": "20230916", - "route_id": "587" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694888972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91003" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91004" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91005" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91156" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91006" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91157" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50005" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35259" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35268" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35269" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35270" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35271" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35272" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35273" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35274" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35785" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35786" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35787" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35788" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35789" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35790" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35791" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35792" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35793" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39973" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39974" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39975" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16039072" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694893048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694893137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "fd8c0ad2-0497-4c4f-b3e4-8edbbcd513ea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19742-701ff27f-2", - "start_date": "20230916", - "route_id": "588" - }, - "stop_time_update": [ - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694888962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44635" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5020123" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5020122" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44642" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44643" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44644" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44677" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44671" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44674" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44675" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44776" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44676" - } - ] - } - }, - { - "id": "c7652364-df72-43a0-98a8-a0c044f6c096", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19852-701ff27f-2", - "start_date": "20230916", - "route_id": "588" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694888755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694888799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694888882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "9a00609b-636c-47d9-8226-fb7611cc0419", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19853-701ff27f-2", - "start_date": "20230916", - "route_id": "588" - }, - "stop_time_update": [ - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694888921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694888941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694888977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "9a42a77e-ba42-4810-86d7-f2468e089d05", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19854-701ff27f-2", - "start_date": "20230916", - "route_id": "588" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694888978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44716" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44717" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44718" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90010" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44722" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44723" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44724" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44725" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44726" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44727" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "341f5276-49ff-4190-972e-9764e23c2439", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19743-701ff27f-2", - "start_date": "20230916", - "route_id": "588" - }, - "stop_time_update": [ - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694888971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35858" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35859" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35665" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35861" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91119" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44629" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91007" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44630" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44631" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44633" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44635" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5020123" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5020122" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44642" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44643" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44644" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44677" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44671" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44674" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44675" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44776" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44676" - } - ] - } - }, - { - "id": "a2acb4f3-a9ae-4c16-b8c3-5360758a5cf6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19856-701ff27f-2", - "start_date": "20230916", - "route_id": "588" - }, - "stop_time_update": [ - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694888976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44716" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44717" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44718" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90010" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44722" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44723" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44724" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44725" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44726" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44727" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "fd64ecfe-42b1-4211-826d-6836193f077c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20093-701ff27f-2", - "start_date": "20230916", - "route_id": "589" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694888955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49433" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694888977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49434" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49419" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49418" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8276831" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Apr" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-May" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jun" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Jul" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Aug" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Sep" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Oct" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Nov" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5020101" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44722" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44723" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44724" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44725" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44726" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44727" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35849" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35850" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35851" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35852" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35853" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "64d10247-3d6b-4508-bdcb-302e7742d8a4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20091-701ff27f-2", - "start_date": "20230916", - "route_id": "589" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694888942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44723" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694888989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44724" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44725" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44726" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44727" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35849" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35850" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35851" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35852" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35853" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "a13b292e-d3e6-4987-a38d-8adf7ab5e217", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20092-701ff27f-2", - "start_date": "20230916", - "route_id": "589" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694888918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35745" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694888946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694888969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "5020101" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44722" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44723" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44724" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44725" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44726" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44727" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91051" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35849" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35850" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35851" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35852" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35853" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35854" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35430" - } - ] - } - }, - { - "id": "e6d245f6-5f50-4934-9aea-75416241f494", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19978-701ff27f-2", - "start_date": "20230916", - "route_id": "589" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694888970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49420" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49423" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44677" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44671" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44674" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44675" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44776" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44676" - } - ] - } - }, - { - "id": "ff209772-ad9a-4385-9130-dbee9537ee46", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "19981-701ff27f-2", - "start_date": "20230916", - "route_id": "589" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91119" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44629" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91007" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44630" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44631" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44633" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44635" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44721" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44720" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44639" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44640" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44641" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44642" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44643" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91158" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39973" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39974" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39975" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49420" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49423" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44677" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44671" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44674" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44675" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44776" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44676" - } - ] - } - }, - { - "id": "c34eb701-5649-44c8-abd5-cae7a9a7d395", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20258-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37471" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37560" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37564" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37517" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37475" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37508" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37476" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37526" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37567" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694896613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694896692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694896926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694897227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694897478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694897867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694898168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694898398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694898671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694899266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694900663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694902077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694903978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694904752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694908612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694913185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "bc458934-4d0b-4289-ac9a-e8004ac82f18", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20254-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "8e4414d3-3c81-44ee-8fb3-2fd75a252760", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20183-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42254" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42255" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42256" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42257" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42258" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42259" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42260" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42261" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42263" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42266" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42269" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38611" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44792" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44790" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38609" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44791" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44800" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44799" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44801" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44802" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44803" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38602" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694897196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694897720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694898059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694898467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694898821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694899091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694899303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694899693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694900077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694900385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694901429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694901817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694902481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694903487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694903953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694905130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694906800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694907503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694908461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694909557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "0d6efc3b-9e7f-491e-8b26-2e51bd85c6f7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20182-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694894939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694896127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694896447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694896642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "1f78272f-8840-4faf-b5cd-6ed247ddedbb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20257-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694894657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694894805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694897207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694897472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694898652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694899801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "d264dfdd-b990-49ca-a5f2-d8ff18f07492", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20256-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "4bb4bdbf-5e75-42ee-b66b-9a74e2daf707", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20180-701ff27f-2", - "start_date": "20230916", - "route_id": "590" - }, - "stop_time_update": [ - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "20bc1f0b-d12d-4e05-9ebb-a04b3fc6ed73", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20410-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50017" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45054" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45055" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45056" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44958" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508146" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45060" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694897069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694898185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694899558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694900912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "856ff56f-3f7e-42ad-b76b-79982816738a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20409-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "63018140-a8df-409e-ad2e-d0c4dffa1f18", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20331-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "adea44f7-50cc-49b3-aa67-17a3fecdfba5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20408-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694888995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "0d7d082e-eef8-41ec-9ef8-a0eabe8cb2f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "81a4de54-c212-4560-8291-eb3f0262e89a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20334-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39627" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694896078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694897705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694898242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694898457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694898738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694899045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "67ad7a2d-b3eb-4a3c-b017-43380deee3e8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20411-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45105" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45106" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45107" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45108" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-13" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50022" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50021" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37475" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37508" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37476" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37526" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37567" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50016" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50017" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45054" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45055" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45056" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44958" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508146" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45060" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694896412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694896587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694897002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694897188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694897336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694898180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694898709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694898831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694899181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694899643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694900035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694900250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694900662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694901109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694901585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694901988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694903006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694905542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694908225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694912500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694914293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694925184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694943110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "0ea29b65-ab82-4717-a3cd-b6936d7f0507", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20330-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "435debd1-4003-41d0-958f-9addc0eb3a5a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20332-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39627" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "699fe76d-f94f-41bc-940e-06e8b7442626", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20407-701ff27f-2", - "start_date": "20230916", - "route_id": "591" - }, - "stop_time_update": [ - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - } - ] - } - }, - { - "id": "185cfe55-6a41-408c-9b74-99371ef636b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20560-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38590" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32575" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950738" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "d8087585-a442-495b-9886-fedd15853dec", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20562-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38590" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32575" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950738" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694896059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694896264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694897024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694897137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694897321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694898001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694898236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694898520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694898997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694899466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694899690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694899828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694900057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694900328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694900541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "17afee49-1e12-4a99-9b51-b3008df11ea6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20486-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37587" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37593" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44964" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44965" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50018" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44959" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44960" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44961" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44962" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694896099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50025" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694896279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50026" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50027" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "be8c8b14-feb9-499f-b8ee-8e16c28533cd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20485-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44964" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44965" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50018" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44959" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44960" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44961" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44962" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50025" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50026" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50027" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "8af00e4e-961c-47b0-b8a8-0a07813a5346", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20483-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44959" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44960" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44961" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44962" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50025" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50026" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50027" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "fc7e8c9f-efbb-4e11-b69c-158de259b6f2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20484-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44964" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44965" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50018" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44959" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44960" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44961" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44962" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50025" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50026" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50027" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "eab165b9-b2a2-40d7-b73d-21efbbed7c5b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20559-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "7623000a-a671-4c4a-800f-ee503cb0211b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20561-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38590" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32575" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950738" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "161c593c-bd83-4318-879a-cec2967b3cca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20487-701ff27f-2", - "start_date": "20230916", - "route_id": "592" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42421" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42422" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42423" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42424" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42425" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42426" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694890062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42427" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42428" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42429" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42430" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42431" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42432" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42434" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42435" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831075" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37583" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37585" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37587" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37593" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694896297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694896798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44956" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694897793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44957" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694898385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45057" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44963" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694899071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44964" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694899702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44965" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50018" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694900090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44959" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694900829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694901169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694901497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694902045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694902593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694903037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694903352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694903687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694904111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694904931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44960" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694905747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44961" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694906446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694907130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44962" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694909412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694910365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694912637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694916167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694917893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50025" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694920237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50026" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694925586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50027" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694931421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694936604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - } - ] - } - }, - { - "id": "edfbd7e6-de68-4254-afee-431b8b3f98a9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20714-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45097" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694894988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "794037c5-550c-4ff3-a8e2-9a152dd9d746", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20637-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694895138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694895595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694895869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694896120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694896254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694896314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694896407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694897243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694897541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694897608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "48edab0e-af17-482f-9f65-0ce5f395cf08", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20636-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694893022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694893130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694893153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "b7b5d1df-3f78-4512-85e0-348cd64e859c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20634-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "c43608cf-7ce7-4147-9393-2984279ffb04", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20712-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45097" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "0d96f58a-e591-4be6-93f9-39cd5b283831", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20713-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45087" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45097" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "c9a132b5-ae8c-45df-b9dd-3661f86af0ea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20635-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "88fd7614-ba09-4f95-a379-1f5ae36989fb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20711-701ff27f-2", - "start_date": "20230916", - "route_id": "593" - }, - "stop_time_update": [ - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694888999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45097" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "85a1b8cd-f2c1-4943-98b1-b99b56388a94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20834-701ff27f-2", - "start_date": "20230916", - "route_id": "594" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38611" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38612" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38622" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - } - ] - } - }, - { - "id": "0f61fd8c-595a-4fda-b308-0ccb386573f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20836-701ff27f-2", - "start_date": "20230916", - "route_id": "594" - }, - "stop_time_update": [ - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39397" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39398" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38601" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38603" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38607" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39403" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44799" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44800" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38608" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38609" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38610" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38611" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38612" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38622" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - } - ] - } - }, - { - "id": "a6a10381-4a67-4958-913f-e9b6529b50b6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20778-701ff27f-2", - "start_date": "20230916", - "route_id": "594" - }, - "stop_time_update": [ - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1566333" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39334" - } - ] - } - }, - { - "id": "af6d5477-c81b-49af-a1d2-0dbf50861a0c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20837-701ff27f-2", - "start_date": "20230916", - "route_id": "594" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39397" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39398" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38601" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38603" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38607" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39403" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44799" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44800" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38608" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38609" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38610" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38611" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38612" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38622" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694896673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694897234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694897461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694898564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694899034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694899315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694899710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - } - ] - } - }, - { - "id": "1c3e5654-c8ac-4f28-8cd1-766651b9f45a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20780-701ff27f-2", - "start_date": "20230916", - "route_id": "594" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42252" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42253" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42254" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42255" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42256" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42257" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42258" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42259" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42260" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42261" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42263" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45092" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42265" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42266" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42267" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42268" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42269" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44895" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1566333" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39334" - } - ] - } - }, - { - "id": "2b296c55-1b60-42ad-86cb-73e5a3c759ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20907-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694888827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694888876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694888923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694889004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "baae1773-c95f-475e-a651-7d93bb3c00db", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20912-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694893041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694893120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "e4110f51-4f86-4889-9e5d-c4bf215559a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20914-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694893481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694893677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694893783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694893938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694894042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694894107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694894205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694894339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694894469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694894915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694895064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694895195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694895299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694895488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694895564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694895648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694895866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694896034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694896199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694896505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "a9720ff5-7291-4753-95f9-a91af589a7fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20911-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694891712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694891921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694891988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694892398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694892463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694892580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "6da266c4-69b5-417b-adc6-f939e1a92dfc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20910-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889860 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694891052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694891100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694891137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694891202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694891228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694891256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694891327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694891431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "b42ccab1-6d11-4af0-b366-857c22bf5c7f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20998-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694888986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694893991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694894120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694894243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694894339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694894405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694894473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694894558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694894648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694894756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694894936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694895192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694895313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694895575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694895922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694896059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694896237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694896428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694896519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694896652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694896751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "5b313258-850e-4211-afb5-045d76b847ba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20915-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694896851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694897212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694897460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694898035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694898186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694898457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694898725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694898983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694899443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694899717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694899948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694900215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694900532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694901400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694901897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694902660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694903203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694903554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694904103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694904894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694905710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694908915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694910149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694911324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694912320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694914284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694915139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694916137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694918966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694921458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694924213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694930340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "d71d3d6c-b50a-4d6f-a7dc-54866d2b413e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20909-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694890313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694890516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694890687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "565709a4-bea3-4f0a-a8dc-83d9e510540f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20997-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694893098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694893165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694893250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694893341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694893383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694893445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "0ed5d52b-9dd2-400f-a8bb-fbad9df7a000", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20913-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694888987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694893018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694893101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694893181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "bac3c3cb-8dbb-4f89-aefb-4b1bf910378e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20916-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37471" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37560" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37564" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37517" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37475" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37508" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37476" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37526" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37567" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694895155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694897297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694897796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694898455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694898672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694899019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694899561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694900437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694901114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694901771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694902718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694904264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694905231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694906135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694907930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694909838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694912002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694913638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694918028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694919342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694921894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694924716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694927749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694934162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694938740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694943165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694949056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694957520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694994358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1695034704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1695202340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1696120712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - } - ] - } - }, - { - "id": "362d640f-2223-49c7-89f5-1cc8f1a3e215", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "20999-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49108" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49109" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40363" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694898115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694898848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694899774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694902121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694902456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694902912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694903573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694904169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694904609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694905439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694906285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694906982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694907484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694908023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694908714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694909483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694910470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694912241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694915137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694916682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694920520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694926951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694930055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694934714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694940773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694944145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694949743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694954596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "ae3c02f6-8010-4ba7-ad73-cf8d258b6bcf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21000-701ff27f-2", - "start_date": "20230916", - "route_id": "595" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49108" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49109" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40363" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694898362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694899129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694900104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694902593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694902951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694903438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694904147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694904787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694905262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694906159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694907077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694907836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694908385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694908975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694909734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694910581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694911673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694913645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694916907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694918665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694923090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694930692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694934448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694940196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694947874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694952252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694959688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694966312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "e27fde01-7114-4fb2-9308-a015d68c4ea3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21557-701ff27f-2", - "start_date": "20230916", - "route_id": "598" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694888987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36115" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36116" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "97e8d47e-9423-4c19-8cef-a06601d2c8e2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21559-701ff27f-2", - "start_date": "20230916", - "route_id": "598" - }, - "stop_time_update": [ - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35727" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36115" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36116" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "874c0b30-23ce-41e2-88ac-c515f3c8daad", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21462-701ff27f-2", - "start_date": "20230916", - "route_id": "598" - }, - "stop_time_update": [ - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35546" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35553" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35568" - } - ] - } - }, - { - "id": "7fbf4be1-a5ab-4040-af14-fb5779ada23d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21560-701ff27f-2", - "start_date": "20230916", - "route_id": "598" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694888978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35318" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35319" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40659" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35718" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35719" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35720" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35721" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35724" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35727" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36115" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36116" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "bcd35849-9817-4987-9d79-7e02f6d94352", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21663-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35414" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35415" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35416" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35665" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "f503df67-c5a2-457a-8682-44c6d2d38c86", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21662-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694888861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694888975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35414" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35415" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35416" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35665" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "b9b89734-0f29-4c10-b58d-07c6acf285cc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21660-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694888980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "3149fe8b-8100-446b-a9da-0b7c5c2471e8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21665-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40749" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42525" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42526" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42528" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49140" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49141" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49142" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49143" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37104" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606052" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37470" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91118" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35223" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39547" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35224" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35225" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35409" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35411" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35412" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35414" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35415" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35416" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35752" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35417" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35418" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35664" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35665" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35666" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35667" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35668" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35669" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35670" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35671" - } - ] - } - }, - { - "id": "03ccd0c1-ae48-4e30-bec3-2f361cf56e29", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21767-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "953505dd-893b-4305-91e6-b13067329b93", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21765-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "c09129e8-5768-452f-94b6-83a65d191591", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21768-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694888974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44643" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44644" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91116" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39545" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39546" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35286" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35287" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36001" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42604" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "f720cc13-652b-4e83-8d15-f950083146ad", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21766-701ff27f-2", - "start_date": "20230916", - "route_id": "599" - }, - "stop_time_update": [ - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36001" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42604" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42655" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - } - ] - } - }, - { - "id": "678f9cf2-a4ab-4877-b764-5f79ad4907bc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21943-701ff27f-2", - "start_date": "20230916", - "route_id": "600" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694888956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694888998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36489" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36490" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36551" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36552" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36553" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36554" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42522" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39232" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39235" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "8d26d673-0f76-44ac-97c0-60b07d394d63", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21875-701ff27f-2", - "start_date": "20230916", - "route_id": "600" - }, - "stop_time_update": [ - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "7ac558ac-405d-458b-9d6f-b9f60ba209fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21942-701ff27f-2", - "start_date": "20230916", - "route_id": "600" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36489" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36490" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36551" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36552" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36553" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36554" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42522" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39232" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39235" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "338c046b-3057-41cd-8c19-2b6c3cd877a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21941-701ff27f-2", - "start_date": "20230916", - "route_id": "600" - }, - "stop_time_update": [ - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36489" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36490" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36551" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36552" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36553" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36554" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42522" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39232" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39235" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "3257727b-615e-4997-8e57-9dca8cb38f95", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21877-701ff27f-2", - "start_date": "20230916", - "route_id": "600" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694888940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42427" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694888969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42428" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42429" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39668" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39669" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39670" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36752" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39231" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606050" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36754" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37101" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42653" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42654" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37046" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37047" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37048" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42431" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42432" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37578" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37581" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36768" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36769" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36771" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36772" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40760" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36686" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36687" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42532" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42533" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42534" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42535" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "1b151cf4-c0ee-47ac-913b-a629fc850a45", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22075-701ff27f-2", - "start_date": "20230916", - "route_id": "601" - }, - "stop_time_update": [ - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36001" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42604" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40760" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36686" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36687" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36641" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36689" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40036" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36704" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39231" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39232" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39235" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "16bc65ce-2e7a-4064-8ebb-fbcafbb45818", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22009-701ff27f-2", - "start_date": "20230916", - "route_id": "601" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694888988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890531" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890533" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32571" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32736" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36489" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36490" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49140" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49141" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49142" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49143" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37104" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606052" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - } - ] - } - }, - { - "id": "01045ffd-3e51-4f12-aa59-9b8d48d48289", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22007-701ff27f-2", - "start_date": "20230916", - "route_id": "601" - }, - "stop_time_update": [ - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - } - ] - } - }, - { - "id": "242d228a-2a04-4245-a207-302a6eca0ec0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22076-701ff27f-2", - "start_date": "20230916", - "route_id": "601" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36001" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42604" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40760" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36686" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36687" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606039" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36641" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36689" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40036" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36704" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39231" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39232" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39235" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "b7070b35-28ea-414a-acfd-f794fce3bde7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22150-701ff27f-2", - "start_date": "20230916", - "route_id": "602" - }, - "stop_time_update": [ - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694888985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - } - ] - } - }, - { - "id": "f482c20d-c72a-4efe-8048-c530b05a15a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22151-701ff27f-2", - "start_date": "20230916", - "route_id": "602" - }, - "stop_time_update": [ - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - } - ] - } - }, - { - "id": "d8f7e17e-05b0-4a47-a206-96c6ad837f6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22322-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694888985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1566281" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "f7d7c5ef-fc5b-41cd-b1fd-99eb004c51fc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22320-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "442ad282-837c-4e27-998a-f7c4a8a3fda7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22323-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1566281" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "9fafcf83-7a61-4857-8e18-1db851f4a819", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22238-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694888994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42604" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42605" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42606" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42607" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42608" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36935" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36936" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "ac4eac7a-9f59-428e-9395-a73fcdd29dfe", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22321-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "cf4da3f1-e731-4ab9-8c1a-405226369379", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22324-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37048" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42431" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42432" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37578" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42434" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42435" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831075" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49135" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49136" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42438" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42440" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42441" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1566281" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50035" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - } - ] - } - }, - { - "id": "ca011d57-0e4f-45f4-90db-533cfaf2d25d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22239-701ff27f-2", - "start_date": "20230916", - "route_id": "603" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694888990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889770 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42604" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42605" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42606" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42607" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42608" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36935" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36936" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "66edff6c-8802-4eb0-864d-adb1fbbdb468", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22506-701ff27f-2", - "start_date": "20230916", - "route_id": "604" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37577" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37578" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37581" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37583" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37584" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37591" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37592" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37593" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40306" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40308" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40309" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37627" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39714" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39715" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39470" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39611" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38032" - } - ] - } - }, - { - "id": "859fab00-4f3a-4298-bc43-3a007111296e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22599-701ff27f-2", - "start_date": "20230916", - "route_id": "604" - }, - "stop_time_update": [ - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39562" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39563" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39564" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37638" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39587" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39588" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39589" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37322" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37323" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39558" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39985" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37325" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37364" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37366" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39505" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39506" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49496" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49497" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37440" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37441" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - } - ] - } - }, - { - "id": "3396f6bd-6605-4ddd-aa3d-f3870926e6e9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22504-701ff27f-2", - "start_date": "20230916", - "route_id": "604" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40306" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40308" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40309" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37627" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39714" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39715" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39470" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39611" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38032" - } - ] - } - }, - { - "id": "45a577e9-30e0-4471-be43-b88a2e3f895a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22597-701ff27f-2", - "start_date": "20230916", - "route_id": "604" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49496" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49497" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37433" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37434" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37440" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37441" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - } - ] - } - }, - { - "id": "25aac175-203e-47d6-95a5-1e7d0d4e3317", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22502-701ff27f-2", - "start_date": "20230916", - "route_id": "604" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694888987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40306" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40308" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40309" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37627" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39714" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39715" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39470" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39611" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38032" - } - ] - } - }, - { - "id": "f759ebf8-8032-49b2-8d28-bbb2757b1590", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22672-701ff27f-2", - "start_date": "20230916", - "route_id": "605" - }, - "stop_time_update": [ - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40150" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40152" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206047" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950739" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - } - ] - } - }, - { - "id": "8b6fd731-e8d4-4ccd-9d15-5607ac484279", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22739-701ff27f-2", - "start_date": "20230916", - "route_id": "605" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42436" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831072" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42438" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37850" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32692" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37852" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37853" - } - ] - } - }, - { - "id": "759bd548-4d85-4058-8803-c1ffca660bf5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22738-701ff27f-2", - "start_date": "20230916", - "route_id": "605" - }, - "stop_time_update": [ - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42436" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831072" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42438" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37850" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32692" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37852" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37853" - } - ] - } - }, - { - "id": "4af2b46e-7d07-4e8f-9a6a-e27bcbbcff65", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22740-701ff27f-2", - "start_date": "20230916", - "route_id": "605" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40977" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206049" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206051" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39576" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38032" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39678" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39679" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39580" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39581" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39582" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39583" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39584" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39585" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40196" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40151" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39700" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39701" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39702" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39703" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39704" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39918" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39513" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39591" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39596" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39597" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39598" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37425" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37426" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37427" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42436" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831072" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42438" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37850" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32692" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37852" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37853" - } - ] - } - }, - { - "id": "707d1c6a-cd15-4ec5-87e8-025b72aabf80", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22673-701ff27f-2", - "start_date": "20230916", - "route_id": "605" - }, - "stop_time_update": [ - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37986" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37987" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37988" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49393" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49394" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50004" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40150" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40152" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206047" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950739" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - } - ] - } - }, - { - "id": "f127cc61-f8d9-4215-83db-6460de2e816b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "fe471c50-7-701ff27f-2", - "start_date": "20230916", - "route_id": "606" - }, - "stop_time_update": [ - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206047" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "95000" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - } - ] - } - }, - { - "id": "745a9437-4f76-457c-9868-cfcdadea67c4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d6a001c3-5-701ff27f-2", - "start_date": "20230916", - "route_id": "606" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50004" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206047" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "95000" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - } - ] - } - }, - { - "id": "2ae3d711-3a8e-45e3-9769-8e89c945e278", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "08422e60-e-701ff27f-2", - "start_date": "20230916", - "route_id": "606" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40199" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39700" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39701" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39702" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39703" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39704" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39918" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39513" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39591" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39596" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39597" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39598" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40711" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40712" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42436" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831072" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42437" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42438" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37850" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32692" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37852" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37853" - } - ] - } - }, - { - "id": "4d0e03b1-171b-4d05-a1b2-04ba23c610e7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "248a74d6-1-701ff27f-2", - "start_date": "20230916", - "route_id": "606" - }, - "stop_time_update": [ - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831075" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49135" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49136" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49137" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49138" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49139" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36683" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40760" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40762" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40763" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37986" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37987" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37988" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49393" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49394" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50004" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38031" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206047" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "95000" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - } - ] - } - }, - { - "id": "7773b2be-eaa4-4301-9729-1fa15f2c2e76", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "c930d348-a-701ff27f-2", - "start_date": "20230916", - "route_id": "606" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694888949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40711" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40712" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37840" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42436" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831072" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42437" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42438" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37442" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37850" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32692" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37852" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37853" - } - ] - } - }, - { - "id": "eddbf425-d866-49c5-8c1b-5c62cd31ab74", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22949-701ff27f-2", - "start_date": "20230916", - "route_id": "607" - }, - "stop_time_update": [ - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - } - ] - } - }, - { - "id": "33560a45-e33a-4838-8061-9f98efb4aa71", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23034-701ff27f-2", - "start_date": "20230916", - "route_id": "607" - }, - "stop_time_update": [ - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38590" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32575" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38598" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38599" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38600" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38601" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38603" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38604" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38606" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38607" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39403" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44799" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44800" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38608" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38609" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38610" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38611" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38612" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38622" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38623" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38624" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38625" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38575" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "6410afba-912d-41ab-b514-a5759741392b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23036-701ff27f-2", - "start_date": "20230916", - "route_id": "607" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694888747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694888995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38598" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38599" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38600" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38601" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38603" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38604" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38606" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38607" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39403" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44799" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44800" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38608" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38609" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38610" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38611" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38612" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45088" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45089" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45090" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45091" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45093" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45094" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38622" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38623" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38624" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38625" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38575" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - } - ] - } - }, - { - "id": "0441a8f9-0fe0-4da3-a9d2-700b6dc6fcec", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23385-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39643" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39668" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39669" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39670" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36752" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - } - ] - } - }, - { - "id": "9f774ec5-fb7d-4d9e-96f2-9a492deee7a6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23300-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39987" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39988" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91020" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91021" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39216" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39217" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39218" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39219" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39220" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39221" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39424" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91022" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91023" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "4475f473-6adf-4e67-9f17-3165d9d057a6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23386-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39589" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39516" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39517" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39611" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39612" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39643" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39668" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39669" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39670" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36752" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - } - ] - } - }, - { - "id": "5d2cd0a3-a6f8-4b3b-8139-f9d7f6bd3bbc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23299-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39987" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39988" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91020" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91021" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39216" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39217" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39218" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39219" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39220" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39221" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39424" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91022" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91023" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "e1c499be-bbd8-4f99-ad9d-2e6cabe94319", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23383-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39664" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39665" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39666" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39667" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39668" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39669" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39670" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36752" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - } - ] - } - }, - { - "id": "caa7656f-50ca-47fe-819e-8aea6e408c90", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23301-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91019" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49135" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49136" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49137" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49138" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49139" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49140" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49141" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49142" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49143" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39987" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39988" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91020" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91021" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39216" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39217" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39218" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39219" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39220" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39221" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39424" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91022" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91023" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "710b0a30-70ce-4083-9e31-9b6171accb4f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23382-701ff27f-2", - "start_date": "20230916", - "route_id": "610" - }, - "stop_time_update": [ - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - } - ] - } - }, - { - "id": "bcf36d06-b8e9-4943-95c9-55306fff636e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23482-701ff27f-2", - "start_date": "20230916", - "route_id": "611" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39579" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39580" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39581" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39582" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39583" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39584" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39585" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37638" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39587" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39588" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39589" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39516" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39517" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39611" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39612" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39613" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39643" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42523" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39690" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39691" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39692" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39693" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - } - ] - } - }, - { - "id": "5c1cb788-27e2-4f7c-a36c-f9b5e40cb9a0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9559013c-d7ed-429f-b4d3-a1369e376825", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23568-701ff27f-2", - "start_date": "20230916", - "route_id": "611" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606050" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39231" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39232" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39233" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39234" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39235" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37044" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37045" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37046" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37047" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37048" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42431" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42432" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37578" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37581" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37436" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49135" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49136" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49137" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49138" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49139" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49140" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49141" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49142" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49143" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39987" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39988" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950739" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "95000" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206052" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39220" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39221" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16201786" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206050" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39568" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39567" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39224" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16201788" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39225" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - } - ] - } - }, - { - "id": "9528b1cc-c410-429a-834e-8db9e3e9e6e5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23478-701ff27f-2", - "start_date": "20230916", - "route_id": "611" - }, - "stop_time_update": [ - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42523" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39690" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39691" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39692" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39693" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - } - ] - } - }, - { - "id": "eefe97c3-18a3-4f4d-9d2b-850b9573a415", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23565-701ff27f-2", - "start_date": "20230916", - "route_id": "611" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39987" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39988" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37636" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37637" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37639" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39200" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40191" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38025" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38026" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38027" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38028" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38029" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38030" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16027103" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4950739" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "95000" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40978" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206052" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39220" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39221" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16201786" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206050" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39568" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39567" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39224" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16201788" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39225" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - } - ] - } - }, - { - "id": "f748490d-bced-467e-a035-96facadeb767", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23479-701ff27f-2", - "start_date": "20230916", - "route_id": "611" - }, - "stop_time_update": [ - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39643" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39657" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42523" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42524" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39686" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39687" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39689" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39690" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39691" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39692" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39693" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - } - ] - } - }, - { - "id": "d212bba4-70d6-471f-9824-105dfcd33249", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23633-701ff27f-2", - "start_date": "20230916", - "route_id": "612" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49535" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49536" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49537" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39492" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39493" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39987" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39988" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39516" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39517" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39518" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39519" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39520" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39521" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39708" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39522" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39523" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39524" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39705" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39531" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39532" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39533" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39535" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37300" - } - ] - } - }, - { - "id": "0132290a-ca05-459d-923a-be5b363f1f4a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23700-701ff27f-2", - "start_date": "20230916", - "route_id": "612" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91027" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91028" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39723" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39724" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39725" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39627" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16057337" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - } - ] - } - }, - { - "id": "321823d0-1048-40ae-9a31-11df019382ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23776-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42246" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38779" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42247" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42248" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38782" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42249" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42252" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42253" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42254" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42255" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42256" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42257" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42258" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42259" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42260" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42261" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893860 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694896116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694898321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694898713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694898938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694900100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694900349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694900685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694901198 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694901532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694901908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694902476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694903031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694903401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694905234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694905758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694905884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694906764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694908441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694909763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39954" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694911440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39956" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694915436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694917491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694920097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694921841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694925536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - } - ] - } - }, - { - "id": "1335e721-104c-4128-be07-bf161e702f0e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23842-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40161" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39951" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39948" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40167" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39945" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694896701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694897208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694897588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694897912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694898828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694899095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694899573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694899798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694899951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694900156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694900449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694900666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694900875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694901104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694901604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694902630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694904124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694906036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694906870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694907382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694908317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694911449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694912842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694913777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694915293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694917605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694920164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694930153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694935505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "1e7ee143-45e6-424d-9c38-060054e4b95c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23775-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694896039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694896429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694896552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694897126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694897279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694897315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694898003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694898325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39954" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694898705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39956" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694899503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694899864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694900280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694900535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694901026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - } - ] - } - }, - { - "id": "714251e1-c01e-4dd5-9fcf-36107615e3b1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23840-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "48cd6c63-3c39-496e-b1d6-27644166fc5a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23841-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694893623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694893731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "b1584218-96dc-46f4-98bb-13413262b6e2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23772-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39954" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39956" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - } - ] - } - }, - { - "id": "14872879-7f5c-404d-98cf-6e89c3faa2b0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23774-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694894446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694894593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39954" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39956" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694895521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694895710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - } - ] - } - }, - { - "id": "93c6adda-9ba1-49a2-9832-b8bf010469a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23773-701ff27f-2", - "start_date": "20230916", - "route_id": "613" - }, - "stop_time_update": [ - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-May" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1508142" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39943" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39944" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39947" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39949" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39950" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39952" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34529" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39954" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39956" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - } - ] - } - }, - { - "id": "7aba0fb3-279d-48b9-bd26-3c183fc8c157", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23891-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39643" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "96e73fca-363c-4f58-8805-75592c96d000", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23937-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40306" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40308" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40309" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39705" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39706" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39707" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39708" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39709" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39711" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39714" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39715" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39470" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39471" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39472" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39473" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39718" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39494" - } - ] - } - }, - { - "id": "3deabf33-4c16-4f3f-8383-d18d6c90f984", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23938-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694888985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40306" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40308" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40309" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39705" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39706" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39707" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39708" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39709" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39711" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39714" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39715" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39470" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39471" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39472" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39473" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39718" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39494" - } - ] - } - }, - { - "id": "65113a71-ba62-4ea3-a8f5-479b37b7513c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23886-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39523" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39524" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39705" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39918" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39513" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39505" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39506" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39643" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694896160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "65b6e3df-585e-4674-a9cd-dab07c30ebe5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23890-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "1ac5816d-5675-4e8b-a322-b25c52a374ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23889-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "6a70238b-a293-4e28-b5fa-55f2077b8b2a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23888-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42365" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40115" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40116" - } - ] - } - }, - { - "id": "f27a0033-8cd9-4fb0-b338-9b86fa5acafc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "23936-701ff27f-2", - "start_date": "20230916", - "route_id": "614" - }, - "stop_time_update": [ - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40308" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40309" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39705" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39706" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39707" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39708" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39709" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39711" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39714" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39715" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39470" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39471" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889860 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39472" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39473" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39718" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39494" - } - ] - } - }, - { - "id": "673d83b0-5db4-43c5-a873-556b8fbd6580", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24108-701ff27f-2", - "start_date": "20230916", - "route_id": "616" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39602" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39603" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39604" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39605" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39606" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39607" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39608" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39609" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39548" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39549" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39550" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39551" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39552" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39554" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39493" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39515" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39558" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39985" - } - ] - } - }, - { - "id": "f8e1c463-a381-413a-81a2-a33186e9f799", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a456fcf7-44f9-46e9-bdd1-69583aae0f10", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24051-701ff27f-2", - "start_date": "20230916", - "route_id": "616" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49391" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49392" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49393" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49394" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50004" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39509" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39510" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - } - ] - } - }, - { - "id": "40c80f16-3663-4144-b4e7-361efbe53a00", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24109-701ff27f-2", - "start_date": "20230916", - "route_id": "616" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39584" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16391318" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40199" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39700" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39701" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39702" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39703" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39704" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39918" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39513" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39591" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39596" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39597" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39598" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39602" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39603" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39604" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39605" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39606" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39607" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39608" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39609" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39548" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39549" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39550" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39551" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39552" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39554" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39493" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39515" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39558" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39985" - } - ] - } - }, - { - "id": "06dd5921-72c1-462b-8dbd-c07d95c7fce2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24192-701ff27f-2", - "start_date": "20230916", - "route_id": "617" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39980" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39981" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39982" - } - ] - } - }, - { - "id": "f9054203-af3b-45e4-9ecd-cb71ec6e73d4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24366-701ff27f-2", - "start_date": "20230916", - "route_id": "618" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39627" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39940" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39941" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39736" - } - ] - } - }, - { - "id": "2f18df24-de20-468f-a51e-7ed60969f896", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24261-701ff27f-2", - "start_date": "20230916", - "route_id": "618" - }, - "stop_time_update": [ - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39767" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39768" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39911" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39769" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39910" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39709" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39710" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39711" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39713" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39559" - } - ] - } - }, - { - "id": "8e07a3a4-3d24-49c4-a5d8-ea135099ebc5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24367-701ff27f-2", - "start_date": "20230916", - "route_id": "618" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694888992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39918" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39513" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39591" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39596" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39597" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39598" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39627" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39940" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39941" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890598 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39736" - } - ] - } - }, - { - "id": "badb879e-aadc-4e03-a3c3-432280014fc1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24263-701ff27f-2", - "start_date": "20230916", - "route_id": "618" - }, - "stop_time_update": [ - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39741" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40277" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39742" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39701" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39766" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39767" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39768" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39911" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39769" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39910" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39709" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39710" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39711" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39713" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39559" - } - ] - } - }, - { - "id": "f512e465-e6f4-4170-9e0f-b0bf1977c09d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24365-701ff27f-2", - "start_date": "20230916", - "route_id": "618" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39940" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39941" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39736" - } - ] - } - }, - { - "id": "749de9d5-49c9-476d-9cfa-f75cdf5adda5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24262-701ff27f-2", - "start_date": "20230916", - "route_id": "618" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39701" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39766" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39767" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39768" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39911" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39769" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39910" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39709" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39710" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39711" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39712" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39713" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39559" - } - ] - } - }, - { - "id": "fe774239-3720-4fc6-8845-91ac281b0b03", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24460-701ff27f-2", - "start_date": "20230916", - "route_id": "619" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39214" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39215" - } - ] - } - }, - { - "id": "71e1aa6a-2e80-4b2b-b527-3e01ded4c929", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24600-701ff27f-2", - "start_date": "20230916", - "route_id": "620" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39509" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6734219" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "d52f7d21-87f1-453b-b1e3-2733151ebaae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24602-701ff27f-2", - "start_date": "20230916", - "route_id": "620" - }, - "stop_time_update": [ - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40273" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40272" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16039072" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35794" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35796" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39509" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6734219" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "505f544d-278c-4e22-a166-3c1d67d918b3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24668-701ff27f-2", - "start_date": "20230916", - "route_id": "620" - }, - "stop_time_update": [ - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49478" - } - ] - } - }, - { - "id": "9ba7b984-ccb9-416c-83af-70ebdd8b0da4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24601-701ff27f-2", - "start_date": "20230916", - "route_id": "620" - }, - "stop_time_update": [ - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39509" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6734219" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "73c2b6df-e2c9-4354-8ad1-4f6e3888d461", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24669-701ff27f-2", - "start_date": "20230916", - "route_id": "620" - }, - "stop_time_update": [ - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40268" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40269" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40274" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40275" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40277" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39940" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40279" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49478" - } - ] - } - }, - { - "id": "243dca6a-0a93-40aa-a0e9-ef6c76059551", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24745-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42532" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40249" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40250" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40251" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39140" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39141" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39082" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40252" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32731" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890531" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890533" - } - ] - } - }, - { - "id": "c1a75573-e24f-4049-b4ec-5d75dedc930d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24822-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40035" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40036" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36695" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36696" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39229" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39690" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39691" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39692" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39693" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40037" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40038" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40039" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40040" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42532" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42533" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42534" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42535" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40150" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40152" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "4c6d49ba-40e2-4622-99ef-e11058c92781", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24746-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42532" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40249" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40250" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40251" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39140" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39141" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39082" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40252" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32731" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890531" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890533" - } - ] - } - }, - { - "id": "898f6aab-4502-4045-ad1e-09efd086966a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24821-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889973 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890460 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40150" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40152" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "76c5770b-69cf-4964-8c34-38e81b7ad3a6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24747-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40193" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40194" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40195" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40196" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40151" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39700" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39701" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39702" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39703" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39704" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39918" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39513" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39596" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39597" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39598" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42642" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42643" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42644" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42645" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42532" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40249" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40250" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40251" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39140" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39141" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39082" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40252" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32731" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890531" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890533" - } - ] - } - }, - { - "id": "d1460db6-3799-4570-bec4-15ae853588b0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24744-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40249" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40250" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40251" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36699" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36700" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36701" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36702" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39140" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39141" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39082" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40252" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32731" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36691" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36690" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890531" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3890533" - } - ] - } - }, - { - "id": "42ea9384-0c4d-4efb-b193-5b7ab2a50191", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24817-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40150" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40152" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "c35288af-b4ad-4275-9682-2861b11c3b34", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24820-701ff27f-2", - "start_date": "20230916", - "route_id": "621" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40150" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40152" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40192" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "43ab0a05-2718-4484-b371-2da96d2758d6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24945-701ff27f-2", - "start_date": "20230916", - "route_id": "622" - }, - "stop_time_update": [ - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39592" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39593" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39594" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39596" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39597" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39598" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40272" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6734217" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40257" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40256" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40255" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - } - ] - } - }, - { - "id": "8ab55ded-be22-4c2a-be52-eb4b0489034d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24886-701ff27f-2", - "start_date": "20230916", - "route_id": "622" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694888996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39584" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39585" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "94b12a5e-d8d5-49d5-bfe6-3da767927dbb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24887-701ff27f-2", - "start_date": "20230916", - "route_id": "622" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694888981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39584" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39585" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "90434c2f-965a-4d1a-99d6-53b00e902996", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24943-701ff27f-2", - "start_date": "20230916", - "route_id": "622" - }, - "stop_time_update": [ - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - } - ] - } - }, - { - "id": "471daeb5-934a-41b4-81a3-8833099aedce", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24888-701ff27f-2", - "start_date": "20230916", - "route_id": "622" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39141" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39082" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40252" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36693" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32731" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694890312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40272" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694890396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890429 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694891065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694891115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39503" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39504" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39595" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39759" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39760" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39761" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39511" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39763" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39764" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39765" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39529" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39530" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91159" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39584" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39585" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38024" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39536" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16206048" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39537" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39428" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39429" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39430" - } - ] - } - }, - { - "id": "0a1644b2-256d-4ac5-a996-d1738535a9cb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "24944-701ff27f-2", - "start_date": "20230916", - "route_id": "622" - }, - "stop_time_update": [ - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39625" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15879953" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35746" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40272" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6734217" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40257" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40256" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40255" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39139" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "32587" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39230" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "36703" - } - ] - } - }, - { - "id": "6a4b49df-cab9-4b7e-b595-d287be5785e5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "742beaf6-4-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694888959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40711" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40712" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40735" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40736" - } - ] - } - }, - { - "id": "5ffaee9c-8cfa-472d-b4ac-185d550277ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d217be94-b-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694888952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694888996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50003" - } - ] - } - }, - { - "id": "da4e6172-8c11-4d08-b23a-5ad634329898", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "85b9f14e-1-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694888908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694888939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694888944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694888989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50003" - } - ] - } - }, - { - "id": "6830f4f1-3904-45a3-88e5-335583a8c56a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "77ce18f2-2-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694888985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889252 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40711" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40712" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40735" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40736" - } - ] - } - }, - { - "id": "c832c2e7-feae-4ade-bb12-df173b8ce3c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "22889603-2-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694888947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50001" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50002" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42428" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694890147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42429" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42430" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694890233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42431" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694890251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42432" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37578" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694890335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37579" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37580" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37581" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37582" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40748" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40749" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42525" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42526" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42527" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42528" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40760" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40762" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40763" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694894095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694894193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50003" - } - ] - } - }, - { - "id": "92f52987-496a-4208-9c3b-8942ae3c99ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "a6bb2544-b-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694888999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40711" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40712" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40735" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40736" - } - ] - } - }, - { - "id": "f03b2f14-d5e8-4502-a73f-b44b4fe4362e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "864e29e1-7-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694888964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50003" - } - ] - } - }, - { - "id": "4bf98f39-93c9-4a59-986a-e88699a1b425", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "b9ec6b9b-c-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694888987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35319" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40659" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35718" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35719" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35720" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35721" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35724" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35203" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Feb" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1-Mar" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37465" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45011" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39623" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39624" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90000" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39628" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39631" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890536 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890561 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40711" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40712" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40714" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606049" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37428" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37429" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37431" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40720" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40721" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40722" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40735" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40736" - } - ] - } - }, - { - "id": "584b28eb-74c8-4a62-ae09-aeb9e8f4f8e9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "067a8eff-4-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694888930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37432" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694888963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37586" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694888987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37430" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37588" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37589" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37590" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40760" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40713" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40762" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40763" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891418 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35548" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35547" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50003" - } - ] - } - }, - { - "id": "fa2f9405-f619-4ff0-bdf3-1d82e9dbe67d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d869341b-c1d8-4b51-8c03-1a5b157ef7f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "5e12e7c6-7-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694888953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40723" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694888989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40724" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40725" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37435" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39658" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39659" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39660" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40735" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40736" - } - ] - } - }, - { - "id": "3b2ad06c-b56d-4012-99e1-c6df96781029", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d6a47dea-b-701ff27f-2", - "start_date": "20230916", - "route_id": "626" - }, - "stop_time_update": [ - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694888990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40735" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40736" - } - ] - } - }, - { - "id": "37f4243e-6d2d-4820-b309-709c9cd7d1d5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "549dd60c-0-701ff27f-2", - "start_date": "20230916", - "route_id": "627" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40855" - } - ] - } - }, - { - "id": "409d1e2e-bfd1-4b68-8226-11638437d0bf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d8148350-b-701ff27f-2", - "start_date": "20230916", - "route_id": "627" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35826" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35829" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50003" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40921" - } - ] - } - }, - { - "id": "9f92c2eb-bc29-49b7-b247-1f42d7eabbad", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "656e4b95-6955-4cff-8fa5-7468bfcf6d2b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "d844b036-0-701ff27f-2", - "start_date": "20230916", - "route_id": "628" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40863" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40865" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40830" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40831" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694890011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694891009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40855" - } - ] - } - }, - { - "id": "bd167a5e-0c55-42b9-a13c-18e6fa7ffaef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "39bc4ff9-7-701ff27f-2", - "start_date": "20230916", - "route_id": "628" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42319" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42320" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34586" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34587" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34588" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40924" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40864" - } - ] - } - }, - { - "id": "a443e7d6-775f-4f61-880d-ae9eb1a6e8dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "7b03ef8e-e-701ff27f-2", - "start_date": "20230916", - "route_id": "632" - }, - "stop_time_update": [ - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49215" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694893008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694893134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49220" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694893240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49221" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694893268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49222" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49223" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694893303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38049" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694893339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49224" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694893454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49253" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694893580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49226" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694893631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49227" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694893689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49229" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694893722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694893795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49230" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694893883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49235" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694894293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49232" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694894964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40342" - }, - { - "stop_sequence": 132, - "arrival": { - "delay": 0, - "time": 1694895257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40343" - }, - { - "stop_sequence": 133, - "arrival": { - "delay": 0, - "time": 1694895457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49243" - } - ] - } - }, - { - "id": "ade68416-7dfa-4fc7-b381-83fe1b6f210f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "47a2a852-d-701ff27f-2", - "start_date": "20230916", - "route_id": "632" - }, - "stop_time_update": [ - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39633" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694894005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694894098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694894316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694894791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49344" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694895210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49345" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694895718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49346" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694895938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49347" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694896780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49348" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694897245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694897870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694898127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694898279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694898547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694898805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694899071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49355" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694899631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42244" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694899714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49356" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694900210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694900409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49358" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694900818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694901281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694902395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694902696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694903245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694903855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694904346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - } - ] - } - }, - { - "id": "31c19356-cc4c-4be4-84db-917e836ed536", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "16c9a590-a-701ff27f-2", - "start_date": "20230916", - "route_id": "632" - }, - "stop_time_update": [ - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49237" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49238" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38096" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49248" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49254" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49255" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49256" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49257" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49258" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49259" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49260" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49261" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49262" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49263" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34549" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49265" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49266" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694895569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694896520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694896705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694896928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694897054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694897509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694897754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694898295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694898436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39633" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694898625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694899056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694900398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694900816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694901097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694901724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694902385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694902781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694906845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694908072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694908635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694909739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694911053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49329" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694912696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49330" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694913961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39652" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694914980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39653" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694916276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39654" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694917554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49334" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694920488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49335" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694923239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49336" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694930170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37437" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694935604 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49337" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694939216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39661" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694944910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39662" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694956475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39663" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694969551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49341" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694986250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49342" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1695071303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49343" - } - ] - } - }, - { - "id": "454294b1-5407-4762-a00a-4cdc0a0d5e64", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "71aa25d5-0-701ff27f-2", - "start_date": "20230916", - "route_id": "632" - }, - "stop_time_update": [ - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694893359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694893494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694894688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694897352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694897476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694897552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694898557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694898727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694899081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694900410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694901001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49215" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694901175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694901303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694901532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694901894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694902076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694902283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694902869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694903241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694904166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49220" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694905008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49221" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694905235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49222" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694905363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49223" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694905537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38049" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694905842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49224" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694906897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49253" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694908157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49226" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694908691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49227" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694909342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49229" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694909725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694910599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49230" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694911727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49235" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694918349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49232" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694938305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40342" - }, - { - "stop_sequence": 132, - "arrival": { - "delay": 0, - "time": 1694955553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40343" - }, - { - "stop_sequence": 133, - "arrival": { - "delay": 0, - "time": 1694974624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49243" - } - ] - } - }, - { - "id": "e6dc7aa2-2c8b-442b-a9d2-5ff726cdc11b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "63740513-9-701ff27f-2", - "start_date": "20230916", - "route_id": "632" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42244" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42245" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42246" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38779" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42247" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42248" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38782" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42249" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42421" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42422" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42423" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42424" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42425" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42426" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42427" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42428" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42429" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42430" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42431" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42432" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37578" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42434" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42435" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4831075" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49135" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49136" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49137" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49138" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49139" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49140" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49141" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49142" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49143" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39726" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Mar" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694898680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694898952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694899575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694899956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694900494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694901081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694901340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694902090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694902795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694903426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694904535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694905150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694906462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694907231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694908896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694912245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694914562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694915710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694917982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694920692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694921231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694921965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694971782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694980304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - } - ] - } - }, - { - "id": "88558a68-3bf9-45f1-a3b7-519e893aed48", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "9433f1f7-2-701ff27f-2", - "start_date": "20230916", - "route_id": "633" - }, - "stop_time_update": [ - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694888986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35712" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35713" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49532" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49487" - } - ] - } - }, - { - "id": "9621c27e-22a7-4605-932d-9bd5dcb11c60", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "f33f6815-5-701ff27f-2", - "start_date": "20230916", - "route_id": "633" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694888980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49514" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49516" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49517" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49511" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49481" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49485" - } - ] - } - }, - { - "id": "521d3e63-6042-435e-ad46-b5c6f29d4889", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "db21da87-b-701ff27f-2", - "start_date": "20230916", - "route_id": "634" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694888978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49420" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49423" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49424" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49374" - } - ] - } - }, - { - "id": "2691e208-7676-4ce6-a0e8-1e607fe9bfd7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "45c13cfe-f-701ff27f-2", - "start_date": "20230916", - "route_id": "634" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49535" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49536" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49537" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39492" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49472" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49432" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49386" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49383" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49381" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890370 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49505" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49475" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49476" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49478" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49479" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49480" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49482" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49483" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49484" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49481" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49485" - } - ] - } - }, - { - "id": "7ebd6901-2e49-460f-a9b5-e35937cd8444", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "a380b886-6-701ff27f-2", - "start_date": "20230916", - "route_id": "634" - }, - "stop_time_update": [ - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49373" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49376" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49377" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49520" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49379" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49380" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49382" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49384" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49385" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49387" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49388" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49389" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49390" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49391" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49392" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49393" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49394" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50004" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49420" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49423" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49424" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49374" - } - ] - } - }, - { - "id": "4708858d-32c8-452d-ab08-8c441cf849b3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "4c7e6b56-9-701ff27f-2", - "start_date": "20230916", - "route_id": "634" - }, - "stop_time_update": [ - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37520" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35701" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49535" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49536" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49537" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39492" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49472" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49432" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49386" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49383" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49381" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49505" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49475" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49476" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49478" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49479" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49480" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49482" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49483" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49484" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49481" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49485" - } - ] - } - }, - { - "id": "b71b6505-ef1c-4c0f-913d-ff49eb24bff7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "c83efe61-5-701ff27f-2", - "start_date": "20230916", - "route_id": "634" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49393" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49394" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889125 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50004" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50030" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "3-Mar" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50031" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49398" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50032" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39495" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50033" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39497" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49407" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889970 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49417" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49420" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49421" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49422" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49423" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49539" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49424" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49374" - } - ] - } - }, - { - "id": "fdab2b7c-7c45-48ab-96bf-13f20fcaf40c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "09f9f4d9-a-701ff27f-2", - "start_date": "20230916", - "route_id": "636" - }, - "stop_time_update": [ - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40989" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40985" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40973" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40983" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40984" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40990" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40991" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40974" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890641 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891163 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - } - ] - } - }, - { - "id": "726f1e30-7ef7-429e-bf06-1f1f3ae5661b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "a966cd42-9-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694888999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890600 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "db34b698-d115-4177-a222-aade17763b7a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "9994fa86-6-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38817" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38825" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38826" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38827" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694890001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38828" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38829" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38830" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694890115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38831" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694890253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38832" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694890287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694890320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38834" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694890367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694890508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694890542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890956 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694891050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694891103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892723 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694893003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694893093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694895596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694896015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694896260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694896491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694896894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694897674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694897945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694899043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899369 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694900133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694900431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694900660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694901509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694901958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694902351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694903786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694903969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694905304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694905584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694906351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694907284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694907881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694908931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694914802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694917056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694921423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694932985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "9a5b8f2e-3f5c-4ba7-b1ac-a07eb49d142f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2bf60d47-6900-4dbc-8f96-05ff79f566ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "ae8c2cde-a-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "18acfe3f-4de2-417c-9886-52c7cafc18c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "bc15b225-4-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889877 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890016 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "336b2186-edc4-4010-a314-0b9105677e96", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "0a943e8a-0-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889140 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694896380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694896984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694897702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "ebb4af2c-af4f-4214-b56c-d0dc610a7d39", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "caf08a3a-f-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "b1e4e112-5a57-4bc8-9b2b-828b8ff7e8d9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "ce54ea2c-2-701ff27f-2", - "start_date": "20230916", - "route_id": "725" - }, - "stop_time_update": [ - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889658 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16705477" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40545" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40546" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40547" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40590" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40591" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40592" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41947" - } - ] - } - }, - { - "id": "7cb12a63-c4c1-47ea-9562-bfc8efb01d07", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "3d9d21b5-6-701ff27f-2", - "start_date": "20230916", - "route_id": "726" - }, - "stop_time_update": [ - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889787 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35716" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35715" - } - ] - } - }, - { - "id": "64c1c484-cb39-4c3f-9c29-d09685751b5b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c1a4dc4d-ea5a-4be4-a50a-db8fa70d1bc9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "b7b79609-3-701ff27f-2", - "start_date": "20230916", - "route_id": "726" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889465 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890732 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35716" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35715" - } - ] - } - }, - { - "id": "c932a649-c599-415b-9675-f7fbdf2c8364", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "2217740b-6-701ff27f-2", - "start_date": "20230916", - "route_id": "726" - }, - "stop_time_update": [ - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890780 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35716" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890868 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35715" - } - ] - } - }, - { - "id": "afb6044e-b2d2-41c7-90b5-d4ac117757a0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "7edee734-3-701ff27f-2", - "start_date": "20230916", - "route_id": "726" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694888975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889996 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35716" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694893073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35715" - } - ] - } - }, - { - "id": "5064b884-e2bf-45c9-b7c9-3864b57572a5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "853dbd29-c-701ff27f-2", - "start_date": "20230916", - "route_id": "726" - }, - "stop_time_update": [ - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40348" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40349" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40350" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40351" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40352" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41970" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40542" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41971" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41972" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35823" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694896571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35827" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694896670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35828" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694896755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35716" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35715" - } - ] - } - }, - { - "id": "519cc717-383c-44d6-8c39-b25e39ff7503", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25028-701ff27f-2", - "start_date": "20230916", - "route_id": "727" - }, - "stop_time_update": [ - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - } - ] - } - }, - { - "id": "96177e05-a548-4d52-8afc-71b5e81d72ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25031-701ff27f-2", - "start_date": "20230916", - "route_id": "727" - }, - "stop_time_update": [ - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894932 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - } - ] - } - }, - { - "id": "129c397c-44a4-4d4e-a6de-9a0b8ff4cd9b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25030-701ff27f-2", - "start_date": "20230916", - "route_id": "727" - }, - "stop_time_update": [ - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889737 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892097 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892250 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892481 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - } - ] - } - }, - { - "id": "46f93ace-ed66-4c7e-b1cb-2c7a40c30c09", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25033-701ff27f-2", - "start_date": "20230916", - "route_id": "727" - }, - "stop_time_update": [ - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40808" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35715" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35716" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35717" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35718" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35719" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35720" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889321 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35721" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35722" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35723" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35724" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35726" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35727" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35820" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35729" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35730" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35731" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35201" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35202" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90001" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891520 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892642 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694897107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694897565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694898495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694898887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694899106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694899225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694899847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694900190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - } - ] - } - }, - { - "id": "397be882-c455-4ccd-b92b-14a08984439c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25029-701ff27f-2", - "start_date": "20230916", - "route_id": "727" - }, - "stop_time_update": [ - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891453 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891712 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - } - ] - } - }, - { - "id": "03d165cc-729f-4d8b-88b2-e74fff7cc56a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25026-701ff27f-2", - "start_date": "20230916", - "route_id": "727" - }, - "stop_time_update": [ - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40543" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41943" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40550" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40551" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40552" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40553" - } - ] - } - }, - { - "id": "76d72354-5195-4066-8348-b86fdea0a2c4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25137-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694888991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890784 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891069 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893421 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894066 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694895635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694899128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694899239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "3bc74813-4d5e-4d7a-b4a5-cc4c7f733dba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25135-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694888997 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889334 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889927 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694893452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694893484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "6a0d0cad-5fd3-440c-b37f-262ec92986df", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25138-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 1, - "arrival": { - "delay": 0, - "time": 1694889022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40439" - }, - { - "stop_sequence": 2, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40440" - }, - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40441" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40443" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40548" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40348" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40349" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40350" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40351" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40352" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41970" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40542" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41971" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40541" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41972" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40540" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40539" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890502 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891053 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891170 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893553 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694896733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694898859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694899192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694899278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694899939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900556 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694912349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694912858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "7ce564d4-a958-48e4-b19e-3de170c7d47c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25132-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "4844bb59-0b7c-4b4e-b230-22f6edac4a15", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25136-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889853 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892371 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694895204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694898288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694898383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "99ba1a54-54f9-42b0-96fc-e093ae8356de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25133-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889029 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "e3def9ae-236e-4f51-8766-4e9eb7e0d38b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25131-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889009 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "64aded04-25d9-44b9-a720-b3cb929e3c94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25134-701ff27f-2", - "start_date": "20230916", - "route_id": "728" - }, - "stop_time_update": [ - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Jan" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42460" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35690" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35700" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889688 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35703" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35704" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35705" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35706" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35707" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35708" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35709" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37522" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889967 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50034" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40903" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40904" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35814" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35815" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35816" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35817" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35818" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35819" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35822" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38833" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38814" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38815" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890977 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38816" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40565" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40566" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40567" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50010" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50011" - } - ] - } - }, - { - "id": "c9292222-58a6-4d79-b66b-f1e96856610f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25711-701ff27f-2", - "start_date": "20230916", - "route_id": "730" - }, - "stop_time_update": [ - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889482 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889684 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889731 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890993 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694892696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694892854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694892934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694893007 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694893062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694893144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694893196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694893273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694893377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694893479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "080c3df7-3ab7-4851-a7e8-c098ca923f8d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25714-701ff27f-2", - "start_date": "20230916", - "route_id": "730" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49256" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49257" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49258" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49259" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49260" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49261" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49262" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49263" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34549" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49265" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890953 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891680 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892335 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694893352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694893539 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694893669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694893757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694894012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694894222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694894307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694894479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694894589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694894813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694895005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694895137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694895294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694895382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694895565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694897061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694897253 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694897534 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694898312 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694898582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694898893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694899240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694899582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694899968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694900348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694901104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694902231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694904801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694905073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694909594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694910999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694914491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694916191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694919012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694921593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694925836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694928673 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694933833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694944443 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694954227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694973047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1695016797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1695123283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - } - ] - } - }, - { - "id": "c78b1aca-62ed-4c05-830d-43fe35397b65", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25707-701ff27f-2", - "start_date": "20230916", - "route_id": "730" - }, - "stop_time_update": [ - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694889055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694889085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694889129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694889188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694889242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "ea2ab4d5-d766-4915-8730-59900b063a49", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25713-701ff27f-2", - "start_date": "20230916", - "route_id": "730" - }, - "stop_time_update": [ - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889783 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890472 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890828 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890960 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891135 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891442 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892392 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694892522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892699 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694893847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694893944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694894579 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694894791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694894934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694896603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694896837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694897682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694898119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694898400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694899087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694899268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694899594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694899950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694900233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694900799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694901137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694901424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694901756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694902155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694903256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694903861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694904433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694904892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694905608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694906076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694906814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694907892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694909022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "74bf276a-7b41-42dd-acea-78c11ed204c8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25709-701ff27f-2", - "start_date": "20230916", - "route_id": "730" - }, - "stop_time_update": [ - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694889017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694889073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "e1e9cf41-6efc-4e8e-8416-a5f5819f2c2c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25710-701ff27f-2", - "start_date": "20230916", - "route_id": "730" - }, - "stop_time_update": [ - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694888982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889364 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694890570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694890618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694890831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694890974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694891025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694891156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694891187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694891234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694891296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694891356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "00e5aa91-99e9-4633-8816-c14bc0724c7d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25749-701ff27f-2", - "start_date": "20230916", - "route_id": "731" - }, - "stop_time_update": [ - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890022 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890538 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890655 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694890794 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890820 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49215" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694893044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38041" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694893100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38042" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694893160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38043" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694893246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694893319 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694893446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49247" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694893485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49222" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694893501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49223" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694893535 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38049" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694893560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49224" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694893601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49225" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694893649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49226" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49227" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694893764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49229" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694893797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49228" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694893871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49230" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694893964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49235" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694894362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49233" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694895052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40343" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694895238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49251" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694895289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49242" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694895433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38054" - } - ] - } - }, - { - "id": "efc9eb12-dce1-4523-b7d0-51b00c084673", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25853-701ff27f-2", - "start_date": "20230916", - "route_id": "732" - }, - "stop_time_update": [ - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889554 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889789 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889961 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890157 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890336 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890493 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890838 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892171 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892920 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694893020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694893136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694893235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694893414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694893580 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694893748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694893852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694894098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694894161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694894271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694894389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694894479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694894656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694894758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694894842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694894938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694895076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694895342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694895503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694895739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694895900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694896001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694896155 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694896359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694896577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "bddd4675-e59c-4640-b50a-dd37071ebbb8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25855-701ff27f-2", - "start_date": "20230916", - "route_id": "732" - }, - "stop_time_update": [ - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694888990 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49263" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889773 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34549" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49265" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49266" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890385 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891001 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892257 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892747 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892892 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895785 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694896355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694896549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694896923 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694897488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694898701 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694900386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694900851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694901905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694902471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694903094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694903695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694904583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694905117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694905986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694907413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694908464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694909989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694912136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694914398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694918020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694921325 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694925067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694930400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694936220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694951116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694974855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1695024697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1695096621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - } - ] - } - }, - { - "id": "97a6e275-05ad-431c-b45e-4b80689fd6e7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "76cc0109-4f88-4f20-91cf-94ad56951ff4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25852-701ff27f-2", - "start_date": "20230916", - "route_id": "732" - }, - "stop_time_update": [ - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694890023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890428 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694891042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694891071 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694891122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694891174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694891214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694891289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694891332 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694891367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694891406 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694891461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694891564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694891625 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694891711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694891768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694891803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694891856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694891924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694891995 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "3fabe906-2f83-40b6-8e3c-7ad603de86ad", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25851-701ff27f-2", - "start_date": "20230916", - "route_id": "732" - }, - "stop_time_update": [ - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38547" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889654 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889727 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694889774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694889876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694889913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694889976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694890023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694890108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694890158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694890227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694890272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694890300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694890341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694890393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694890447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "33c73830-3671-4437-b3e9-6952a02f11ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25856-701ff27f-2", - "start_date": "20230916", - "route_id": "732" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694888988 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38094" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49252" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38096" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49248" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49254" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889317 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49255" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49256" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49257" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49258" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889819 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49259" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889827 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49260" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49261" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49262" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49263" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34549" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694891175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49264" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694891182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49265" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694891222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49266" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694891283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49267" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694891367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42274" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694891456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42275" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694891504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42276" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694891603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42277" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694891702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42278" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694891753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42279" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891857 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42280" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891912 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42281" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694892010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42282" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42283" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694892175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49279" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694892286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42285" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694892414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42286" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694892438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42287" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694892523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42288" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694892578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42289" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694892707 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42290" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42291" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42292" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694893055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42293" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694893382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694893638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694893880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694894166 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694894400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694894563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694894675 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694895012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694895274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694895383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694895609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694895755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694896036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694896311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694896490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694896704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694897077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694897264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694897380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694897499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694897640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694897760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694898034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694898328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694898763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694899236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694899504 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694899942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694900761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694901121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694901587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694902094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694902667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694903244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694903907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694904573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694905929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694908195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694913708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694914158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694926346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694930978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694944906 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694955354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694970815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694992080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1695047191 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1695113021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1695482151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - } - ] - } - }, - { - "id": "396c0def-1442-42f0-9041-b74d18c19897", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25790-701ff27f-2", - "start_date": "20230916", - "route_id": "733" - }, - "stop_time_update": [ - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889939 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890623 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891200 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891626 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891786 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892560 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893434 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694893575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893801 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894452 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694895422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694895697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694895843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694896132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694896449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694896619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694896940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694897033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694897306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694897584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694897672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694897710 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694899771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694899968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694910404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694910914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694911455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694918249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694919621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694922741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694938809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694947261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694950413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694956913 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694965243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694971042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694978858 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1695028237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38041" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1695066867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38042" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1695147457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38043" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1695590339 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - } - ] - } - }, - { - "id": "8e8cd704-b102-41ad-b19b-1e8a9a25bd6b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25788-701ff27f-2", - "start_date": "20230916", - "route_id": "733" - }, - "stop_time_update": [ - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889230 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889361 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889485 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889841 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694890167 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890192 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890938 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891537 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694891592 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694891628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694891650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694891674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694891767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38041" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694891805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38042" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694891848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38043" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694891909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694891959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49247" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694892075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49222" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694892086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49223" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694892109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38049" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694892126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49224" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694892251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49239" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694892271 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49240" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694892283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49241" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694892412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38054" - } - ] - } - }, - { - "id": "d15e823e-c6e0-48e6-aacb-e38739ec0ebc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25786-701ff27f-2", - "start_date": "20230916", - "route_id": "733" - }, - "stop_time_update": [ - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694889050 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38042" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38043" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694889137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694889178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49247" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49222" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49223" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694889295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38049" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49224" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694889400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49239" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694889415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49240" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49241" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694889514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38054" - } - ] - } - }, - { - "id": "26682cb1-d625-41ca-b1b4-cd55b0625f5c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25792-701ff27f-2", - "start_date": "20230916", - "route_id": "733" - }, - "stop_time_update": [ - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694888859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694888945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694888994 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889144 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889508 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889630 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889722 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889860 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889992 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890203 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890652 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891836 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891965 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892122 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694893002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694895034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694895242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694896023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694896436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896948 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694897884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694898055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694898293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694898754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694899750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694900062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694900581 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694901224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694901496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694902303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694903041 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694903752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694904809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694905484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694906959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694907803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694909603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694911824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694913130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694915880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694916749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694919530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694922768 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694923886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694924395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694985879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1695000725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - } - ] - } - }, - { - "id": "aa638911-f340-476d-b69c-dfd606fe62b3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25789-701ff27f-2", - "start_date": "20230916", - "route_id": "733" - }, - "stop_time_update": [ - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889116 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889519 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890117 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42215" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42216" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890889 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42217" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42218" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891005 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42219" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42220" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42221" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891234 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42222" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891314 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42223" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42224" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42225" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42226" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42227" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42228" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42229" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42230" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42231" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42232" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892095 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42233" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42234" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892258 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42235" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42211" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49203" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49204" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42503" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892494 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34564" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694893038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34789" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49163" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694894702 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49208" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694894754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49209" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694894808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49210" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49211" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694895446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49212" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694895627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49213" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694896266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49206" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694896483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49216" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694896551 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49217" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694896674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49214" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694896804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49249" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694896881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49218" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694896971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49219" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694897322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38041" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694897469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38042" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694897639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38043" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694897887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38044" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694898101 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38045" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694898487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49247" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694898609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49222" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694898659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49223" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694898767 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38049" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694898845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49224" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694899450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49239" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694899550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49240" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694899611 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49241" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694900297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38054" - } - ] - } - }, - { - "id": "de85a6f6-fe0d-42bb-879a-cbf51135dac5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25953-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889307 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889511 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890014 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890301 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890525 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890674 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891182 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694892284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694892338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694892383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694892433 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694892505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892639 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694893030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694893127 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694893221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "89202739-2cdb-44ed-9256-da8227f112d4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25955-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40606" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40607" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40609" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40610" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40611" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40612" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40620" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889742 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890074 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890436 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890957 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891002 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891586 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891875 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891952 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892709 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694893753 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694893852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894243 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694894663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894759 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694895999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694897129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694898341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694898821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694899156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694899943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694900530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694900944 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694901273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694901937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694902337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694902678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694903073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694903669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694904882 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694905622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694906897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694907795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694908386 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694909326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694910715 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694912196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "830def33-4849-46cd-a0b6-408c1ccd755c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25950-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694889352 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694889400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694889475 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694889521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "44fed9f4-5b18-45e1-a292-6e2a9eb9f639", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25952-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889060 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889348 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889501 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889585 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889848 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890142 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890275 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890395 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890510 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "7338c480-acc0-491d-a9b6-1d3ca961c2dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25949-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "2d7d9ae4-c9c9-48c4-b7e9-0118f0f060f0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25956-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889236 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889292 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40598" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40599" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889402 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30963" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889416 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40601" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40602" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40603" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40604" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40606" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40607" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889682 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40609" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40610" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40611" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40612" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40620" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49281" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49282" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49283" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49284" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890197 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49285" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890263 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49286" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49287" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49288" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890400 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49289" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42294" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891393 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891523 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891622 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891860 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892469 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892618 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893285 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893375 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893781 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694894286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894900 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895032 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895396 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694895748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694896153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694896290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694897366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694897757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694898126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694898643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694899430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694899929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694900365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694901189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694902013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694902884 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694903509 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694905035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694905455 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694906227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694907099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694907812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694909300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694910232 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694911048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694912023 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694913550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694916893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694919100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694923255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694926479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694928755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694932656 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694939159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694947272 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "829fb8ed-0e4d-4407-baf6-4e633c5458da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25954-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42295" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42296" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42297" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42298" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42299" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49295" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49296" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49297" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49298" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49299" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889837 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49300" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49301" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889984 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49302" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49303" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890078 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49304" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49305" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49306" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890199 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49307" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49308" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49309" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42315" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42316" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42317" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42318" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8606396" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38514" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38516" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890638 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38518" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38520" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890782 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38521" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890833 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38522" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890885 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38523" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38524" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38525" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38526" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38527" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38528" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38529" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38530" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38531" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8921285" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38532" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892168 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38533" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38534" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892313 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694892986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893636 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694893752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694893959 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894971 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694895113 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694895222 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694895662 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694895779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694895950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694896467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694896774 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694896978 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694897106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694897302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694897575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694897845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "94ca2494-3e84-48d4-9bf9-1f218ffc6b18", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8907e924-141d-47fa-a840-d4fd719470b5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "25951-701ff27f-2", - "start_date": "20230916", - "route_id": "734" - }, - "stop_time_update": [ - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694889104 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38546" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889456 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889806 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694890000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694890067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694890100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694890147 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890233 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890279 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890351 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890521 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890573 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - } - ] - } - }, - { - "id": "d91b04ea-a0fd-41d7-9225-057aff2d90e1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "26064-701ff27f-2", - "start_date": "20230916", - "route_id": "735" - }, - "stop_time_update": [ - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889186 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889572 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889893 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889987 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890046 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890345 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890628 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891048 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891114 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891412 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891671 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40960" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30962" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891867 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40961" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891937 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40608" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694892080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40605" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694892372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40962" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40588" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892683 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40585" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892743 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892931 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40587" - } - ] - } - }, - { - "id": "85705a2e-2455-4970-9523-d9306ed5efa0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "26062-701ff27f-2", - "start_date": "20230916", - "route_id": "735" - }, - "stop_time_update": [ - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889462 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694889771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40960" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30962" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694889926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40961" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694889979 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40608" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40605" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890354 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890422 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40962" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40588" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694890517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40585" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694890528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694890643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40587" - } - ] - } - }, - { - "id": "e051bdb8-9b85-4162-b92b-c8518ef62bb8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "26065-701ff27f-2", - "start_date": "20230916", - "route_id": "735" - }, - "stop_time_update": [ - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889873 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890077 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890282 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890384 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890677 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890824 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890947 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891105 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891566 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891632 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891704 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892305 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694892826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694892945 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694893254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694893514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40960" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694893720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30962" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40961" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40608" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40605" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894734 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894918 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40962" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895148 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40588" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895328 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40585" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694895448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694895831 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40587" - } - ] - } - }, - { - "id": "4bc3cfe9-e79f-431d-95ae-1a510d006a39", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "26063-701ff27f-2", - "start_date": "20230916", - "route_id": "735" - }, - "stop_time_update": [ - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694889164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889190 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889397 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889439 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889749 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889983 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890540 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694890599 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890717 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40960" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891153 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30962" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891215 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40961" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891276 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40608" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891399 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40605" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694891729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694891817 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40962" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694891829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40588" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40585" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891954 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892108 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40587" - } - ] - } - }, - { - "id": "792651fb-fa8b-4514-b7c2-f73244f6030f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "26067-701ff27f-2", - "start_date": "20230916", - "route_id": "735" - }, - "stop_time_update": [ - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889088 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42853" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889239 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889277 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889300 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889330 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889380 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889495 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889646 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889685 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889897 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890145 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890226 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890368 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890425 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890533 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891052 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891610 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694892015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892079 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892220 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892278 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892376 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892447 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694893010 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893448 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893705 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893800 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694895120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694895512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895855 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694896267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694896745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694897565 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694897886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694898210 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694898467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694898910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694899159 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694899544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694899972 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694900161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694901342 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40960" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694902373 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30962" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694903012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40961" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694903687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40608" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694905219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40605" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694909196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694910880 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694912935 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40962" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694913249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40588" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694915357 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694915358 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40586" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694916459 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40585" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694916909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694922862 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40587" - } - ] - } - }, - { - "id": "d42c6bd0-fc9b-4f3f-ab98-0de126ac7a45", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "26066-701ff27f-2", - "start_date": "20230916", - "route_id": "735" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889038 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889244 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889372 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889470 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889546 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38718" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890075 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890128 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890180 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838438" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44896" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44897" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44898" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40993" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "16005188" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40995" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891286 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40996" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891374 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40997" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39614" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891497 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39615" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39616" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39617" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891690 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39618" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891745 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39619" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39620" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39621" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891946 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38281" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45068" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37480" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40848" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "2-Apr" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892653 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39728" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39729" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892844 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39730" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42200" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893098 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42203" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893196 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42204" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42205" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893387 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42201" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42206" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894026 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42207" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42208" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894471 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42564" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694894736 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42214" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42209" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42210" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694896013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40951" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694896245 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40952" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694896477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40953" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694896659 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40954" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694896969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40955" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694897141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40956" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694897405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40957" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694897694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40958" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694897821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40959" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694898596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40960" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694899251 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "30962" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694899647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40961" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694900057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40608" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694900958 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40605" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694903126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40597" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694903976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40593" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694904963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40962" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694905109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40588" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694906062 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40594" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694906063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40586" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694906541 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40585" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694906733 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40584" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694909087 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40587" - } - ] - } - }, - { - "id": "382197bf-3c91-4856-855e-cd7977896cab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21062-701ff27f-2", - "start_date": "20230916", - "route_id": "736" - }, - "stop_time_update": [ - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694889130 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694889344 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694889413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694889484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694889583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694889614 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694889668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694889711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694889756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694889788 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694889807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694889842 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694889871 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694889909 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694889968 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694890049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694890086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694890164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694890261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694890340 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694890381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694890410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694890441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694890458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694890518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694890664 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694890719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694890744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694890757 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694890771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694890809 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694890849 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694890888 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694891096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694891162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - } - ] - } - }, - { - "id": "3246cf03-b840-4daf-bd33-fb5e05ecfd1b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21132-701ff27f-2", - "start_date": "20230916", - "route_id": "736" - }, - "stop_time_update": [ - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889027 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "1566267" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889110 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44967" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44968" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889217 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-May" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jun" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889308 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Aug" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50024" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889477 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-12" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37471" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889587 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37560" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37564" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37517" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37475" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37508" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37476" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889777 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37526" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37567" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889861 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889916 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889940 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890055 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jan" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Mar" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890346 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jun" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Aug" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891353 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891515 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891590 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891779 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892158 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892223 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892295 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892492 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892594 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893111 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893184 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893776 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894057 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894249 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694894669 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895362 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895498 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694895708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694895799 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694895969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694896115 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694896283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896835 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694896943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694897268 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694897637 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694897870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694898172 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694898413 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694898883 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694899064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694899496 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694900086 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694900499 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694901068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694901816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694902547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694905329 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694906430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694907468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694909549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694911796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694914388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694916378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694921936 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694923347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694926850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694930989 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694934739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694943859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694950703 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694957601 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694967247 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694982118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1695065181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1695200619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - } - ] - } - }, - { - "id": "9aef2024-9eb1-4374-bbba-ca344b76d6ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21064-701ff27f-2", - "start_date": "20230916", - "route_id": "736" - }, - "stop_time_update": [ - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889025 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694889261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694889303 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694889341 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694889388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694889486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694889568 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889629 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889756 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890096 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890149 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890193 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890382 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694890552 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694890606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694890650 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890761 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890881 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890910 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891044 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891092 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891120 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891490 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891660 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892024 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694892165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694892231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892450 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892489 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892562 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892802 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694893054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893942 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694894061 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694894284 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894647 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894898 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694895488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694895681 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694896248 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694896726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694897331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694898441 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694898854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694899059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694899327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694899740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694900056 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694900306 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694900762 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694901154 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694901588 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694901914 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694902118 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694902512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694902850 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694903310 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694904099 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694905315 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694905941 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694907401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694909548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694910411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694911689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694912966 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694913962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694915109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694915740 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694918403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694927297 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694932161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694934807 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694936206 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694937917 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694943169 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694949922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694958162 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1695123991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1695803865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - } - ] - } - }, - { - "id": "ace21c3f-fa61-451a-ae52-b23ed0242f81", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21130-701ff27f-2", - "start_date": "20230916", - "route_id": "736" - }, - "stop_time_update": [ - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889173 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889379 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694889444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694889532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694889814 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694889859 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890037 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890221 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890405 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694890445 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694890531 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694890563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694890619 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694890645 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694890692 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694890746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694890878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694890930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694890963 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891034 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891141 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39642" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694891409 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694891458 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694891532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694891564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694891621 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694891670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694891724 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694891825 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694891894 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694891926 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694892019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694892121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694892183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694892260 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694892320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694892432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694892474 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694892570 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694892695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694892778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694892886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694893021 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694893143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694893544 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38548" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694893679 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38549" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694893797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38550" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694894008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38551" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694894205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38552" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694894401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49359" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694894532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49360" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694894834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49361" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694894899 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49362" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694895042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49363" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694895187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49364" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694895299 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49365" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694895517 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38560" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694895644 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694895750 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694895870 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694896011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694896383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694896577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694896890 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694897103 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694897235 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694897437 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694897719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694897998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694899000 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694899343 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694899657 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694899911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694900381 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694900575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694900792 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 132, - "arrival": { - "delay": 0, - "time": 1694901367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 133, - "arrival": { - "delay": 0, - "time": 1694901826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 134, - "arrival": { - "delay": 0, - "time": 1694902289 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 135, - "arrival": { - "delay": 0, - "time": 1694903181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "9cd347c3-b7a1-4d21-bea6-4611d7e839d9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21126-701ff27f-2", - "start_date": "20230916", - "route_id": "736" - }, - "stop_time_update": [ - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694888943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42857" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694888976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38562" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694889013 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38563" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694889054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42854" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38565" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694889205 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40932" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694889280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694889327 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694889356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694889398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694889454 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694889505 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694889670 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694889720 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694889763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694889796 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694889854 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694889876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694889901 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 132, - "arrival": { - "delay": 0, - "time": 1694889962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 133, - "arrival": { - "delay": 0, - "time": 1694890008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 134, - "arrival": { - "delay": 0, - "time": 1694890051 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 135, - "arrival": { - "delay": 0, - "time": 1694890126 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "f003275a-7e73-4967-aafd-d45d4626d1b1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21065-701ff27f-2", - "start_date": "20230916", - "route_id": "736" - }, - "stop_time_update": [ - { - "stop_sequence": 3, - "arrival": { - "delay": 0, - "time": 1694889017 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38508" - }, - { - "stop_sequence": 4, - "arrival": { - "delay": 0, - "time": 1694889083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38511" - }, - { - "stop_sequence": 5, - "arrival": { - "delay": 0, - "time": 1694889129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38482" - }, - { - "stop_sequence": 6, - "arrival": { - "delay": 0, - "time": 1694889151 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38440" - }, - { - "stop_sequence": 7, - "arrival": { - "delay": 0, - "time": 1694889179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38446" - }, - { - "stop_sequence": 8, - "arrival": { - "delay": 0, - "time": 1694889246 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38491" - }, - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38498" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889366 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38495" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37446" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889606 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37447" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40929" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40946" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694890015 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42855" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694890039 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "41975" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38697" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694890143 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38646" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694890179 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38632" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694890254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38767" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694890322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38768" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38769" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49357" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38771" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890486 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38668" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890584 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38661" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890668 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38657" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890730 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38743" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890798 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38652" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38721" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890924 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694891020 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694891093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694891242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694891304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694891356 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694891583 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694891651 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694891746 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891795 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891863 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891976 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694892065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694892156 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694892227 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694892266 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694892337 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38635" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694892389 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38509" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694892451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38642" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694892518 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39795" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694892558 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38502" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694892663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892991 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35692" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694893102 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694893207 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694893254 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694893365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694893693 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694893955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694894195 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694894309 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694894394 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694894567 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694894698 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694894769 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694894903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694895064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694895218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694895355 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694895476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694895696 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694895852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694896744 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694897404 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694897793 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694898080 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694898631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694899582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694900280 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694902068 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694902700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694904725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694906648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694909419 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Jul" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694915826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "7-Feb" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694918797 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "8-Jan" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694920417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "9-Jan" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694922714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694926706 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694930209 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694933293 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694939851 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694946700 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694956083 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694964803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694971237 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694986532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1695003930 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1695038138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1695170431 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - } - ] - } - }, - { - "id": "09d10caa-eb5b-49db-8c8b-a9ab470272d8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21198-701ff27f-2", - "start_date": "20230916", - "route_id": "737" - }, - "stop_time_update": [ - { - "stop_sequence": 9, - "arrival": { - "delay": 0, - "time": 1694889064 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38495" - }, - { - "stop_sequence": 10, - "arrival": { - "delay": 0, - "time": 1694889218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40928" - }, - { - "stop_sequence": 11, - "arrival": { - "delay": 0, - "time": 1694889262 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37446" - }, - { - "stop_sequence": 12, - "arrival": { - "delay": 0, - "time": 1694889338 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37447" - }, - { - "stop_sequence": 13, - "arrival": { - "delay": 0, - "time": 1694889360 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40929" - }, - { - "stop_sequence": 14, - "arrival": { - "delay": 0, - "time": 1694889424 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40946" - }, - { - "stop_sequence": 15, - "arrival": { - "delay": 0, - "time": 1694889480 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "40947" - }, - { - "stop_sequence": 16, - "arrival": { - "delay": 0, - "time": 1694889522 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42245" - }, - { - "stop_sequence": 17, - "arrival": { - "delay": 0, - "time": 1694889564 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42246" - }, - { - "stop_sequence": 18, - "arrival": { - "delay": 0, - "time": 1694889617 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38779" - }, - { - "stop_sequence": 19, - "arrival": { - "delay": 0, - "time": 1694889663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42247" - }, - { - "stop_sequence": 20, - "arrival": { - "delay": 0, - "time": 1694889708 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42248" - }, - { - "stop_sequence": 21, - "arrival": { - "delay": 0, - "time": 1694889738 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38782" - }, - { - "stop_sequence": 22, - "arrival": { - "delay": 0, - "time": 1694889847 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42249" - }, - { - "stop_sequence": 23, - "arrival": { - "delay": 0, - "time": 1694890008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42250" - }, - { - "stop_sequence": 24, - "arrival": { - "delay": 0, - "time": 1694890084 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 25, - "arrival": { - "delay": 0, - "time": 1694890146 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42252" - }, - { - "stop_sequence": 26, - "arrival": { - "delay": 0, - "time": 1694890176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42253" - }, - { - "stop_sequence": 27, - "arrival": { - "delay": 0, - "time": 1694890214 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42254" - }, - { - "stop_sequence": 28, - "arrival": { - "delay": 0, - "time": 1694890255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42255" - }, - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694890283 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42256" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694890302 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42257" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694890324 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42258" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694890350 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42259" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694890398 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42260" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694890435 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42261" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694890512 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38659" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694890595 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38674" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694890665 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38649" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694890808 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694890864 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694890911 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694891124 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694891177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694891261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694891304 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694891365 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694891415 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694891463 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694891530 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694891612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694891672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694891714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694891815 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694891934 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694891985 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694892042 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694892265 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694892407 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694892488 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694892548 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694892620 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694892891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694893100 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694893290 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694893367 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694893440 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694893576 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694893676 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694893729 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694893830 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694893950 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694894063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694894164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694894273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694894414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694894527 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694895160 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694895612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694895872 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694896082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694896403 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694897004 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694897451 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694898500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694898821 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694899876 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694900949 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694902175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940386" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694902689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940383" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694903131 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940382" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694903634 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940381" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694904468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940374" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694905547 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940370" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694905962 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940367" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694906449 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940368" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694907886 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940388" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694911955 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694914031 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694915571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694916856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694919414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694922225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694924714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694926613 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694928760 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694931694 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694935218 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694940208 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694950764 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694974468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694992240 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1695069728 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1697128150 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - } - ] - } - }, - { - "id": "5a12e27a-fd61-4f8d-839b-0c1bde1a3fa5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21255-701ff27f-2", - "start_date": "20230916", - "route_id": "737" - }, - "stop_time_update": [ - { - "stop_sequence": 29, - "arrival": { - "delay": 0, - "time": 1694889033 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37567" - }, - { - "stop_sequence": 30, - "arrival": { - "delay": 0, - "time": 1694889058 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Jan" - }, - { - "stop_sequence": 31, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "13-Feb" - }, - { - "stop_sequence": 32, - "arrival": { - "delay": 0, - "time": 1694889139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "28-Jan" - }, - { - "stop_sequence": 33, - "arrival": { - "delay": 0, - "time": 1694889188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-3" - }, - { - "stop_sequence": 34, - "arrival": { - "delay": 0, - "time": 1694889267 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Jan" - }, - { - "stop_sequence": 35, - "arrival": { - "delay": 0, - "time": 1694889311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "12-Feb" - }, - { - "stop_sequence": 36, - "arrival": { - "delay": 0, - "time": 1694889401 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940364" - }, - { - "stop_sequence": 37, - "arrival": { - "delay": 0, - "time": 1694889473 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940365" - }, - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940366" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889542 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940369" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889589 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940372" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889649 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940380" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889908 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jan" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Mar" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694890073 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-May" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694890224 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jul" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694890287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Sep" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694890378 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Nov" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694890479 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Dec" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694890569 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-14" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694890721 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-17" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694890803 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-19" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890865 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-20" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-22" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890998 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-24" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694891093 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-25" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694891414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90003" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694891468 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90007" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694891528 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "90008" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694891661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694891689 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694891772 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694891834 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694891929 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694892028 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694892181 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694892238 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694892363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694892410 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694892491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694892532 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694892603 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694892687 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694892895 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694892980 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694893035 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694893152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694893269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694893822 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694893907 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694894036 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694894089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694894212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694894298 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694894426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694894609 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694894778 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694894846 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694895049 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694895274 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694895414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694895593 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694895735 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694896006 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694896139 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694896349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694896672 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694896919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694897178 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694897557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694897869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694898805 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694899072 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694899550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694899775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694899928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694900133 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694900426 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694900643 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694900852 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694901082 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694901582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694904202 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694906030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694906866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694907514 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694908316 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694909256 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694910627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694911420 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694912813 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694913748 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694915264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694917574 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694920132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694932322 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694937812 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694944597 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694950791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694965663 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694973575 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694984273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 132, - "arrival": { - "delay": 0, - "time": 1695027711 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 133, - "arrival": { - "delay": 0, - "time": 1695097904 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 134, - "arrival": { - "delay": 0, - "time": 1695287869 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - } - ] - } - }, - { - "id": "6c1f2d20-073a-4190-bd59-6a14489a1b2c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21253-701ff27f-2", - "start_date": "20230916", - "route_id": "737" - }, - "stop_time_update": [ - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694889067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39599" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694889091 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39600" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694889161 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37496" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45064" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694889287 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37506" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694889363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45069" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694889476 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37523" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694889516 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37477" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694889602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49310" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694889633 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49311" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39634" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39635" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39636" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889810 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49503" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889933 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39637" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49317" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694890012 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49318" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694890076 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49319" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694890138 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39641" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694890408 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694890446 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49325" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694890503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890526 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39648" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890578 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39649" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890615 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45112" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890667 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45113" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890739 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37490" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890804 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45115" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890829 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45116" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890903 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45118" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890982 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45119" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694891030 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45120" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694891089 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45121" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38535" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891219 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38536" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891259 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "4838437" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891320 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45085" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45086" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891478 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38539" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891545 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38540" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891640 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38544" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891714 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38545" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891919 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45095" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891974 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45096" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694892067 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45098" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694892109 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45099" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694892137 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45100" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694892174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45101" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694892225 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45102" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892261 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45103" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892296 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45104" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "45122" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892411 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38630" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892763 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49349" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892964 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49350" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694893047 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49351" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694893107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49352" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694893177 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49353" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694893255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49354" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694893359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38566" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694893414 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38567" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893506 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38568" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694893563 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38569" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694893648 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38570" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694893765 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38571" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694893879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38572" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694894264 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38393" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694894383 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38394" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694894503 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38395" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694894591 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38396" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694894751 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38397" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694894816 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38398" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694894887 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38399" - }, - { - "stop_sequence": 132, - "arrival": { - "delay": 0, - "time": 1694895070 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38400" - }, - { - "stop_sequence": 133, - "arrival": { - "delay": 0, - "time": 1694895211 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38401" - }, - { - "stop_sequence": 134, - "arrival": { - "delay": 0, - "time": 1694895349 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38402" - }, - { - "stop_sequence": 135, - "arrival": { - "delay": 0, - "time": 1694895602 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38433" - } - ] - } - }, - { - "id": "6f40a23a-cc78-4f23-b342-2d947adcaa4d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21193-701ff27f-2", - "start_date": "20230916", - "route_id": "737" - }, - "stop_time_update": [ - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694889045 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694889112 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694889201 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694889241 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694889323 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694889423 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694889461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694889507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694889555 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694889577 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694889608 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694889631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44874" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694889686 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694889826 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694889879 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694889902 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694889915 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694889928 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694889969 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694890018 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694890040 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694890229 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694890294 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694890311 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "9d34577b-08b0-4b32-ab9c-7a64ac2505a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21196-701ff27f-2", - "start_date": "20230916", - "route_id": "737" - }, - "stop_time_update": [ - { - "stop_sequence": 38, - "arrival": { - "delay": 0, - "time": 1694889107 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38735" - }, - { - "stop_sequence": 39, - "arrival": { - "delay": 0, - "time": 1694889164 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42270" - }, - { - "stop_sequence": 40, - "arrival": { - "delay": 0, - "time": 1694889212 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "42271" - }, - { - "stop_sequence": 41, - "arrival": { - "delay": 0, - "time": 1694889417 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38688" - }, - { - "stop_sequence": 42, - "arrival": { - "delay": 0, - "time": 1694889467 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38673" - }, - { - "stop_sequence": 43, - "arrival": { - "delay": 0, - "time": 1694889543 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39785" - }, - { - "stop_sequence": 44, - "arrival": { - "delay": 0, - "time": 1694889582 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38664" - }, - { - "stop_sequence": 45, - "arrival": { - "delay": 0, - "time": 1694889635 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38702" - }, - { - "stop_sequence": 46, - "arrival": { - "delay": 0, - "time": 1694889678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39787" - }, - { - "stop_sequence": 47, - "arrival": { - "delay": 0, - "time": 1694889719 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38501" - }, - { - "stop_sequence": 48, - "arrival": { - "delay": 0, - "time": 1694889775 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38692" - }, - { - "stop_sequence": 49, - "arrival": { - "delay": 0, - "time": 1694889843 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38714" - }, - { - "stop_sequence": 50, - "arrival": { - "delay": 0, - "time": 1694889891 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39791" - }, - { - "stop_sequence": 51, - "arrival": { - "delay": 0, - "time": 1694889925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38506" - }, - { - "stop_sequence": 52, - "arrival": { - "delay": 0, - "time": 1694890003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49326" - }, - { - "stop_sequence": 53, - "arrival": { - "delay": 0, - "time": 1694890094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49324" - }, - { - "stop_sequence": 54, - "arrival": { - "delay": 0, - "time": 1694890132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "49323" - }, - { - "stop_sequence": 55, - "arrival": { - "delay": 0, - "time": 1694890174 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38503" - }, - { - "stop_sequence": 56, - "arrival": { - "delay": 0, - "time": 1694890333 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35691" - }, - { - "stop_sequence": 57, - "arrival": { - "delay": 0, - "time": 1694890430 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35693" - }, - { - "stop_sequence": 58, - "arrival": { - "delay": 0, - "time": 1694890484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35694" - }, - { - "stop_sequence": 59, - "arrival": { - "delay": 0, - "time": 1694890524 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35695" - }, - { - "stop_sequence": 60, - "arrival": { - "delay": 0, - "time": 1694890571 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35696" - }, - { - "stop_sequence": 61, - "arrival": { - "delay": 0, - "time": 1694890741 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35697" - }, - { - "stop_sequence": 62, - "arrival": { - "delay": 0, - "time": 1694890866 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "39778" - }, - { - "stop_sequence": 63, - "arrival": { - "delay": 0, - "time": 1694890975 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35797" - }, - { - "stop_sequence": 64, - "arrival": { - "delay": 0, - "time": 1694891019 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35798" - }, - { - "stop_sequence": 65, - "arrival": { - "delay": 0, - "time": 1694891059 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35799" - }, - { - "stop_sequence": 66, - "arrival": { - "delay": 0, - "time": 1694891134 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35800" - }, - { - "stop_sequence": 67, - "arrival": { - "delay": 0, - "time": 1694891188 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35801" - }, - { - "stop_sequence": 68, - "arrival": { - "delay": 0, - "time": 1694891216 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35802" - }, - { - "stop_sequence": 69, - "arrival": { - "delay": 0, - "time": 1694891269 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35803" - }, - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694891331 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694891388 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694891438 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694891491 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694891559 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694891612 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694891896 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694892085 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694892189 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694892270 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694892391 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694892605 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694892755 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694893081 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694893175 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694893461 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694893726 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694893999 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940386" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694894106 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940383" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694894194 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940382" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694894291 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940381" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694894444 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940374" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694894627 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940370" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694894695 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940367" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694894771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940368" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694894981 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940388" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694895483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694895697 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694895840 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694895951 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694896152 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694896347 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694896500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694896607 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694896718 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694896856 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694897003 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694897183 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694897484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694897922 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694898132 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694898596 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694899228 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694899483 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694899818 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694900185 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694900363 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694900624 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694900823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44874" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694901326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694902811 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694903466 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694903771 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694903943 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694904129 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694904713 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694905242 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694905484 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694905845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694909752 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694911507 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694912011 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "787773c6-f684-4c61-ab34-3aa91ce01722", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "21195-701ff27f-2", - "start_date": "20230916", - "route_id": "737" - }, - "stop_time_update": [ - { - "stop_sequence": 70, - "arrival": { - "delay": 0, - "time": 1694889065 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38507" - }, - { - "stop_sequence": 71, - "arrival": { - "delay": 0, - "time": 1694889119 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "34473" - }, - { - "stop_sequence": 72, - "arrival": { - "delay": 0, - "time": 1694889165 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38500" - }, - { - "stop_sequence": 73, - "arrival": { - "delay": 0, - "time": 1694889213 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35808" - }, - { - "stop_sequence": 74, - "arrival": { - "delay": 0, - "time": 1694889273 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "35710" - }, - { - "stop_sequence": 75, - "arrival": { - "delay": 0, - "time": 1694889318 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50036" - }, - { - "stop_sequence": 76, - "arrival": { - "delay": 0, - "time": 1694889549 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50037" - }, - { - "stop_sequence": 77, - "arrival": { - "delay": 0, - "time": 1694889691 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50038" - }, - { - "stop_sequence": 78, - "arrival": { - "delay": 0, - "time": 1694889766 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50039" - }, - { - "stop_sequence": 79, - "arrival": { - "delay": 0, - "time": 1694889823 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50040" - }, - { - "stop_sequence": 80, - "arrival": { - "delay": 0, - "time": 1694889905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50041" - }, - { - "stop_sequence": 81, - "arrival": { - "delay": 0, - "time": 1694890043 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-15" - }, - { - "stop_sequence": 82, - "arrival": { - "delay": 0, - "time": 1694890136 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "Jun-13" - }, - { - "stop_sequence": 83, - "arrival": { - "delay": 0, - "time": 1694890326 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Oct" - }, - { - "stop_sequence": 84, - "arrival": { - "delay": 0, - "time": 1694890377 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Aug" - }, - { - "stop_sequence": 85, - "arrival": { - "delay": 0, - "time": 1694890529 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Jun" - }, - { - "stop_sequence": 86, - "arrival": { - "delay": 0, - "time": 1694890661 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "6-Feb" - }, - { - "stop_sequence": 87, - "arrival": { - "delay": 0, - "time": 1694890790 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940386" - }, - { - "stop_sequence": 88, - "arrival": { - "delay": 0, - "time": 1694890839 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940383" - }, - { - "stop_sequence": 89, - "arrival": { - "delay": 0, - "time": 1694890878 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940382" - }, - { - "stop_sequence": 90, - "arrival": { - "delay": 0, - "time": 1694890921 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940381" - }, - { - "stop_sequence": 91, - "arrival": { - "delay": 0, - "time": 1694890986 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940374" - }, - { - "stop_sequence": 92, - "arrival": { - "delay": 0, - "time": 1694891063 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940370" - }, - { - "stop_sequence": 93, - "arrival": { - "delay": 0, - "time": 1694891090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940367" - }, - { - "stop_sequence": 94, - "arrival": { - "delay": 0, - "time": 1694891121 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940368" - }, - { - "stop_sequence": 95, - "arrival": { - "delay": 0, - "time": 1694891204 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10940388" - }, - { - "stop_sequence": 96, - "arrival": { - "delay": 0, - "time": 1694891390 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Apr" - }, - { - "stop_sequence": 97, - "arrival": { - "delay": 0, - "time": 1694891464 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Jan" - }, - { - "stop_sequence": 98, - "arrival": { - "delay": 0, - "time": 1694891513 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44863" - }, - { - "stop_sequence": 99, - "arrival": { - "delay": 0, - "time": 1694891550 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "10-Mar" - }, - { - "stop_sequence": 100, - "arrival": { - "delay": 0, - "time": 1694891616 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "11-Jan" - }, - { - "stop_sequence": 101, - "arrival": { - "delay": 0, - "time": 1694891678 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44866" - }, - { - "stop_sequence": 102, - "arrival": { - "delay": 0, - "time": 1694891725 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44867" - }, - { - "stop_sequence": 103, - "arrival": { - "delay": 0, - "time": 1694891758 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44868" - }, - { - "stop_sequence": 104, - "arrival": { - "delay": 0, - "time": 1694891791 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44869" - }, - { - "stop_sequence": 105, - "arrival": { - "delay": 0, - "time": 1694891832 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44870" - }, - { - "stop_sequence": 106, - "arrival": { - "delay": 0, - "time": 1694891874 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44871" - }, - { - "stop_sequence": 107, - "arrival": { - "delay": 0, - "time": 1694891925 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44872" - }, - { - "stop_sequence": 108, - "arrival": { - "delay": 0, - "time": 1694892008 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50020" - }, - { - "stop_sequence": 109, - "arrival": { - "delay": 0, - "time": 1694892123 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-11" - }, - { - "stop_sequence": 110, - "arrival": { - "delay": 0, - "time": 1694892176 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "91162" - }, - { - "stop_sequence": 111, - "arrival": { - "delay": 0, - "time": 1694892288 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50023" - }, - { - "stop_sequence": 112, - "arrival": { - "delay": 0, - "time": 1694892432 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Jul" - }, - { - "stop_sequence": 113, - "arrival": { - "delay": 0, - "time": 1694892487 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Apr" - }, - { - "stop_sequence": 114, - "arrival": { - "delay": 0, - "time": 1694892557 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "37474" - }, - { - "stop_sequence": 115, - "arrival": { - "delay": 0, - "time": 1694892631 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44879" - }, - { - "stop_sequence": 116, - "arrival": { - "delay": 0, - "time": 1694892666 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44880" - }, - { - "stop_sequence": 117, - "arrival": { - "delay": 0, - "time": 1694892716 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44881" - }, - { - "stop_sequence": 118, - "arrival": { - "delay": 0, - "time": 1694892754 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "44874" - }, - { - "stop_sequence": 119, - "arrival": { - "delay": 0, - "time": 1694892845 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38151" - }, - { - "stop_sequence": 120, - "arrival": { - "delay": 0, - "time": 1694893090 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "15-13" - }, - { - "stop_sequence": 121, - "arrival": { - "delay": 0, - "time": 1694893187 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38194" - }, - { - "stop_sequence": 122, - "arrival": { - "delay": 0, - "time": 1694893231 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38124" - }, - { - "stop_sequence": 123, - "arrival": { - "delay": 0, - "time": 1694893255 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50014" - }, - { - "stop_sequence": 124, - "arrival": { - "delay": 0, - "time": 1694893281 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38204" - }, - { - "stop_sequence": 125, - "arrival": { - "delay": 0, - "time": 1694893359 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50013" - }, - { - "stop_sequence": 126, - "arrival": { - "delay": 0, - "time": 1694893427 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38127" - }, - { - "stop_sequence": 127, - "arrival": { - "delay": 0, - "time": 1694893457 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50029" - }, - { - "stop_sequence": 128, - "arrival": { - "delay": 0, - "time": 1694893500 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50015" - }, - { - "stop_sequence": 129, - "arrival": { - "delay": 0, - "time": 1694893905 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "38149" - }, - { - "stop_sequence": 130, - "arrival": { - "delay": 0, - "time": 1694894054 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "14-Feb" - }, - { - "stop_sequence": 131, - "arrival": { - "delay": 0, - "time": 1694894094 - }, - "departure": { - "delay": 0, - "time": 0 - }, - "stop_id": "50028" - } - ] - } - }, - { - "id": "babef592-7fab-4fe8-b46c-ff6966a36337", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8bcd713e-a5d9-492b-8540-8e007abfb272", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bf3c2053-73c5-4eda-ba2b-2705d5365ba4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "218c2428-53c4-4f39-83b2-5b17bbcd7630", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "80c38e17-5868-45cb-aeed-71b264f34af6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c31caed9-2f9c-4d2d-ad93-c14dcaf632f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cc744b19-08ad-4f6a-b31b-fd631d137e5f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "27e00cca-b83b-4f33-8231-2a433d7afe57", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "88503255-747e-4eb8-a49f-dc6632fb3919", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "830deda2-11db-4949-8d23-1e758946eba4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d0a2bebc-ecf2-4af7-90e9-0a8b0a5b9551", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0b67022-8378-40d7-9900-22995afe9a8b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9641c90c-4bbd-4869-8a2b-d3ff178a87ba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d3d5a544-4718-4ccd-92f7-6d258a2bc260", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0946cc3c-2e4b-4bdf-a763-a978277ed8e2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "736c7bdf-7639-4f46-91b1-751457c125fa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9c5c9098-a605-466b-bc1e-44791e579b9a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "baab916a-3381-4b6f-89ca-12b2f097b366", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3a10d216-8237-426c-8bfd-c5021d4c6b30", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "91849378-3a42-4da5-a0b3-7f74ee9421a9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "292c39df-e0f6-42e7-9933-1fd7418849b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f83084af-f915-43ec-a48b-e3d809bbe9c8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3d33455d-114a-4fb7-b58e-89326424ee7e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9b4425b3-04db-40b4-ac04-9967c95f174e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0dfbd5c2-7ad7-4dd1-b784-351f3d333ab2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "05ff798d-f2e4-47f1-8d03-9cb201177466", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "03fb3cc5-bf26-4244-9e75-64e2155e0d27", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "daf013d5-8c81-4dc7-af77-c1d40b9f392c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "792ec025-4ad4-46de-a48e-edb860ba0499", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "452a305f-fd9b-4f7f-942a-b9df2826c6c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5069bf16-e951-4026-a04f-c950f0c9d32d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ce2aa4c5-db11-43e9-8576-c480495c9d0b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "83f64a00-e343-4389-8ee3-37cf67c170f1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "be2547f6-6f76-4b90-964d-0b8bd2f519e6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f21aa6ce-954c-4066-bff4-cf72539aeb64", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d3653a6a-afe4-4773-9679-6e99cdb2c341", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "19c166bd-64d5-462e-8e26-2d0ca3aa3825", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6d823810-9e77-4c52-ba69-d84df0d05e75", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "62d0b114-b00e-4f30-9a13-2cb2dd0073b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df89fb26-b9bf-47ec-9c83-d0df8ac0eaba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6f31455f-1436-4615-b0b2-3b756b358507", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "30744488-28b2-40da-9904-54e95ec7be51", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "482cf3a4-c2de-4596-9067-7870825c2e28", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8cabae95-bddd-4a78-b2ee-e0d7242fa333", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "94fc4699-16cb-4232-9163-5c9bfd4c4547", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b7af1998-5f9e-4c98-a3e3-77288a229b6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b69f5415-8063-4463-a2fd-b9c27d1534b4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0d9ff9b5-1826-4dbe-9571-e83d4aec4cc9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c00b1b71-7438-40bc-ac2e-1fa16022ca31", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "854e9434-c282-45b5-b466-d33de6ee8515", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e3e354dd-ae2b-4759-aeb7-0ca436124b80", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f4ff8244-e794-4ed1-bdd4-dabe734da0cb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6235f0ef-32cf-41bb-8bc9-4e632aa095eb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9d93050d-0e3f-4ac6-bc96-e103cd8316a0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4b8c125d-ff53-4622-87a4-811c48ac9869", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "328b2321-7460-487e-a696-0814dcaef51d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "766a4cd6-f056-4ff0-9230-f01f34e8ab43", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d0eff6da-fce0-498f-8c50-f1be0cb1d23e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7c6ec234-0f1a-419a-8733-07b91ef635c4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ed16bb00-39d2-4e9b-88e2-3995ab5ac55d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9af56033-b38a-4586-8941-d29d941cb07c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b8535ab1-7d3c-4cc5-b724-8aba40809037", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "958fea87-0c00-4ef3-b8ca-b0eea9e893a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f2cace55-229d-4bd3-ad3c-d8828eaa5eda", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1bbf03ae-bf71-4ff6-be6e-eec19cf56daa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f27e7f1c-45f0-4d98-80fd-5565367e6a4c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e72be77a-a193-4d1e-b0fe-29f3dbfc9f76", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9252bac4-2863-41ac-92e4-36500c34e6ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0de1926e-04e7-41a1-8724-a19abbea0a6f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fcc5b458-8b5d-440a-8807-0855065868cb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eae784cf-1007-498f-8e13-f2215cc38e31", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f33bd178-b17a-4acd-b2e8-82bfd41fa837", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8ca6ee03-518f-4ba7-8467-00a151d4e7a4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0919c21c-0676-4d21-a93b-1c89ef0a46e0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fa3ebea3-8220-4de9-8144-ce017fb80697", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "27057910-1aec-42e0-a628-e2c30928010b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "780b6a55-177c-4692-b57a-d82e4c7b8883", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d73a5423-dc52-4d93-a132-8f01dcb3b310", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2cfe871e-dc87-4982-a78f-acd56b7dc350", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6e97c00-2836-4552-95d3-bc0c6d306370", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2a5c7173-cddc-4295-b25e-bba7a3b3dc89", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a72980a5-2b8a-4253-b485-923ddd92d52a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ff897dfe-0068-414c-a966-c6f46b4c20bc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8bd450fe-40c5-49b3-b3d0-a894e9bd8258", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fc27ebb6-d800-4f75-ac4e-262941c48081", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7ad3816a-8cfb-43de-b007-49de739dbb09", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5618e73a-1f90-4b26-bcd9-fc31b4f1ccf6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1961468-be8b-4846-afa5-d0633cd0140b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0aaf93d1-c5b8-4c1d-aec4-d8964034b5bd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8ef2a994-ec18-4bfd-9b50-9c8a9b57274c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1b6ccb61-d316-45f6-850b-2034304ffcd9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "49931496-e734-4657-80f2-03951fc3a33d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b2b54ec-4de5-42e6-8540-c64ce05626d4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b152883e-03c6-43c0-bcb1-f44d40a4e44a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ed621499-bb0f-447c-8477-40f56c447fab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6574656e-071c-4f68-b72d-a841b47d6b92", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f6ac16cd-f393-46b8-b292-1f60bdeee53f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b4d43b07-e126-4ada-b459-a59ed037eed3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5d50a1c1-d755-406f-a29a-b691f6cd640b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7d33df46-97c8-4a33-a37a-5fd92785db3d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d807e8b4-c57c-49d0-b996-3af5fc9840b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6870e621-c66b-433d-984c-885f38432bed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1d7c18f5-efb6-451e-9f74-0a468e7b1fa8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1ff75269-d65b-490a-884f-d7f99554b67c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3453c5b9-4e39-435c-8f1a-c0edf6877207", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "91da8c19-aba5-4c51-8ab9-4b34e33c03c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a38f2a67-a54b-4fd7-ab72-d50346ddef7a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ccbc9053-686b-4ebe-aeb2-0fb9809c7881", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2f8946f1-2b94-467b-b762-9865a4ca6234", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7d7d4777-9316-4c2e-984d-645afb547d6f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d07325ce-dbb9-4e8e-aab7-35d6ae846f93", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "681a7090-cc4d-478e-873d-9cf9cd9ef6ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "53427dff-1a7e-44df-ae9e-e64e1f5a647a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0a051435-3510-4efa-98e4-e5864ad5a76b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ac7cdfd8-3b14-476e-9a9c-9fa017ae1753", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "557d7e72-a4bf-409b-bfa9-ecc31401178a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "37fe9390-ff33-4b51-8fca-ccaf900bcbf6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bff016c0-bcd1-4fa4-9fc0-b82f0113f2fb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8665f192-a605-4bce-a2be-66a0d1cef8d7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4bd3f246-4db0-4cab-8f88-4a86610a6d6b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1a91030b-e0ee-46e3-a5b5-d0dc99aa3f4c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8e17f051-cb79-47bb-bca7-cc1db39037cd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4d37e74e-9094-4673-9f62-df4e36399e1b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5ae981f1-b531-4dbc-83c7-89cc7b7e7904", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "58b75b3b-b3f4-4e1b-9ab5-6b8def14ec35", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6578e13-f890-46ba-ab64-42847a6154eb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f914466f-5840-4208-80a4-dca1691ba688", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "29b2bf3d-eed9-411e-bb48-8b3fb7ac5f46", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fbfd2c6a-427b-4999-abe8-d341ac82984f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b3407bdb-dc86-44be-bc3f-f73230f02bc4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1bf93978-a7b3-4baa-a23d-6718462eec26", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4b30fca9-8b8e-42b3-8da0-6c84a0b8369b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "26ef2a39-1880-4a03-a354-7ed0ce6cc84c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "89ff023c-a066-4d43-a36e-44f011ab2ff8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b21d7447-df2d-48f4-bfc9-11318406357d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "af630b48-aa4a-4343-9d89-f5aaa41bb6be", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "43394c2c-73b6-4cfd-bb2e-0f20cca5480e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f031fc7a-6aaf-49da-8f76-74186eb74fd7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d4bb0807-c408-438f-8682-c1a0842b82df", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dafc21a4-70a9-425b-a52f-5dbc5bcabd8b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "69fcd988-c3fb-4611-8652-5e5ea45af6ab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "42478694-5202-421e-8b3a-8be68608b11e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f22e0b8e-708a-474b-83b7-b23a22a4b648", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df8e5179-77b4-4065-b75b-db5f0c00b7bc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ab03cb26-cc75-4ea9-8091-99d5652cbcdc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "91649449-728c-4644-8938-88e356340178", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c937e95d-c4e1-4b34-b731-a84e61f74706", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1aeccc67-c8c8-45ba-8bfd-797d498385e8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f7c78a48-b180-42a5-8f1b-c5eb756d2250", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a3e9f473-534b-42d7-93c2-a194e360c174", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "48f6e583-e7b7-4a1e-8a7b-197fdc6ade7c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "33775b8d-c929-49f8-9e4b-a36613cb2a6d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2c7740bc-2d12-46fc-8613-4c52e07fc1d7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "904b1359-aeb4-443b-9951-f7bc55f71beb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "007c9caa-2bce-4038-bd75-b5e35a099ed3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ab27809a-95ac-4e69-acb5-71873c7b77a6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "62f3faae-4db6-4be1-932a-6b2cbc070499", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b00cdf94-18f1-4682-8351-1e9bc2e2d980", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2558628a-65b6-4704-99a0-3b07f20d3732", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e1ffa5d0-302a-4c5d-9d4b-e985c0048e0e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1e5e22f1-cf37-4be8-86b7-b50028d414bd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "242531b4-a7eb-4b62-a470-3a07b431c930", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "23fe2d4e-226c-41e6-8e3f-133fabc6e485", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0c1c1409-f7ff-4a03-8952-eae2d97cd784", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7bd2817f-171a-40c6-81fd-20c72080537c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fc5652b2-3428-4fc8-8e1e-3c061a495203", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9dc385d5-d930-4d91-90a5-60b062f123e8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bdea0b00-56c4-4a83-9cb7-8617479205dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "15c01b6d-5881-4751-8608-ceeac54896a5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "337fa4b2-a2fa-4cab-973d-67ed2879b71d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b7730879-0742-4a61-8af5-a17ec4c14bf1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8b1e5ddb-fb4c-4f74-84c8-08e367e96f96", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5e46906c-ba29-431a-8146-5b2dde4dbafb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "63487cf8-1347-4125-a5a0-433de5bf71aa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eef8ef58-558b-469d-a1ac-bb0b170d8cfc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7866c3cc-41f4-4da9-b9b1-464d18372a12", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9eea7ea5-5472-4946-adb8-5c8f8b05d2c6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "879ef85d-0f6d-4bb0-855a-4946f8fdd702", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "730a6208-e4e8-4127-8551-eda2cecf3dd9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "918bac75-118b-4670-8faa-296c2a1ca548", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "83dfc87f-c46a-43ae-b6a8-94fb3c1d353e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5b836f27-cfd8-4b41-8969-7853ff94c769", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a99aa49b-8ac2-4ebc-9bf6-af8c627b1740", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3549abae-a8b2-4a9d-8498-683c6dec0379", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "167fd7d9-59b2-4702-b4c9-2cbec65888ec", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "45a75417-fd48-491d-9a86-6137e604fcb2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "79db8453-cdf0-4a81-bdec-de6ed5cf11dc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2397dada-b228-4fc7-bb89-edbe9b0bb8c2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b8d87bc8-cede-4ad8-90a0-c2f4642ab074", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4201fdd0-33ee-49f3-8a71-a5513180021b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a66cb9d5-0821-49d9-9db2-4c456b54d15a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "502375db-39a6-420d-a47d-83bc0e818df9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "61a1381d-10b8-4384-8c5f-36d8b4630e14", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "61854c7c-d2b9-4009-a33f-85cb0def796a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e398de81-2538-4267-9433-793ec19b3894", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bb183487-6609-4124-8b10-d6100add07f2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "88657fa0-b33d-4ab4-89c2-f07df8c91e96", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1024518a-7a64-4950-9dd4-4adae3c4b0cc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f233316c-17d9-454c-b089-af6849eac3c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2d23f3ee-bfae-46a5-b117-2891090ae9b3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7a07deeb-b036-458d-b908-564f0b23cbec", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6b5e482f-ec13-4c95-b1a1-876d0736643e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "daf9cb19-d3be-4c2f-a063-08657c863aa4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "34d26f5d-ce44-43cf-9300-a28b76fad299", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e7039c46-52f4-4eb1-819b-0cc663a8dea7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a0d034c4-41a2-4f39-9218-8526419d159b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "98498bd7-5a73-41d2-8468-f2e98ab425ad", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1df7d795-627b-43e3-bd5b-595b6f4d0fe2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9aaec4e1-2c90-4cfb-8dce-f1c60a9fec41", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "494032a6-e9cb-49d6-9715-4c0977970228", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d23b9e33-bde2-427d-9bec-a5bd7ef88fb2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c34e7a19-0061-4887-8bed-6b7dc303bca7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "16a8c29f-3898-4063-95d8-cc7dd7b6b583", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8bc3e16e-4d80-43c5-9669-10a2c1371488", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "975cd5ac-6c1c-448e-b43a-b08913146f3a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "439e18d9-529a-43b3-9f7f-0070b37c010a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5090a07f-df83-4627-b6e3-57cc7be56d1b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f8cb9b40-ce86-4faf-9eb6-5a10515105d9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cdb00712-4165-4a21-a660-98c9b187743b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bd9228b0-84f6-4f8d-b3bf-c22b379b1f07", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8843d295-43e5-4f41-a459-4a8532ee0069", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3ac9c1b1-4a7c-4627-8cd4-a5bc7347f8c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "edc0edd5-dc84-49c2-960f-6b58219fbc5d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c5b875dc-f97f-4ac8-85b7-8b5c066c0ff4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b77f77ef-9e85-4815-aebc-5d2784109471", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "30c20370-4833-40ac-b24e-4d298174eb3e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fd22c398-3fbc-4f2c-8b70-e3ee87f76751", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "58317737-d700-4b1c-9e8a-3b831c0b532b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c82e1914-46dc-4ab1-8d98-61a2031aaf75", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bb26dad4-8515-4e1c-8ea3-ee223495e6ca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f0e0fea6-6ac0-4935-bb21-394d6ac99de8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "80d32062-4f0a-4ef0-81bc-6b9d9a0e3647", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1dbb794a-09fe-4e34-9f75-928de3563271", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "32b85c2c-3899-44df-9440-bc76b74c17c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0d6f3a1-f99f-48cc-97f1-5503faf2f607", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "78177a8f-86dc-4e15-a8f8-af1d6c621e72", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9bba3422-2af6-4b69-8e13-7a63cd61f3f9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7d3d0763-ff39-4697-a32b-3fa9ad1afb15", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f7413153-6e73-4595-94ec-8379bd211640", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "944d4f6b-f982-4787-8381-3483ab2b4499", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c31194a5-cd9f-43e3-97bf-8aab709ee1e0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b921b955-29ff-4035-9361-6a0994b089cf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5679bba4-ec23-4450-99c5-e6b6520013b4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e690826c-b6d5-48fa-a759-d30e054b3e45", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "60772fcf-3d6a-42dd-ba4f-a95b9e9e8867", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d941d8b1-ed02-4d2b-8f8b-c31c30335193", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "73ce7e91-e1aa-427e-84a0-22992ec7bafd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b8a988fc-cec2-451a-821d-d5b078fff9de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9839e13c-5b4f-4230-a496-00e1bc017384", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "46ef7f7a-b945-4e05-af2d-e500152ec40a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1945a5c-20e6-4ed3-b7d8-5dde7a594c2a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6632bea-4ffd-4971-8156-ed008af2b02b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "03d7b103-a8c3-4ff1-a6b3-c38698272a4f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4a0af0f6-6f2b-49c3-bf89-148be19dd0c5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fc8e84f0-179f-4096-aab7-cf0a92bef9c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "15627506-997a-486c-be42-d1a0652a31c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8a396781-0a70-4c70-bce7-e3867c44e7a2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c05e7086-6a35-48cc-b78f-ce7fa32e1807", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e43ddde9-515f-47e5-a99b-dcf36097758d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "aafa089a-ac1b-4df8-9d86-232097cdd3d0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "92294c23-3f31-4bfb-9ead-b4dc58bfedbd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "49d0cf67-7ec9-4c80-a75b-8c548ca5df02", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6b22c30-f04c-429b-88f5-9942bb68e209", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a2fce729-5819-4cc8-b399-240ddb52b112", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "648c6bfd-187a-43d8-a147-43b9e7aa2fa5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5a37e66e-19ce-48c5-8259-961e12edf47d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9a3c4357-396d-4ab2-b9d5-9322d43423c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9d9c9278-6cf9-4813-8227-f68e56847dd0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f32c54c3-1c29-4bca-8acc-aad721965927", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5e59c174-9502-45d8-b654-fbe1f19c7f99", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f34af194-4447-4fb7-ba15-9ca0a8e5cd82", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0c85a6b6-aadb-4436-8e83-e0103a53d106", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3e67b66e-32e9-413d-a92b-f46e30cce42d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f10df46e-80e9-4c63-a503-28ceb97074cc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "423260db-cb79-445f-98c9-47b447287642", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "297a03ab-5f96-484c-8cdd-d0b4cdab2c07", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "319207ce-b2cb-4cbb-936b-8dc327f60f7d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ab077297-d396-4926-a814-b56425317f08", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "241ed3be-f163-4309-abd9-af3271c5e16c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4a619f9a-75f3-4499-8093-59c72cb739cc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "083a8fc9-8a6b-47d6-a2ee-dd61f51bf6d5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "893a79ff-43f0-42fb-8bea-4593fd7dfe39", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9ebe96aa-57bc-4f96-859a-af8677b7ca00", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ed4615b0-d9ce-4846-9eb9-ec0f83bd2d9d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6d173656-96bf-4cc7-9b95-a8e63fa6a389", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "225e5725-e86e-4ea6-a657-27a9a9fef152", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "836103a4-93d5-4283-8bf5-d6bea411f6f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c9c4f84b-7ba3-4d82-ba50-6db43976cc5a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4525f7af-1bfd-45dc-a9cc-ac5df2e322fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "653f222c-12e8-4eec-a6ca-739170fa4904", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b9ab8091-5755-4156-97f8-f9917baec463", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "83f68ee1-baeb-416a-9d05-3c6abe862a2d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c6fa9b2e-ce86-4b5b-b2dc-d8d3edf4e386", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6aa17a74-b741-4f92-8826-5f9a84087351", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df175ca7-596a-4f11-9ad2-37464190da5e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3137d8e5-ff5c-4d98-99ce-fd3c44d26915", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "615ea201-8d5a-4c0c-ad63-416c24c6219c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "88aa5642-f479-46a2-a7ed-2a84172f90f1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3e3e073a-d804-462d-957c-2f020d51fbba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e68c8861-38e7-4892-8385-55a330cb7af8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ea61c0bb-5bc6-4f85-b744-b252b3d3a541", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cee33753-1519-4b0a-89e3-280d615df4c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d883cb04-c951-4082-b848-5c6b270e9210", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4b83e4a9-7cbc-40a9-9b01-8ac00e635248", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8de7bece-7157-4e8f-9a6b-a2f4e1635996", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a3afb1d8-d021-4219-815e-e80e4b54f301", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "728d0126-c919-43d5-ae31-c07d6712bc69", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bd3e804c-4040-43dc-8a35-6e09658a854a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "739a0059-0f69-4d2d-a906-92ff8e399052", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fbb0870d-a646-45de-ab58-3805e71efca5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "050be756-1f54-4357-acfc-97d885f6c97b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "33ad06c7-5aed-4a2b-8e89-7fb5269ad654", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3373bc62-cbdf-4f8f-b7eb-c10960ed71f4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6aebcf7-22b6-4b29-9051-3bf237cd9ec9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bd78b111-6211-4ff2-8ad8-40a72c3480de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ef0938af-44c6-4167-9cde-16465d0bd604", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2ae7dd47-8ad4-4d89-9a43-0c4340074413", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b27af132-700b-48ce-aaf6-c8705335d777", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7c45f425-9e57-4920-a584-8121d3f30d29", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d41a5cfb-40e7-4cb2-a3ea-627340fafd83", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b4be97f1-8913-4a58-a6d1-4968f1b2d7e0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4f9f9d2a-5ac9-4118-9297-a156cf25db2d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "06f390f7-fa50-4ae4-ab8b-b577e7cdacb9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "63eed79b-6e3d-4dcf-9fdc-e793447723da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7f8a9462-0270-4ff0-93b1-32ee5c68f3c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6fc8e33-49b6-49b4-9914-5b3bc6b728ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c66d85c0-d242-4046-a4f9-33291fcf7bfa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8e8930b-ad20-4d9c-a3dd-9e6eba511c73", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f912c1c2-a84b-49ad-82ef-9ebc79b36b8e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "498edd88-93c4-4bcc-8390-508427cbd3dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "301899b4-45f2-48f0-8cec-2034028eb4d3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0666f956-43f9-477d-9516-7a8a59fef268", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5b50f722-1052-4618-94f6-da76c59682e5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "47fa9ebe-e641-419d-8466-1e14440fb052", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "93fd740b-3e9a-4d68-97b4-9d1a81f9ce68", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "61d84786-9831-476a-960c-aa2b3cbdff19", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bf5f1550-5301-4058-a44c-0c7d1ca27295", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "25d2d82b-3bfe-4b3c-8f00-32ee5563d86e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c5055477-fef7-4c9d-bb93-6c92e8fd6a87", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ecfeee68-af02-4ed0-bc58-f6e54587e293", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8992845-0eee-4998-be44-544ade7058b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9f2dc56d-a9b8-4d3a-9cfc-4334da32d5db", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "37fcf44b-a012-4dcd-aafe-81ca3f1951bd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "63726e18-db88-4dae-ac5f-7322c5a27ae9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b735744a-03ad-42af-a154-03d5f9db5066", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5328ff28-30ce-4ead-935e-9d068a6eb21c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "99df40c7-94c3-40f5-b3f9-b4a33c1b08ac", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0f3091bf-1183-41e1-a14e-708003791ef9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d74d5652-2982-4591-b384-06ce66ccc686", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "80dc78d7-afbd-44c5-b279-9fac046c1325", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7a90b4bf-0043-42fa-9cd3-d6a52e7690a3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3f389a2b-55bd-465e-850e-00bab15c7400", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c195f90e-5dc8-4be4-8f8a-738fe36d7ab6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7d216689-0d42-48b0-a813-ecddb3b580d4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "853b8dd1-3dbd-4fb5-acb8-b7cb141e412d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "45c10aeb-ddf2-4ecd-8ba1-50a1c5f33395", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2296cd92-d93a-42f5-8b98-30beab92ff30", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9b1e1bfe-bd87-4c59-a6ed-dc3e0524ad38", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1b7854b1-3bfa-41bc-85ef-0a712016fb9f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2f1e0597-e2cf-4d18-b453-21a56ea45ff5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "50c9a640-43ce-49e6-bfed-ec5b8ba893ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5b5870cb-62e6-43dc-b823-4b79511de6f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d04e4219-7556-41a7-aac6-56f1ded81471", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7808d218-3bc3-4adc-aea2-716b4aa9b4ac", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2e857e78-5820-4a95-9e21-40eda7f45531", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5470aad7-af87-405b-91d4-7c4d2714d2b4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "33e35ea3-c65c-4b00-9f3b-1122b820c109", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6f2945dc-7c0c-471a-9afd-49ad5db2f2ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7cbc6e4-f479-44e2-9d5e-dd55d700fd1e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "95402368-8889-45a8-a879-42eec67c32f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f180b007-40aa-43f4-9aca-057e7c7c35c8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eeef2229-835c-4573-b01c-a05ea73c55e3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "67a7edf5-e0e6-4f04-b2ac-ec7c9bf3d581", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "801b8186-b15b-4ebe-a6d9-ea4ec4b51fc9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "95a4c9d5-1c57-4725-888d-0642458ca042", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "01ca1d22-2113-4c96-9096-492c03e3ef1d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1d7e9628-bc00-4d9e-8c5b-e83eebff03b0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a605b913-9ae4-421b-9dc6-15ad261841a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "377ac708-c347-4892-b076-eb54d6fb6a19", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5c4c6e41-2b37-480b-a857-148ee55a95e2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3fdc4a70-0212-4d75-992b-659fbb0aa7dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f61295ae-ec13-4a81-ac6a-2075e8c2f4d3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "11cdd616-583f-4a45-9a5e-693ce44c0aed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "877dc403-44b6-490b-befd-c3a9c3dda7be", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "acf5707a-03d6-43a8-9a54-84c2a35c98ca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "44574553-7628-423e-aa87-25cf21eeb2fc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3cf0178a-a2ee-498e-9dbe-97b5e10ca4b4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "63be7389-bdbd-4cee-9a02-33aff3b1b75e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "00dc4224-f897-46c1-8279-83a1bbcc5a8e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1e70fb56-ac33-41fb-b02c-8640f78f574c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "09f75ca0-58c3-4cd3-ab4c-bfba69d4264b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9f028e3e-773d-4de4-91b4-d1d733af6102", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b7b8b95e-179e-4513-bf70-669547980a0f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "59b21f62-c803-4a73-a1cb-fdbd88063d08", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9e532018-f5bb-441c-a7f8-5ab761b9d218", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "14d686da-6791-45f0-be9c-cd7f1157f7d1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eb46d922-dc2b-492c-94f5-ed0349385a30", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "38906fc4-c0d1-4b20-b841-6cde0dc61961", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5b8913cf-37ff-4738-9840-ce90d5f4712e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d051226e-108f-4b16-b500-73d43f7db67f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3c214f86-bcb3-4a5b-b3fe-a4bf6939cb1a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "83a07ec1-1d44-4710-bec2-880f6a415240", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a4cfaabd-45e0-4960-8ae7-1d345a7830e6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12b3de53-0541-4e1c-a44f-1d553b35fe6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9dc4d098-26ad-41de-ad33-f7e1145cd64e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f248089d-7972-45ff-96d1-42f612357606", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b36ef04b-f18a-4906-ab10-13a8c268b099", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6ad67278-4909-405c-ae43-d4c09d320517", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "25488f38-5d33-4741-a80f-34506add8d53", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fb92ae69-0f6a-412f-8dbf-803f5b0c5003", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d719d81b-8405-4bfc-8616-7c58b659a49a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8b1fde3d-e05e-4634-9253-d6791d5c4c58", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "75a8726e-d1bc-4346-b47f-6880835e85c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2511168d-1f58-4e3e-a88f-16f20ea65668", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0234c1bf-7d84-47c9-8992-1cc3a14a27c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "88e1f408-b55a-4c15-8bff-4bd7dcbe2ece", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "25c5a4da-3380-4537-87a4-04506bb2ad11", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7ac65e0c-8cd1-49a8-a776-38afdc5be633", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1ef95687-b8ed-47e7-86a9-19f1ae674711", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ae06ac2e-eaf8-4525-967f-d3ec06778f6a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ee8483c8-6827-4e53-9cef-44a2dab18f00", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ccdeb069-8d55-4096-8e5e-a487134a7af2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8fabe4da-31ba-4d10-b97a-6a50437fbfcc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "03e8c155-40f7-4fc9-8816-ddab65f12bf3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8ecc1a17-0517-4c4d-b92f-10997e222105", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "06a6abac-5c1a-4002-a2be-0d344f205006", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2943f578-421f-415e-98bd-3ad0114d17cd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "93baef9b-aaa8-4546-b6af-f188b1428c9c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8c0827d9-1ab2-417e-b81f-bb4bf0cadf59", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "248f7681-0c10-4284-8ff2-793fa67c081b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0ff5f335-ae68-4adc-97f9-82c6b759a33e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f34d0bba-4ef0-43a9-bf16-5efe35f1575c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f7e24071-ab53-4560-a937-ce1042b932ca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "77829db0-a940-406a-972e-5602069e1361", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "36603737-738d-4610-a70f-1faba96db50d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0364c522-ecce-40cb-ba92-77692f3170a9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0e3dab73-3811-4cf4-b2cf-17cfd63108b9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f18c2aeb-850b-4a98-b2a0-d3cb3fea88a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "03e06f2e-4ae5-45d1-9b31-bf3a5a226746", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e09d2f1a-6a10-4312-86e3-41a1b5ba012a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "15972446-57f8-4846-8dc3-99285deee61d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cfef994b-58bc-4052-b29f-3d8d3c8506dd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c2d2fd12-703a-460a-a8ed-5366714af4fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f04ef51d-95a6-4db0-be3f-0eb5156cae1e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f3446974-df0f-4265-b038-8ca49811e9ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "012cc0fa-7040-4f0f-a5fb-aad6f8e240c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "865c2107-5b6a-4abc-aae7-5a1edf64b4b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "21229d97-f9ec-415c-a0da-ace03c809037", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "36c641bf-4066-41de-af08-dbed5cf9ca4c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "474f1f8b-7606-4b5c-987c-0fa648c21bff", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "422827b3-d577-41a9-aa77-1f242aa52209", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12196ee8-0535-4e43-8254-b7674f3ff32c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2932f601-793c-4f1a-885b-5c06dbf2e972", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "03039d96-6ae4-4448-aedf-b523161c2b84", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "27e3a903-629e-4c6b-92c7-99bfbc5d3c40", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "292714c7-d898-47b6-85b6-f1be33bdae23", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d49e38cf-7fdc-45ca-8a2d-7919498d3a2b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cb8740d8-d738-4a37-8788-24f2b02e8eea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "798e3db1-19a0-4bbe-8a56-7abe6ff1ef37", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1c9360bc-1e29-4f96-ae8c-e416f6f43608", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "238887a5-17da-4947-9ca9-67117c1ff8d3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "50f7a62b-819f-407e-afa8-4e8f656a0d75", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c9c12328-1c43-47e0-92cd-d016717a89ee", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fe542b7d-3979-4713-8f0d-ad6a5fb20c22", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "303d191c-2106-47c1-a5b3-40ef04e6c4ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "534eaabd-a05b-44aa-9051-357a94fd7f2a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4efdd9c0-6413-4032-a952-3593d3adf888", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fc48fa3c-9207-4bd2-bffa-cf8b1b18984f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "00f9c363-31f3-4a60-be53-1833fac54c6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8902e930-88ed-4ef0-b981-e2f343dc933a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4ac372e2-a0b0-46ec-9f15-fdfe3fca4b2a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0e8a512c-07b3-4d2f-88ce-514a322a6a88", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "054b9609-5a9f-4376-881d-8beb2b88750b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b5caabbe-d662-4b17-a4f7-986f4b4aedc0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "77fc2049-2a46-429c-bde8-d3605ffc7ded", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3ce9fb26-8868-43d0-b022-9cf0c7071aaa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "16acbe17-babd-499a-8c09-09d6060b1927", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "01c0d732-13e3-4772-b0df-9061c4c37c99", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bbf89a32-bf25-4ea2-b550-f7be2d3b780a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3dc6704e-0a9c-46a7-8927-8d2515f49dbc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "28c3e801-9afb-457e-8802-3813c310f663", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "451a48ac-5de8-41ef-b228-319c9f444437", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0174052-4338-4e7a-b640-4dce60764d3a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2b3715f8-0921-45d4-ba73-f63b4539db90", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1c98ecad-abe7-4f6d-ac87-f8f83e9d2dd2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0d07b326-1ac8-4831-bc6e-f47241bfdcf7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2e98cdaf-bd35-4c41-b678-d525523bc1d8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7ebc980f-7ac5-4a3a-ab36-5ce086147361", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "680d9b20-c172-41ee-9095-990b53c08452", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ed04ed1f-b6ad-4a5c-9f30-541ec1e85254", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0f7348bf-aa66-4700-beef-fbc79ac57a3a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6bcfaa68-05ce-48f5-ace1-00731bbd4e6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4bb73092-8079-4231-93aa-b7c2b96d09a0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2b21abb6-f00b-4235-95de-7a08872dba6f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9535b101-5686-4c6f-a31b-a7b1f48504f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "035172da-dba9-4623-8429-f580202d53d4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "081d55e3-d6ae-47c4-bbb1-fd857e277f1b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6a0018a7-60a6-468b-9129-2e31738e68c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5d8f25fa-288d-4ad3-859a-dcf2d6a6fe81", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "59aacc30-67f9-42de-9a04-234f54236a9c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d8501c44-7b69-44ec-88a1-22f1a51f5b4a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "577b71b9-daf1-45aa-89d6-d95bfcb47682", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1720bf95-29ee-4186-bc23-c19b7a0323d7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d227341b-b220-4e40-8d44-640837ee6ee1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8c128846-d6d4-4a5a-8291-5448239477d6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dcadc6a0-a206-4994-a245-598c92a57897", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e9f1c2d1-bda6-4733-9160-e000c4861b29", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5935e7c2-d41f-46fb-8b90-9b009198a738", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eb27e864-859a-4c3c-acad-afc345ebbd0d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a171d374-f635-4e8b-acb0-2e4e3903b873", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "70f484e1-7917-45ab-bd09-e967f9f319fb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "18d2c88b-73c2-4414-9fa2-fdfb5462f618", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4c43cbd3-1028-49c6-917f-e28b3a2c6126", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c8c6c228-94ff-49f0-a933-a9438600b9a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5e91bfce-d9a1-4442-bcf4-d85cb94f2822", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1f061ad3-4140-49ab-adcd-547897688326", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4d831fe8-0c3c-47ea-a5ad-ca0976b67b09", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ad0836a6-6570-4fe7-a4b2-59feced933ca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d751bb71-5818-47ef-a4bd-bf350993dddb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1e8456ac-5bcd-46b1-8337-16be5898087c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8427425-7985-46e6-823e-ef88e70f6ce6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "19acc275-cd5b-4fb6-aeb0-48de464d84c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2db8f34e-76ce-4f34-b212-358993f50bfb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "50b5fbab-9bec-40dc-bdc9-48151ad1f866", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "da20b1d6-f3a6-4c0c-abb8-9059459646f6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bd9fcb8d-1952-4cce-a41a-e62af7fb23f4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7aebe38-4d13-4a67-a9e9-258969ba1527", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5aac42e4-682d-437a-a606-9f774fa5d143", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "98925789-e768-4e2b-8d30-b8a1349f0c03", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12d63c4e-1170-435d-bbdf-8e817543ce23", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b50f5c3e-5f06-49af-9bfd-a28e233d6eca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d5240286-12f5-424a-9df7-69fcff0132f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d2f016a2-0988-4af3-a928-bdc87cdde38b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ac329f5d-62fa-4acc-8399-438100457fb2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "181fc332-fa7f-4c0d-b2ca-600386740501", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ba1d487f-c65d-4502-a4ca-e4c0d25e4bb5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "57ab6cea-1252-48cc-b1f9-1dc66f02abf7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "01a561da-d865-4282-a458-30156814a4e5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4a931a44-85e5-4781-87b4-3b9b028aefad", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "14dc1b71-32cc-4ace-870c-e85637ff79e9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b114c23e-82a1-43df-933d-e8c2456e60c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fea39816-1e49-4c29-9509-bec387ff0589", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3f0e3c57-b4ff-4162-84a8-8fd9babc6411", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "81f685b9-8cd4-439c-bacb-1e46ad316e6c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5b0f4ed7-adf1-4fc6-9128-09e52a42fe02", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c27bf4e2-0b8d-4fb0-992d-b145e37df871", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "943fc7b1-7c32-4d0a-ac09-b1532aa9e8d1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c92845f0-b353-4a25-a9e9-40c3ff04f7c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b040cf9d-fb97-435a-bed6-aa146dca297f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "19727c65-818b-487d-b308-a1cafda30e0c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9a3a1e5f-0799-408d-8735-6a85ffde9dab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d54ea130-650b-448f-a171-0135a283a21f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b9546a50-0a88-455e-a46c-6194c9fc52de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cda0f620-56e5-482f-9810-19073f349d85", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8dcde36e-8316-40ff-9668-0ffb3ff755d0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "805a75b2-2c43-41e4-9e85-06ec66aeec17", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2890aa19-07e0-4eb3-9354-3d55c5e6229e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "23d53fbe-e2b6-43b9-861a-602d62f88953", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "58e78ea8-8127-4b35-a3da-d09f5a6e35a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "64a86e0f-a56f-4723-9e3b-0bbb29c732b7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "328d7c9d-0555-450a-94c4-ef7151fddbde", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cf2275d5-fe8d-4a6f-9711-f515ab110ea2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b5fe92e0-dce2-431b-97e2-11cbd959f0c6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "20e6a69e-2d10-4781-9c67-55423626c156", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7ffbb23c-cfa3-4485-b36d-f10fa6981f8b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "99261b3e-4b0d-40ec-8f8e-1b85b0159e78", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f591d695-cfa7-491c-8b26-8fb29994fa2a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1e17a54-f9ec-4702-93f7-c19da1783ab7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "17c28f94-9a17-4d56-88bf-66a2fd34f602", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0a63e1aa-0da8-495b-afed-807e9ff80580", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "40eb583b-d89d-4a2c-878b-6512de5efbb4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6e0b632f-801b-47cd-aad4-3ff0daae14a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0cc39a7b-5b4a-445d-b04a-6787d58ebda7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b10edc15-d621-452a-9500-7c444d539597", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e6a2b64e-95f4-4b6a-a0c0-8bae874917e0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b230b5f1-9445-44fa-bf5c-af1ca88a55ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c47a5fbb-4fd3-4678-aa0b-623bd4d6e5c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "906e5ef8-8005-4a8b-82f8-fb2abd2f71ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6361cbcb-190b-4b52-bad2-130c2c27140e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7ae74349-f991-4fa1-aeab-e8028865750f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a6b2463f-6a9c-493d-96c4-f488117a9bf1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9373169c-3841-4c5a-a668-f7e7af3eb066", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "52db5cff-8a39-4630-8497-122aebf11d27", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bb9b8656-3264-42d4-94a2-2d9de73bf55f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9befb5b2-57b8-422d-b0f3-47ef49860978", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c3b4e7a2-0f23-460f-8c7a-ef16604c056b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b5de451-9250-4e34-b7c6-c105b934f7e7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1dba47d9-e1c8-4176-b419-a57738525f69", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ce2ef144-27ed-45a3-9ced-02aa44bcc5a7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "31481478-6711-4909-b69d-fde78d144bc6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a68da8fc-4746-4ef9-a874-3f3cab1192f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7577c2ff-dce7-43d6-b61f-1e62c5e0d7b9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b890f031-a376-483e-94a9-e129b5f4da9d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9ab5cc7a-2117-49c7-9d53-9fa7bcdcebe3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b05f3e7d-2f5e-4905-a811-e7166137119b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b33cbd0b-95b2-44dc-bde6-e6b7aa7d05ec", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ba541b41-e534-485a-aad9-7e1fee45e582", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "70fd799c-4d76-487a-b7c5-b9fb9ba1e58c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d7d0f319-260e-471c-8a80-6958f734dffc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f13dbef5-7f5d-409b-9cf6-d93c6c3a3232", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ffc0937f-ab53-4d72-b389-8dc43f712c46", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "40281954-b5ac-4fd1-8eae-5049bdc4ac66", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0e0e695d-f9b3-41af-9085-fc0f9cb827b5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0593618c-abcc-401b-abe2-ebe8af4a509c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "28ae2e2d-247d-4f01-92a3-f40b19ccb6c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ee07032c-0973-41d5-ab5e-c39906519f20", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f3c4880e-6ebf-46c5-917f-b5150c253051", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "aed12c6b-11b3-41d4-ba2f-ec8ffabce07c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a782e11d-4479-4eb0-a443-9280bd632070", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "71c62178-d81e-4b02-9697-d4ebfa533ead", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9a45d000-410d-47d1-a213-bcae8371e009", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c10a43b5-fc43-4ab9-8cc4-2014ebe21a52", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1da4325-0b4c-4e43-97f7-1b799c77ff9a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c75cc13d-ed61-4cb0-be3b-a59fb6b2e793", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2db1b09c-6b24-40d9-b9c3-960eab861408", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6e3227de-5291-4e65-8190-d011d26f00d6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9c881459-8372-4c0e-ba86-45605dd5843d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a489c174-99ab-479f-ac60-c8128b69d0d2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fad302d1-53e4-40b4-ab18-3214f06e27d8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "365f48e7-272e-4cc5-848f-440fa97c811c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0995a59a-c67d-4dfc-ad68-daed079164e0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a2649979-f929-46b7-8c28-bae2a93d6956", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b55782c4-7bbb-4ff1-900d-d00882d74d9e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "38f117de-c91a-431a-91bc-e0b0d9b33fab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "87d2185a-5684-480d-b203-73c5b4ff83de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "593e2c62-acc4-4268-8aca-1491072498ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "98875317-8572-4709-830e-9de4ed958103", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "427ad44b-7566-41e0-93fb-49e81f7beabd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d24d6f85-2d72-4c76-baee-81a4367ab802", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "76c6d4ec-1edd-4655-8c39-608b93bc1d0e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4bfd62c6-0b75-47a2-8b4e-34e9da3d14aa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d96f4369-a6bc-4e7a-8ef0-c6d717e445e7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "af09183c-3f60-4758-a88f-250d5f401aec", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "24861ad2-7f6e-4fcb-b362-db0fee1d382b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "05153a8a-dab7-4fa5-99b8-214808f3b277", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0316dbbc-e71c-4a56-9dd3-35cdb73fb0af", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e22666b8-4dee-493a-935a-60be89d3f1c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "10b87f47-bce6-47e0-a551-2750593d5d9d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "07c18b89-0a72-41e2-905f-28f442c21369", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "13998fd4-26fc-4153-9faa-0494e773aa7f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "52dfdc40-84d0-4477-a618-de0773ebc6fb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "13a00b97-42da-4af9-a987-d215377e2a4f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9111d57c-b373-4b46-8ec9-18f982aa797d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9d3cabd0-b86e-4247-ab47-7acad76e3bda", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "35ba13a7-17cc-49aa-9d29-ace1981bde91", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a1372cf6-3bef-412a-ac23-3f13b1bf8916", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "08378a4c-94da-40c1-89c5-bcb3fdae277a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2df0c2ee-a15e-4c2c-bfc9-8a4352acab70", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "815e2c3e-2ac5-4b9d-97ba-a579a65ab75a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "11570f05-753d-43ec-a5bf-9446b53b5fee", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ca2c76a2-8cdc-4bd9-838c-c7bca1d56c33", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5d197202-8dc2-4a47-838c-fbeb5eb6aea0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "780f5bcb-3a4d-42fe-b1cd-79440432f23c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "af92bec4-f5ad-4835-94a7-f5996fcb7aba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e78afb30-0855-4ae7-82ca-03fc35a635b3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4cdfaaa8-fd7e-401c-8f8a-6045fb196ed7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b79ece0-587d-4ab8-848c-923b553ad3e5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c8a64b50-a29c-4290-89d1-7754f2351a52", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c79fe072-f9cd-4313-a422-847a34b1a4f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a5aae311-ab7b-43c0-a482-9120c4d5348c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fedb7f5d-4597-4c9b-9d14-6f30b933cd3b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "aafdb77d-f501-4e78-8f6d-0c951be702ea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "76d1b1d2-f36e-4bd0-ac62-657b5bc774ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "297844ad-468a-4264-96ef-d97b42eed47c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ecb61d10-209a-4d90-a9c4-034ce5945358", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3a078b6e-d98a-4f84-8080-211e4f8fcd36", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1c1865a-c235-474a-a81d-99fa02b6e84f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f333b3ed-8e0c-491c-bea2-a078db09a5f1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6c2c56c3-ff7b-4130-acd9-e5447ba85662", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1badd376-fb6a-4289-8bac-b530bf68c017", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4cb4ebce-c737-4d83-b6a8-dc92dad7ec4d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a0f2e47c-7e4f-41ee-9d92-3f81c4e080f5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f8285b7e-42a4-4b22-9964-e76ae6f17e34", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b4780ca7-1e0b-4a6e-ac47-fe0dfb01e4e9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0e696444-2a61-4679-b8bd-f6268078474d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8278091-ea33-42bb-bfd3-05ae79fbaf21", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ae5fdecb-a33e-4285-aa07-fa2803cec409", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "48cd2327-7718-4de0-839c-56b8e20e2540", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "66e0c29a-986a-4819-9662-5eda52af5f94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "37a1f091-b28b-4062-b52b-8a81c5198ce5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bd2da293-6467-4749-a74c-2658c2c976d9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7069d025-2415-4931-bd02-da01e23ce531", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "abf50f9c-6382-4e95-8125-e80d0232e00a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "556571ba-dbb1-48d3-b4ca-43ea5c9221ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "92133084-dc0e-4828-9628-c9fb6a31baed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d477903a-3051-4569-a7b2-e2a5512a692f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "53662e2f-652b-4404-8a93-79e45a057c94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7c530d85-fdaf-4598-ac10-4784ed1cbd8f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "17200a37-14dd-41d6-9d5a-0cf49745c9fa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a2394b1c-8178-4b4b-ae21-9a7c4d3667d0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0be64288-9b2e-4048-9b20-9ee6d12d8107", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f25ee9f2-0f1a-4f71-9628-d3e007242085", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "386555f1-d66e-4892-bed7-6da250d22bbb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b2bd1998-5cf6-45e1-956d-c30e6ac05c55", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ce1df667-0770-474e-9c75-8549240409d0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cd339500-58d5-4877-ac8a-9868af3b08a9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5327d30e-7237-4012-8f05-bee8e6848d12", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "572be774-269f-4ef2-9c42-bdd601bb1a56", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3e2686c7-3b8a-44d2-9871-dbc800778e25", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7b3e9bc9-eba3-4b84-ab0c-a32874573c85", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "68275099-2816-42f0-8f0a-cae33266b540", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fcb42fab-8abe-43ac-8040-abcf3b49363c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "89585351-cf5e-40ad-aa89-3a5659140048", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1c5ee8c3-46af-4c3a-ae61-16a128560815", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3f98a721-0c0d-4c9b-a8bd-aa55e2d6f80f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "59cb8498-551d-4210-91dc-09195cea0668", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0bfc2ead-2228-470f-9241-9a3439b03c71", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e095183c-153d-46a6-b86f-8bf8621cdd28", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "180bafa1-8219-462a-9dce-f59589c35766", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d4dd01df-eb1b-49ed-867a-bda2a062b94b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b5df92d1-cfc8-4fd2-9f4f-1d959f891416", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "41986478-2dbc-45d7-9d71-10b16b2f85e6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "32b42c9b-1ce6-4206-8736-2fe599e3948d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4945993e-a300-41a5-a672-0c4999eeeac3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "76309832-1aba-4b75-aa5a-9b236ebfc686", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e31c723a-76be-43f4-b0ab-aa053156d0fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1a3d3661-8424-4862-869d-4e20ec2ad19b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d273a4f7-7ece-4709-ad3b-da8a6b5a1408", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5f0a1c13-366d-4620-9739-405325c5eaae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f6d66b8c-9b9a-4974-b30a-c422cff5138c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "083227df-45c3-493f-9768-508570466deb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8b48e555-75b6-49a7-9b0d-800f0b54a67b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0c1dc551-ccfd-48d4-a50f-34092fd1972d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2522bed6-9832-45cc-825b-22c8a40a9e36", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9656fc5b-25d3-42c0-b755-46f12b734e27", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "50ba7353-d7a9-4d59-9caa-8e5eb9e3f1b7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b5260ff-86b6-4494-a1a5-29b07f2732da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c1d63286-038c-424c-a2cb-2c4d60533c98", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "751b9315-f47e-420e-9a55-e2b97011f065", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fba0c994-8927-467f-9689-6f3a25bf0e5d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7a0c84a2-4d17-43ab-a770-b70383fa8816", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b75799d-fbee-40bc-a9ff-f8991ce949d5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "38f93b88-564a-40d0-8451-398c27199501", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "64c5a24f-c234-416c-bf00-12e59debb144", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "358abc93-856a-4941-bd93-ebe4081fd6ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6a0cf819-1e96-464a-a62f-f2ea8c00be1a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df3ae136-7868-433b-8c66-e41c9bb3fbe9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a2ec3e6f-6042-4e55-b6f7-e17208e080ca", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c91f254b-2c75-4774-8a64-db2ffd304651", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b903550d-91aa-452d-93d6-ca80ae81528e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "13181fd5-0643-4de5-b18c-cb40f6ca67f7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b4a46bf8-bd8e-4934-9c6f-491569b098b9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f7538592-7d4c-4070-af9b-070196dfd2b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3914e6e5-9137-4acb-9bff-ff0f0e84f127", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "62ee3e74-7793-42bf-abae-bd879d9c65bf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "58f8e4da-ecb4-4aa3-a20d-c33dbe59e0e6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "38c10acb-d823-490f-8814-9844ff3965fc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12d8928c-3962-4986-955f-f9568b77c829", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "59ed885b-2112-4878-b461-48064fc892aa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0c8f5e44-cc8c-40c2-b96c-7b110828fb0b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "81829781-2a43-4d54-9325-6f6c4576db7b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "36491eff-9dc1-4604-869e-e3a2a35026e7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2620c76e-d3eb-49fa-b7a1-e94153a7062b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "35435903-6c33-469f-b964-afa221b7466d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "36ae3c88-9fff-473a-a3a7-e3adfc37ef32", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e17d47bc-c496-40c8-99a3-a052fd3515e9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fe8e1623-0c73-44c4-96c1-bb6d88015180", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "698a78cd-1baf-42f2-84f9-bfbceb926daf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b46020ce-2552-4765-b75e-a0e899b43919", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8c6c206c-2327-4fc2-90bf-585acb297685", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f80703dd-d72f-4400-badb-03d5241a3190", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4729ca8b-f544-44da-8dd3-2dbc9cd56607", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9621a391-84cd-4357-81d2-d8f340210e1a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "76327583-224b-4c7b-9044-b17dedd3b093", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12617f8b-ef49-4156-b6e4-d228f8bad49c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c79ed8ba-9647-4048-b548-4dc5596bca05", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f29c20d0-545c-453a-a7bf-f7f4ce2f70e2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "998c9992-8b32-470b-b020-648b45799f06", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2fd5ff6e-5211-49ae-b269-b369cf632887", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c4faa539-7e6b-4d4e-9b4d-b00306ca8ae7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3107d47f-c1da-475b-a6d4-c0c32535efb7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "181fdd81-d75d-498a-97b0-4b804deac51e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c03c7de5-4c7b-4297-ba8e-a0b316b38df0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "85c3e80f-2f2b-4eb3-92dc-9f8e28e26e40", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "add4d0e5-d126-4159-9b73-a122ca63adcb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1902f37d-a0b7-488c-89ab-7ce0477c264f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8761268-846a-41d1-8877-9fa4baf77285", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7b97afe3-dad9-45bf-ad25-0ef97fac9d84", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "703b0895-bf02-416c-8aad-5078f57b1798", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "de35a8f6-0891-4200-ac4d-326f1bc6d2c3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dfea6313-5421-4510-b19a-5e289d821994", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2bf88050-66fd-467c-afe0-a8c2fa772467", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f31e70fe-343b-4887-986f-9ce1e877a3c9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7543736-3de0-4370-9366-6c9e4d664aea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c52a638a-0fd7-421a-a0b5-af087f93d801", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "97c64bd4-09f0-4524-bd6c-5385bf61ca72", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "13c0b732-60b5-4deb-822d-7fc3a0f584e6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "74ead062-eb6b-4d34-bc98-cc193e6e3c0f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f6c7df0b-714d-443e-82e7-4ee60942fccb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7fac6d7a-da25-4d8f-b4f6-935d1130696c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1115fc5b-e3f1-489b-8c06-9e1a124e8e3b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12cb4185-9e13-4748-bbf5-e01d552397db", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "601e198d-2d71-4545-bd70-7ad00472d046", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9ecde173-5de2-4691-a3c6-422b982fa081", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1474f368-bbeb-43cc-ab9e-c994ce927d66", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4c95ad46-99d3-4fbc-ab90-fb3330d71352", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0cacf90-4fb8-4cd5-a81a-6ef1ff4d166a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "69f5625a-aa24-4acb-ab0d-ea0c02b3e071", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4ccc4b0a-14dd-45a6-a83b-be43d8e55193", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8389f15a-2e43-4524-8aff-d646492fbba7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b56f10d-a02e-4ed5-b1f8-4f80a188fd22", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "da99d0e9-e2b3-4c3c-b1d4-087d0305c3c8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "81aa659b-fad2-4a24-a97b-c07689db1f9c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ffd795f1-6027-44af-9a4c-9f1383c15775", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "79c63404-fde1-47ae-a6e8-813c56ad5f57", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e7cf2fc3-0a65-451a-9abb-4b43e5f69fd9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4547772f-e85f-4074-972b-618609033bc8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "744372a0-65b7-415b-8651-f40021ba1c78", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "38b7d0a4-5447-4c13-8b0c-64f5b2bb8e42", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "95d44f7c-a140-40b8-80ba-fbf343ded659", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "064b1481-400f-45de-aa2e-f46bf68ece94", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "52fb7ed5-4f8f-4bfe-a763-9c4c6d59853b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "039cbcbb-54ac-4e51-9a36-e431ff791917", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7b3a30e9-aa06-4827-ab66-8475ece01472", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "859df95d-4b4d-434c-bb4b-ecd7ef35755c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c6c64f30-2f54-4350-9030-3630a47a87ea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4fe85acf-69b3-4244-a116-80d2ea36592b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "78debfcb-e5b2-40f4-8a65-1d7f911ced05", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c4d22d53-5028-4a8f-a43a-210df0a5c8e4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c295bdee-94a4-4af2-a6f6-330b724271ac", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "054a9445-9c7f-4fdd-a95e-6504f804c68b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "10990262-5357-4a5c-9286-1eb712cb2be1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "90c86390-bbd1-4683-a66e-6065d6d843d1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7b6c3969-94dc-42ae-b940-780b1328fcab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1d85f4c3-c124-4790-bd1a-a5f13ce04106", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e279da8a-dcef-43bf-99fb-fbddb5f5743e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "861f1d86-33b4-426b-b395-e97c21279c26", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cbb1752b-6a3f-4269-b317-8ae9924b7551", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3691fe2b-644c-4a1b-a29d-c93386175126", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5e76fdbf-7653-4b6c-a691-1846d8b7706e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4ec35611-6b2e-41c0-a965-c74413394ccc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0ae3bce0-d5c3-48e9-9eef-c33935e1938d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "199eb4a3-91d5-4be8-9e6d-f8c922ee798f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d4078b98-d09e-4b1f-9d8e-7bf8b7d65688", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cabcc5f6-55b1-4ffe-8f87-c1bb9ebbac06", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "43a1c77d-02d4-49da-9b97-854f8cea310c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "04ef7780-fad7-46c8-ad17-91c4fbd2996e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "54f7968c-0a7f-4ec8-be9b-5d70deff41ee", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "998601e8-03d1-4061-9a69-e2b23b3bff8c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6356ec63-f11d-4f11-a7db-afc75ad8cfdd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1e1d9256-c82f-45dc-bc6f-7b2406040f32", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "15fd77d6-ce09-4834-ad6e-3cb32f3559b9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "27f481f7-530b-4ae8-9df2-63769c301973", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f8142647-9f05-4579-bede-01f0733718b1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "67ca6374-3eba-452b-8487-2a8050ee7ce1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "06b06cc9-ed37-43e7-898e-8f1efe13c1f4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3e604404-a092-42b1-af68-b4b70d4e11aa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6570bf89-22fb-4658-b6b1-24d18312e207", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1d47db63-17b1-4b11-ba9f-36531519824a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6ece4f50-6fb2-4fe3-add2-a24f3bec9aa9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2f12a63e-ae04-4d36-a058-ae020d908e6c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "64fe14f0-a9bc-4c5b-8d4f-062556ae6f55", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fc5fe03e-0530-4fc6-911c-2bfeb955500d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0d816fec-93fd-4296-a80a-1ae98177efbd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7927e664-e0b9-4cbb-9901-cafe957ca73a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "13d435dd-d414-4f20-8f57-cb98462b0a83", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eb0dbe80-4493-4ffe-9a3f-d83dd3dac5b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0d4b5798-029a-4d0a-b1f8-113f6f6a10b1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "615cf9a4-03d5-4103-8928-de26fb90eb4e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f94caef0-3f98-4d66-ade7-a59e242b8282", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a309f682-2a51-4b20-b7ac-d00c00995d19", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "915b4d0c-4d5a-456f-9761-1378d783b24d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a3146647-98d8-4e9d-9195-4780b5e7eb2f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "97576001-6ad8-4f83-b44d-2789094b4f25", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7869c912-62da-494a-b62c-c578207084c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8ee2b8b-7db6-4dea-83b7-f09fdbd0b298", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e130472c-c3a3-4ad2-88b3-89d53e43e264", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b5a5d891-0b75-430c-9b22-8e921adbbd8f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "007f660c-5bc3-4904-b0f4-148edf9a483f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c3caebe2-ae60-49cd-840c-2ed7b4e249a3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dd639815-cc89-482d-b09a-ef7ee1785b5c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d2965af3-587e-49be-aeec-007fb506eb2d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "48872e08-1c10-465d-a5be-5848be908a62", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4f3fda8a-333a-4f11-9ec2-6296609d6ead", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9e2ff753-ed1b-4618-bc85-80b17fe2fca9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "52c6d5da-0015-4056-b222-956bd900626c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1341105c-fed9-471f-86d9-afe4ce5fd06b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dc9ea0ab-7e68-4f0e-abfb-b01b74442343", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6eec68de-cf7d-4692-97a1-64899170d5bb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c7d11308-fdde-4b6e-9a21-1b2c8e40d576", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0985350-2f77-430d-bbb6-4acb92966a8c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5536ab73-b062-403d-b4c8-574b9cc93af3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c890d07a-3ae0-44cf-a5db-6d2035293887", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "db7a9db2-19ee-413e-9be3-5115a2593856", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a3287553-3d57-499f-8d9c-741fb7b4943d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8cbcbebe-ea13-4625-8add-71fd3ea7460d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ac903df6-6eb7-43a5-aa90-280ac0fea0e1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b280bcec-dd66-4762-bd0f-db8e4438018b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e8afc77b-548c-48b6-8282-c806dbe84674", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1e2f9bb6-c998-426c-8d09-b13772029025", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7b4f83dd-7c58-43e4-9fed-0454d9aabc0f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df3e17f8-70cf-4803-bc5e-635168c70d57", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "522a9470-85bd-49ec-b125-9848ae5f269c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7ffd3de-081c-4a50-a8b1-d8f7e06ad9be", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0a3e857e-1ce6-4de6-a3d9-7d26d46ee932", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ccce4dce-f250-4b9f-a9ed-711db0510e3b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "046ea81c-9d29-41c8-ae6e-94aeeb7fc831", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2d70e19a-1070-4608-afa4-e07903de28ef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "aaf39940-4f32-421a-87c2-1b2a6b577ec0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9de81ea6-7dcf-4cec-9a48-e1da349465fe", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7ff5181-b228-4f71-b45d-c7a9e0b10b1f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "21a1404d-347d-4ebc-8d58-d7e97e8652bb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b1c5178-88e4-49f1-aef2-21754c820a90", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ba2f8ae3-d48e-45fc-847e-41c45a56de9e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ddfb9840-ff36-4a03-8a70-db9373a8ce8b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "16c072e1-b88b-4542-a62a-1fb1f3fa2278", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ac88e0fe-15f5-4bd3-bc9b-ad4cfd7fd68c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "76ed5738-0a1c-4192-96e0-797aec9d61ab", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "951612b4-df65-46a4-a71f-b480a74f6346", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "018aca5b-c022-4123-983a-52c1d8cf76f2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8ae25a4c-744a-4323-86e1-7f90545b49aa", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bc00a0bc-64e7-4af8-b7b6-d695d7cc2477", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4bc88f53-ccf2-49cb-bcfd-e2febb4b474e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2721d4dd-b18d-4dfa-b2cf-be610d1cd34d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0ab46b8e-0706-4faf-bc05-de08e5088596", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "66b98987-9a1e-43e1-b485-3ba5a86679f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a4c4a7fc-65e0-4862-b595-c99cef0d11b5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2f49c0e2-1fea-4738-8c77-c9bc38e0a300", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "53451c10-b977-43d5-b5d8-49fa2215ce7b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "085fd450-b1e9-4a28-9d1f-d5ed28be53c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "133c0be7-3362-4e1b-8936-c00a8a9f0592", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "86128e48-9e3a-4b04-8fa9-522f22ecc960", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e54da266-10f8-4e35-b72f-15f5c1708678", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7390cde2-e8f8-4d06-bf4f-a4b56f7cb5ba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "73b6a552-16ce-4da8-bae8-a322d604854f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "69f270fa-8eea-4e56-a7df-3aed67958e42", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "062bb761-d9d1-4214-8d48-78f7ef450f6f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12b9e65a-2a20-47bc-8500-9bf61683dbe8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "320af8b8-2d0d-4ae1-9f31-b5d733d1d4a5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c6b4759d-1519-4802-b599-db9162fa6dce", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "58026ef8-017d-426d-bc5d-c00a20a12b7a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b9733c71-8877-4ae1-b65c-c83aa2d641f4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "483d7e86-5c87-4cd4-84c0-383b5b3ad4d2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e28ae597-0bba-48ab-912c-357c17c2e180", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "70f7d3cf-2d51-46ca-b6e4-ada861c4e186", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8d5006ea-c308-47b8-b062-6cc2848f60f4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c1cd8ce9-6d86-4321-a9c8-95b94be2d8f2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df811357-3072-4719-9c0a-b270047bd2bd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c7588801-53ea-4eae-bee6-4f5082d29fe0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "038f4c9a-6491-4a86-99fd-a51ed0447efe", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eb4f5c9f-740e-4074-8f16-389b5f15270c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c539b8b8-ba62-44b0-8edb-d62b04c4d3c4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7fe120a9-a024-4f91-95e0-364e8c6818b8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "199de7ce-561d-490f-99d1-877e9cb8661c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d3e2379f-1688-40e6-9171-12065ac5e815", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4740a8ec-7b2b-4f81-abe9-3bc5a7cd9f0c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "90af81c0-cdd6-4788-b613-66b950551978", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6d891daf-43f1-483b-92b5-00a7f96400db", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "31869138-3302-42b5-9d91-02973f0b125e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8c7d74f8-bc96-4b45-bfdd-2bcb83230bb6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b5863d80-b1a0-4218-a879-c82c997f4b9a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "29229c27-527b-435e-9383-107754c779a5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d69f93d6-f434-4536-b56c-eb4163806b8f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9d69b4bc-9a94-4f91-9b5c-1c1ac346d335", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f751c932-24f7-4828-8d08-93c7c7217e96", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7b155959-78dc-47ec-b6ab-edd87e24d805", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4f1d7439-fddc-4cfc-9d0f-5cdc16a1b732", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b0bdff69-a36d-4682-8a55-df48fcbb81d3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b3faa8d6-cac9-4bd9-a981-f803e30af70b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "84c9f6ea-8e02-44ab-a53f-40564b5d8160", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c6765fd9-80a9-470e-b47b-250831d895be", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "52f66dc9-f11e-46e9-9a22-acf5c4d034c6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0fc93254-7482-4115-bb41-00804adf9e66", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3b598e23-c948-42fe-8e4b-8157ff4fa700", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "825a39e2-b6ce-4869-8a3d-719af192dc27", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ae91457f-ad93-45cd-9508-2c06202581c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "755f6c0c-5988-46b4-bd88-08eb830a0681", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ea3e05ec-a748-4449-b6a8-e271f0eda0de", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f787c927-1ca3-458c-8d90-965901ed1051", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b5a1ed52-7609-42bb-8143-772d23016fb6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "48272865-6049-44ce-a784-2a41934c1d09", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "11353411-3eed-4e8b-b339-1a47b5ded816", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ffbd2a42-280d-440d-a778-77276c192642", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1d76bd8f-9935-4bac-95dd-e41d5093e937", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0ddabeae-d38c-42a6-bdb7-4673125d8d89", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "26757fa7-e4c7-4be8-8784-be2a513e88f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "734aa647-8889-45f0-98d7-dd36ea7d6e6d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "38e66bc7-e2e4-44f9-9705-d9c62367b0af", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6c4f7a72-d68d-4a78-9471-c574cf33fad1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "96e32aa1-0714-4e7d-b4fa-ffa52b5fdbb3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "18068472-c02e-4309-9868-83a5ce34f7bd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a3c5a734-3a07-40b4-a69d-196331de49cc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8b60b0f0-2a06-4abb-a63b-b254081265ae", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1c12bad9-6da9-4bb9-895d-9cc17bf1a49b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6e67335e-4328-4919-ba20-cf5b2840daf5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0142b8aa-0eed-473f-be01-b5bf83df65e8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3ca68ecd-9293-4e5e-88d2-c2ade37738c1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "01659232-f63e-4a1e-b670-9a98a1c80760", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7003047b-bf86-4306-b96e-c186e0399808", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "21aa3323-5d59-4c26-b8bf-153220686fc3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e5c6ec68-2868-4510-8606-417644b7284b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e86c23ef-f3e3-42f0-a91e-55db4467ac41", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a129d775-bac6-4b38-99fe-acc06f8853dc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1facd996-e12c-483b-85bc-cc40afce8d16", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4cb1016a-1929-4651-9c0f-afebc17c5e18", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f148e20f-e66e-4d33-b422-519ecb07b2fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "13d6b35f-ca28-499f-9e8b-f8f33b9e6f86", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7d19b2a9-06f8-4551-8fd6-f04bea9a0078", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eacc131b-64cc-4b7b-b2fd-7a27a4ca2893", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4eaecc90-240c-4700-bee5-a6d0dad66135", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4f15521c-a8d2-481a-9415-3e4ee8dacda5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "243df18f-568b-4334-bbed-c9bd973aad82", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "43428290-a5f4-4010-8982-2f1434e4e823", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cb81695c-a66b-4eba-868c-0032c40ee17b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a23b4f26-70cb-48d4-8b63-ae7a3235ebbd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8629855a-0fd4-413a-985b-adee00af4cbc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "00350871-c1d5-420a-9177-c51a60f0c2ea", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ae83db35-f6e8-4578-aeb4-794f223ed37c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fb0abe2d-fa17-4371-a153-d6d7d2455baf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ee9fa836-7209-4f2b-92b1-6b33c4ac7467", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "68b3b46a-6cb0-4b71-a7ba-091ceb63c647", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "95f9742c-876d-4d9e-b75a-0a79f8d140c0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "739ac32d-cc86-4624-ae73-13443e0d7809", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "532a11a4-c141-4a61-acf0-712019a0ac0f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "197a0308-4975-447c-a8f7-31122c622fb1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6ed5f241-0d77-470a-9ceb-872b2914b371", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ac6fd527-d93e-4098-a49b-f2e57a0047bc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b8530620-56d3-480d-bf02-1971606c0b8e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0b86b4a6-855f-4c33-8b33-ffb17f434b28", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6bf663a3-50fb-4bc8-81e4-c99bc8f0a0bd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "48142910-7a23-4e3e-affc-106710e16b2e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "45b17efc-6fe6-4dba-9c1a-0eb4f5750dc3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "df9360eb-0568-4ca7-ad0d-09dba2591b61", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0d8de9e-bcd8-4c18-9fae-19c7e750803e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c051e879-d3e7-403d-a7c0-9fc4fc9915ba", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4b3abc37-c034-444d-bbbf-055a13397587", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "23adf2d0-a1f5-4471-bf82-785d2864df9b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "36dc61f1-6bcc-4e92-a716-c32a3d4ac647", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c0e3aa63-56d7-44d1-b48d-2f7e91d3f413", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "323f1c94-ec50-48c5-b941-ab6d10397e73", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "56f98cab-ef4c-478f-92f9-0a1df657a83e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dd98a238-8259-47fc-88b4-efa1c335c76e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9e9d0166-26ea-4804-a270-6ef02a2286cb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "54f1295d-4b3d-483a-aeb7-eaee19a94e11", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0f72cf54-bda1-4d1f-9707-58ccad24ef2c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a2fec028-62b5-4c05-b8f2-13467e42e349", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c730d4b3-9c0d-4935-91e0-cc79bbc5e46a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2e7a5ec7-39fe-42dd-900a-826ea39af0b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9151222c-a584-4ade-b380-f6ec35fd01b6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f787412b-ea11-4e7e-9417-dca7a62c28da", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1752bff3-5ce7-497a-83f3-e0eaaf5ac0d4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4162cce4-20fe-4cbb-8eff-b132713bab72", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d2cbf3bf-8747-4d24-8813-10c0f58da427", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b8d7f200-3643-4a93-be28-7c7fd9b6edcc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d698b0ed-efa0-4d49-b302-fc09b6436a74", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ac49743c-1cb6-4318-a20c-3cfd0678935f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "265ed417-e64f-4216-a46f-d13218cdedda", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1b55e6c2-e14a-4a01-96f7-152953f3cf69", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "25da5f19-62e8-41a9-8020-1fc6a006374c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9db12984-1fdc-4821-b43a-c2162863c19e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7c34adf5-30c5-4950-bc62-dade6c741c32", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2d4fc684-27bb-46c6-850a-c565b51b8b45", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "50d86988-4f7f-47d3-8dab-c1715819a931", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "68e3f55d-66ba-4112-8c84-f2cf5d2b4fcd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3b0619ef-89bd-4403-a9bd-55bdfde3b897", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6a3ec6a3-c637-408a-843c-8cdce6f0ae53", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "966dcdc4-477f-4de4-844c-eef7fcaba9b2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "94bfa256-36c1-48c8-9bb8-3fd9169774fe", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1630085d-0882-42ac-bf3b-36bd0ad7fa5d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "de6bfb62-75f4-426e-883a-276665358b1a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "eb0cf9b3-5d9e-49d9-82a9-803ca22dbfc3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "92d7324b-8e1f-4bcf-9305-7e628b059832", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1cd30962-ffb7-4c73-8b83-b9098a14f96c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a239182e-5889-41ee-a4c4-20950702b2fc", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1ac73fb9-bddd-4678-a6d4-030bf6daebd3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "50a5c390-bded-4480-8e74-2778fb003de4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "71304650-62c2-416a-98a1-46dc9c3eb430", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4d7f6037-5221-4e77-9766-bc3774d7c456", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "87853e1a-e977-48b5-ac74-e441bcf055a6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "83dd22e1-bf9e-42e9-b99f-d1c3185b443b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c90df090-2367-452b-9c53-a24937b5a9e2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "34d41ce9-6365-4bc4-a54a-b5f702764508", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6c091fe3-f828-49a8-bc1b-f451655463c7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "71ddd3a2-556f-44bf-965d-01d85c62138d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e55d6c9e-53b6-4583-b3da-b0d5aa9b5cf1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "21068c60-d79f-43c8-aa45-b4b1661def8e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e52e83a8-dc56-4223-984c-09f593a05319", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e0876e20-b042-4f77-a762-6cf998676431", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "be0092cc-0475-4d82-8f68-e956fb1d6c61", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7bc040c9-af2a-4e70-98db-ad994f1df8bb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c6e108fb-0bcd-4d4f-a335-213ec4413003", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6bdce928-248f-465e-9892-fa703adbffbf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "78556ef7-2fd1-4fd4-8502-b95ef664cff2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "58cbbb7c-df09-4c24-92b0-34407c5d6161", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4182c6b7-265d-4ad9-8080-98a25c4e869f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "85732ec2-7c90-4888-a53f-2163352f4804", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4a521c29-e8a9-48ee-a5ec-ca45e1c9b066", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "997b4960-a02f-4f1f-a3ef-776f4dcf64ed", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e3342340-6f3d-421d-8df5-840f13310e0e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0fb4570d-0130-4e35-9ea1-8ffc889eedde", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b52084db-a20a-45d9-87df-58b4fba8623d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ede2bf44-938e-47c1-9c5d-caeed041adef", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5f9c2f98-add0-4f7e-b450-20c84b818bd3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "566fce30-3fc9-44bd-9587-09e864b42109", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c1775363-d8b4-4c79-801b-75894330b30e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "33b87190-5ec0-44a4-9cd0-2505f3719db2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1892b4b-da71-4de4-9b75-c9e7f79ef3a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e7e07fd3-a160-47bd-9ef9-917e716960f0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2a8e0f7d-c134-4dbd-b78c-84479e132d6d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3fa96681-40ee-4002-8759-1ff9c129541d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "26067a7e-78c9-457d-b5a0-6bb93848542c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "51b87b17-76cd-4e2c-9154-edb8ebc09c10", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "613a2f21-8753-4f8b-bf05-842da9e7bd6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5639bb22-3c8f-459d-94f0-2772ea2b9002", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9e455aaa-6a58-4b0e-9356-2f7da2dbb247", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e61d7dbf-e6c3-4e1e-8aae-70d3ffd578af", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "99a1bc56-5258-4597-b496-7e31e8630c09", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9e8af14a-701c-40a6-a5df-47a0284ca120", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b1a4c0fa-dce5-442e-b584-8372ecc21b71", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c6c79f07-fca3-44ac-bc7a-bf5fbd17f72f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8c0111cd-7370-481a-9a9d-5dc923c6170a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "2a5de641-27b6-4720-9a32-104c2980aa84", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "43f7049f-4345-4c5d-b46c-3d699d792703", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b296b965-f4c7-4f63-9b8d-6eb7f248de80", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "73e79cff-4574-45c8-a74e-dc025c2d5f14", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cfda979a-1494-4f24-af84-376ced4e3a4a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "738ab4fa-990c-4893-bdec-fcd474c70054", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8f9d8a1d-df37-4b01-9d65-769e633432c5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4a794435-4b40-484a-8d64-a5247f2579f6", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9bb171a7-8b40-41dc-96a5-7d71545e3f50", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6568ef50-ef83-46e5-9724-551c01905e7f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "773819c8-b69b-40cb-a3b2-b7e3d5eb8c0b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "813c9ab5-c809-473c-9834-bac15cb8efe2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b91040c7-50af-409e-9f5d-2417f70f7fc5", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "81ab9d58-c49d-40a7-8f0c-f697f874b4af", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5dfa428a-0fbd-4207-96e0-e800166daa0d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ce4c3eae-c332-4575-a344-dca4b62a54c4", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "42caac29-6296-4e90-ab94-7f5b8dd09941", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5d9c2140-e92d-47a0-8ed7-be9d13739336", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "dfb89f11-02f4-44e2-89f1-ab6dc902cf10", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1d67c1c3-fe38-431d-8240-0af6861ffa80", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "02b6113b-f706-4be4-b5e6-efd6328b4948", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "221df7ef-0020-49d9-94bb-8ea4c79ce86a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3109e028-0817-484b-8be4-33d280f35529", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "680068f6-ae74-4729-a4ee-26ceaf6eeb0d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "fae6af9a-0241-4f2b-8522-43ca0fb170a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3be70b4d-6cf8-4420-8c69-b56f0ec9e500", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "de5b2c9c-6a2d-4a42-b343-d587af108234", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "48d2f4ca-c80f-4cc5-9bce-faec203b8faf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ce425c77-231e-4a59-bf1c-c0c140015a72", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1b5877e3-0481-47a9-ad2e-acf678f22354", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "64fe0313-575b-4840-a6b8-158652d78bf1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "22595704-f725-448b-82b6-ce50cb49d8a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d919c1f2-6bd4-4aa9-b040-7f5798bccfa8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "55b67ba0-3dc8-4ad0-af48-18469138658e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "09a1acfb-1b84-4b90-af4d-faf6314c90fb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "82a599d5-f68d-41cb-a962-f710b8181dbd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "caae6e26-f625-4cd2-873f-0f3a973b1393", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d3424fb3-135d-4778-b380-5e2cc8c0ffdf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "aa383a41-96b6-4e46-a19a-d29c90828b10", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "d6da138b-b563-47d7-87fc-9fe34fe6403c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bc2355f0-a774-438b-bd29-2f2f634e8b90", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "78deb406-5057-4635-bf8b-d357cf754153", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b764eeae-5569-4cd9-83ff-3fd673b5a0bf", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e56f00e6-b44b-4bdd-9f74-76eff9ee1513", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "4a17817f-bc30-465f-9366-df70be7122b7", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b54c5771-cd60-4bd5-a8d2-74f8bae6ae3f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ebfc601a-2048-4aa3-8461-349e4370dcde", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "22f7d3be-391b-47b0-8e64-dd14f455a29c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9443e8f2-e4f5-4c0a-97fc-3f2261f127f3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "0f9d02a6-c1d2-4ce9-99cb-c67b1b2660f2", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "17818b5c-954c-4487-bf74-97e5dd7a12a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7d8a996-261c-4ad0-bcff-eacd6fc20024", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f3489563-8241-4497-96fc-e64fb9c2c15d", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c7d4e058-08a0-4b54-84b7-d356a53f7009", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7710501d-8d81-4b3b-8d8d-0fcd139396e1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e7ba6391-ad7f-481c-9427-729330db1c3c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f174bea3-e1c1-4e3e-8ac2-8fc1e06acd71", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3b04c105-c2a8-4506-b915-e13e67ef39e0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "14ca2a90-4341-45a3-97dd-8dca32918ec3", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "29a0df92-be05-4615-a97b-cfd013241da1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "39778789-5b79-4557-a261-e6c963b52154", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "08646c91-9cd5-4137-9a9d-df293f1c63fd", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7ae21568-e5d4-448b-a4bb-746a35e70b06", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9a46132a-86ac-4bd8-bfdd-6b6f91636d12", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "609b2e9a-227d-4db7-95db-fdabdd257482", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b53bb5fb-0396-41d4-a7ae-eb6480f14566", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "90e8daf2-472b-4fd2-bbfe-1a12fab35f8e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bfe8f4e2-c324-45af-a712-6251b3ea6d6e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ab6767dc-d73b-47a5-b53b-7cd7e817ec10", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "760a0029-aff1-4bd7-b7ef-be4150ebd67e", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "8f28c26a-8555-477e-8eb3-7c30b496d6c9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c65cb4fe-1bdf-47d4-9d7f-8a8f459e6da9", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "a7238dc1-cd2f-47ff-a134-a1ed32bb756b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "33bd6961-15bb-438e-8348-a9d933cbeb19", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ed103d3b-322d-4414-a282-700d06ff9b50", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "cecc1a88-2eed-4936-acee-dc3fb95ede8b", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "6e55e460-3cab-48cc-b844-bf14b6fe297a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "5042c1cd-1d3c-4064-93ea-7d8213da8e31", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "e71bb626-bed5-4cac-a756-f6662288188f", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "79be5e6b-a681-4678-be5e-56a06fe48387", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "797d2b5c-986a-4cab-bf00-094f32b691a1", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b7db8e5b-7a6e-4f6a-b1e2-39f441f00e10", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "7deb199b-71a9-415a-8c26-7d39f00d930c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b987cc97-4c16-4cc6-90db-84e3af870450", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "1dccd6be-5c21-49eb-8400-dd139e324a58", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "c339ea41-0a7d-4c24-919b-90263ec2fbbb", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "928bf190-7521-4e31-9544-ffcdb3315439", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "b2625d35-725f-4921-8b5e-434be8083e76", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "12bd7037-f853-4fcf-818c-2e7a246a5d0a", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "ff3a827a-d657-4e01-9e95-e0fca8bd0779", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "bce4d453-22dd-4398-b17a-9249995ffc01", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "06a06471-ef8f-437c-90fd-dca570fe139c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "3238bfcd-8105-40c7-9518-cb5c6537eeb0", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "f7c79721-13f9-4862-b778-221a893ce05c", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - }, - { - "id": "9ed06546-c0c2-48ab-889d-da13dcd732a8", - "is_deleted": false, - "trip_update": { - "trip": { - "trip_id": "", - "start_date": "", - "route_id": "" - }, - "stop_time_update": [] - } - } - ] -} \ No newline at end of file diff --git a/data/output/json_file/with_trip_update.json b/data/output/json_file/with_trip_update.json deleted file mode 100644 index 256850f..0000000 --- a/data/output/json_file/with_trip_update.json +++ /dev/null @@ -1 +0,0 @@ -{"entity": [{"id": "47323735-0555-464b-8c87-84612a960b31", "tripUpdate": {"trip": {"tripId": "6580c01a-a-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694888663"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694889285"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694889555"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694889651"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694889694"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694890567"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694890698"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694890756"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694890809"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694890909"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694890954"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694891205"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694891538"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694891680"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694891719"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694891798"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694891880"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694892011"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "DSSY17"}, "timestamp": "1694888636"}, "vehicle": {"trip": {"tripId": "6580c01a-a-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.70524, "longitude": -72.9758, "bearing": 2.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694888636", "vehicle": {"licensePlate": "DSSY17"}}}, {"id": "8e20884f-b099-465b-941b-f0682817d7ef", "tripUpdate": {"trip": {"tripId": "5b492c06-9-701ff27f-2", "startTime": "16:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 7, "arrival": {"time": "1694889032"}, "stopId": "3-Mar"}, {"stopSequence": 8, "arrival": {"time": "1694889092"}, "stopId": "50031"}, {"stopSequence": 9, "arrival": {"time": "1694889144"}, "stopId": "50032"}, {"stopSequence": 10, "arrival": {"time": "1694889181"}, "stopId": "39495"}, {"stopSequence": 11, "arrival": {"time": "1694889278"}, "stopId": "50033"}, {"stopSequence": 12, "arrival": {"time": "1694889315"}, "stopId": "39497"}, {"stopSequence": 13, "arrival": {"time": "1694889346"}, "stopId": "49407"}, {"stopSequence": 14, "arrival": {"time": "1694889400"}, "stopId": "50034"}, {"stopSequence": 15, "arrival": {"time": "1694889442"}, "stopId": "40903"}, {"stopSequence": 16, "arrival": {"time": "1694889497"}, "stopId": "50035"}, {"stopSequence": 17, "arrival": {"time": "1694889547"}, "stopId": "50036"}, {"stopSequence": 18, "arrival": {"time": "1694889772"}, "stopId": "50037"}, {"stopSequence": 19, "arrival": {"time": "1694889912"}, "stopId": "50038"}, {"stopSequence": 20, "arrival": {"time": "1694889979"}, "stopId": "50039"}, {"stopSequence": 21, "arrival": {"time": "1694890040"}, "stopId": "50040"}, {"stopSequence": 22, "arrival": {"time": "1694890123"}, "stopId": "50041"}, {"stopSequence": 23, "arrival": {"time": "1694890263"}, "stopId": "Jun-15"}, {"stopSequence": 24, "arrival": {"time": "1694890349"}, "stopId": "Jun-13"}, {"stopSequence": 25, "arrival": {"time": "1694890550"}, "stopId": "6-Oct"}, {"stopSequence": 26, "arrival": {"time": "1694890602"}, "stopId": "6-Aug"}, {"stopSequence": 27, "arrival": {"time": "1694890759"}, "stopId": "6-Jun"}, {"stopSequence": 28, "arrival": {"time": "1694890889"}, "stopId": "6-Feb"}, {"stopSequence": 29, "arrival": {"time": "1694891031"}, "stopId": "7-Jul"}, {"stopSequence": 30, "arrival": {"time": "1694891105"}, "stopId": "7-May"}, {"stopSequence": 31, "arrival": {"time": "1694891150"}, "stopId": "1508142"}, {"stopSequence": 32, "arrival": {"time": "1694891257"}, "stopId": "7-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694891322"}, "stopId": "8-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694891368"}, "stopId": "9-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694891405"}, "stopId": "10-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694891481"}, "stopId": "10-Jan"}, {"stopSequence": 37, "arrival": {"time": "1694891524"}, "stopId": "44863"}, {"stopSequence": 38, "arrival": {"time": "1694891569"}, "stopId": "10-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694891626"}, "stopId": "11-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694891801"}, "stopId": "14-17"}, {"stopSequence": 41, "arrival": {"time": "1694891969"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694892024"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694892077"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694892196"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694892324"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694892382"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694892498"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694892584"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694892816"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694893990"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694894669"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694894943"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694895072"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694898851"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694899690"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694900099"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694900492"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694901287"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694901671"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694904190"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694908919"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694911675"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694912564"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694914488"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694916813"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694921300"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "DTDZ72"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "5b492c06-9-701ff27f-2", "startTime": "16:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.830944, "longitude": -73.04876, "bearing": 60.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "DTDZ72"}}}, {"id": "2e56463c-9cd8-4ef0-bdc0-767603d6f010", "tripUpdate": {"trip": {"tripId": "052d899d-c-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889046"}, "stopId": "19-Apr"}, {"stopSequence": 15, "arrival": {"time": "1694889172"}, "stopId": "18-Jan"}, {"stopSequence": 16, "arrival": {"time": "1694889236"}, "stopId": "18-Feb"}, {"stopSequence": 17, "arrival": {"time": "1694889289"}, "stopId": "18-Mar"}, {"stopSequence": 18, "arrival": {"time": "1694889352"}, "stopId": "50042"}, {"stopSequence": 19, "arrival": {"time": "1694889471"}, "stopId": "16-Feb"}, {"stopSequence": 20, "arrival": {"time": "1694889525"}, "stopId": "16-4"}, {"stopSequence": 21, "arrival": {"time": "1694889621"}, "stopId": "16-Jun"}, {"stopSequence": 22, "arrival": {"time": "1694889679"}, "stopId": "16-Jul"}, {"stopSequence": 23, "arrival": {"time": "1694889720"}, "stopId": "15-Jan"}, {"stopSequence": 24, "arrival": {"time": "1694890363"}, "stopId": "15-Feb"}, {"stopSequence": 25, "arrival": {"time": "1694890499"}, "stopId": "15-Mar"}, {"stopSequence": 26, "arrival": {"time": "1694890534"}, "stopId": "15-May"}, {"stopSequence": 27, "arrival": {"time": "1694890589"}, "stopId": "15-Jul"}, {"stopSequence": 28, "arrival": {"time": "1694890676"}, "stopId": "15-Sep"}, {"stopSequence": 29, "arrival": {"time": "1694891492"}, "stopId": "15-Dec"}, {"stopSequence": 30, "arrival": {"time": "1694891668"}, "stopId": "38149"}, {"stopSequence": 31, "arrival": {"time": "1694891743"}, "stopId": "14-Feb"}, {"stopSequence": 32, "arrival": {"time": "1694891854"}, "stopId": "14-May"}, {"stopSequence": 33, "arrival": {"time": "1694891903"}, "stopId": "14-Jun"}, {"stopSequence": 34, "arrival": {"time": "1694891977"}, "stopId": "14-Aug"}, {"stopSequence": 35, "arrival": {"time": "1694892026"}, "stopId": "50024"}, {"stopSequence": 36, "arrival": {"time": "1694892201"}, "stopId": "14-12"}, {"stopSequence": 37, "arrival": {"time": "1694892231"}, "stopId": "14-13"}, {"stopSequence": 38, "arrival": {"time": "1694892361"}, "stopId": "14-15"}, {"stopSequence": 39, "arrival": {"time": "1694892389"}, "stopId": "14-16"}, {"stopSequence": 40, "arrival": {"time": "1694892462"}, "stopId": "14-18"}, {"stopSequence": 41, "arrival": {"time": "1694892607"}, "stopId": "13-Jan"}, {"stopSequence": 42, "arrival": {"time": "1694892675"}, "stopId": "13-Feb"}, {"stopSequence": 43, "arrival": {"time": "1694892715"}, "stopId": "28-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694892795"}, "stopId": "12-3"}, {"stopSequence": 45, "arrival": {"time": "1694892930"}, "stopId": "12-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694892995"}, "stopId": "12-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694893095"}, "stopId": "7-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694893187"}, "stopId": "7-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694893445"}, "stopId": "7-Jun"}, {"stopSequence": 50, "arrival": {"time": "1694893569"}, "stopId": "7-Aug"}, {"stopSequence": 51, "arrival": {"time": "1694893717"}, "stopId": "6-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694893874"}, "stopId": "6-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694894108"}, "stopId": "6-May"}, {"stopSequence": 54, "arrival": {"time": "1694894476"}, "stopId": "6-Jul"}, {"stopSequence": 55, "arrival": {"time": "1694894624"}, "stopId": "6-Sep"}, {"stopSequence": 56, "arrival": {"time": "1694894888"}, "stopId": "6-Nov"}, {"stopSequence": 57, "arrival": {"time": "1694895176"}, "stopId": "6-Dec"}, {"stopSequence": 58, "arrival": {"time": "1694895448"}, "stopId": "Jun-14"}, {"stopSequence": 59, "arrival": {"time": "1694895979"}, "stopId": "Jun-17"}, {"stopSequence": 60, "arrival": {"time": "1694896286"}, "stopId": "Jun-19"}, {"stopSequence": 61, "arrival": {"time": "1694896504"}, "stopId": "Jun-20"}, {"stopSequence": 62, "arrival": {"time": "1694896752"}, "stopId": "Jun-22"}, {"stopSequence": 63, "arrival": {"time": "1694897029"}, "stopId": "Jun-24"}, {"stopSequence": 64, "arrival": {"time": "1694897444"}, "stopId": "Jun-25"}, {"stopSequence": 65, "arrival": {"time": "1694898765"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694899349"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694899716"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694900074"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694900386"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694900786"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694901309"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694901642"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694902031"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694902701"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694903288"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "FXVS53"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "052d899d-c-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.605938, "longitude": -72.95518, "bearing": 216.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694889037", "vehicle": {"licensePlate": "FXVS53"}}}, {"id": "a3c8567d-4b28-49c3-be81-ea3eef681053", "tripUpdate": {"trip": {"tripId": "4a1e454c-e-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694888997"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694889276"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694889385"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694889414"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694889472"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694889530"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694889620"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "FYDV52"}, "timestamp": "1694888954"}, "vehicle": {"trip": {"tripId": "4a1e454c-e-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.612465, "longitude": -72.955086, "bearing": 24.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889002", "vehicle": {"licensePlate": "FYDV52"}}}, {"id": "08173482-8a5a-4c8d-9c9e-40137cf5f92d", "tripUpdate": {"trip": {"tripId": "b6530c23-0-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 65, "arrival": {"time": "1694889169"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694889262"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694889315"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694889364"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694889403"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694889452"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694889510"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694889544"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694889583"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694889644"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694889693"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "HWHR12"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "b6530c23-0-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.807575, "longitude": -73.02449, "bearing": 206.0, "odometer": 0.0, "speed": 18.88889}, "timestamp": "1694889012", "vehicle": {"licensePlate": "HWHR12"}}}, {"id": "194a87e2-fbcc-485c-a999-8c8668671ef8", "tripUpdate": {"trip": {"tripId": "97523aa1-7-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 32, "arrival": {"time": "1694889031"}, "stopId": "7-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694889093"}, "stopId": "8-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694889135"}, "stopId": "9-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694889169"}, "stopId": "10-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694889237"}, "stopId": "10-Jan"}, {"stopSequence": 37, "arrival": {"time": "1694889274"}, "stopId": "44863"}, {"stopSequence": 38, "arrival": {"time": "1694889313"}, "stopId": "10-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694889360"}, "stopId": "11-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694889503"}, "stopId": "14-17"}, {"stopSequence": 41, "arrival": {"time": "1694889632"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694889673"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694889711"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694889796"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694889883"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694889922"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694889997"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694890052"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694890192"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694890799"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694891091"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694891198"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694891248"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694892349"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694892532"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694892615"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694892691"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694892837"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694892904"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694893286"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694893823"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694894061"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694894129"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694894265"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694894410"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694894644"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "HYHP83"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "97523aa1-7-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.744164, "longitude": -73.002365, "bearing": 22.0, "odometer": 0.0, "speed": 16.944445}, "timestamp": "1694889006", "vehicle": {"licensePlate": "HYHP83"}}}, {"id": "5dbda519-b60b-4a72-82e8-23c4828d20c9", "tripUpdate": {"trip": {"tripId": "619ce6ab-8-701ff27f-2", "startTime": "15:10:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889000"}, "stopId": "50024"}, {"stopSequence": 36, "arrival": {"time": "1694889137"}, "stopId": "14-12"}, {"stopSequence": 37, "arrival": {"time": "1694889160"}, "stopId": "14-13"}, {"stopSequence": 38, "arrival": {"time": "1694889255"}, "stopId": "14-15"}, {"stopSequence": 39, "arrival": {"time": "1694889274"}, "stopId": "14-16"}, {"stopSequence": 40, "arrival": {"time": "1694889325"}, "stopId": "14-18"}, {"stopSequence": 41, "arrival": {"time": "1694889422"}, "stopId": "13-Jan"}, {"stopSequence": 42, "arrival": {"time": "1694889466"}, "stopId": "13-Feb"}, {"stopSequence": 43, "arrival": {"time": "1694889491"}, "stopId": "28-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694889541"}, "stopId": "12-3"}, {"stopSequence": 45, "arrival": {"time": "1694889622"}, "stopId": "12-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694889660"}, "stopId": "12-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694889716"}, "stopId": "7-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694889767"}, "stopId": "7-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694889901"}, "stopId": "7-Jun"}, {"stopSequence": 50, "arrival": {"time": "1694889962"}, "stopId": "7-Aug"}, {"stopSequence": 51, "arrival": {"time": "1694890033"}, "stopId": "6-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694890105"}, "stopId": "6-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694890207"}, "stopId": "6-May"}, {"stopSequence": 54, "arrival": {"time": "1694890357"}, "stopId": "6-Jul"}, {"stopSequence": 55, "arrival": {"time": "1694890414"}, "stopId": "6-Sep"}, {"stopSequence": 56, "arrival": {"time": "1694890511"}, "stopId": "6-Nov"}, {"stopSequence": 57, "arrival": {"time": "1694890610"}, "stopId": "6-Dec"}, {"stopSequence": 58, "arrival": {"time": "1694890700"}, "stopId": "Jun-14"}, {"stopSequence": 59, "arrival": {"time": "1694890861"}, "stopId": "Jun-17"}, {"stopSequence": 60, "arrival": {"time": "1694890948"}, "stopId": "Jun-19"}, {"stopSequence": 61, "arrival": {"time": "1694891007"}, "stopId": "Jun-20"}, {"stopSequence": 62, "arrival": {"time": "1694891071"}, "stopId": "Jun-22"}, {"stopSequence": 63, "arrival": {"time": "1694891140"}, "stopId": "Jun-24"}, {"stopSequence": 64, "arrival": {"time": "1694891238"}, "stopId": "Jun-25"}, {"stopSequence": 65, "arrival": {"time": "1694891514"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694891621"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694891684"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694891743"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694891793"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694891854"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694891929"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694891975"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694892027"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694892111"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694892180"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "JJJC68"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "619ce6ab-8-701ff27f-2", "startTime": "15:10:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.719738, "longitude": -72.97504, "bearing": 206.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694888982", "vehicle": {"licensePlate": "JJJC68"}}}, {"id": "0ed9a4b9-0622-40c5-bfc2-fcf366410395", "tripUpdate": {"trip": {"tripId": "9e911196-b-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889567"}, "stopId": "15-Feb"}, {"stopSequence": 25, "arrival": {"time": "1694889702"}, "stopId": "15-Mar"}, {"stopSequence": 26, "arrival": {"time": "1694889736"}, "stopId": "15-May"}, {"stopSequence": 27, "arrival": {"time": "1694889791"}, "stopId": "15-Jul"}, {"stopSequence": 28, "arrival": {"time": "1694889875"}, "stopId": "15-Sep"}, {"stopSequence": 29, "arrival": {"time": "1694890619"}, "stopId": "15-Dec"}, {"stopSequence": 30, "arrival": {"time": "1694890770"}, "stopId": "38149"}, {"stopSequence": 31, "arrival": {"time": "1694890833"}, "stopId": "14-Feb"}, {"stopSequence": 32, "arrival": {"time": "1694890926"}, "stopId": "14-May"}, {"stopSequence": 33, "arrival": {"time": "1694890966"}, "stopId": "14-Jun"}, {"stopSequence": 34, "arrival": {"time": "1694891027"}, "stopId": "14-Aug"}, {"stopSequence": 35, "arrival": {"time": "1694891067"}, "stopId": "50024"}, {"stopSequence": 36, "arrival": {"time": "1694891209"}, "stopId": "14-12"}, {"stopSequence": 37, "arrival": {"time": "1694891233"}, "stopId": "14-13"}, {"stopSequence": 38, "arrival": {"time": "1694891336"}, "stopId": "14-15"}, {"stopSequence": 39, "arrival": {"time": "1694891358"}, "stopId": "14-16"}, {"stopSequence": 40, "arrival": {"time": "1694891416"}, "stopId": "14-18"}, {"stopSequence": 41, "arrival": {"time": "1694891528"}, "stopId": "13-Jan"}, {"stopSequence": 42, "arrival": {"time": "1694891580"}, "stopId": "13-Feb"}, {"stopSequence": 43, "arrival": {"time": "1694891611"}, "stopId": "28-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694891672"}, "stopId": "12-3"}, {"stopSequence": 45, "arrival": {"time": "1694891773"}, "stopId": "12-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694891823"}, "stopId": "12-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694891896"}, "stopId": "7-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694891964"}, "stopId": "7-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694892152"}, "stopId": "7-Jun"}, {"stopSequence": 50, "arrival": {"time": "1694892240"}, "stopId": "7-Aug"}, {"stopSequence": 51, "arrival": {"time": "1694892344"}, "stopId": "6-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694892454"}, "stopId": "6-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694892615"}, "stopId": "6-May"}, {"stopSequence": 54, "arrival": {"time": "1694892863"}, "stopId": "6-Jul"}, {"stopSequence": 55, "arrival": {"time": "1694892960"}, "stopId": "6-Sep"}, {"stopSequence": 56, "arrival": {"time": "1694893132"}, "stopId": "6-Nov"}, {"stopSequence": 57, "arrival": {"time": "1694893316"}, "stopId": "6-Dec"}, {"stopSequence": 58, "arrival": {"time": "1694893486"}, "stopId": "Jun-14"}, {"stopSequence": 59, "arrival": {"time": "1694893810"}, "stopId": "Jun-17"}, {"stopSequence": 60, "arrival": {"time": "1694893992"}, "stopId": "Jun-19"}, {"stopSequence": 61, "arrival": {"time": "1694894119"}, "stopId": "Jun-20"}, {"stopSequence": 62, "arrival": {"time": "1694894262"}, "stopId": "Jun-22"}, {"stopSequence": 63, "arrival": {"time": "1694894418"}, "stopId": "Jun-24"}, {"stopSequence": 64, "arrival": {"time": "1694894648"}, "stopId": "Jun-25"}, {"stopSequence": 65, "arrival": {"time": "1694895343"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694895634"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694895812"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694895982"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694896128"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694896311"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694896544"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694896689"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694896857"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694897136"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694897373"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "JRZZ57"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "9e911196-b-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.638794, "longitude": -72.959206, "bearing": 192.0, "odometer": 0.0, "speed": 11.111111}, "timestamp": "1694888984", "vehicle": {"licensePlate": "JRZZ57"}}}, {"id": "20b39c49-c387-4ca5-b8ed-4e1bad57d901", "tripUpdate": {"trip": {"tripId": "7d76082a-c-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694889054"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694889098"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694889139"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694889230"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694889322"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694889362"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694889441"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694889497"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694889641"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694890234"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694890506"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694890605"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694890650"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694891604"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694891755"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694891822"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694891885"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694892002"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694892056"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694892358"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694892769"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694892948"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694892998"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694893099"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694893205"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694893375"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "JXFY19"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "7d76082a-c-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.72918, "longitude": -72.98026, "bearing": 40.0, "odometer": 0.0, "speed": 12.777778}, "timestamp": "1694889004", "vehicle": {"licensePlate": "JXFY19"}}}, {"id": "fde89fcf-e11d-4728-9aed-56ebc3e54c20", "tripUpdate": {"trip": {"tripId": "90ec6b89-b-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 23, "arrival": {"time": "1694889054"}, "stopId": "Jun-15"}, {"stopSequence": 24, "arrival": {"time": "1694889147"}, "stopId": "Jun-13"}, {"stopSequence": 25, "arrival": {"time": "1694889356"}, "stopId": "6-Oct"}, {"stopSequence": 26, "arrival": {"time": "1694889408"}, "stopId": "6-Aug"}, {"stopSequence": 27, "arrival": {"time": "1694889563"}, "stopId": "6-Jun"}, {"stopSequence": 28, "arrival": {"time": "1694889687"}, "stopId": "6-Feb"}, {"stopSequence": 29, "arrival": {"time": "1694889818"}, "stopId": "7-Jul"}, {"stopSequence": 30, "arrival": {"time": "1694889884"}, "stopId": "7-May"}, {"stopSequence": 31, "arrival": {"time": "1694889924"}, "stopId": "1508142"}, {"stopSequence": 32, "arrival": {"time": "1694890018"}, "stopId": "7-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694890075"}, "stopId": "8-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694890114"}, "stopId": "9-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694890145"}, "stopId": "10-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694890209"}, "stopId": "10-Jan"}, {"stopSequence": 37, "arrival": {"time": "1694890244"}, "stopId": "44863"}, {"stopSequence": 38, "arrival": {"time": "1694890280"}, "stopId": "10-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694890326"}, "stopId": "11-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694890466"}, "stopId": "14-17"}, {"stopSequence": 41, "arrival": {"time": "1694890596"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694890637"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694890676"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694890765"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694890858"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694890899"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694890981"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694891041"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694891198"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694891925"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694892302"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694892447"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694892514"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694894151"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694894449"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694894588"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694894717"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694894968"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694895084"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694895775"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694896811"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694897300"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694897443"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694897732"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694898048"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694898572"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "JXFY20"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "90ec6b89-b-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.78393, "longitude": -73.02169, "bearing": 18.0, "odometer": 0.0, "speed": 12.5}, "timestamp": "1694889004", "vehicle": {"licensePlate": "JXFY20"}}}, {"id": "41bfefdf-262e-4480-8d4a-a36bb393505e", "tripUpdate": {"trip": {"tripId": "2557141d-1-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 29, "arrival": {"time": "1694889716"}, "stopId": "15-Dec"}, {"stopSequence": 30, "arrival": {"time": "1694889861"}, "stopId": "38149"}, {"stopSequence": 31, "arrival": {"time": "1694889921"}, "stopId": "14-Feb"}, {"stopSequence": 32, "arrival": {"time": "1694890007"}, "stopId": "14-May"}, {"stopSequence": 33, "arrival": {"time": "1694890044"}, "stopId": "14-Jun"}, {"stopSequence": 34, "arrival": {"time": "1694890099"}, "stopId": "14-Aug"}, {"stopSequence": 35, "arrival": {"time": "1694890136"}, "stopId": "50024"}, {"stopSequence": 36, "arrival": {"time": "1694890261"}, "stopId": "14-12"}, {"stopSequence": 37, "arrival": {"time": "1694890282"}, "stopId": "14-13"}, {"stopSequence": 38, "arrival": {"time": "1694890372"}, "stopId": "14-15"}, {"stopSequence": 39, "arrival": {"time": "1694890391"}, "stopId": "14-16"}, {"stopSequence": 40, "arrival": {"time": "1694890441"}, "stopId": "14-18"}, {"stopSequence": 41, "arrival": {"time": "1694890536"}, "stopId": "13-Jan"}, {"stopSequence": 42, "arrival": {"time": "1694890579"}, "stopId": "13-Feb"}, {"stopSequence": 43, "arrival": {"time": "1694890605"}, "stopId": "28-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694890655"}, "stopId": "12-3"}, {"stopSequence": 45, "arrival": {"time": "1694890738"}, "stopId": "12-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694890778"}, "stopId": "12-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694890837"}, "stopId": "7-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694890891"}, "stopId": "7-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694891037"}, "stopId": "7-Jun"}, {"stopSequence": 50, "arrival": {"time": "1694891105"}, "stopId": "7-Aug"}, {"stopSequence": 51, "arrival": {"time": "1694891184"}, "stopId": "6-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694891266"}, "stopId": "6-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694891385"}, "stopId": "6-May"}, {"stopSequence": 54, "arrival": {"time": "1694891563"}, "stopId": "6-Jul"}, {"stopSequence": 55, "arrival": {"time": "1694891632"}, "stopId": "6-Sep"}, {"stopSequence": 56, "arrival": {"time": "1694891752"}, "stopId": "6-Nov"}, {"stopSequence": 57, "arrival": {"time": "1694891878"}, "stopId": "6-Dec"}, {"stopSequence": 58, "arrival": {"time": "1694891993"}, "stopId": "Jun-14"}, {"stopSequence": 59, "arrival": {"time": "1694892206"}, "stopId": "Jun-17"}, {"stopSequence": 60, "arrival": {"time": "1694892323"}, "stopId": "Jun-19"}, {"stopSequence": 61, "arrival": {"time": "1694892403"}, "stopId": "Jun-20"}, {"stopSequence": 62, "arrival": {"time": "1694892492"}, "stopId": "Jun-22"}, {"stopSequence": 63, "arrival": {"time": "1694892589"}, "stopId": "Jun-24"}, {"stopSequence": 64, "arrival": {"time": "1694892728"}, "stopId": "Jun-25"}, {"stopSequence": 65, "arrival": {"time": "1694893134"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694893297"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694893395"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694893488"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694893566"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694893663"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694893785"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694893860"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694893945"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694894084"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694894201"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "LBKD68"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "2557141d-1-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.675457, "longitude": -72.95802, "bearing": 188.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694889010", "vehicle": {"licensePlate": "LBKD68"}}}, {"id": "e385a63b-95ad-4618-9b72-0dfda2d59291", "tripUpdate": {"trip": {"tripId": "6c343838-d-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889243"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694889344"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694889389"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694890246"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694890366"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694890420"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694890468"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694890557"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694890597"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694890817"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694891100"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694891217"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694891250"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694891315"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694891382"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694891487"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "LJKK10"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "6c343838-d-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.682274, "longitude": -72.95948, "bearing": 358.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889006", "vehicle": {"licensePlate": "LJKK10"}}}, {"id": "a4e6b9ec-2795-4d15-998d-dfc3eaf47637", "tripUpdate": {"trip": {"tripId": "f4b6a532-2-701ff27f-2", "startTime": "15:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889016"}, "stopId": "50033"}, {"stopSequence": 12, "arrival": {"time": "1694889055"}, "stopId": "39497"}, {"stopSequence": 13, "arrival": {"time": "1694889088"}, "stopId": "49407"}, {"stopSequence": 14, "arrival": {"time": "1694889144"}, "stopId": "50034"}, {"stopSequence": 15, "arrival": {"time": "1694889187"}, "stopId": "40903"}, {"stopSequence": 16, "arrival": {"time": "1694889245"}, "stopId": "50035"}, {"stopSequence": 17, "arrival": {"time": "1694889297"}, "stopId": "50036"}, {"stopSequence": 18, "arrival": {"time": "1694889528"}, "stopId": "50037"}, {"stopSequence": 19, "arrival": {"time": "1694889670"}, "stopId": "50038"}, {"stopSequence": 20, "arrival": {"time": "1694889738"}, "stopId": "50039"}, {"stopSequence": 21, "arrival": {"time": "1694889799"}, "stopId": "50040"}, {"stopSequence": 22, "arrival": {"time": "1694889882"}, "stopId": "50041"}, {"stopSequence": 23, "arrival": {"time": "1694890022"}, "stopId": "Jun-15"}, {"stopSequence": 24, "arrival": {"time": "1694890107"}, "stopId": "Jun-13"}, {"stopSequence": 25, "arrival": {"time": "1694890305"}, "stopId": "6-Oct"}, {"stopSequence": 26, "arrival": {"time": "1694890355"}, "stopId": "6-Aug"}, {"stopSequence": 27, "arrival": {"time": "1694890508"}, "stopId": "6-Jun"}, {"stopSequence": 28, "arrival": {"time": "1694890633"}, "stopId": "6-Feb"}, {"stopSequence": 29, "arrival": {"time": "1694890769"}, "stopId": "7-Jul"}, {"stopSequence": 30, "arrival": {"time": "1694890840"}, "stopId": "7-May"}, {"stopSequence": 31, "arrival": {"time": "1694890883"}, "stopId": "1508142"}, {"stopSequence": 32, "arrival": {"time": "1694890984"}, "stopId": "7-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694891046"}, "stopId": "8-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694891089"}, "stopId": "9-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694891124"}, "stopId": "10-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694891195"}, "stopId": "10-Jan"}, {"stopSequence": 37, "arrival": {"time": "1694891235"}, "stopId": "44863"}, {"stopSequence": 38, "arrival": {"time": "1694891277"}, "stopId": "10-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694891330"}, "stopId": "11-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694891493"}, "stopId": "14-17"}, {"stopSequence": 41, "arrival": {"time": "1694891648"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694891699"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694891746"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694891856"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694891972"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694892024"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694892129"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694892207"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694892414"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694893441"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694894020"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694894250"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694894358"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694897356"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694897983"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694898285"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694898571"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694899142"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694899415"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694901140"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694904123"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694905725"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694906221"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694907266"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694908473"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694910652"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "LJKK11"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "f4b6a532-2-701ff27f-2", "startTime": "15:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.824, "longitude": -73.03664, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "LJKK11"}}}, {"id": "36071446-42b7-4a20-a63d-e286f01b1fa2", "tripUpdate": {"trip": {"tripId": "101b6e55-5-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 45, "arrival": {"time": "1694888995"}, "stopId": "12-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694889037"}, "stopId": "12-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694889098"}, "stopId": "7-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694889152"}, "stopId": "7-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694889295"}, "stopId": "7-Jun"}, {"stopSequence": 50, "arrival": {"time": "1694889360"}, "stopId": "7-Aug"}, {"stopSequence": 51, "arrival": {"time": "1694889433"}, "stopId": "6-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694889507"}, "stopId": "6-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694889611"}, "stopId": "6-May"}, {"stopSequence": 54, "arrival": {"time": "1694889761"}, "stopId": "6-Jul"}, {"stopSequence": 55, "arrival": {"time": "1694889817"}, "stopId": "6-Sep"}, {"stopSequence": 56, "arrival": {"time": "1694889912"}, "stopId": "6-Nov"}, {"stopSequence": 57, "arrival": {"time": "1694890009"}, "stopId": "6-Dec"}, {"stopSequence": 58, "arrival": {"time": "1694890094"}, "stopId": "Jun-14"}, {"stopSequence": 59, "arrival": {"time": "1694890247"}, "stopId": "Jun-17"}, {"stopSequence": 60, "arrival": {"time": "1694890328"}, "stopId": "Jun-19"}, {"stopSequence": 61, "arrival": {"time": "1694890382"}, "stopId": "Jun-20"}, {"stopSequence": 62, "arrival": {"time": "1694890441"}, "stopId": "Jun-22"}, {"stopSequence": 63, "arrival": {"time": "1694890504"}, "stopId": "Jun-24"}, {"stopSequence": 64, "arrival": {"time": "1694890593"}, "stopId": "Jun-25"}, {"stopSequence": 65, "arrival": {"time": "1694890837"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694890931"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694890985"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694891036"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694891079"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694891130"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694891194"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694891233"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694891276"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694891346"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694891403"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "LJKK45"}, "timestamp": "1694888994"}, "vehicle": {"trip": {"tripId": "101b6e55-5-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.73823, "longitude": -72.99746, "bearing": 246.0, "odometer": 0.0, "speed": 10.277778}, "timestamp": "1694888994", "vehicle": {"licensePlate": "LJKK45"}}}, {"id": "6bb13bc0-1071-488d-929d-8f63b7d1ceff", "tripUpdate": {"trip": {"tripId": "b1e159c9-2-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 17, "arrival": {"time": "1694889029"}, "stopId": "50036"}, {"stopSequence": 18, "arrival": {"time": "1694889269"}, "stopId": "50037"}, {"stopSequence": 19, "arrival": {"time": "1694889415"}, "stopId": "50038"}, {"stopSequence": 20, "arrival": {"time": "1694889484"}, "stopId": "50039"}, {"stopSequence": 21, "arrival": {"time": "1694889546"}, "stopId": "50040"}, {"stopSequence": 22, "arrival": {"time": "1694889631"}, "stopId": "50041"}, {"stopSequence": 23, "arrival": {"time": "1694889772"}, "stopId": "Jun-15"}, {"stopSequence": 24, "arrival": {"time": "1694889857"}, "stopId": "Jun-13"}, {"stopSequence": 25, "arrival": {"time": "1694890054"}, "stopId": "6-Oct"}, {"stopSequence": 26, "arrival": {"time": "1694890104"}, "stopId": "6-Aug"}, {"stopSequence": 27, "arrival": {"time": "1694890255"}, "stopId": "6-Jun"}, {"stopSequence": 28, "arrival": {"time": "1694890378"}, "stopId": "6-Feb"}, {"stopSequence": 29, "arrival": {"time": "1694890510"}, "stopId": "7-Jul"}, {"stopSequence": 30, "arrival": {"time": "1694890579"}, "stopId": "7-May"}, {"stopSequence": 31, "arrival": {"time": "1694890620"}, "stopId": "1508142"}, {"stopSequence": 32, "arrival": {"time": "1694890719"}, "stopId": "7-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694890778"}, "stopId": "8-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694890819"}, "stopId": "9-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694890853"}, "stopId": "10-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694890921"}, "stopId": "10-Jan"}, {"stopSequence": 37, "arrival": {"time": "1694890959"}, "stopId": "44863"}, {"stopSequence": 38, "arrival": {"time": "1694890999"}, "stopId": "10-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694891050"}, "stopId": "11-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694891204"}, "stopId": "14-17"}, {"stopSequence": 41, "arrival": {"time": "1694891351"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694891398"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694891443"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694891545"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694891654"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694891703"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694891800"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694891872"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694892063"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694892992"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694893505"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694893707"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694893801"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694896327"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694896835"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694897076"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694897303"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694897754"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694897967"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694899287"}, "stopId": "18-Feb"}, {"stopSequence": 61, "arrival": {"time": "1694901462"}, "stopId": "19-Feb"}, {"stopSequence": 62, "arrival": {"time": "1694902577"}, "stopId": "20-Feb"}, {"stopSequence": 63, "arrival": {"time": "1694902916"}, "stopId": "20-Mar"}, {"stopSequence": 64, "arrival": {"time": "1694903617"}, "stopId": "20-Jun"}, {"stopSequence": 65, "arrival": {"time": "1694904411"}, "stopId": "20-Sep"}, {"stopSequence": 66, "arrival": {"time": "1694905798"}, "stopId": "20-Dec"}], "vehicle": {"licensePlate": "RVXG36"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "b1e159c9-2-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 1}, "position": {"latitude": -36.814827, "longitude": -73.03091, "bearing": 40.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "RVXG36"}}}, {"id": "1f90e88d-c378-4383-b26f-04a5819a8173", "tripUpdate": {"trip": {"tripId": "7d120aea-c-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 18, "arrival": {"time": "1694888915"}, "stopId": "50042"}, {"stopSequence": 19, "arrival": {"time": "1694889039"}, "stopId": "16-Feb"}, {"stopSequence": 20, "arrival": {"time": "1694889096"}, "stopId": "16-4"}, {"stopSequence": 21, "arrival": {"time": "1694889196"}, "stopId": "16-Jun"}, {"stopSequence": 22, "arrival": {"time": "1694889256"}, "stopId": "16-Jul"}, {"stopSequence": 23, "arrival": {"time": "1694889298"}, "stopId": "15-Jan"}, {"stopSequence": 24, "arrival": {"time": "1694889946"}, "stopId": "15-Feb"}, {"stopSequence": 25, "arrival": {"time": "1694890080"}, "stopId": "15-Mar"}, {"stopSequence": 26, "arrival": {"time": "1694890114"}, "stopId": "15-May"}, {"stopSequence": 27, "arrival": {"time": "1694890169"}, "stopId": "15-Jul"}, {"stopSequence": 28, "arrival": {"time": "1694890254"}, "stopId": "15-Sep"}, {"stopSequence": 29, "arrival": {"time": "1694891032"}, "stopId": "15-Dec"}, {"stopSequence": 30, "arrival": {"time": "1694891196"}, "stopId": "38149"}, {"stopSequence": 31, "arrival": {"time": "1694891266"}, "stopId": "14-Feb"}, {"stopSequence": 32, "arrival": {"time": "1694891369"}, "stopId": "14-May"}, {"stopSequence": 33, "arrival": {"time": "1694891414"}, "stopId": "14-Jun"}, {"stopSequence": 34, "arrival": {"time": "1694891482"}, "stopId": "14-Aug"}, {"stopSequence": 35, "arrival": {"time": "1694891527"}, "stopId": "50024"}, {"stopSequence": 36, "arrival": {"time": "1694891686"}, "stopId": "14-12"}, {"stopSequence": 37, "arrival": {"time": "1694891714"}, "stopId": "14-13"}, {"stopSequence": 38, "arrival": {"time": "1694891832"}, "stopId": "14-15"}, {"stopSequence": 39, "arrival": {"time": "1694891857"}, "stopId": "14-16"}, {"stopSequence": 40, "arrival": {"time": "1694891923"}, "stopId": "14-18"}, {"stopSequence": 41, "arrival": {"time": "1694892054"}, "stopId": "13-Jan"}, {"stopSequence": 42, "arrival": {"time": "1694892115"}, "stopId": "13-Feb"}, {"stopSequence": 43, "arrival": {"time": "1694892150"}, "stopId": "28-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694892222"}, "stopId": "12-3"}, {"stopSequence": 45, "arrival": {"time": "1694892341"}, "stopId": "12-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694892400"}, "stopId": "12-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694892488"}, "stopId": "7-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694892569"}, "stopId": "7-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694892795"}, "stopId": "7-Jun"}, {"stopSequence": 50, "arrival": {"time": "1694892903"}, "stopId": "7-Aug"}, {"stopSequence": 51, "arrival": {"time": "1694893031"}, "stopId": "6-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694893167"}, "stopId": "6-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694893367"}, "stopId": "6-May"}, {"stopSequence": 54, "arrival": {"time": "1694893681"}, "stopId": "6-Jul"}, {"stopSequence": 55, "arrival": {"time": "1694893805"}, "stopId": "6-Sep"}, {"stopSequence": 56, "arrival": {"time": "1694894027"}, "stopId": "6-Nov"}, {"stopSequence": 57, "arrival": {"time": "1694894267"}, "stopId": "6-Dec"}, {"stopSequence": 58, "arrival": {"time": "1694894491"}, "stopId": "Jun-14"}, {"stopSequence": 59, "arrival": {"time": "1694894925"}, "stopId": "Jun-17"}, {"stopSequence": 60, "arrival": {"time": "1694895173"}, "stopId": "Jun-19"}, {"stopSequence": 61, "arrival": {"time": "1694895347"}, "stopId": "Jun-20"}, {"stopSequence": 62, "arrival": {"time": "1694895545"}, "stopId": "Jun-22"}, {"stopSequence": 63, "arrival": {"time": "1694895764"}, "stopId": "Jun-24"}, {"stopSequence": 64, "arrival": {"time": "1694896090"}, "stopId": "Jun-25"}, {"stopSequence": 65, "arrival": {"time": "1694897102"}, "stopId": "5-Feb"}, {"stopSequence": 66, "arrival": {"time": "1694897539"}, "stopId": "1-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694897810"}, "stopId": "1-Mar"}, {"stopSequence": 68, "arrival": {"time": "1694898072"}, "stopId": "1-Apr"}, {"stopSequence": 69, "arrival": {"time": "1694898299"}, "stopId": "1-May"}, {"stopSequence": 70, "arrival": {"time": "1694898587"}, "stopId": "1-Jun"}, {"stopSequence": 71, "arrival": {"time": "1694898959"}, "stopId": "1-Jul"}, {"stopSequence": 72, "arrival": {"time": "1694899193"}, "stopId": "1-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694899465"}, "stopId": "1-Sep"}, {"stopSequence": 74, "arrival": {"time": "1694899927"}, "stopId": "1-Oct"}, {"stopSequence": 75, "arrival": {"time": "1694900325"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "SKZP29"}, "timestamp": "1694888894"}, "vehicle": {"trip": {"tripId": "7d120aea-c-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "540", "directionId": 0}, "position": {"latitude": -36.61756, "longitude": -72.958084, "bearing": 170.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888894", "vehicle": {"licensePlate": "SKZP29"}}}, {"id": "5ec13397-2b9a-48a9-b05d-d549de9badea", "tripUpdate": {"trip": {"tripId": "94761076-e-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "541", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694889407"}, "stopId": "23-Jan"}, {"stopSequence": 61, "arrival": {"time": "1694889645"}, "stopId": "24-14"}, {"stopSequence": 62, "arrival": {"time": "1694890527"}, "stopId": "24-May"}, {"stopSequence": 63, "arrival": {"time": "1694890606"}, "stopId": "24-Apr"}, {"stopSequence": 64, "arrival": {"time": "1694890828"}, "stopId": "24-Feb"}, {"stopSequence": 65, "arrival": {"time": "1694890907"}, "stopId": "24-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694890970"}, "stopId": "25-2"}, {"stopSequence": 67, "arrival": {"time": "1694891009"}, "stopId": "29-9"}, {"stopSequence": 68, "arrival": {"time": "1694891046"}, "stopId": "30-1"}, {"stopSequence": 69, "arrival": {"time": "1694891141"}, "stopId": "26-Jan"}, {"stopSequence": 70, "arrival": {"time": "1694891264"}, "stopId": "26-Feb"}, {"stopSequence": 71, "arrival": {"time": "1694891305"}, "stopId": "26-3"}, {"stopSequence": 72, "arrival": {"time": "1694891340"}, "stopId": "29-6"}, {"stopSequence": 73, "arrival": {"time": "1694891417"}, "stopId": "29-7"}, {"stopSequence": 74, "arrival": {"time": "1694891564"}, "stopId": "29-8"}], "vehicle": {"licensePlate": "HYCZ74"}, "timestamp": "1694888924"}, "vehicle": {"trip": {"tripId": "94761076-e-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "541", "directionId": 1}, "position": {"latitude": -36.618504, "longitude": -72.95585, "bearing": 72.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888924", "vehicle": {"licensePlate": "HYCZ74"}}}, {"id": "3b838b19-462f-4d97-aafe-e8012ed9305d", "tripUpdate": {"trip": {"tripId": "d3f89e8a-6-701ff27f-2", "startTime": "16:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "541", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 18, "arrival": {"time": "1694888988"}, "stopId": "24-13"}, {"stopSequence": 19, "arrival": {"time": "1694889406"}, "stopId": "22-Jan"}, {"stopSequence": 20, "arrival": {"time": "1694889648"}, "stopId": "18-Feb"}, {"stopSequence": 21, "arrival": {"time": "1694889698"}, "stopId": "18-Mar"}, {"stopSequence": 22, "arrival": {"time": "1694889758"}, "stopId": "50042"}, {"stopSequence": 23, "arrival": {"time": "1694889872"}, "stopId": "16-Feb"}, {"stopSequence": 24, "arrival": {"time": "1694889925"}, "stopId": "16-4"}, {"stopSequence": 25, "arrival": {"time": "1694890019"}, "stopId": "16-Jun"}, {"stopSequence": 26, "arrival": {"time": "1694890073"}, "stopId": "16-Jul"}, {"stopSequence": 27, "arrival": {"time": "1694890116"}, "stopId": "15-Jan"}, {"stopSequence": 28, "arrival": {"time": "1694890776"}, "stopId": "15-Feb"}, {"stopSequence": 29, "arrival": {"time": "1694890925"}, "stopId": "15-Mar"}, {"stopSequence": 30, "arrival": {"time": "1694890954"}, "stopId": "15-May"}, {"stopSequence": 31, "arrival": {"time": "1694891005"}, "stopId": "15-Jul"}, {"stopSequence": 32, "arrival": {"time": "1694891100"}, "stopId": "15-Sep"}, {"stopSequence": 33, "arrival": {"time": "1694892015"}, "stopId": "15-Dec"}, {"stopSequence": 34, "arrival": {"time": "1694892217"}, "stopId": "38149"}, {"stopSequence": 35, "arrival": {"time": "1694892305"}, "stopId": "14-Feb"}, {"stopSequence": 36, "arrival": {"time": "1694892434"}, "stopId": "14-May"}, {"stopSequence": 37, "arrival": {"time": "1694892492"}, "stopId": "14-Jun"}, {"stopSequence": 38, "arrival": {"time": "1694892580"}, "stopId": "14-Aug"}, {"stopSequence": 39, "arrival": {"time": "1694892637"}, "stopId": "50024"}, {"stopSequence": 40, "arrival": {"time": "1694892847"}, "stopId": "14-12"}, {"stopSequence": 41, "arrival": {"time": "1694892883"}, "stopId": "14-13"}, {"stopSequence": 42, "arrival": {"time": "1694893041"}, "stopId": "14-15"}, {"stopSequence": 43, "arrival": {"time": "1694893075"}, "stopId": "14-16"}, {"stopSequence": 44, "arrival": {"time": "1694893174"}, "stopId": "14-18"}, {"stopSequence": 45, "arrival": {"time": "1694893343"}, "stopId": "13-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694893442"}, "stopId": "13-Feb"}, {"stopSequence": 47, "arrival": {"time": "1694893476"}, "stopId": "28-Jan"}, {"stopSequence": 48, "arrival": {"time": "1694893577"}, "stopId": "12-3"}, {"stopSequence": 49, "arrival": {"time": "1694893745"}, "stopId": "12-Jan"}, {"stopSequence": 50, "arrival": {"time": "1694893839"}, "stopId": "12-Feb"}, {"stopSequence": 51, "arrival": {"time": "1694893955"}, "stopId": "7-Jan"}, {"stopSequence": 52, "arrival": {"time": "1694894073"}, "stopId": "7-Mar"}, {"stopSequence": 53, "arrival": {"time": "1694894407"}, "stopId": "7-Jun"}, {"stopSequence": 54, "arrival": {"time": "1694894566"}, "stopId": "7-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694894761"}, "stopId": "6-Jan"}, {"stopSequence": 56, "arrival": {"time": "1694894970"}, "stopId": "6-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694895284"}, "stopId": "6-May"}, {"stopSequence": 58, "arrival": {"time": "1694895789"}, "stopId": "6-Jul"}, {"stopSequence": 59, "arrival": {"time": "1694895994"}, "stopId": "6-Sep"}, {"stopSequence": 60, "arrival": {"time": "1694896343"}, "stopId": "6-Nov"}, {"stopSequence": 61, "arrival": {"time": "1694896805"}, "stopId": "6-Dec"}, {"stopSequence": 62, "arrival": {"time": "1694897217"}, "stopId": "Jun-14"}, {"stopSequence": 63, "arrival": {"time": "1694897966"}, "stopId": "Jun-17"}, {"stopSequence": 64, "arrival": {"time": "1694898480"}, "stopId": "Jun-19"}, {"stopSequence": 65, "arrival": {"time": "1694898797"}, "stopId": "Jun-20"}, {"stopSequence": 66, "arrival": {"time": "1694899196"}, "stopId": "Jun-22"}, {"stopSequence": 67, "arrival": {"time": "1694899658"}, "stopId": "Jun-24"}, {"stopSequence": 68, "arrival": {"time": "1694900345"}, "stopId": "Jun-25"}, {"stopSequence": 69, "arrival": {"time": "1694902557"}, "stopId": "5-Feb"}, {"stopSequence": 70, "arrival": {"time": "1694903626"}, "stopId": "1-Feb"}, {"stopSequence": 71, "arrival": {"time": "1694904320"}, "stopId": "1-Mar"}, {"stopSequence": 72, "arrival": {"time": "1694905011"}, "stopId": "1-Apr"}, {"stopSequence": 73, "arrival": {"time": "1694905629"}, "stopId": "1-May"}, {"stopSequence": 74, "arrival": {"time": "1694906439"}, "stopId": "1-Jun"}, {"stopSequence": 75, "arrival": {"time": "1694907531"}, "stopId": "1-Jul"}, {"stopSequence": 76, "arrival": {"time": "1694908245"}, "stopId": "1-Aug"}, {"stopSequence": 77, "arrival": {"time": "1694909106"}, "stopId": "1-Sep"}, {"stopSequence": 78, "arrival": {"time": "1694910641"}, "stopId": "1-Oct"}, {"stopSequence": 79, "arrival": {"time": "1694912049"}, "stopId": "1-Nov"}], "vehicle": {"licensePlate": "JJJC37"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "d3f89e8a-6-701ff27f-2", "startTime": "16:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "541", "directionId": 0}, "position": {"latitude": -36.596355, "longitude": -72.95232, "bearing": 158.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694888978", "vehicle": {"licensePlate": "JJJC37"}}}, {"id": "f32ebfb3-31bb-44f9-8f81-0506217d7149", "tripUpdate": {"trip": {"tripId": "e07d182b-0-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "541", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694889075"}, "stopId": "2-Apr"}, {"stopSequence": 5, "arrival": {"time": "1694889210"}, "stopId": "3-1"}, {"stopSequence": 6, "arrival": {"time": "1694889262"}, "stopId": "50030"}, {"stopSequence": 7, "arrival": {"time": "1694889314"}, "stopId": "3-Mar"}, {"stopSequence": 8, "arrival": {"time": "1694889364"}, "stopId": "50031"}, {"stopSequence": 9, "arrival": {"time": "1694889414"}, "stopId": "50032"}, {"stopSequence": 10, "arrival": {"time": "1694889450"}, "stopId": "39495"}, {"stopSequence": 11, "arrival": {"time": "1694889543"}, "stopId": "50033"}, {"stopSequence": 12, "arrival": {"time": "1694889580"}, "stopId": "39497"}, {"stopSequence": 13, "arrival": {"time": "1694889610"}, "stopId": "49407"}, {"stopSequence": 14, "arrival": {"time": "1694889662"}, "stopId": "50034"}, {"stopSequence": 15, "arrival": {"time": "1694889703"}, "stopId": "40903"}, {"stopSequence": 16, "arrival": {"time": "1694889757"}, "stopId": "50035"}, {"stopSequence": 17, "arrival": {"time": "1694889806"}, "stopId": "50036"}, {"stopSequence": 18, "arrival": {"time": "1694890029"}, "stopId": "50037"}, {"stopSequence": 19, "arrival": {"time": "1694890169"}, "stopId": "50038"}, {"stopSequence": 20, "arrival": {"time": "1694890236"}, "stopId": "50039"}, {"stopSequence": 21, "arrival": {"time": "1694890297"}, "stopId": "50040"}, {"stopSequence": 22, "arrival": {"time": "1694890381"}, "stopId": "50041"}, {"stopSequence": 23, "arrival": {"time": "1694890523"}, "stopId": "Jun-15"}, {"stopSequence": 24, "arrival": {"time": "1694890611"}, "stopId": "Jun-13"}, {"stopSequence": 25, "arrival": {"time": "1694890818"}, "stopId": "6-Oct"}, {"stopSequence": 26, "arrival": {"time": "1694890871"}, "stopId": "6-Aug"}, {"stopSequence": 27, "arrival": {"time": "1694891034"}, "stopId": "6-Jun"}, {"stopSequence": 28, "arrival": {"time": "1694891170"}, "stopId": "6-Feb"}, {"stopSequence": 29, "arrival": {"time": "1694891319"}, "stopId": "7-Jul"}, {"stopSequence": 30, "arrival": {"time": "1694891397"}, "stopId": "7-May"}, {"stopSequence": 31, "arrival": {"time": "1694891444"}, "stopId": "1508142"}, {"stopSequence": 32, "arrival": {"time": "1694891558"}, "stopId": "7-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694891628"}, "stopId": "8-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694891676"}, "stopId": "9-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694891716"}, "stopId": "10-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694891798"}, "stopId": "10-Jan"}, {"stopSequence": 37, "arrival": {"time": "1694891843"}, "stopId": "44863"}, {"stopSequence": 38, "arrival": {"time": "1694891891"}, "stopId": "10-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694891955"}, "stopId": "11-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694892141"}, "stopId": "14-17"}, {"stopSequence": 41, "arrival": {"time": "1694892324"}, "stopId": "14-14"}, {"stopSequence": 42, "arrival": {"time": "1694892385"}, "stopId": "14-11"}, {"stopSequence": 43, "arrival": {"time": "1694892442"}, "stopId": "91162"}, {"stopSequence": 44, "arrival": {"time": "1694892573"}, "stopId": "50023"}, {"stopSequence": 45, "arrival": {"time": "1694892714"}, "stopId": "14-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694892788"}, "stopId": "14-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694892908"}, "stopId": "14-Mar"}, {"stopSequence": 48, "arrival": {"time": "1694893002"}, "stopId": "38151"}, {"stopSequence": 49, "arrival": {"time": "1694893261"}, "stopId": "15-13"}, {"stopSequence": 50, "arrival": {"time": "1694894600"}, "stopId": "15-Oct"}, {"stopSequence": 51, "arrival": {"time": "1694895427"}, "stopId": "15-Aug"}, {"stopSequence": 52, "arrival": {"time": "1694895722"}, "stopId": "15-Jun"}, {"stopSequence": 53, "arrival": {"time": "1694895877"}, "stopId": "15-Apr"}, {"stopSequence": 54, "arrival": {"time": "1694900660"}, "stopId": "16-Aug"}, {"stopSequence": 55, "arrival": {"time": "1694901794"}, "stopId": "16-May"}, {"stopSequence": 56, "arrival": {"time": "1694902357"}, "stopId": "16-Mar"}, {"stopSequence": 57, "arrival": {"time": "1694902904"}, "stopId": "16-Jan"}, {"stopSequence": 58, "arrival": {"time": "1694903993"}, "stopId": "27-Jan"}, {"stopSequence": 59, "arrival": {"time": "1694904586"}, "stopId": "17-Jan"}, {"stopSequence": 60, "arrival": {"time": "1694917153"}, "stopId": "23-Jan"}, {"stopSequence": 61, "arrival": {"time": "1694933588"}, "stopId": "24-14"}], "vehicle": {"licensePlate": "KKPV70"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "e07d182b-0-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "541", "directionId": 1}, "position": {"latitude": -36.83165, "longitude": -73.05986, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "KKPV70"}}}, {"id": "73c96ce6-6dbb-4538-be78-6b4beea55466", "tripUpdate": {"trip": {"tripId": "15469-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "546", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694888799"}, "stopId": "40947"}, {"stopSequence": 23, "arrival": {"time": "1694888945"}, "stopId": "42853"}, {"stopSequence": 24, "arrival": {"time": "1694889040"}, "stopId": "42854"}, {"stopSequence": 25, "arrival": {"time": "1694889092"}, "stopId": "42855"}, {"stopSequence": 26, "arrival": {"time": "1694889122"}, "stopId": "38562"}, {"stopSequence": 27, "arrival": {"time": "1694889154"}, "stopId": "42857"}, {"stopSequence": 28, "arrival": {"time": "1694889194"}, "stopId": "38697"}, {"stopSequence": 29, "arrival": {"time": "1694889232"}, "stopId": "38646"}, {"stopSequence": 30, "arrival": {"time": "1694889269"}, "stopId": "38632"}, {"stopSequence": 31, "arrival": {"time": "1694889338"}, "stopId": "38767"}, {"stopSequence": 32, "arrival": {"time": "1694889415"}, "stopId": "38768"}, {"stopSequence": 33, "arrival": {"time": "1694889453"}, "stopId": "38769"}, {"stopSequence": 34, "arrival": {"time": "1694889488"}, "stopId": "49357"}, {"stopSequence": 35, "arrival": {"time": "1694889530"}, "stopId": "38771"}, {"stopSequence": 36, "arrival": {"time": "1694889570"}, "stopId": "38668"}, {"stopSequence": 37, "arrival": {"time": "1694889672"}, "stopId": "38661"}, {"stopSequence": 38, "arrival": {"time": "1694889750"}, "stopId": "38657"}, {"stopSequence": 39, "arrival": {"time": "1694889814"}, "stopId": "38743"}, {"stopSequence": 40, "arrival": {"time": "1694889878"}, "stopId": "38652"}, {"stopSequence": 41, "arrival": {"time": "1694889940"}, "stopId": "38721"}, {"stopSequence": 42, "arrival": {"time": "1694889993"}, "stopId": "38659"}, {"stopSequence": 43, "arrival": {"time": "1694890077"}, "stopId": "38674"}, {"stopSequence": 44, "arrival": {"time": "1694890149"}, "stopId": "38649"}, {"stopSequence": 45, "arrival": {"time": "1694890217"}, "stopId": "38718"}, {"stopSequence": 46, "arrival": {"time": "1694890283"}, "stopId": "38735"}, {"stopSequence": 47, "arrival": {"time": "1694890337"}, "stopId": "42270"}, {"stopSequence": 48, "arrival": {"time": "1694890383"}, "stopId": "42271"}, {"stopSequence": 49, "arrival": {"time": "1694890451"}, "stopId": "4838438"}, {"stopSequence": 50, "arrival": {"time": "1694890587"}, "stopId": "38688"}, {"stopSequence": 51, "arrival": {"time": "1694890717"}, "stopId": "39785"}, {"stopSequence": 52, "arrival": {"time": "1694890758"}, "stopId": "38664"}, {"stopSequence": 53, "arrival": {"time": "1694890815"}, "stopId": "38702"}, {"stopSequence": 54, "arrival": {"time": "1694890862"}, "stopId": "39787"}, {"stopSequence": 55, "arrival": {"time": "1694890907"}, "stopId": "38501"}, {"stopSequence": 56, "arrival": {"time": "1694890970"}, "stopId": "38692"}, {"stopSequence": 57, "arrival": {"time": "1694891059"}, "stopId": "38714"}, {"stopSequence": 58, "arrival": {"time": "1694891112"}, "stopId": "39791"}, {"stopSequence": 59, "arrival": {"time": "1694891135"}, "stopId": "49329"}, {"stopSequence": 60, "arrival": {"time": "1694891204"}, "stopId": "49330"}, {"stopSequence": 61, "arrival": {"time": "1694891252"}, "stopId": "39652"}, {"stopSequence": 62, "arrival": {"time": "1694891313"}, "stopId": "36683"}, {"stopSequence": 63, "arrival": {"time": "1694891357"}, "stopId": "37428"}, {"stopSequence": 64, "arrival": {"time": "1694891405"}, "stopId": "37429"}, {"stopSequence": 65, "arrival": {"time": "1694891552"}, "stopId": "36641"}, {"stopSequence": 66, "arrival": {"time": "1694891645"}, "stopId": "32571"}, {"stopSequence": 67, "arrival": {"time": "1694891676"}, "stopId": "32576"}, {"stopSequence": 68, "arrival": {"time": "1694891722"}, "stopId": "40259"}, {"stopSequence": 69, "arrival": {"time": "1694891801"}, "stopId": "40257"}, {"stopSequence": 70, "arrival": {"time": "1694891842"}, "stopId": "36690"}, {"stopSequence": 71, "arrival": {"time": "1694891916"}, "stopId": "36691"}, {"stopSequence": 72, "arrival": {"time": "1694891964"}, "stopId": "36692"}, {"stopSequence": 73, "arrival": {"time": "1694891992"}, "stopId": "36693"}, {"stopSequence": 74, "arrival": {"time": "1694892050"}, "stopId": "40036"}, {"stopSequence": 75, "arrival": {"time": "1694892133"}, "stopId": "36695"}, {"stopSequence": 76, "arrival": {"time": "1694892204"}, "stopId": "36696"}, {"stopSequence": 77, "arrival": {"time": "1694892294"}, "stopId": "39229"}, {"stopSequence": 78, "arrival": {"time": "1694892351"}, "stopId": "32587"}, {"stopSequence": 79, "arrival": {"time": "1694892392"}, "stopId": "39230"}, {"stopSequence": 80, "arrival": {"time": "1694892421"}, "stopId": "36703"}, {"stopSequence": 81, "arrival": {"time": "1694892486"}, "stopId": "39688"}, {"stopSequence": 82, "arrival": {"time": "1694892541"}, "stopId": "36754"}, {"stopSequence": 83, "arrival": {"time": "1694892559"}, "stopId": "39686"}, {"stopSequence": 84, "arrival": {"time": "1694892638"}, "stopId": "36931"}, {"stopSequence": 85, "arrival": {"time": "1694892711"}, "stopId": "36932"}, {"stopSequence": 86, "arrival": {"time": "1694892758"}, "stopId": "39666"}, {"stopSequence": 87, "arrival": {"time": "1694892804"}, "stopId": "39667"}, {"stopSequence": 88, "arrival": {"time": "1694893008"}, "stopId": "49342"}, {"stopSequence": 89, "arrival": {"time": "1694893179"}, "stopId": "49343"}], "vehicle": {"licensePlate": "LRBY43"}, "timestamp": "1694888796"}, "vehicle": {"trip": {"tripId": "15469-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "546", "directionId": 1}, "position": {"latitude": -36.72443, "longitude": -73.11891, "bearing": 130.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889020", "vehicle": {"licensePlate": "LRBY43"}}}, {"id": "0d2aa157-745c-4ee2-a26b-f76bd53ed1a5", "tripUpdate": {"trip": {"tripId": "15468-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "546", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 38, "arrival": {"time": "1694889056"}, "stopId": "38657"}, {"stopSequence": 39, "arrival": {"time": "1694889125"}, "stopId": "38743"}, {"stopSequence": 40, "arrival": {"time": "1694889195"}, "stopId": "38652"}, {"stopSequence": 41, "arrival": {"time": "1694889261"}, "stopId": "38721"}, {"stopSequence": 42, "arrival": {"time": "1694889317"}, "stopId": "38659"}, {"stopSequence": 43, "arrival": {"time": "1694889405"}, "stopId": "38674"}, {"stopSequence": 44, "arrival": {"time": "1694889479"}, "stopId": "38649"}, {"stopSequence": 45, "arrival": {"time": "1694889547"}, "stopId": "38718"}, {"stopSequence": 46, "arrival": {"time": "1694889614"}, "stopId": "38735"}, {"stopSequence": 47, "arrival": {"time": "1694889667"}, "stopId": "42270"}, {"stopSequence": 48, "arrival": {"time": "1694889712"}, "stopId": "42271"}, {"stopSequence": 49, "arrival": {"time": "1694889778"}, "stopId": "4838438"}, {"stopSequence": 50, "arrival": {"time": "1694889908"}, "stopId": "38688"}, {"stopSequence": 51, "arrival": {"time": "1694890030"}, "stopId": "39785"}, {"stopSequence": 52, "arrival": {"time": "1694890067"}, "stopId": "38664"}, {"stopSequence": 53, "arrival": {"time": "1694890119"}, "stopId": "38702"}, {"stopSequence": 54, "arrival": {"time": "1694890162"}, "stopId": "39787"}, {"stopSequence": 55, "arrival": {"time": "1694890203"}, "stopId": "38501"}, {"stopSequence": 56, "arrival": {"time": "1694890258"}, "stopId": "38692"}, {"stopSequence": 57, "arrival": {"time": "1694890337"}, "stopId": "38714"}, {"stopSequence": 58, "arrival": {"time": "1694890383"}, "stopId": "39791"}, {"stopSequence": 59, "arrival": {"time": "1694890403"}, "stopId": "49329"}, {"stopSequence": 60, "arrival": {"time": "1694890463"}, "stopId": "49330"}, {"stopSequence": 61, "arrival": {"time": "1694890504"}, "stopId": "39652"}, {"stopSequence": 62, "arrival": {"time": "1694890556"}, "stopId": "36683"}, {"stopSequence": 63, "arrival": {"time": "1694890592"}, "stopId": "37428"}, {"stopSequence": 64, "arrival": {"time": "1694890633"}, "stopId": "37429"}, {"stopSequence": 65, "arrival": {"time": "1694890754"}, "stopId": "36641"}, {"stopSequence": 66, "arrival": {"time": "1694890830"}, "stopId": "32571"}, {"stopSequence": 67, "arrival": {"time": "1694890855"}, "stopId": "32576"}, {"stopSequence": 68, "arrival": {"time": "1694890892"}, "stopId": "40259"}, {"stopSequence": 69, "arrival": {"time": "1694890955"}, "stopId": "40257"}, {"stopSequence": 70, "arrival": {"time": "1694890988"}, "stopId": "36690"}, {"stopSequence": 71, "arrival": {"time": "1694891045"}, "stopId": "36691"}, {"stopSequence": 72, "arrival": {"time": "1694891083"}, "stopId": "36692"}, {"stopSequence": 73, "arrival": {"time": "1694891105"}, "stopId": "36693"}, {"stopSequence": 74, "arrival": {"time": "1694891149"}, "stopId": "40036"}, {"stopSequence": 75, "arrival": {"time": "1694891213"}, "stopId": "36695"}, {"stopSequence": 76, "arrival": {"time": "1694891267"}, "stopId": "36696"}, {"stopSequence": 77, "arrival": {"time": "1694891334"}, "stopId": "39229"}, {"stopSequence": 78, "arrival": {"time": "1694891377"}, "stopId": "32587"}, {"stopSequence": 79, "arrival": {"time": "1694891408"}, "stopId": "39230"}, {"stopSequence": 80, "arrival": {"time": "1694891429"}, "stopId": "36703"}, {"stopSequence": 81, "arrival": {"time": "1694891477"}, "stopId": "39688"}, {"stopSequence": 82, "arrival": {"time": "1694891517"}, "stopId": "36754"}, {"stopSequence": 83, "arrival": {"time": "1694891530"}, "stopId": "39686"}, {"stopSequence": 84, "arrival": {"time": "1694891587"}, "stopId": "36931"}, {"stopSequence": 85, "arrival": {"time": "1694891640"}, "stopId": "36932"}, {"stopSequence": 86, "arrival": {"time": "1694891673"}, "stopId": "39666"}, {"stopSequence": 87, "arrival": {"time": "1694891706"}, "stopId": "39667"}, {"stopSequence": 88, "arrival": {"time": "1694891850"}, "stopId": "49342"}, {"stopSequence": 89, "arrival": {"time": "1694891967"}, "stopId": "49343"}], "vehicle": {"licensePlate": "RFSC37"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "15468-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "546", "directionId": 1}, "position": {"latitude": -36.733746, "longitude": -73.106865, "bearing": 140.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "RFSC37"}}}, {"id": "94ca679e-f259-4c80-8c29-ca3d9a5d1ce0", "tripUpdate": {"trip": {"tripId": "15470-701ff27f-2", "startTime": "16:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "546", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 5, "arrival": {"time": "1694888659"}, "stopId": "40349"}, {"stopSequence": 6, "arrival": {"time": "1694888701"}, "stopId": "40350"}, {"stopSequence": 7, "arrival": {"time": "1694888762"}, "stopId": "40351"}, {"stopSequence": 8, "arrival": {"time": "1694888854"}, "stopId": "40352"}, {"stopSequence": 9, "arrival": {"time": "1694888940"}, "stopId": "41970"}, {"stopSequence": 10, "arrival": {"time": "1694889015"}, "stopId": "32500"}, {"stopSequence": 11, "arrival": {"time": "1694889059"}, "stopId": "32501"}, {"stopSequence": 12, "arrival": {"time": "1694889123"}, "stopId": "38397"}, {"stopSequence": 13, "arrival": {"time": "1694889181"}, "stopId": "38491"}, {"stopSequence": 14, "arrival": {"time": "1694889249"}, "stopId": "38498"}, {"stopSequence": 15, "arrival": {"time": "1694889295"}, "stopId": "38495"}, {"stopSequence": 16, "arrival": {"time": "1694889439"}, "stopId": "40928"}, {"stopSequence": 17, "arrival": {"time": "1694889470"}, "stopId": "38572"}, {"stopSequence": 18, "arrival": {"time": "1694889525"}, "stopId": "38571"}, {"stopSequence": 19, "arrival": {"time": "1694889539"}, "stopId": "37447"}, {"stopSequence": 20, "arrival": {"time": "1694889560"}, "stopId": "40929"}, {"stopSequence": 21, "arrival": {"time": "1694889622"}, "stopId": "40946"}, {"stopSequence": 22, "arrival": {"time": "1694889671"}, "stopId": "40947"}, {"stopSequence": 23, "arrival": {"time": "1694889805"}, "stopId": "42853"}, {"stopSequence": 24, "arrival": {"time": "1694889893"}, "stopId": "42854"}, {"stopSequence": 25, "arrival": {"time": "1694889943"}, "stopId": "42855"}, {"stopSequence": 26, "arrival": {"time": "1694889972"}, "stopId": "38562"}, {"stopSequence": 27, "arrival": {"time": "1694890003"}, "stopId": "42857"}, {"stopSequence": 28, "arrival": {"time": "1694890041"}, "stopId": "38697"}, {"stopSequence": 29, "arrival": {"time": "1694890079"}, "stopId": "38646"}, {"stopSequence": 30, "arrival": {"time": "1694890115"}, "stopId": "38632"}, {"stopSequence": 31, "arrival": {"time": "1694890184"}, "stopId": "38767"}, {"stopSequence": 32, "arrival": {"time": "1694890262"}, "stopId": "38768"}, {"stopSequence": 33, "arrival": {"time": "1694890301"}, "stopId": "38769"}, {"stopSequence": 34, "arrival": {"time": "1694890337"}, "stopId": "49357"}, {"stopSequence": 35, "arrival": {"time": "1694890381"}, "stopId": "38771"}, {"stopSequence": 36, "arrival": {"time": "1694890423"}, "stopId": "38668"}, {"stopSequence": 37, "arrival": {"time": "1694890532"}, "stopId": "38661"}, {"stopSequence": 38, "arrival": {"time": "1694890616"}, "stopId": "38657"}, {"stopSequence": 39, "arrival": {"time": "1694890686"}, "stopId": "38743"}, {"stopSequence": 40, "arrival": {"time": "1694890758"}, "stopId": "38652"}, {"stopSequence": 41, "arrival": {"time": "1694890828"}, "stopId": "38721"}, {"stopSequence": 42, "arrival": {"time": "1694890888"}, "stopId": "38659"}, {"stopSequence": 43, "arrival": {"time": "1694890986"}, "stopId": "38674"}, {"stopSequence": 44, "arrival": {"time": "1694891070"}, "stopId": "38649"}, {"stopSequence": 45, "arrival": {"time": "1694891150"}, "stopId": "38718"}, {"stopSequence": 46, "arrival": {"time": "1694891230"}, "stopId": "38735"}, {"stopSequence": 47, "arrival": {"time": "1694891296"}, "stopId": "42270"}, {"stopSequence": 48, "arrival": {"time": "1694891351"}, "stopId": "42271"}, {"stopSequence": 49, "arrival": {"time": "1694891436"}, "stopId": "4838438"}, {"stopSequence": 50, "arrival": {"time": "1694891608"}, "stopId": "38688"}, {"stopSequence": 51, "arrival": {"time": "1694891777"}, "stopId": "39785"}, {"stopSequence": 52, "arrival": {"time": "1694891830"}, "stopId": "38664"}, {"stopSequence": 53, "arrival": {"time": "1694891906"}, "stopId": "38702"}, {"stopSequence": 54, "arrival": {"time": "1694891969"}, "stopId": "39787"}, {"stopSequence": 55, "arrival": {"time": "1694892030"}, "stopId": "38501"}, {"stopSequence": 56, "arrival": {"time": "1694892115"}, "stopId": "38692"}, {"stopSequence": 57, "arrival": {"time": "1694892237"}, "stopId": "38714"}, {"stopSequence": 58, "arrival": {"time": "1694892312"}, "stopId": "39791"}, {"stopSequence": 59, "arrival": {"time": "1694892344"}, "stopId": "49329"}, {"stopSequence": 60, "arrival": {"time": "1694892441"}, "stopId": "49330"}, {"stopSequence": 61, "arrival": {"time": "1694892510"}, "stopId": "39652"}, {"stopSequence": 62, "arrival": {"time": "1694892599"}, "stopId": "36683"}, {"stopSequence": 63, "arrival": {"time": "1694892662"}, "stopId": "37428"}, {"stopSequence": 64, "arrival": {"time": "1694892733"}, "stopId": "37429"}, {"stopSequence": 65, "arrival": {"time": "1694892951"}, "stopId": "36641"}, {"stopSequence": 66, "arrival": {"time": "1694893093"}, "stopId": "32571"}, {"stopSequence": 67, "arrival": {"time": "1694893140"}, "stopId": "32576"}, {"stopSequence": 68, "arrival": {"time": "1694893212"}, "stopId": "40259"}, {"stopSequence": 69, "arrival": {"time": "1694893334"}, "stopId": "40257"}, {"stopSequence": 70, "arrival": {"time": "1694893400"}, "stopId": "36690"}, {"stopSequence": 71, "arrival": {"time": "1694893516"}, "stopId": "36691"}, {"stopSequence": 72, "arrival": {"time": "1694893594"}, "stopId": "36692"}, {"stopSequence": 73, "arrival": {"time": "1694893639"}, "stopId": "36693"}, {"stopSequence": 74, "arrival": {"time": "1694893733"}, "stopId": "40036"}, {"stopSequence": 75, "arrival": {"time": "1694893869"}, "stopId": "36695"}, {"stopSequence": 76, "arrival": {"time": "1694893987"}, "stopId": "36696"}, {"stopSequence": 77, "arrival": {"time": "1694894138"}, "stopId": "39229"}, {"stopSequence": 78, "arrival": {"time": "1694894235"}, "stopId": "32587"}, {"stopSequence": 79, "arrival": {"time": "1694894307"}, "stopId": "39230"}, {"stopSequence": 80, "arrival": {"time": "1694894356"}, "stopId": "36703"}, {"stopSequence": 81, "arrival": {"time": "1694894469"}, "stopId": "39688"}, {"stopSequence": 82, "arrival": {"time": "1694894567"}, "stopId": "36754"}, {"stopSequence": 83, "arrival": {"time": "1694894598"}, "stopId": "39686"}, {"stopSequence": 84, "arrival": {"time": "1694894738"}, "stopId": "36931"}, {"stopSequence": 85, "arrival": {"time": "1694894870"}, "stopId": "36932"}, {"stopSequence": 86, "arrival": {"time": "1694894955"}, "stopId": "39666"}, {"stopSequence": 87, "arrival": {"time": "1694895039"}, "stopId": "39667"}, {"stopSequence": 88, "arrival": {"time": "1694895421"}, "stopId": "49342"}, {"stopSequence": 89, "arrival": {"time": "1694895748"}, "stopId": "49343"}], "vehicle": {"licensePlate": "YR1499"}, "timestamp": "1694888637"}, "vehicle": {"trip": {"tripId": "15470-701ff27f-2", "startTime": "16:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "546", "directionId": 1}, "position": {"latitude": -36.718693, "longitude": -73.14687, "bearing": 203.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "YR1499"}}}, {"id": "19339e66-0208-4097-804f-7f8ca3d5f05b", "tripUpdate": {"trip": {"tripId": "15535-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889269"}, "stopId": "42426"}, {"stopSequence": 4, "arrival": {"time": "1694889324"}, "stopId": "42427"}, {"stopSequence": 5, "arrival": {"time": "1694889354"}, "stopId": "42428"}, {"stopSequence": 6, "arrival": {"time": "1694889393"}, "stopId": "37042"}, {"stopSequence": 7, "arrival": {"time": "1694889412"}, "stopId": "36935"}, {"stopSequence": 8, "arrival": {"time": "1694889431"}, "stopId": "37043"}, {"stopSequence": 9, "arrival": {"time": "1694889473"}, "stopId": "37044"}, {"stopSequence": 10, "arrival": {"time": "1694889517"}, "stopId": "37045"}, {"stopSequence": 11, "arrival": {"time": "1694889525"}, "stopId": "36932"}, {"stopSequence": 12, "arrival": {"time": "1694889552"}, "stopId": "37099"}, {"stopSequence": 13, "arrival": {"time": "1694889564"}, "stopId": "36931"}, {"stopSequence": 14, "arrival": {"time": "1694889589"}, "stopId": "36929"}, {"stopSequence": 15, "arrival": {"time": "1694889629"}, "stopId": "39687"}, {"stopSequence": 16, "arrival": {"time": "1694889653"}, "stopId": "8606050"}, {"stopSequence": 17, "arrival": {"time": "1694889687"}, "stopId": "39689"}, {"stopSequence": 18, "arrival": {"time": "1694889781"}, "stopId": "39140"}, {"stopSequence": 19, "arrival": {"time": "1694889843"}, "stopId": "39141"}, {"stopSequence": 20, "arrival": {"time": "1694889898"}, "stopId": "39082"}, {"stopSequence": 21, "arrival": {"time": "1694889928"}, "stopId": "40252"}, {"stopSequence": 22, "arrival": {"time": "1694890006"}, "stopId": "32731"}, {"stopSequence": 23, "arrival": {"time": "1694890040"}, "stopId": "36691"}, {"stopSequence": 24, "arrival": {"time": "1694890087"}, "stopId": "36690"}, {"stopSequence": 25, "arrival": {"time": "1694890121"}, "stopId": "40257"}, {"stopSequence": 26, "arrival": {"time": "1694890148"}, "stopId": "40258"}, {"stopSequence": 27, "arrival": {"time": "1694890203"}, "stopId": "32734"}, {"stopSequence": 28, "arrival": {"time": "1694890305"}, "stopId": "32736"}, {"stopSequence": 29, "arrival": {"time": "1694890411"}, "stopId": "37588"}, {"stopSequence": 30, "arrival": {"time": "1694890461"}, "stopId": "37589"}, {"stopSequence": 31, "arrival": {"time": "1694890537"}, "stopId": "37840"}, {"stopSequence": 32, "arrival": {"time": "1694890567"}, "stopId": "49140"}, {"stopSequence": 33, "arrival": {"time": "1694890607"}, "stopId": "49141"}, {"stopSequence": 34, "arrival": {"time": "1694890641"}, "stopId": "49142"}, {"stopSequence": 35, "arrival": {"time": "1694890681"}, "stopId": "49143"}, {"stopSequence": 36, "arrival": {"time": "1694890688"}, "stopId": "45112"}, {"stopSequence": 37, "arrival": {"time": "1694890745"}, "stopId": "45113"}, {"stopSequence": 38, "arrival": {"time": "1694890818"}, "stopId": "37490"}, {"stopSequence": 39, "arrival": {"time": "1694890884"}, "stopId": "45115"}, {"stopSequence": 40, "arrival": {"time": "1694890910"}, "stopId": "45116"}, {"stopSequence": 41, "arrival": {"time": "1694890984"}, "stopId": "45118"}, {"stopSequence": 42, "arrival": {"time": "1694891065"}, "stopId": "45119"}, {"stopSequence": 43, "arrival": {"time": "1694891113"}, "stopId": "45120"}, {"stopSequence": 44, "arrival": {"time": "1694891173"}, "stopId": "45121"}, {"stopSequence": 45, "arrival": {"time": "1694891220"}, "stopId": "38535"}, {"stopSequence": 46, "arrival": {"time": "1694891306"}, "stopId": "38536"}, {"stopSequence": 47, "arrival": {"time": "1694891337"}, "stopId": "4838437"}, {"stopSequence": 48, "arrival": {"time": "1694891406"}, "stopId": "45085"}, {"stopSequence": 49, "arrival": {"time": "1694891496"}, "stopId": "45086"}, {"stopSequence": 50, "arrival": {"time": "1694891560"}, "stopId": "38539"}, {"stopSequence": 51, "arrival": {"time": "1694891641"}, "stopId": "38540"}, {"stopSequence": 52, "arrival": {"time": "1694891728"}, "stopId": "38544"}, {"stopSequence": 53, "arrival": {"time": "1694891814"}, "stopId": "38545"}, {"stopSequence": 54, "arrival": {"time": "1694891940"}, "stopId": "38546"}, {"stopSequence": 55, "arrival": {"time": "1694892102"}, "stopId": "38548"}, {"stopSequence": 56, "arrival": {"time": "1694892193"}, "stopId": "38549"}, {"stopSequence": 57, "arrival": {"time": "1694892276"}, "stopId": "38550"}, {"stopSequence": 58, "arrival": {"time": "1694892416"}, "stopId": "38551"}, {"stopSequence": 59, "arrival": {"time": "1694892545"}, "stopId": "38552"}, {"stopSequence": 60, "arrival": {"time": "1694892670"}, "stopId": "49359"}, {"stopSequence": 61, "arrival": {"time": "1694892754"}, "stopId": "49360"}, {"stopSequence": 62, "arrival": {"time": "1694892942"}, "stopId": "49361"}, {"stopSequence": 63, "arrival": {"time": "1694892987"}, "stopId": "49362"}, {"stopSequence": 64, "arrival": {"time": "1694893071"}, "stopId": "49363"}, {"stopSequence": 65, "arrival": {"time": "1694893156"}, "stopId": "49364"}, {"stopSequence": 66, "arrival": {"time": "1694893239"}, "stopId": "49365"}, {"stopSequence": 67, "arrival": {"time": "1694893352"}, "stopId": "38560"}, {"stopSequence": 68, "arrival": {"time": "1694893415"}, "stopId": "38561"}, {"stopSequence": 69, "arrival": {"time": "1694893476"}, "stopId": "38562"}, {"stopSequence": 70, "arrival": {"time": "1694893558"}, "stopId": "38563"}, {"stopSequence": 71, "arrival": {"time": "1694893644"}, "stopId": "42854"}, {"stopSequence": 72, "arrival": {"time": "1694893843"}, "stopId": "38565"}, {"stopSequence": 73, "arrival": {"time": "1694893948"}, "stopId": "40932"}, {"stopSequence": 74, "arrival": {"time": "1694894044"}, "stopId": "38566"}, {"stopSequence": 75, "arrival": {"time": "1694894118"}, "stopId": "38567"}, {"stopSequence": 76, "arrival": {"time": "1694894216"}, "stopId": "38568"}, {"stopSequence": 77, "arrival": {"time": "1694894297"}, "stopId": "38569"}, {"stopSequence": 78, "arrival": {"time": "1694894401"}, "stopId": "38570"}, {"stopSequence": 79, "arrival": {"time": "1694894544"}, "stopId": "38571"}, {"stopSequence": 80, "arrival": {"time": "1694894683"}, "stopId": "38572"}, {"stopSequence": 81, "arrival": {"time": "1694895177"}, "stopId": "38393"}, {"stopSequence": 82, "arrival": {"time": "1694895320"}, "stopId": "38394"}, {"stopSequence": 83, "arrival": {"time": "1694895471"}, "stopId": "38424"}, {"stopSequence": 84, "arrival": {"time": "1694895579"}, "stopId": "38396"}, {"stopSequence": 85, "arrival": {"time": "1694896001"}, "stopId": "41928"}, {"stopSequence": 86, "arrival": {"time": "1694896159"}, "stopId": "41929"}, {"stopSequence": 87, "arrival": {"time": "1694896721"}, "stopId": "40543"}, {"stopSequence": 88, "arrival": {"time": "1694896777"}, "stopId": "41969"}, {"stopSequence": 89, "arrival": {"time": "1694897224"}, "stopId": "40544"}, {"stopSequence": 90, "arrival": {"time": "1694897309"}, "stopId": "16705477"}, {"stopSequence": 91, "arrival": {"time": "1694897529"}, "stopId": "40545"}, {"stopSequence": 92, "arrival": {"time": "1694897785"}, "stopId": "40546"}, {"stopSequence": 93, "arrival": {"time": "1694897963"}, "stopId": "40547"}, {"stopSequence": 94, "arrival": {"time": "1694898225"}, "stopId": "40548"}, {"stopSequence": 95, "arrival": {"time": "1694898358"}, "stopId": "40549"}, {"stopSequence": 96, "arrival": {"time": "1694898564"}, "stopId": "40550"}, {"stopSequence": 97, "arrival": {"time": "1694898849"}, "stopId": "40551"}, {"stopSequence": 98, "arrival": {"time": "1694899510"}, "stopId": "40552"}, {"stopSequence": 99, "arrival": {"time": "1694899850"}, "stopId": "40553"}, {"stopSequence": 100, "arrival": {"time": "1694900281"}, "stopId": "40554"}], "vehicle": {"licensePlate": "FXRZ35"}, "timestamp": "1694888968"}, "vehicle": {"trip": {"tripId": "15535-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 0}, "position": {"latitude": -36.762825, "longitude": -73.117966, "bearing": 215.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694888968", "vehicle": {"licensePlate": "FXRZ35"}}}, {"id": "46abe55c-a3a6-4144-9559-d0a088e35f3f", "tripUpdate": {"trip": {"tripId": "15534-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694889001"}, "stopId": "45116"}, {"stopSequence": 41, "arrival": {"time": "1694889077"}, "stopId": "45118"}, {"stopSequence": 42, "arrival": {"time": "1694889155"}, "stopId": "45119"}, {"stopSequence": 43, "arrival": {"time": "1694889202"}, "stopId": "45120"}, {"stopSequence": 44, "arrival": {"time": "1694889258"}, "stopId": "45121"}, {"stopSequence": 45, "arrival": {"time": "1694889301"}, "stopId": "38535"}, {"stopSequence": 46, "arrival": {"time": "1694889379"}, "stopId": "38536"}, {"stopSequence": 47, "arrival": {"time": "1694889406"}, "stopId": "4838437"}, {"stopSequence": 48, "arrival": {"time": "1694889467"}, "stopId": "45085"}, {"stopSequence": 49, "arrival": {"time": "1694889543"}, "stopId": "45086"}, {"stopSequence": 50, "arrival": {"time": "1694889596"}, "stopId": "38539"}, {"stopSequence": 51, "arrival": {"time": "1694889661"}, "stopId": "38540"}, {"stopSequence": 52, "arrival": {"time": "1694889731"}, "stopId": "38544"}, {"stopSequence": 53, "arrival": {"time": "1694889797"}, "stopId": "38545"}, {"stopSequence": 54, "arrival": {"time": "1694889891"}, "stopId": "38546"}, {"stopSequence": 55, "arrival": {"time": "1694890008"}, "stopId": "38548"}, {"stopSequence": 56, "arrival": {"time": "1694890072"}, "stopId": "38549"}, {"stopSequence": 57, "arrival": {"time": "1694890129"}, "stopId": "38550"}, {"stopSequence": 58, "arrival": {"time": "1694890222"}, "stopId": "38551"}, {"stopSequence": 59, "arrival": {"time": "1694890305"}, "stopId": "38552"}, {"stopSequence": 60, "arrival": {"time": "1694890383"}, "stopId": "49359"}, {"stopSequence": 61, "arrival": {"time": "1694890435"}, "stopId": "49360"}, {"stopSequence": 62, "arrival": {"time": "1694890546"}, "stopId": "49361"}, {"stopSequence": 63, "arrival": {"time": "1694890572"}, "stopId": "49362"}, {"stopSequence": 64, "arrival": {"time": "1694890620"}, "stopId": "49363"}, {"stopSequence": 65, "arrival": {"time": "1694890668"}, "stopId": "49364"}, {"stopSequence": 66, "arrival": {"time": "1694890714"}, "stopId": "49365"}, {"stopSequence": 67, "arrival": {"time": "1694890775"}, "stopId": "38560"}, {"stopSequence": 68, "arrival": {"time": "1694890809"}, "stopId": "38561"}, {"stopSequence": 69, "arrival": {"time": "1694890841"}, "stopId": "38562"}, {"stopSequence": 70, "arrival": {"time": "1694890884"}, "stopId": "38563"}, {"stopSequence": 71, "arrival": {"time": "1694890928"}, "stopId": "42854"}, {"stopSequence": 72, "arrival": {"time": "1694891027"}, "stopId": "38565"}, {"stopSequence": 73, "arrival": {"time": "1694891078"}, "stopId": "40932"}, {"stopSequence": 74, "arrival": {"time": "1694891124"}, "stopId": "38566"}, {"stopSequence": 75, "arrival": {"time": "1694891159"}, "stopId": "38567"}, {"stopSequence": 76, "arrival": {"time": "1694891204"}, "stopId": "38568"}, {"stopSequence": 77, "arrival": {"time": "1694891242"}, "stopId": "38569"}, {"stopSequence": 78, "arrival": {"time": "1694891288"}, "stopId": "38570"}, {"stopSequence": 79, "arrival": {"time": "1694891352"}, "stopId": "38571"}, {"stopSequence": 80, "arrival": {"time": "1694891412"}, "stopId": "38572"}, {"stopSequence": 81, "arrival": {"time": "1694891616"}, "stopId": "38393"}, {"stopSequence": 82, "arrival": {"time": "1694891672"}, "stopId": "38394"}, {"stopSequence": 83, "arrival": {"time": "1694891731"}, "stopId": "38424"}, {"stopSequence": 84, "arrival": {"time": "1694891771"}, "stopId": "38396"}, {"stopSequence": 85, "arrival": {"time": "1694891926"}, "stopId": "41928"}, {"stopSequence": 86, "arrival": {"time": "1694891981"}, "stopId": "41929"}, {"stopSequence": 87, "arrival": {"time": "1694892171"}, "stopId": "40543"}, {"stopSequence": 88, "arrival": {"time": "1694892189"}, "stopId": "41969"}, {"stopSequence": 89, "arrival": {"time": "1694892329"}, "stopId": "40544"}, {"stopSequence": 90, "arrival": {"time": "1694892355"}, "stopId": "16705477"}, {"stopSequence": 91, "arrival": {"time": "1694892421"}, "stopId": "40545"}, {"stopSequence": 92, "arrival": {"time": "1694892496"}, "stopId": "40546"}, {"stopSequence": 93, "arrival": {"time": "1694892546"}, "stopId": "40547"}, {"stopSequence": 94, "arrival": {"time": "1694892619"}, "stopId": "40548"}, {"stopSequence": 95, "arrival": {"time": "1694892655"}, "stopId": "40549"}, {"stopSequence": 96, "arrival": {"time": "1694892710"}, "stopId": "40550"}, {"stopSequence": 97, "arrival": {"time": "1694892784"}, "stopId": "40551"}, {"stopSequence": 98, "arrival": {"time": "1694892948"}, "stopId": "40552"}, {"stopSequence": 99, "arrival": {"time": "1694893028"}, "stopId": "40553"}, {"stopSequence": 100, "arrival": {"time": "1694893125"}, "stopId": "40554"}], "vehicle": {"licensePlate": "FXZX83"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "15534-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 0}, "position": {"latitude": -36.78111, "longitude": -73.08677, "bearing": 6.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694888988", "vehicle": {"licensePlate": "FXZX83"}}}, {"id": "4c599e09-658c-4832-95af-ee3e2d9007c8", "tripUpdate": {"trip": {"tripId": "15533-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 74, "arrival": {"time": "1694888987"}, "stopId": "38566"}, {"stopSequence": 75, "arrival": {"time": "1694889021"}, "stopId": "38567"}, {"stopSequence": 76, "arrival": {"time": "1694889065"}, "stopId": "38568"}, {"stopSequence": 77, "arrival": {"time": "1694889101"}, "stopId": "38569"}, {"stopSequence": 78, "arrival": {"time": "1694889145"}, "stopId": "38570"}, {"stopSequence": 79, "arrival": {"time": "1694889203"}, "stopId": "38571"}, {"stopSequence": 80, "arrival": {"time": "1694889257"}, "stopId": "38572"}, {"stopSequence": 81, "arrival": {"time": "1694889431"}, "stopId": "38393"}, {"stopSequence": 82, "arrival": {"time": "1694889478"}, "stopId": "38394"}, {"stopSequence": 83, "arrival": {"time": "1694889525"}, "stopId": "38424"}, {"stopSequence": 84, "arrival": {"time": "1694889557"}, "stopId": "38396"}, {"stopSequence": 85, "arrival": {"time": "1694889676"}, "stopId": "41928"}, {"stopSequence": 86, "arrival": {"time": "1694889717"}, "stopId": "41929"}, {"stopSequence": 87, "arrival": {"time": "1694889853"}, "stopId": "40543"}, {"stopSequence": 88, "arrival": {"time": "1694889866"}, "stopId": "41969"}, {"stopSequence": 89, "arrival": {"time": "1694889962"}, "stopId": "40544"}, {"stopSequence": 90, "arrival": {"time": "1694889979"}, "stopId": "16705477"}, {"stopSequence": 91, "arrival": {"time": "1694890023"}, "stopId": "40545"}, {"stopSequence": 92, "arrival": {"time": "1694890071"}, "stopId": "40546"}, {"stopSequence": 93, "arrival": {"time": "1694890103"}, "stopId": "40547"}, {"stopSequence": 94, "arrival": {"time": "1694890149"}, "stopId": "40548"}, {"stopSequence": 95, "arrival": {"time": "1694890171"}, "stopId": "40549"}, {"stopSequence": 96, "arrival": {"time": "1694890204"}, "stopId": "40550"}, {"stopSequence": 97, "arrival": {"time": "1694890249"}, "stopId": "40551"}, {"stopSequence": 98, "arrival": {"time": "1694890345"}, "stopId": "40552"}, {"stopSequence": 99, "arrival": {"time": "1694890390"}, "stopId": "40553"}, {"stopSequence": 100, "arrival": {"time": "1694890445"}, "stopId": "40554"}], "vehicle": {"licensePlate": "FYBB70"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "15533-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 0}, "position": {"latitude": -36.72487, "longitude": -73.11778, "bearing": 266.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888984", "vehicle": {"licensePlate": "FYBB70"}}}, {"id": "18659654-c65f-4c0e-aa1d-845dc29e9b8e", "tripUpdate": {"trip": {"tripId": "15500-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 33, "arrival": {"time": "1694889056"}, "stopId": "38646"}, {"stopSequence": 34, "arrival": {"time": "1694889097"}, "stopId": "38632"}, {"stopSequence": 35, "arrival": {"time": "1694889172"}, "stopId": "38767"}, {"stopSequence": 36, "arrival": {"time": "1694889241"}, "stopId": "38768"}, {"stopSequence": 37, "arrival": {"time": "1694889286"}, "stopId": "38769"}, {"stopSequence": 38, "arrival": {"time": "1694889332"}, "stopId": "49357"}, {"stopSequence": 39, "arrival": {"time": "1694889373"}, "stopId": "38771"}, {"stopSequence": 40, "arrival": {"time": "1694889414"}, "stopId": "38668"}, {"stopSequence": 41, "arrival": {"time": "1694889516"}, "stopId": "38661"}, {"stopSequence": 42, "arrival": {"time": "1694889602"}, "stopId": "38657"}, {"stopSequence": 43, "arrival": {"time": "1694889662"}, "stopId": "38743"}, {"stopSequence": 44, "arrival": {"time": "1694889719"}, "stopId": "38652"}, {"stopSequence": 45, "arrival": {"time": "1694889790"}, "stopId": "38721"}, {"stopSequence": 46, "arrival": {"time": "1694889845"}, "stopId": "38659"}, {"stopSequence": 47, "arrival": {"time": "1694889928"}, "stopId": "38674"}, {"stopSequence": 48, "arrival": {"time": "1694889990"}, "stopId": "38649"}, {"stopSequence": 49, "arrival": {"time": "1694890122"}, "stopId": "38735"}, {"stopSequence": 50, "arrival": {"time": "1694890177"}, "stopId": "42270"}, {"stopSequence": 51, "arrival": {"time": "1694890228"}, "stopId": "42271"}, {"stopSequence": 52, "arrival": {"time": "1694890424"}, "stopId": "38688"}, {"stopSequence": 53, "arrival": {"time": "1694890473"}, "stopId": "38673"}, {"stopSequence": 54, "arrival": {"time": "1694890549"}, "stopId": "39785"}, {"stopSequence": 55, "arrival": {"time": "1694890588"}, "stopId": "38664"}, {"stopSequence": 56, "arrival": {"time": "1694890636"}, "stopId": "32631"}, {"stopSequence": 57, "arrival": {"time": "1694890702"}, "stopId": "32697"}, {"stopSequence": 58, "arrival": {"time": "1694890876"}, "stopId": "32699"}, {"stopSequence": 59, "arrival": {"time": "1694890933"}, "stopId": "42606"}, {"stopSequence": 60, "arrival": {"time": "1694890973"}, "stopId": "42607"}, {"stopSequence": 61, "arrival": {"time": "1694891032"}, "stopId": "42608"}, {"stopSequence": 62, "arrival": {"time": "1694891080"}, "stopId": "49335"}, {"stopSequence": 63, "arrival": {"time": "1694891132"}, "stopId": "49336"}, {"stopSequence": 64, "arrival": {"time": "1694891175"}, "stopId": "4831075"}, {"stopSequence": 65, "arrival": {"time": "1694891232"}, "stopId": "37437"}, {"stopSequence": 66, "arrival": {"time": "1694891282"}, "stopId": "49337"}, {"stopSequence": 67, "arrival": {"time": "1694891323"}, "stopId": "39661"}, {"stopSequence": 68, "arrival": {"time": "1694891367"}, "stopId": "39662"}, {"stopSequence": 69, "arrival": {"time": "1694891430"}, "stopId": "39663"}, {"stopSequence": 70, "arrival": {"time": "1694891482"}, "stopId": "39664"}, {"stopSequence": 71, "arrival": {"time": "1694891532"}, "stopId": "39665"}, {"stopSequence": 72, "arrival": {"time": "1694891624"}, "stopId": "42522"}, {"stopSequence": 73, "arrival": {"time": "1694891644"}, "stopId": "42523"}, {"stopSequence": 74, "arrival": {"time": "1694891682"}, "stopId": "42524"}, {"stopSequence": 75, "arrival": {"time": "1694891774"}, "stopId": "42525"}, {"stopSequence": 76, "arrival": {"time": "1694891813"}, "stopId": "32700"}, {"stopSequence": 77, "arrival": {"time": "1694891869"}, "stopId": "36699"}, {"stopSequence": 78, "arrival": {"time": "1694891899"}, "stopId": "36700"}, {"stopSequence": 79, "arrival": {"time": "1694891939"}, "stopId": "36701"}, {"stopSequence": 80, "arrival": {"time": "1694891966"}, "stopId": "36702"}, {"stopSequence": 81, "arrival": {"time": "1694891983"}, "stopId": "36703"}, {"stopSequence": 82, "arrival": {"time": "1694892023"}, "stopId": "36704"}, {"stopSequence": 83, "arrival": {"time": "1694892060"}, "stopId": "36754"}, {"stopSequence": 84, "arrival": {"time": "1694892249"}, "stopId": "39666"}, {"stopSequence": 85, "arrival": {"time": "1694892299"}, "stopId": "39667"}, {"stopSequence": 86, "arrival": {"time": "1694892425"}, "stopId": "36936"}, {"stopSequence": 87, "arrival": {"time": "1694892590"}, "stopId": "49343"}], "vehicle": {"licensePlate": "RTZB58"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "15500-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 1}, "position": {"latitude": -36.712307, "longitude": -73.11486, "bearing": 134.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "RTZB58"}}}, {"id": "abfd2798-82f7-48ba-867f-a4cfaf8dd07a", "tripUpdate": {"trip": {"tripId": "15501-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694889007"}, "stopId": "38397"}, {"stopSequence": 17, "arrival": {"time": "1694889068"}, "stopId": "38491"}, {"stopSequence": 18, "arrival": {"time": "1694889099"}, "stopId": "38424"}, {"stopSequence": 19, "arrival": {"time": "1694889151"}, "stopId": "38498"}, {"stopSequence": 20, "arrival": {"time": "1694889191"}, "stopId": "38393"}, {"stopSequence": 21, "arrival": {"time": "1694889341"}, "stopId": "40928"}, {"stopSequence": 22, "arrival": {"time": "1694889382"}, "stopId": "38572"}, {"stopSequence": 23, "arrival": {"time": "1694889441"}, "stopId": "38571"}, {"stopSequence": 24, "arrival": {"time": "1694889455"}, "stopId": "37447"}, {"stopSequence": 25, "arrival": {"time": "1694889476"}, "stopId": "40929"}, {"stopSequence": 26, "arrival": {"time": "1694889540"}, "stopId": "40946"}, {"stopSequence": 27, "arrival": {"time": "1694889595"}, "stopId": "40947"}, {"stopSequence": 28, "arrival": {"time": "1694889725"}, "stopId": "42853"}, {"stopSequence": 29, "arrival": {"time": "1694889855"}, "stopId": "42855"}, {"stopSequence": 30, "arrival": {"time": "1694889888"}, "stopId": "41975"}, {"stopSequence": 31, "arrival": {"time": "1694889917"}, "stopId": "42857"}, {"stopSequence": 32, "arrival": {"time": "1694889948"}, "stopId": "38697"}, {"stopSequence": 33, "arrival": {"time": "1694889991"}, "stopId": "38646"}, {"stopSequence": 34, "arrival": {"time": "1694890029"}, "stopId": "38632"}, {"stopSequence": 35, "arrival": {"time": "1694890098"}, "stopId": "38767"}, {"stopSequence": 36, "arrival": {"time": "1694890162"}, "stopId": "38768"}, {"stopSequence": 37, "arrival": {"time": "1694890205"}, "stopId": "38769"}, {"stopSequence": 38, "arrival": {"time": "1694890248"}, "stopId": "49357"}, {"stopSequence": 39, "arrival": {"time": "1694890289"}, "stopId": "38771"}, {"stopSequence": 40, "arrival": {"time": "1694890328"}, "stopId": "38668"}, {"stopSequence": 41, "arrival": {"time": "1694890428"}, "stopId": "38661"}, {"stopSequence": 42, "arrival": {"time": "1694890514"}, "stopId": "38657"}, {"stopSequence": 43, "arrival": {"time": "1694890575"}, "stopId": "38743"}, {"stopSequence": 44, "arrival": {"time": "1694890634"}, "stopId": "38652"}, {"stopSequence": 45, "arrival": {"time": "1694890707"}, "stopId": "38721"}, {"stopSequence": 46, "arrival": {"time": "1694890765"}, "stopId": "38659"}, {"stopSequence": 47, "arrival": {"time": "1694890854"}, "stopId": "38674"}, {"stopSequence": 48, "arrival": {"time": "1694890920"}, "stopId": "38649"}, {"stopSequence": 49, "arrival": {"time": "1694891066"}, "stopId": "38735"}, {"stopSequence": 50, "arrival": {"time": "1694891128"}, "stopId": "42270"}, {"stopSequence": 51, "arrival": {"time": "1694891185"}, "stopId": "42271"}, {"stopSequence": 52, "arrival": {"time": "1694891412"}, "stopId": "38688"}, {"stopSequence": 53, "arrival": {"time": "1694891470"}, "stopId": "38673"}, {"stopSequence": 54, "arrival": {"time": "1694891561"}, "stopId": "39785"}, {"stopSequence": 55, "arrival": {"time": "1694891607"}, "stopId": "38664"}, {"stopSequence": 56, "arrival": {"time": "1694891666"}, "stopId": "32631"}, {"stopSequence": 57, "arrival": {"time": "1694891748"}, "stopId": "32697"}, {"stopSequence": 58, "arrival": {"time": "1694891966"}, "stopId": "32699"}, {"stopSequence": 59, "arrival": {"time": "1694892039"}, "stopId": "42606"}, {"stopSequence": 60, "arrival": {"time": "1694892091"}, "stopId": "42607"}, {"stopSequence": 61, "arrival": {"time": "1694892167"}, "stopId": "42608"}, {"stopSequence": 62, "arrival": {"time": "1694892229"}, "stopId": "49335"}, {"stopSequence": 63, "arrival": {"time": "1694892298"}, "stopId": "49336"}, {"stopSequence": 64, "arrival": {"time": "1694892356"}, "stopId": "4831075"}, {"stopSequence": 65, "arrival": {"time": "1694892433"}, "stopId": "37437"}, {"stopSequence": 66, "arrival": {"time": "1694892500"}, "stopId": "49337"}, {"stopSequence": 67, "arrival": {"time": "1694892556"}, "stopId": "39661"}, {"stopSequence": 68, "arrival": {"time": "1694892617"}, "stopId": "39662"}, {"stopSequence": 69, "arrival": {"time": "1694892705"}, "stopId": "39663"}, {"stopSequence": 70, "arrival": {"time": "1694892776"}, "stopId": "39664"}, {"stopSequence": 71, "arrival": {"time": "1694892847"}, "stopId": "39665"}, {"stopSequence": 72, "arrival": {"time": "1694892978"}, "stopId": "42522"}, {"stopSequence": 73, "arrival": {"time": "1694893007"}, "stopId": "42523"}, {"stopSequence": 74, "arrival": {"time": "1694893063"}, "stopId": "42524"}, {"stopSequence": 75, "arrival": {"time": "1694893197"}, "stopId": "42525"}, {"stopSequence": 76, "arrival": {"time": "1694893254"}, "stopId": "32700"}, {"stopSequence": 77, "arrival": {"time": "1694893337"}, "stopId": "36699"}, {"stopSequence": 78, "arrival": {"time": "1694893381"}, "stopId": "36700"}, {"stopSequence": 79, "arrival": {"time": "1694893442"}, "stopId": "36701"}, {"stopSequence": 80, "arrival": {"time": "1694893483"}, "stopId": "36702"}, {"stopSequence": 81, "arrival": {"time": "1694893509"}, "stopId": "36703"}, {"stopSequence": 82, "arrival": {"time": "1694893569"}, "stopId": "36704"}, {"stopSequence": 83, "arrival": {"time": "1694893626"}, "stopId": "36754"}, {"stopSequence": 84, "arrival": {"time": "1694893920"}, "stopId": "39666"}, {"stopSequence": 85, "arrival": {"time": "1694893999"}, "stopId": "39667"}, {"stopSequence": 86, "arrival": {"time": "1694894202"}, "stopId": "36936"}, {"stopSequence": 87, "arrival": {"time": "1694894472"}, "stopId": "49343"}], "vehicle": {"licensePlate": "WE9167"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "15501-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "547", "directionId": 1}, "position": {"latitude": -36.716713, "longitude": -73.13235, "bearing": 188.0, "odometer": 0.0, "speed": 5.2777777}, "timestamp": "1694888974", "vehicle": {"licensePlate": "WE9167"}}}, {"id": "59d66b85-062b-4a2f-8419-9a21d2afe8fa", "tripUpdate": {"trip": {"tripId": "15579-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694889030"}, "stopId": "40347"}, {"stopSequence": 5, "arrival": {"time": "1694889085"}, "stopId": "40348"}, {"stopSequence": 6, "arrival": {"time": "1694889140"}, "stopId": "40349"}, {"stopSequence": 7, "arrival": {"time": "1694889266"}, "stopId": "32500"}, {"stopSequence": 8, "arrival": {"time": "1694889322"}, "stopId": "32501"}, {"stopSequence": 9, "arrival": {"time": "1694889373"}, "stopId": "32503"}, {"stopSequence": 10, "arrival": {"time": "1694889438"}, "stopId": "38491"}, {"stopSequence": 11, "arrival": {"time": "1694889476"}, "stopId": "38424"}, {"stopSequence": 12, "arrival": {"time": "1694889518"}, "stopId": "38498"}, {"stopSequence": 13, "arrival": {"time": "1694889556"}, "stopId": "38495"}, {"stopSequence": 14, "arrival": {"time": "1694889689"}, "stopId": "40928"}, {"stopSequence": 15, "arrival": {"time": "1694889736"}, "stopId": "37446"}, {"stopSequence": 16, "arrival": {"time": "1694889808"}, "stopId": "37447"}, {"stopSequence": 17, "arrival": {"time": "1694889828"}, "stopId": "40929"}, {"stopSequence": 18, "arrival": {"time": "1694889889"}, "stopId": "40946"}, {"stopSequence": 19, "arrival": {"time": "1694889941"}, "stopId": "40947"}, {"stopSequence": 20, "arrival": {"time": "1694890014"}, "stopId": "40932"}, {"stopSequence": 21, "arrival": {"time": "1694890073"}, "stopId": "42853"}, {"stopSequence": 22, "arrival": {"time": "1694890150"}, "stopId": "42854"}, {"stopSequence": 23, "arrival": {"time": "1694890194"}, "stopId": "38563"}, {"stopSequence": 24, "arrival": {"time": "1694890211"}, "stopId": "42855"}, {"stopSequence": 25, "arrival": {"time": "1694890243"}, "stopId": "41975"}, {"stopSequence": 26, "arrival": {"time": "1694890261"}, "stopId": "42857"}, {"stopSequence": 27, "arrival": {"time": "1694890307"}, "stopId": "38697"}, {"stopSequence": 28, "arrival": {"time": "1694890343"}, "stopId": "38646"}, {"stopSequence": 29, "arrival": {"time": "1694890379"}, "stopId": "38632"}, {"stopSequence": 30, "arrival": {"time": "1694890454"}, "stopId": "38767"}, {"stopSequence": 31, "arrival": {"time": "1694890523"}, "stopId": "38768"}, {"stopSequence": 32, "arrival": {"time": "1694890565"}, "stopId": "38769"}, {"stopSequence": 33, "arrival": {"time": "1694890600"}, "stopId": "49357"}, {"stopSequence": 34, "arrival": {"time": "1694890645"}, "stopId": "38771"}, {"stopSequence": 35, "arrival": {"time": "1694890690"}, "stopId": "38668"}, {"stopSequence": 36, "arrival": {"time": "1694890790"}, "stopId": "38661"}, {"stopSequence": 37, "arrival": {"time": "1694890867"}, "stopId": "38657"}, {"stopSequence": 38, "arrival": {"time": "1694890939"}, "stopId": "38743"}, {"stopSequence": 39, "arrival": {"time": "1694891002"}, "stopId": "38652"}, {"stopSequence": 40, "arrival": {"time": "1694891077"}, "stopId": "38721"}, {"stopSequence": 41, "arrival": {"time": "1694891139"}, "stopId": "38659"}, {"stopSequence": 42, "arrival": {"time": "1694891230"}, "stopId": "38674"}, {"stopSequence": 43, "arrival": {"time": "1694891302"}, "stopId": "38649"}, {"stopSequence": 44, "arrival": {"time": "1694891392"}, "stopId": "38718"}, {"stopSequence": 45, "arrival": {"time": "1694891459"}, "stopId": "38735"}, {"stopSequence": 46, "arrival": {"time": "1694891523"}, "stopId": "42270"}, {"stopSequence": 47, "arrival": {"time": "1694891586"}, "stopId": "42271"}, {"stopSequence": 48, "arrival": {"time": "1694891663"}, "stopId": "4838438"}, {"stopSequence": 49, "arrival": {"time": "1694891847"}, "stopId": "44896"}, {"stopSequence": 50, "arrival": {"time": "1694891908"}, "stopId": "44897"}, {"stopSequence": 51, "arrival": {"time": "1694892004"}, "stopId": "44898"}, {"stopSequence": 52, "arrival": {"time": "1694892235"}, "stopId": "40993"}, {"stopSequence": 53, "arrival": {"time": "1694892996"}, "stopId": "40995"}, {"stopSequence": 54, "arrival": {"time": "1694893144"}, "stopId": "40996"}, {"stopSequence": 55, "arrival": {"time": "1694893277"}, "stopId": "40997"}, {"stopSequence": 56, "arrival": {"time": "1694893387"}, "stopId": "39614"}, {"stopSequence": 57, "arrival": {"time": "1694893479"}, "stopId": "39615"}, {"stopSequence": 58, "arrival": {"time": "1694893576"}, "stopId": "39616"}, {"stopSequence": 59, "arrival": {"time": "1694893687"}, "stopId": "39617"}, {"stopSequence": 60, "arrival": {"time": "1694893808"}, "stopId": "39618"}, {"stopSequence": 61, "arrival": {"time": "1694893906"}, "stopId": "39619"}, {"stopSequence": 62, "arrival": {"time": "1694893991"}, "stopId": "39620"}, {"stopSequence": 63, "arrival": {"time": "1694894150"}, "stopId": "39621"}, {"stopSequence": 64, "arrival": {"time": "1694894264"}, "stopId": "38281"}, {"stopSequence": 65, "arrival": {"time": "1694894399"}, "stopId": "37506"}, {"stopSequence": 66, "arrival": {"time": "1694894500"}, "stopId": "45068"}, {"stopSequence": 67, "arrival": {"time": "1694894806"}, "stopId": "37480"}, {"stopSequence": 68, "arrival": {"time": "1694894978"}, "stopId": "37477"}, {"stopSequence": 69, "arrival": {"time": "1694895189"}, "stopId": "40848"}, {"stopSequence": 70, "arrival": {"time": "1694895452"}, "stopId": "2-Apr"}, {"stopSequence": 71, "arrival": {"time": "1694895642"}, "stopId": "39728"}, {"stopSequence": 72, "arrival": {"time": "1694895985"}, "stopId": "39729"}, {"stopSequence": 73, "arrival": {"time": "1694896055"}, "stopId": "39730"}, {"stopSequence": 74, "arrival": {"time": "1694896472"}, "stopId": "42200"}, {"stopSequence": 75, "arrival": {"time": "1694896650"}, "stopId": "42203"}, {"stopSequence": 76, "arrival": {"time": "1694896905"}, "stopId": "42204"}, {"stopSequence": 77, "arrival": {"time": "1694897049"}, "stopId": "42205"}, {"stopSequence": 78, "arrival": {"time": "1694897353"}, "stopId": "42201"}, {"stopSequence": 79, "arrival": {"time": "1694898719"}, "stopId": "42206"}, {"stopSequence": 80, "arrival": {"time": "1694899077"}, "stopId": "42207"}, {"stopSequence": 81, "arrival": {"time": "1694899520"}, "stopId": "42208"}, {"stopSequence": 82, "arrival": {"time": "1694900444"}, "stopId": "42564"}, {"stopSequence": 83, "arrival": {"time": "1694901372"}, "stopId": "42214"}, {"stopSequence": 84, "arrival": {"time": "1694902515"}, "stopId": "42209"}, {"stopSequence": 85, "arrival": {"time": "1694903939"}, "stopId": "42210"}, {"stopSequence": 86, "arrival": {"time": "1694906833"}, "stopId": "42215"}, {"stopSequence": 87, "arrival": {"time": "1694907414"}, "stopId": "42216"}, {"stopSequence": 88, "arrival": {"time": "1694908251"}, "stopId": "42217"}, {"stopSequence": 89, "arrival": {"time": "1694909970"}, "stopId": "42218"}, {"stopSequence": 90, "arrival": {"time": "1694910878"}, "stopId": "42219"}, {"stopSequence": 91, "arrival": {"time": "1694913948"}, "stopId": "42220"}, {"stopSequence": 92, "arrival": {"time": "1694915578"}, "stopId": "42221"}, {"stopSequence": 93, "arrival": {"time": "1694918530"}, "stopId": "42222"}, {"stopSequence": 94, "arrival": {"time": "1694922565"}, "stopId": "42223"}, {"stopSequence": 95, "arrival": {"time": "1694924107"}, "stopId": "42224"}, {"stopSequence": 96, "arrival": {"time": "1694930159"}, "stopId": "42225"}, {"stopSequence": 97, "arrival": {"time": "1694936912"}, "stopId": "42226"}, {"stopSequence": 98, "arrival": {"time": "1694944919"}, "stopId": "42227"}, {"stopSequence": 99, "arrival": {"time": "1694960811"}, "stopId": "42228"}, {"stopSequence": 100, "arrival": {"time": "1694974810"}, "stopId": "42229"}, {"stopSequence": 101, "arrival": {"time": "1695028960"}, "stopId": "42230"}, {"stopSequence": 102, "arrival": {"time": "1695089636"}, "stopId": "42231"}, {"stopSequence": 103, "arrival": {"time": "1696041280"}, "stopId": "42232"}], "vehicle": {"licensePlate": "CDSZ14"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "15579-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "position": {"latitude": -36.711826, "longitude": -73.13815, "bearing": 136.0, "odometer": 0.0, "speed": 4.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "CDSZ14"}}}, {"id": "50c3aba5-0be9-4791-98b4-8b95f05d81ae", "tripUpdate": {"trip": {"tripId": "15578-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 20, "arrival": {"time": "1694889018"}, "stopId": "40932"}, {"stopSequence": 21, "arrival": {"time": "1694889082"}, "stopId": "42853"}, {"stopSequence": 22, "arrival": {"time": "1694889164"}, "stopId": "42854"}, {"stopSequence": 23, "arrival": {"time": "1694889211"}, "stopId": "38563"}, {"stopSequence": 24, "arrival": {"time": "1694889229"}, "stopId": "42855"}, {"stopSequence": 25, "arrival": {"time": "1694889263"}, "stopId": "41975"}, {"stopSequence": 26, "arrival": {"time": "1694889282"}, "stopId": "42857"}, {"stopSequence": 27, "arrival": {"time": "1694889329"}, "stopId": "38697"}, {"stopSequence": 28, "arrival": {"time": "1694889366"}, "stopId": "38646"}, {"stopSequence": 29, "arrival": {"time": "1694889403"}, "stopId": "38632"}, {"stopSequence": 30, "arrival": {"time": "1694889479"}, "stopId": "38767"}, {"stopSequence": 31, "arrival": {"time": "1694889548"}, "stopId": "38768"}, {"stopSequence": 32, "arrival": {"time": "1694889590"}, "stopId": "38769"}, {"stopSequence": 33, "arrival": {"time": "1694889624"}, "stopId": "49357"}, {"stopSequence": 34, "arrival": {"time": "1694889668"}, "stopId": "38771"}, {"stopSequence": 35, "arrival": {"time": "1694889711"}, "stopId": "38668"}, {"stopSequence": 36, "arrival": {"time": "1694889807"}, "stopId": "38661"}, {"stopSequence": 37, "arrival": {"time": "1694889880"}, "stopId": "38657"}, {"stopSequence": 38, "arrival": {"time": "1694889947"}, "stopId": "38743"}, {"stopSequence": 39, "arrival": {"time": "1694890005"}, "stopId": "38652"}, {"stopSequence": 40, "arrival": {"time": "1694890074"}, "stopId": "38721"}, {"stopSequence": 41, "arrival": {"time": "1694890129"}, "stopId": "38659"}, {"stopSequence": 42, "arrival": {"time": "1694890211"}, "stopId": "38674"}, {"stopSequence": 43, "arrival": {"time": "1694890273"}, "stopId": "38649"}, {"stopSequence": 44, "arrival": {"time": "1694890352"}, "stopId": "38718"}, {"stopSequence": 45, "arrival": {"time": "1694890409"}, "stopId": "38735"}, {"stopSequence": 46, "arrival": {"time": "1694890464"}, "stopId": "42270"}, {"stopSequence": 47, "arrival": {"time": "1694890517"}, "stopId": "42271"}, {"stopSequence": 48, "arrival": {"time": "1694890582"}, "stopId": "4838438"}, {"stopSequence": 49, "arrival": {"time": "1694890733"}, "stopId": "44896"}, {"stopSequence": 50, "arrival": {"time": "1694890783"}, "stopId": "44897"}, {"stopSequence": 51, "arrival": {"time": "1694890859"}, "stopId": "44898"}, {"stopSequence": 52, "arrival": {"time": "1694891041"}, "stopId": "40993"}, {"stopSequence": 53, "arrival": {"time": "1694891606"}, "stopId": "40995"}, {"stopSequence": 54, "arrival": {"time": "1694891711"}, "stopId": "40996"}, {"stopSequence": 55, "arrival": {"time": "1694891804"}, "stopId": "40997"}, {"stopSequence": 56, "arrival": {"time": "1694891880"}, "stopId": "39614"}, {"stopSequence": 57, "arrival": {"time": "1694891943"}, "stopId": "39615"}, {"stopSequence": 58, "arrival": {"time": "1694892008"}, "stopId": "39616"}, {"stopSequence": 59, "arrival": {"time": "1694892083"}, "stopId": "39617"}, {"stopSequence": 60, "arrival": {"time": "1694892163"}, "stopId": "39618"}, {"stopSequence": 61, "arrival": {"time": "1694892228"}, "stopId": "39619"}, {"stopSequence": 62, "arrival": {"time": "1694892283"}, "stopId": "39620"}, {"stopSequence": 63, "arrival": {"time": "1694892386"}, "stopId": "39621"}, {"stopSequence": 64, "arrival": {"time": "1694892458"}, "stopId": "38281"}, {"stopSequence": 65, "arrival": {"time": "1694892543"}, "stopId": "37506"}, {"stopSequence": 66, "arrival": {"time": "1694892607"}, "stopId": "45068"}, {"stopSequence": 67, "arrival": {"time": "1694892795"}, "stopId": "37480"}, {"stopSequence": 68, "arrival": {"time": "1694892898"}, "stopId": "37477"}, {"stopSequence": 69, "arrival": {"time": "1694893023"}, "stopId": "40848"}, {"stopSequence": 70, "arrival": {"time": "1694893176"}, "stopId": "2-Apr"}, {"stopSequence": 71, "arrival": {"time": "1694893285"}, "stopId": "39728"}, {"stopSequence": 72, "arrival": {"time": "1694893478"}, "stopId": "39729"}, {"stopSequence": 73, "arrival": {"time": "1694893516"}, "stopId": "39730"}, {"stopSequence": 74, "arrival": {"time": "1694893743"}, "stopId": "42200"}, {"stopSequence": 75, "arrival": {"time": "1694893837"}, "stopId": "42203"}, {"stopSequence": 76, "arrival": {"time": "1694893970"}, "stopId": "42204"}, {"stopSequence": 77, "arrival": {"time": "1694894045"}, "stopId": "42205"}, {"stopSequence": 78, "arrival": {"time": "1694894199"}, "stopId": "42201"}, {"stopSequence": 79, "arrival": {"time": "1694894855"}, "stopId": "42206"}, {"stopSequence": 80, "arrival": {"time": "1694895017"}, "stopId": "42207"}, {"stopSequence": 81, "arrival": {"time": "1694895213"}, "stopId": "42208"}, {"stopSequence": 82, "arrival": {"time": "1694895605"}, "stopId": "42564"}, {"stopSequence": 83, "arrival": {"time": "1694895977"}, "stopId": "42214"}, {"stopSequence": 84, "arrival": {"time": "1694896408"}, "stopId": "42209"}, {"stopSequence": 85, "arrival": {"time": "1694896907"}, "stopId": "42210"}, {"stopSequence": 86, "arrival": {"time": "1694897813"}, "stopId": "42215"}, {"stopSequence": 87, "arrival": {"time": "1694897979"}, "stopId": "42216"}, {"stopSequence": 88, "arrival": {"time": "1694898210"}, "stopId": "42217"}, {"stopSequence": 89, "arrival": {"time": "1694898657"}, "stopId": "42218"}, {"stopSequence": 90, "arrival": {"time": "1694898879"}, "stopId": "42219"}, {"stopSequence": 91, "arrival": {"time": "1694899566"}, "stopId": "42220"}, {"stopSequence": 92, "arrival": {"time": "1694899895"}, "stopId": "42221"}, {"stopSequence": 93, "arrival": {"time": "1694900440"}, "stopId": "42222"}, {"stopSequence": 94, "arrival": {"time": "1694901091"}, "stopId": "42223"}, {"stopSequence": 95, "arrival": {"time": "1694901315"}, "stopId": "42224"}, {"stopSequence": 96, "arrival": {"time": "1694902092"}, "stopId": "42225"}, {"stopSequence": 97, "arrival": {"time": "1694902800"}, "stopId": "42226"}, {"stopSequence": 98, "arrival": {"time": "1694903482"}, "stopId": "42227"}, {"stopSequence": 99, "arrival": {"time": "1694904492"}, "stopId": "42228"}, {"stopSequence": 100, "arrival": {"time": "1694905136"}, "stopId": "42229"}, {"stopSequence": 101, "arrival": {"time": "1694906582"}, "stopId": "42230"}, {"stopSequence": 102, "arrival": {"time": "1694907369"}, "stopId": "42231"}, {"stopSequence": 103, "arrival": {"time": "1694909074"}, "stopId": "42232"}, {"stopSequence": 104, "arrival": {"time": "1694911310"}, "stopId": "42233"}, {"stopSequence": 105, "arrival": {"time": "1694912515"}, "stopId": "42234"}, {"stopSequence": 106, "arrival": {"time": "1694916128"}, "stopId": "42211"}, {"stopSequence": 107, "arrival": {"time": "1694919817"}, "stopId": "91142"}, {"stopSequence": 108, "arrival": {"time": "1694923581"}, "stopId": "91143"}, {"stopSequence": 109, "arrival": {"time": "1694927882"}, "stopId": "91144"}, {"stopSequence": 110, "arrival": {"time": "1694935303"}, "stopId": "91145"}, {"stopSequence": 111, "arrival": {"time": "1694944797"}, "stopId": "34560"}, {"stopSequence": 112, "arrival": {"time": "1694952398"}, "stopId": "42273"}, {"stopSequence": 113, "arrival": {"time": "1694954086"}, "stopId": "34415"}, {"stopSequence": 114, "arrival": {"time": "1694985795"}, "stopId": "42077"}], "vehicle": {"licensePlate": "DFGG76"}, "timestamp": "1694888939"}, "vehicle": {"trip": {"tripId": "15578-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "position": {"latitude": -36.724133, "longitude": -73.11953, "bearing": 120.0, "odometer": 0.0, "speed": 4.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "DFGG76"}}}, {"id": "260ad30b-cfbc-4479-ae1d-547c95996440", "tripUpdate": {"trip": {"tripId": "15576-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 63, "arrival": {"time": "1694889063"}, "stopId": "39621"}, {"stopSequence": 64, "arrival": {"time": "1694889114"}, "stopId": "38281"}, {"stopSequence": 65, "arrival": {"time": "1694889173"}, "stopId": "37506"}, {"stopSequence": 66, "arrival": {"time": "1694889215"}, "stopId": "45068"}, {"stopSequence": 67, "arrival": {"time": "1694889334"}, "stopId": "37480"}, {"stopSequence": 68, "arrival": {"time": "1694889397"}, "stopId": "37477"}, {"stopSequence": 69, "arrival": {"time": "1694889469"}, "stopId": "40848"}, {"stopSequence": 70, "arrival": {"time": "1694889554"}, "stopId": "2-Apr"}, {"stopSequence": 71, "arrival": {"time": "1694889612"}, "stopId": "39728"}, {"stopSequence": 72, "arrival": {"time": "1694889709"}, "stopId": "39729"}, {"stopSequence": 73, "arrival": {"time": "1694889728"}, "stopId": "39730"}, {"stopSequence": 74, "arrival": {"time": "1694889834"}, "stopId": "42200"}, {"stopSequence": 75, "arrival": {"time": "1694889877"}, "stopId": "42203"}, {"stopSequence": 76, "arrival": {"time": "1694889935"}, "stopId": "42204"}, {"stopSequence": 77, "arrival": {"time": "1694889966"}, "stopId": "42205"}, {"stopSequence": 78, "arrival": {"time": "1694890030"}, "stopId": "42201"}, {"stopSequence": 79, "arrival": {"time": "1694890273"}, "stopId": "42206"}, {"stopSequence": 80, "arrival": {"time": "1694890328"}, "stopId": "42207"}, {"stopSequence": 81, "arrival": {"time": "1694890392"}, "stopId": "42208"}, {"stopSequence": 82, "arrival": {"time": "1694890511"}, "stopId": "42564"}, {"stopSequence": 83, "arrival": {"time": "1694890617"}, "stopId": "42214"}, {"stopSequence": 84, "arrival": {"time": "1694890730"}, "stopId": "42209"}, {"stopSequence": 85, "arrival": {"time": "1694890850"}, "stopId": "42210"}, {"stopSequence": 86, "arrival": {"time": "1694891045"}, "stopId": "42215"}, {"stopSequence": 87, "arrival": {"time": "1694891078"}, "stopId": "42216"}, {"stopSequence": 88, "arrival": {"time": "1694891122"}, "stopId": "42217"}, {"stopSequence": 89, "arrival": {"time": "1694891204"}, "stopId": "42218"}, {"stopSequence": 90, "arrival": {"time": "1694891243"}, "stopId": "42219"}, {"stopSequence": 91, "arrival": {"time": "1694891355"}, "stopId": "42220"}, {"stopSequence": 92, "arrival": {"time": "1694891406"}, "stopId": "42221"}, {"stopSequence": 93, "arrival": {"time": "1694891484"}, "stopId": "42222"}, {"stopSequence": 94, "arrival": {"time": "1694891572"}, "stopId": "42223"}, {"stopSequence": 95, "arrival": {"time": "1694891601"}, "stopId": "42224"}, {"stopSequence": 96, "arrival": {"time": "1694891695"}, "stopId": "42225"}, {"stopSequence": 97, "arrival": {"time": "1694891774"}, "stopId": "42226"}, {"stopSequence": 98, "arrival": {"time": "1694891844"}, "stopId": "42227"}, {"stopSequence": 99, "arrival": {"time": "1694891941"}, "stopId": "42228"}, {"stopSequence": 100, "arrival": {"time": "1694891997"}, "stopId": "42229"}, {"stopSequence": 101, "arrival": {"time": "1694892113"}, "stopId": "42230"}, {"stopSequence": 102, "arrival": {"time": "1694892170"}, "stopId": "42231"}, {"stopSequence": 103, "arrival": {"time": "1694892282"}, "stopId": "42232"}, {"stopSequence": 104, "arrival": {"time": "1694892408"}, "stopId": "42233"}, {"stopSequence": 105, "arrival": {"time": "1694892468"}, "stopId": "42234"}, {"stopSequence": 106, "arrival": {"time": "1694892622"}, "stopId": "42211"}, {"stopSequence": 107, "arrival": {"time": "1694892748"}, "stopId": "91142"}, {"stopSequence": 108, "arrival": {"time": "1694892852"}, "stopId": "91143"}, {"stopSequence": 109, "arrival": {"time": "1694892951"}, "stopId": "91144"}, {"stopSequence": 110, "arrival": {"time": "1694893083"}, "stopId": "91145"}, {"stopSequence": 111, "arrival": {"time": "1694893206"}, "stopId": "34560"}, {"stopSequence": 112, "arrival": {"time": "1694893280"}, "stopId": "42273"}, {"stopSequence": 113, "arrival": {"time": "1694893294"}, "stopId": "34415"}, {"stopSequence": 114, "arrival": {"time": "1694893477"}, "stopId": "42077"}], "vehicle": {"licensePlate": "DTRK63"}, "timestamp": "1694889027"}, "vehicle": {"trip": {"tripId": "15576-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "position": {"latitude": -36.82024, "longitude": -73.0442, "bearing": 156.0, "odometer": 0.0, "speed": 37.0}, "timestamp": "1694889027", "vehicle": {"licensePlate": "DTRK63"}}}, {"id": "8330168b-afaf-4925-8963-c50c5715f42a", "tripUpdate": {"trip": {"tripId": "15630-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 96, "arrival": {"time": "1694889054"}, "stopId": "42857"}, {"stopSequence": 97, "arrival": {"time": "1694889087"}, "stopId": "38562"}, {"stopSequence": 98, "arrival": {"time": "1694889136"}, "stopId": "38563"}, {"stopSequence": 99, "arrival": {"time": "1694889176"}, "stopId": "38564"}, {"stopSequence": 100, "arrival": {"time": "1694889273"}, "stopId": "38565"}, {"stopSequence": 101, "arrival": {"time": "1694889336"}, "stopId": "37448"}, {"stopSequence": 102, "arrival": {"time": "1694889367"}, "stopId": "38566"}, {"stopSequence": 103, "arrival": {"time": "1694889399"}, "stopId": "38567"}, {"stopSequence": 104, "arrival": {"time": "1694889446"}, "stopId": "38568"}, {"stopSequence": 105, "arrival": {"time": "1694889475"}, "stopId": "38569"}, {"stopSequence": 106, "arrival": {"time": "1694889517"}, "stopId": "38570"}, {"stopSequence": 107, "arrival": {"time": "1694889571"}, "stopId": "38571"}, {"stopSequence": 108, "arrival": {"time": "1694889623"}, "stopId": "38572"}, {"stopSequence": 109, "arrival": {"time": "1694889787"}, "stopId": "38393"}, {"stopSequence": 110, "arrival": {"time": "1694889877"}, "stopId": "38395"}, {"stopSequence": 111, "arrival": {"time": "1694889912"}, "stopId": "38396"}, {"stopSequence": 112, "arrival": {"time": "1694889971"}, "stopId": "38397"}, {"stopSequence": 113, "arrival": {"time": "1694890025"}, "stopId": "41928"}, {"stopSequence": 114, "arrival": {"time": "1694890070"}, "stopId": "41929"}, {"stopSequence": 115, "arrival": {"time": "1694890161"}, "stopId": "40545"}, {"stopSequence": 116, "arrival": {"time": "1694890218"}, "stopId": "40546"}, {"stopSequence": 117, "arrival": {"time": "1694890246"}, "stopId": "40547"}, {"stopSequence": 118, "arrival": {"time": "1694890294"}, "stopId": "40548"}, {"stopSequence": 119, "arrival": {"time": "1694890342"}, "stopId": "40589"}, {"stopSequence": 120, "arrival": {"time": "1694890369"}, "stopId": "40590"}, {"stopSequence": 121, "arrival": {"time": "1694890489"}, "stopId": "40592"}, {"stopSequence": 122, "arrival": {"time": "1694890648"}, "stopId": "41947"}], "vehicle": {"licensePlate": "FXRL44"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "15630-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 0}, "position": {"latitude": -36.71184, "longitude": -73.11503, "bearing": 206.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "FXRL44"}}}, {"id": "f108f547-1656-4d46-8fbd-d88f7a0b5fc5", "tripUpdate": {"trip": {"tripId": "15633-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694889095"}, "stopId": "42285"}, {"stopSequence": 23, "arrival": {"time": "1694889188"}, "stopId": "42286"}, {"stopSequence": 24, "arrival": {"time": "1694889205"}, "stopId": "42287"}, {"stopSequence": 25, "arrival": {"time": "1694889263"}, "stopId": "42288"}, {"stopSequence": 26, "arrival": {"time": "1694889300"}, "stopId": "42289"}, {"stopSequence": 27, "arrival": {"time": "1694889377"}, "stopId": "42290"}, {"stopSequence": 28, "arrival": {"time": "1694889435"}, "stopId": "42291"}, {"stopSequence": 29, "arrival": {"time": "1694889520"}, "stopId": "42292"}, {"stopSequence": 30, "arrival": {"time": "1694889592"}, "stopId": "42293"}, {"stopSequence": 31, "arrival": {"time": "1694889765"}, "stopId": "42294"}, {"stopSequence": 32, "arrival": {"time": "1694889884"}, "stopId": "42295"}, {"stopSequence": 33, "arrival": {"time": "1694889992"}, "stopId": "42296"}, {"stopSequence": 34, "arrival": {"time": "1694890127"}, "stopId": "42297"}, {"stopSequence": 35, "arrival": {"time": "1694890218"}, "stopId": "42298"}, {"stopSequence": 36, "arrival": {"time": "1694890443"}, "stopId": "49296"}, {"stopSequence": 37, "arrival": {"time": "1694890528"}, "stopId": "49297"}, {"stopSequence": 38, "arrival": {"time": "1694890563"}, "stopId": "49298"}, {"stopSequence": 39, "arrival": {"time": "1694890632"}, "stopId": "49299"}, {"stopSequence": 40, "arrival": {"time": "1694890673"}, "stopId": "49300"}, {"stopSequence": 41, "arrival": {"time": "1694890760"}, "stopId": "49301"}, {"stopSequence": 42, "arrival": {"time": "1694890830"}, "stopId": "49302"}, {"stopSequence": 43, "arrival": {"time": "1694890876"}, "stopId": "49303"}, {"stopSequence": 44, "arrival": {"time": "1694890930"}, "stopId": "49304"}, {"stopSequence": 45, "arrival": {"time": "1694890959"}, "stopId": "49305"}, {"stopSequence": 46, "arrival": {"time": "1694891019"}, "stopId": "49306"}, {"stopSequence": 47, "arrival": {"time": "1694891062"}, "stopId": "49307"}, {"stopSequence": 48, "arrival": {"time": "1694891080"}, "stopId": "49308"}, {"stopSequence": 49, "arrival": {"time": "1694891107"}, "stopId": "49309"}, {"stopSequence": 50, "arrival": {"time": "1694891144"}, "stopId": "42315"}, {"stopSequence": 51, "arrival": {"time": "1694891162"}, "stopId": "42316"}, {"stopSequence": 52, "arrival": {"time": "1694891225"}, "stopId": "42317"}, {"stopSequence": 53, "arrival": {"time": "1694891274"}, "stopId": "42318"}, {"stopSequence": 54, "arrival": {"time": "1694891359"}, "stopId": "8606396"}, {"stopSequence": 55, "arrival": {"time": "1694891446"}, "stopId": "38514"}, {"stopSequence": 56, "arrival": {"time": "1694891495"}, "stopId": "38516"}, {"stopSequence": 57, "arrival": {"time": "1694891563"}, "stopId": "38518"}, {"stopSequence": 58, "arrival": {"time": "1694891684"}, "stopId": "38520"}, {"stopSequence": 59, "arrival": {"time": "1694891733"}, "stopId": "38521"}, {"stopSequence": 60, "arrival": {"time": "1694891794"}, "stopId": "38522"}, {"stopSequence": 61, "arrival": {"time": "1694891858"}, "stopId": "38523"}, {"stopSequence": 62, "arrival": {"time": "1694891925"}, "stopId": "38524"}, {"stopSequence": 63, "arrival": {"time": "1694891989"}, "stopId": "38525"}, {"stopSequence": 64, "arrival": {"time": "1694892058"}, "stopId": "38526"}, {"stopSequence": 65, "arrival": {"time": "1694892123"}, "stopId": "38527"}, {"stopSequence": 66, "arrival": {"time": "1694892238"}, "stopId": "38528"}, {"stopSequence": 67, "arrival": {"time": "1694892409"}, "stopId": "38529"}, {"stopSequence": 68, "arrival": {"time": "1694892751"}, "stopId": "16005209"}, {"stopSequence": 69, "arrival": {"time": "1694893150"}, "stopId": "38531"}, {"stopSequence": 70, "arrival": {"time": "1694893250"}, "stopId": "8921285"}, {"stopSequence": 71, "arrival": {"time": "1694893455"}, "stopId": "38532"}, {"stopSequence": 72, "arrival": {"time": "1694893564"}, "stopId": "38533"}, {"stopSequence": 73, "arrival": {"time": "1694893661"}, "stopId": "38534"}, {"stopSequence": 74, "arrival": {"time": "1694893754"}, "stopId": "38535"}, {"stopSequence": 75, "arrival": {"time": "1694893913"}, "stopId": "38536"}, {"stopSequence": 76, "arrival": {"time": "1694893974"}, "stopId": "4838437"}, {"stopSequence": 77, "arrival": {"time": "1694894110"}, "stopId": "45085"}, {"stopSequence": 78, "arrival": {"time": "1694894290"}, "stopId": "45086"}, {"stopSequence": 79, "arrival": {"time": "1694894421"}, "stopId": "38539"}, {"stopSequence": 80, "arrival": {"time": "1694894591"}, "stopId": "38540"}, {"stopSequence": 81, "arrival": {"time": "1694894782"}, "stopId": "38544"}, {"stopSequence": 82, "arrival": {"time": "1694894968"}, "stopId": "38545"}, {"stopSequence": 83, "arrival": {"time": "1694895255"}, "stopId": "38546"}, {"stopSequence": 84, "arrival": {"time": "1694895640"}, "stopId": "38548"}, {"stopSequence": 85, "arrival": {"time": "1694895864"}, "stopId": "38549"}, {"stopSequence": 86, "arrival": {"time": "1694896074"}, "stopId": "38550"}, {"stopSequence": 87, "arrival": {"time": "1694896439"}, "stopId": "38551"}, {"stopSequence": 88, "arrival": {"time": "1694896791"}, "stopId": "38552"}, {"stopSequence": 89, "arrival": {"time": "1694897145"}, "stopId": "49359"}, {"stopSequence": 90, "arrival": {"time": "1694897389"}, "stopId": "49360"}, {"stopSequence": 91, "arrival": {"time": "1694897954"}, "stopId": "49361"}, {"stopSequence": 92, "arrival": {"time": "1694898382"}, "stopId": "49363"}, {"stopSequence": 93, "arrival": {"time": "1694898665"}, "stopId": "49364"}, {"stopSequence": 94, "arrival": {"time": "1694898946"}, "stopId": "49365"}, {"stopSequence": 95, "arrival": {"time": "1694899360"}, "stopId": "38560"}, {"stopSequence": 96, "arrival": {"time": "1694899596"}, "stopId": "42857"}, {"stopSequence": 97, "arrival": {"time": "1694899824"}, "stopId": "38562"}, {"stopSequence": 98, "arrival": {"time": "1694900176"}, "stopId": "38563"}, {"stopSequence": 99, "arrival": {"time": "1694900483"}, "stopId": "38564"}, {"stopSequence": 100, "arrival": {"time": "1694901302"}, "stopId": "38565"}, {"stopSequence": 101, "arrival": {"time": "1694901895"}, "stopId": "37448"}, {"stopSequence": 102, "arrival": {"time": "1694902218"}, "stopId": "38566"}, {"stopSequence": 103, "arrival": {"time": "1694902559"}, "stopId": "38567"}, {"stopSequence": 104, "arrival": {"time": "1694903093"}, "stopId": "38568"}, {"stopSequence": 105, "arrival": {"time": "1694903438"}, "stopId": "38569"}, {"stopSequence": 106, "arrival": {"time": "1694903979"}, "stopId": "38570"}, {"stopSequence": 107, "arrival": {"time": "1694904748"}, "stopId": "38571"}, {"stopSequence": 108, "arrival": {"time": "1694905547"}, "stopId": "38572"}, {"stopSequence": 109, "arrival": {"time": "1694908673"}, "stopId": "38393"}, {"stopSequence": 110, "arrival": {"time": "1694910957"}, "stopId": "38395"}, {"stopSequence": 111, "arrival": {"time": "1694911949"}, "stopId": "38396"}, {"stopSequence": 112, "arrival": {"time": "1694913898"}, "stopId": "38397"}, {"stopSequence": 113, "arrival": {"time": "1694915986"}, "stopId": "41928"}, {"stopSequence": 114, "arrival": {"time": "1694917953"}, "stopId": "41929"}, {"stopSequence": 115, "arrival": {"time": "1694922995"}, "stopId": "40545"}, {"stopSequence": 116, "arrival": {"time": "1694927175"}, "stopId": "40546"}, {"stopSequence": 117, "arrival": {"time": "1694929545"}, "stopId": "40547"}, {"stopSequence": 118, "arrival": {"time": "1694934411"}, "stopId": "40548"}, {"stopSequence": 119, "arrival": {"time": "1694940494"}, "stopId": "40589"}, {"stopSequence": 120, "arrival": {"time": "1694944764"}, "stopId": "40590"}, {"stopSequence": 121, "arrival": {"time": "1694975632"}, "stopId": "40592"}, {"stopSequence": 122, "arrival": {"time": "1695195524"}, "stopId": "41947"}], "vehicle": {"licensePlate": "YS3102"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "15633-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 0}, "position": {"latitude": -36.922283, "longitude": -73.02663, "bearing": 346.0, "odometer": 0.0, "speed": 26.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "YS3102"}}}, {"id": "a5752e7e-5dd3-4158-a68a-cc46f75e457f", "tripUpdate": {"trip": {"tripId": "15744-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889082"}, "stopId": "38511"}, {"stopSequence": 4, "arrival": {"time": "1694889128"}, "stopId": "38482"}, {"stopSequence": 5, "arrival": {"time": "1694889154"}, "stopId": "38440"}, {"stopSequence": 6, "arrival": {"time": "1694889184"}, "stopId": "38446"}, {"stopSequence": 7, "arrival": {"time": "1694889247"}, "stopId": "38491"}, {"stopSequence": 8, "arrival": {"time": "1694889285"}, "stopId": "38424"}, {"stopSequence": 9, "arrival": {"time": "1694889330"}, "stopId": "38394"}, {"stopSequence": 10, "arrival": {"time": "1694889366"}, "stopId": "38495"}, {"stopSequence": 11, "arrival": {"time": "1694889501"}, "stopId": "40928"}, {"stopSequence": 12, "arrival": {"time": "1694889549"}, "stopId": "37446"}, {"stopSequence": 13, "arrival": {"time": "1694889621"}, "stopId": "37447"}, {"stopSequence": 14, "arrival": {"time": "1694889642"}, "stopId": "40929"}, {"stopSequence": 15, "arrival": {"time": "1694889704"}, "stopId": "40946"}, {"stopSequence": 16, "arrival": {"time": "1694889756"}, "stopId": "40947"}, {"stopSequence": 17, "arrival": {"time": "1694889886"}, "stopId": "49356"}, {"stopSequence": 18, "arrival": {"time": "1694889951"}, "stopId": "49357"}, {"stopSequence": 19, "arrival": {"time": "1694889990"}, "stopId": "38771"}, {"stopSequence": 20, "arrival": {"time": "1694890032"}, "stopId": "38668"}, {"stopSequence": 21, "arrival": {"time": "1694890128"}, "stopId": "38661"}, {"stopSequence": 22, "arrival": {"time": "1694890201"}, "stopId": "38657"}, {"stopSequence": 23, "arrival": {"time": "1694890268"}, "stopId": "38743"}, {"stopSequence": 24, "arrival": {"time": "1694890325"}, "stopId": "38652"}, {"stopSequence": 25, "arrival": {"time": "1694890396"}, "stopId": "38721"}, {"stopSequence": 26, "arrival": {"time": "1694890452"}, "stopId": "38659"}, {"stopSequence": 27, "arrival": {"time": "1694890532"}, "stopId": "38674"}, {"stopSequence": 28, "arrival": {"time": "1694890599"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694890679"}, "stopId": "38718"}, {"stopSequence": 30, "arrival": {"time": "1694890738"}, "stopId": "38735"}, {"stopSequence": 31, "arrival": {"time": "1694890794"}, "stopId": "42270"}, {"stopSequence": 32, "arrival": {"time": "1694890849"}, "stopId": "42271"}, {"stopSequence": 33, "arrival": {"time": "1694890916"}, "stopId": "4838438"}, {"stopSequence": 34, "arrival": {"time": "1694891072"}, "stopId": "44896"}, {"stopSequence": 35, "arrival": {"time": "1694891124"}, "stopId": "44897"}, {"stopSequence": 36, "arrival": {"time": "1694891204"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694891386"}, "stopId": "40993"}, {"stopSequence": 38, "arrival": {"time": "1694891997"}, "stopId": "40995"}, {"stopSequence": 39, "arrival": {"time": "1694892105"}, "stopId": "40996"}, {"stopSequence": 40, "arrival": {"time": "1694892211"}, "stopId": "40997"}, {"stopSequence": 41, "arrival": {"time": "1694892293"}, "stopId": "39614"}, {"stopSequence": 42, "arrival": {"time": "1694892361"}, "stopId": "39615"}, {"stopSequence": 43, "arrival": {"time": "1694892433"}, "stopId": "39616"}, {"stopSequence": 44, "arrival": {"time": "1694892514"}, "stopId": "39617"}, {"stopSequence": 45, "arrival": {"time": "1694892602"}, "stopId": "39618"}, {"stopSequence": 46, "arrival": {"time": "1694892644"}, "stopId": "38521"}, {"stopSequence": 47, "arrival": {"time": "1694892671"}, "stopId": "39619"}, {"stopSequence": 48, "arrival": {"time": "1694892736"}, "stopId": "39620"}, {"stopSequence": 49, "arrival": {"time": "1694892847"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694892927"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694893021"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694893092"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694893308"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694893436"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694893569"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694893743"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694893854"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694894075"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694894131"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694894387"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694894494"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694894774"}, "stopId": "49301"}, {"stopSequence": 63, "arrival": {"time": "1694895202"}, "stopId": "42204"}, {"stopSequence": 64, "arrival": {"time": "1694895302"}, "stopId": "42205"}, {"stopSequence": 65, "arrival": {"time": "1694895492"}, "stopId": "42201"}, {"stopSequence": 66, "arrival": {"time": "1694896362"}, "stopId": "42206"}, {"stopSequence": 67, "arrival": {"time": "1694896614"}, "stopId": "42207"}, {"stopSequence": 68, "arrival": {"time": "1694896867"}, "stopId": "42208"}, {"stopSequence": 69, "arrival": {"time": "1694897469"}, "stopId": "42564"}, {"stopSequence": 70, "arrival": {"time": "1694897968"}, "stopId": "42214"}, {"stopSequence": 71, "arrival": {"time": "1694898607"}, "stopId": "42209"}, {"stopSequence": 72, "arrival": {"time": "1694899313"}, "stopId": "42210"}, {"stopSequence": 73, "arrival": {"time": "1694900706"}, "stopId": "40951"}, {"stopSequence": 74, "arrival": {"time": "1694901303"}, "stopId": "40952"}, {"stopSequence": 75, "arrival": {"time": "1694901876"}, "stopId": "40953"}, {"stopSequence": 76, "arrival": {"time": "1694902338"}, "stopId": "40954"}, {"stopSequence": 77, "arrival": {"time": "1694903155"}, "stopId": "40955"}, {"stopSequence": 78, "arrival": {"time": "1694903625"}, "stopId": "40956"}, {"stopSequence": 79, "arrival": {"time": "1694904399"}, "stopId": "40957"}, {"stopSequence": 80, "arrival": {"time": "1694905178"}, "stopId": "40958"}, {"stopSequence": 81, "arrival": {"time": "1694905598"}, "stopId": "40959"}, {"stopSequence": 82, "arrival": {"time": "1694906818"}, "stopId": "42223"}, {"stopSequence": 83, "arrival": {"time": "1694907347"}, "stopId": "42224"}, {"stopSequence": 84, "arrival": {"time": "1694908935"}, "stopId": "42225"}, {"stopSequence": 85, "arrival": {"time": "1694910502"}, "stopId": "42226"}, {"stopSequence": 86, "arrival": {"time": "1694911971"}, "stopId": "42227"}, {"stopSequence": 87, "arrival": {"time": "1694914718"}, "stopId": "42228"}, {"stopSequence": 88, "arrival": {"time": "1694916240"}, "stopId": "42229"}, {"stopSequence": 89, "arrival": {"time": "1694920059"}, "stopId": "42230"}, {"stopSequence": 90, "arrival": {"time": "1694922423"}, "stopId": "42231"}, {"stopSequence": 91, "arrival": {"time": "1694928085"}, "stopId": "42232"}, {"stopSequence": 92, "arrival": {"time": "1694935695"}, "stopId": "20540229"}, {"stopSequence": 93, "arrival": {"time": "1694940389"}, "stopId": "20540230"}, {"stopSequence": 94, "arrival": {"time": "1694945128"}, "stopId": "20540231"}, {"stopSequence": 95, "arrival": {"time": "1694957796"}, "stopId": "20554362"}, {"stopSequence": 96, "arrival": {"time": "1695011020"}, "stopId": "34871"}, {"stopSequence": 97, "arrival": {"time": "1695030324"}, "stopId": "34872"}, {"stopSequence": 98, "arrival": {"time": "1695202053"}, "stopId": "34873"}, {"stopSequence": 99, "arrival": {"time": "1696564142"}, "stopId": "42077"}], "vehicle": {"licensePlate": "CLYB54"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "15744-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 1}, "position": {"latitude": -36.719856, "longitude": -73.14017, "bearing": 72.0, "odometer": 0.0, "speed": 8.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "CLYB54"}}}, {"id": "ca76a482-11fd-4346-baed-b803c28b32c7", "tripUpdate": {"trip": {"tripId": "15685-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 67, "arrival": {"time": "1694889040"}, "stopId": "16005209"}, {"stopSequence": 68, "arrival": {"time": "1694889288"}, "stopId": "38531"}, {"stopSequence": 69, "arrival": {"time": "1694889344"}, "stopId": "8921285"}, {"stopSequence": 70, "arrival": {"time": "1694889454"}, "stopId": "38532"}, {"stopSequence": 71, "arrival": {"time": "1694889510"}, "stopId": "38533"}, {"stopSequence": 72, "arrival": {"time": "1694889558"}, "stopId": "38534"}, {"stopSequence": 73, "arrival": {"time": "1694889602"}, "stopId": "38535"}, {"stopSequence": 74, "arrival": {"time": "1694889676"}, "stopId": "38536"}, {"stopSequence": 75, "arrival": {"time": "1694889703"}, "stopId": "4838437"}, {"stopSequence": 76, "arrival": {"time": "1694889762"}, "stopId": "45085"}, {"stopSequence": 77, "arrival": {"time": "1694889834"}, "stopId": "45086"}, {"stopSequence": 78, "arrival": {"time": "1694889898"}, "stopId": "38539"}, {"stopSequence": 79, "arrival": {"time": "1694890031"}, "stopId": "38544"}, {"stopSequence": 80, "arrival": {"time": "1694890089"}, "stopId": "38545"}, {"stopSequence": 81, "arrival": {"time": "1694890187"}, "stopId": "38546"}, {"stopSequence": 82, "arrival": {"time": "1694890302"}, "stopId": "38548"}, {"stopSequence": 83, "arrival": {"time": "1694890366"}, "stopId": "38549"}, {"stopSequence": 84, "arrival": {"time": "1694890424"}, "stopId": "38550"}, {"stopSequence": 85, "arrival": {"time": "1694890517"}, "stopId": "38551"}, {"stopSequence": 86, "arrival": {"time": "1694890611"}, "stopId": "38552"}, {"stopSequence": 87, "arrival": {"time": "1694890684"}, "stopId": "49359"}, {"stopSequence": 88, "arrival": {"time": "1694890735"}, "stopId": "49360"}, {"stopSequence": 89, "arrival": {"time": "1694890850"}, "stopId": "49361"}, {"stopSequence": 90, "arrival": {"time": "1694890877"}, "stopId": "49362"}, {"stopSequence": 91, "arrival": {"time": "1694890926"}, "stopId": "49363"}, {"stopSequence": 92, "arrival": {"time": "1694890975"}, "stopId": "49364"}, {"stopSequence": 93, "arrival": {"time": "1694891023"}, "stopId": "49365"}, {"stopSequence": 94, "arrival": {"time": "1694891089"}, "stopId": "38560"}, {"stopSequence": 95, "arrival": {"time": "1694891125"}, "stopId": "42857"}, {"stopSequence": 96, "arrival": {"time": "1694891159"}, "stopId": "38562"}, {"stopSequence": 97, "arrival": {"time": "1694891210"}, "stopId": "38563"}, {"stopSequence": 98, "arrival": {"time": "1694891252"}, "stopId": "38564"}, {"stopSequence": 99, "arrival": {"time": "1694891356"}, "stopId": "38565"}, {"stopSequence": 100, "arrival": {"time": "1694891426"}, "stopId": "37448"}, {"stopSequence": 101, "arrival": {"time": "1694891458"}, "stopId": "38566"}, {"stopSequence": 102, "arrival": {"time": "1694891493"}, "stopId": "38567"}, {"stopSequence": 103, "arrival": {"time": "1694891548"}, "stopId": "38568"}, {"stopSequence": 104, "arrival": {"time": "1694891579"}, "stopId": "38569"}, {"stopSequence": 105, "arrival": {"time": "1694891630"}, "stopId": "38570"}, {"stopSequence": 106, "arrival": {"time": "1694891697"}, "stopId": "38571"}, {"stopSequence": 107, "arrival": {"time": "1694891750"}, "stopId": "38572"}, {"stopSequence": 108, "arrival": {"time": "1694891976"}, "stopId": "38393"}, {"stopSequence": 109, "arrival": {"time": "1694892100"}, "stopId": "38395"}, {"stopSequence": 110, "arrival": {"time": "1694892148"}, "stopId": "38396"}, {"stopSequence": 111, "arrival": {"time": "1694892232"}, "stopId": "38397"}, {"stopSequence": 112, "arrival": {"time": "1694892265"}, "stopId": "38398"}, {"stopSequence": 113, "arrival": {"time": "1694892300"}, "stopId": "38399"}, {"stopSequence": 114, "arrival": {"time": "1694892392"}, "stopId": "38400"}, {"stopSequence": 115, "arrival": {"time": "1694892455"}, "stopId": "38401"}, {"stopSequence": 116, "arrival": {"time": "1694892528"}, "stopId": "38402"}], "vehicle": {"licensePlate": "FWJX76"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "15685-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 0}, "position": {"latitude": -36.79159, "longitude": -73.07006, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "FWJX76"}}}, {"id": "80c14e4b-6ee3-44e6-b764-5fd495a3348d", "tripUpdate": {"trip": {"tripId": "15686-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889092"}, "stopId": "42294"}, {"stopSequence": 29, "arrival": {"time": "1694889220"}, "stopId": "42295"}, {"stopSequence": 30, "arrival": {"time": "1694889335"}, "stopId": "42296"}, {"stopSequence": 31, "arrival": {"time": "1694889476"}, "stopId": "42297"}, {"stopSequence": 32, "arrival": {"time": "1694889569"}, "stopId": "42298"}, {"stopSequence": 33, "arrival": {"time": "1694889666"}, "stopId": "49295"}, {"stopSequence": 34, "arrival": {"time": "1694889789"}, "stopId": "49296"}, {"stopSequence": 35, "arrival": {"time": "1694889874"}, "stopId": "49297"}, {"stopSequence": 36, "arrival": {"time": "1694889906"}, "stopId": "49298"}, {"stopSequence": 37, "arrival": {"time": "1694889970"}, "stopId": "49299"}, {"stopSequence": 38, "arrival": {"time": "1694890020"}, "stopId": "49300"}, {"stopSequence": 39, "arrival": {"time": "1694890096"}, "stopId": "49301"}, {"stopSequence": 40, "arrival": {"time": "1694890165"}, "stopId": "49302"}, {"stopSequence": 41, "arrival": {"time": "1694890211"}, "stopId": "49303"}, {"stopSequence": 42, "arrival": {"time": "1694890256"}, "stopId": "49304"}, {"stopSequence": 43, "arrival": {"time": "1694890289"}, "stopId": "49305"}, {"stopSequence": 44, "arrival": {"time": "1694890343"}, "stopId": "49306"}, {"stopSequence": 45, "arrival": {"time": "1694890383"}, "stopId": "49307"}, {"stopSequence": 46, "arrival": {"time": "1694890400"}, "stopId": "49308"}, {"stopSequence": 47, "arrival": {"time": "1694890425"}, "stopId": "49309"}, {"stopSequence": 48, "arrival": {"time": "1694890459"}, "stopId": "42315"}, {"stopSequence": 49, "arrival": {"time": "1694890475"}, "stopId": "42316"}, {"stopSequence": 50, "arrival": {"time": "1694890532"}, "stopId": "42317"}, {"stopSequence": 51, "arrival": {"time": "1694890576"}, "stopId": "42318"}, {"stopSequence": 52, "arrival": {"time": "1694890652"}, "stopId": "8606396"}, {"stopSequence": 53, "arrival": {"time": "1694890729"}, "stopId": "38514"}, {"stopSequence": 54, "arrival": {"time": "1694890772"}, "stopId": "38516"}, {"stopSequence": 55, "arrival": {"time": "1694890831"}, "stopId": "38518"}, {"stopSequence": 56, "arrival": {"time": "1694890932"}, "stopId": "38520"}, {"stopSequence": 57, "arrival": {"time": "1694890976"}, "stopId": "38521"}, {"stopSequence": 58, "arrival": {"time": "1694891026"}, "stopId": "38522"}, {"stopSequence": 59, "arrival": {"time": "1694891080"}, "stopId": "38523"}, {"stopSequence": 60, "arrival": {"time": "1694891135"}, "stopId": "38524"}, {"stopSequence": 61, "arrival": {"time": "1694891194"}, "stopId": "38525"}, {"stopSequence": 62, "arrival": {"time": "1694891252"}, "stopId": "38526"}, {"stopSequence": 63, "arrival": {"time": "1694891306"}, "stopId": "38527"}, {"stopSequence": 64, "arrival": {"time": "1694891400"}, "stopId": "38528"}, {"stopSequence": 65, "arrival": {"time": "1694891539"}, "stopId": "38529"}, {"stopSequence": 66, "arrival": {"time": "1694891787"}, "stopId": "38530"}, {"stopSequence": 67, "arrival": {"time": "1694891810"}, "stopId": "16005209"}, {"stopSequence": 68, "arrival": {"time": "1694892118"}, "stopId": "38531"}, {"stopSequence": 69, "arrival": {"time": "1694892193"}, "stopId": "8921285"}, {"stopSequence": 70, "arrival": {"time": "1694892347"}, "stopId": "38532"}, {"stopSequence": 71, "arrival": {"time": "1694892427"}, "stopId": "38533"}, {"stopSequence": 72, "arrival": {"time": "1694892499"}, "stopId": "38534"}, {"stopSequence": 73, "arrival": {"time": "1694892567"}, "stopId": "38535"}, {"stopSequence": 74, "arrival": {"time": "1694892682"}, "stopId": "38536"}, {"stopSequence": 75, "arrival": {"time": "1694892726"}, "stopId": "4838437"}, {"stopSequence": 76, "arrival": {"time": "1694892823"}, "stopId": "45085"}, {"stopSequence": 77, "arrival": {"time": "1694892947"}, "stopId": "45086"}, {"stopSequence": 78, "arrival": {"time": "1694893059"}, "stopId": "38539"}, {"stopSequence": 79, "arrival": {"time": "1694893306"}, "stopId": "38544"}, {"stopSequence": 80, "arrival": {"time": "1694893419"}, "stopId": "38545"}, {"stopSequence": 81, "arrival": {"time": "1694893619"}, "stopId": "38546"}, {"stopSequence": 82, "arrival": {"time": "1694893865"}, "stopId": "38548"}, {"stopSequence": 83, "arrival": {"time": "1694894010"}, "stopId": "38549"}, {"stopSequence": 84, "arrival": {"time": "1694894144"}, "stopId": "38550"}, {"stopSequence": 85, "arrival": {"time": "1694894370"}, "stopId": "38551"}, {"stopSequence": 86, "arrival": {"time": "1694894609"}, "stopId": "38552"}, {"stopSequence": 87, "arrival": {"time": "1694894801"}, "stopId": "49359"}, {"stopSequence": 88, "arrival": {"time": "1694894942"}, "stopId": "49360"}, {"stopSequence": 89, "arrival": {"time": "1694895272"}, "stopId": "49361"}, {"stopSequence": 90, "arrival": {"time": "1694895352"}, "stopId": "49362"}, {"stopSequence": 91, "arrival": {"time": "1694895502"}, "stopId": "49363"}, {"stopSequence": 92, "arrival": {"time": "1694895658"}, "stopId": "49364"}, {"stopSequence": 93, "arrival": {"time": "1694895811"}, "stopId": "49365"}, {"stopSequence": 94, "arrival": {"time": "1694896032"}, "stopId": "38560"}, {"stopSequence": 95, "arrival": {"time": "1694896156"}, "stopId": "42857"}, {"stopSequence": 96, "arrival": {"time": "1694896275"}, "stopId": "38562"}, {"stopSequence": 97, "arrival": {"time": "1694896455"}, "stopId": "38563"}, {"stopSequence": 98, "arrival": {"time": "1694896609"}, "stopId": "38564"}, {"stopSequence": 99, "arrival": {"time": "1694897011"}, "stopId": "38565"}, {"stopSequence": 100, "arrival": {"time": "1694897293"}, "stopId": "37448"}, {"stopSequence": 101, "arrival": {"time": "1694897427"}, "stopId": "38566"}, {"stopSequence": 102, "arrival": {"time": "1694897575"}, "stopId": "38567"}, {"stopSequence": 103, "arrival": {"time": "1694897813"}, "stopId": "38568"}, {"stopSequence": 104, "arrival": {"time": "1694897952"}, "stopId": "38569"}, {"stopSequence": 105, "arrival": {"time": "1694898186"}, "stopId": "38570"}, {"stopSequence": 106, "arrival": {"time": "1694898509"}, "stopId": "38571"}, {"stopSequence": 107, "arrival": {"time": "1694898771"}, "stopId": "38572"}, {"stopSequence": 108, "arrival": {"time": "1694899997"}, "stopId": "38393"}, {"stopSequence": 109, "arrival": {"time": "1694900754"}, "stopId": "38395"}, {"stopSequence": 110, "arrival": {"time": "1694901063"}, "stopId": "38396"}, {"stopSequence": 111, "arrival": {"time": "1694901636"}, "stopId": "38397"}, {"stopSequence": 112, "arrival": {"time": "1694901868"}, "stopId": "38398"}, {"stopSequence": 113, "arrival": {"time": "1694902125"}, "stopId": "38399"}, {"stopSequence": 114, "arrival": {"time": "1694902828"}, "stopId": "38400"}, {"stopSequence": 115, "arrival": {"time": "1694903332"}, "stopId": "38401"}, {"stopSequence": 116, "arrival": {"time": "1694903962"}, "stopId": "38402"}], "vehicle": {"licensePlate": "HBSR22"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "15686-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 0}, "position": {"latitude": -36.89311, "longitude": -73.03474, "bearing": 310.0, "odometer": 0.0, "speed": 48.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "HBSR22"}}}, {"id": "756dcfcb-fba2-4c09-8cff-d5fc1a5e571b", "tripUpdate": {"trip": {"tripId": "15683-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 95, "arrival": {"time": "1694889053"}, "stopId": "42857"}, {"stopSequence": 96, "arrival": {"time": "1694889087"}, "stopId": "38562"}, {"stopSequence": 97, "arrival": {"time": "1694889135"}, "stopId": "38563"}, {"stopSequence": 98, "arrival": {"time": "1694889175"}, "stopId": "38564"}, {"stopSequence": 99, "arrival": {"time": "1694889273"}, "stopId": "38565"}, {"stopSequence": 100, "arrival": {"time": "1694889335"}, "stopId": "37448"}, {"stopSequence": 101, "arrival": {"time": "1694889364"}, "stopId": "38566"}, {"stopSequence": 102, "arrival": {"time": "1694889394"}, "stopId": "38567"}, {"stopSequence": 103, "arrival": {"time": "1694889441"}, "stopId": "38568"}, {"stopSequence": 104, "arrival": {"time": "1694889467"}, "stopId": "38569"}, {"stopSequence": 105, "arrival": {"time": "1694889510"}, "stopId": "38570"}, {"stopSequence": 106, "arrival": {"time": "1694889565"}, "stopId": "38571"}, {"stopSequence": 107, "arrival": {"time": "1694889608"}, "stopId": "38572"}, {"stopSequence": 108, "arrival": {"time": "1694889782"}, "stopId": "38393"}, {"stopSequence": 109, "arrival": {"time": "1694889873"}, "stopId": "38395"}, {"stopSequence": 110, "arrival": {"time": "1694889907"}, "stopId": "38396"}, {"stopSequence": 111, "arrival": {"time": "1694889967"}, "stopId": "38397"}, {"stopSequence": 112, "arrival": {"time": "1694889989"}, "stopId": "38398"}, {"stopSequence": 113, "arrival": {"time": "1694890013"}, "stopId": "38399"}, {"stopSequence": 114, "arrival": {"time": "1694890076"}, "stopId": "38400"}, {"stopSequence": 115, "arrival": {"time": "1694890117"}, "stopId": "38401"}, {"stopSequence": 116, "arrival": {"time": "1694890164"}, "stopId": "38402"}], "vehicle": {"licensePlate": "XR7697"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "15683-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 0}, "position": {"latitude": -36.711826, "longitude": -73.115105, "bearing": 214.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "XR7697"}}}, {"id": "d0f61a9a-6682-471e-aa21-2e8ebdc1a417", "tripUpdate": {"trip": {"tripId": "15740-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 96, "arrival": {"time": "1694889127"}, "stopId": "34871"}, {"stopSequence": 97, "arrival": {"time": "1694889149"}, "stopId": "34872"}, {"stopSequence": 98, "arrival": {"time": "1694889228"}, "stopId": "34873"}, {"stopSequence": 99, "arrival": {"time": "1694889280"}, "stopId": "42077"}], "vehicle": {"licensePlate": "ZT3808"}, "timestamp": "1694889022"}, "vehicle": {"trip": {"tripId": "15740-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "550", "directionId": 1}, "position": {"latitude": -36.949017, "longitude": -73.02423, "bearing": 244.0, "odometer": 0.0, "speed": 11.0}, "timestamp": "1694889022", "vehicle": {"licensePlate": "ZT3808"}}}, {"id": "ed608ff5-e6a0-4ae2-8759-8e0f71d5d492", "tripUpdate": {"trip": {"tripId": "15854-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 121, "arrival": {"time": "1694888952"}, "stopId": "34560"}, {"stopSequence": 122, "arrival": {"time": "1694888996"}, "stopId": "42273"}, {"stopSequence": 123, "arrival": {"time": "1694889004"}, "stopId": "34415"}, {"stopSequence": 124, "arrival": {"time": "1694889105"}, "stopId": "42077"}], "vehicle": {"licensePlate": "CDSZ11"}, "timestamp": "1694888939"}, "vehicle": {"trip": {"tripId": "15854-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 1}, "position": {"latitude": -36.95435, "longitude": -73.02051, "bearing": 52.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888939", "vehicle": {"licensePlate": "CDSZ11"}}}, {"id": "d2f12613-b5df-4a18-9c62-7ffb16db5c4f", "tripUpdate": {"trip": {"tripId": "15799-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694889130"}, "stopId": "38520"}, {"stopSequence": 61, "arrival": {"time": "1694889177"}, "stopId": "38521"}, {"stopSequence": 62, "arrival": {"time": "1694889228"}, "stopId": "38522"}, {"stopSequence": 63, "arrival": {"time": "1694889280"}, "stopId": "38523"}, {"stopSequence": 64, "arrival": {"time": "1694889334"}, "stopId": "38524"}, {"stopSequence": 65, "arrival": {"time": "1694889384"}, "stopId": "38525"}, {"stopSequence": 66, "arrival": {"time": "1694889436"}, "stopId": "38526"}, {"stopSequence": 67, "arrival": {"time": "1694889485"}, "stopId": "38527"}, {"stopSequence": 68, "arrival": {"time": "1694889573"}, "stopId": "38528"}, {"stopSequence": 69, "arrival": {"time": "1694889685"}, "stopId": "38529"}, {"stopSequence": 70, "arrival": {"time": "1694889891"}, "stopId": "38530"}, {"stopSequence": 71, "arrival": {"time": "1694889904"}, "stopId": "16005209"}, {"stopSequence": 72, "arrival": {"time": "1694890133"}, "stopId": "38531"}, {"stopSequence": 73, "arrival": {"time": "1694890187"}, "stopId": "8921285"}, {"stopSequence": 74, "arrival": {"time": "1694890295"}, "stopId": "38532"}, {"stopSequence": 75, "arrival": {"time": "1694890346"}, "stopId": "38533"}, {"stopSequence": 76, "arrival": {"time": "1694890400"}, "stopId": "38534"}, {"stopSequence": 77, "arrival": {"time": "1694890447"}, "stopId": "38535"}, {"stopSequence": 78, "arrival": {"time": "1694890507"}, "stopId": "38536"}, {"stopSequence": 79, "arrival": {"time": "1694890547"}, "stopId": "4838437"}, {"stopSequence": 80, "arrival": {"time": "1694890600"}, "stopId": "45085"}, {"stopSequence": 81, "arrival": {"time": "1694890682"}, "stopId": "45086"}, {"stopSequence": 82, "arrival": {"time": "1694890741"}, "stopId": "38539"}, {"stopSequence": 83, "arrival": {"time": "1694890799"}, "stopId": "38540"}, {"stopSequence": 84, "arrival": {"time": "1694890882"}, "stopId": "38544"}, {"stopSequence": 85, "arrival": {"time": "1694890944"}, "stopId": "38545"}, {"stopSequence": 86, "arrival": {"time": "1694891051"}, "stopId": "38546"}, {"stopSequence": 87, "arrival": {"time": "1694891120"}, "stopId": "38547"}, {"stopSequence": 88, "arrival": {"time": "1694891314"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694891525"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694891620"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694891681"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694891820"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694891852"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694891910"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694891975"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694892034"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694892117"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694892163"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694892206"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694892270"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694892325"}, "stopId": "38564"}, {"stopSequence": 102, "arrival": {"time": "1694892461"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694892552"}, "stopId": "37448"}, {"stopSequence": 104, "arrival": {"time": "1694892600"}, "stopId": "38566"}, {"stopSequence": 105, "arrival": {"time": "1694892649"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694892722"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694892767"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694892836"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694892927"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694893016"}, "stopId": "38572"}, {"stopSequence": 111, "arrival": {"time": "1694893317"}, "stopId": "38393"}, {"stopSequence": 112, "arrival": {"time": "1694893495"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694893565"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694893688"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694893806"}, "stopId": "41928"}, {"stopSequence": 116, "arrival": {"time": "1694893904"}, "stopId": "41929"}, {"stopSequence": 117, "arrival": {"time": "1694894248"}, "stopId": "40543"}, {"stopSequence": 118, "arrival": {"time": "1694894266"}, "stopId": "41943"}, {"stopSequence": 119, "arrival": {"time": "1694894859"}, "stopId": "42046"}, {"stopSequence": 120, "arrival": {"time": "1694894988"}, "stopId": "42047"}, {"stopSequence": 121, "arrival": {"time": "1694895297"}, "stopId": "42049"}, {"stopSequence": 122, "arrival": {"time": "1694895417"}, "stopId": "42050"}, {"stopSequence": 123, "arrival": {"time": "1694895767"}, "stopId": "42052"}, {"stopSequence": 124, "arrival": {"time": "1694895993"}, "stopId": "42053"}, {"stopSequence": 125, "arrival": {"time": "1694896137"}, "stopId": "42054"}, {"stopSequence": 126, "arrival": {"time": "1694896435"}, "stopId": "42055"}, {"stopSequence": 127, "arrival": {"time": "1694896595"}, "stopId": "42056"}], "vehicle": {"licensePlate": "DRFP53"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "15799-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 0}, "position": {"latitude": -36.822674, "longitude": -73.04256, "bearing": 338.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "DRFP53"}}}, {"id": "63f616d3-d706-45b6-a1a7-dfb62f33e963", "tripUpdate": {"trip": {"tripId": "15796-701ff27f-2", "startTime": "13:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 117, "arrival": {"time": "1694889125"}, "stopId": "40543"}, {"stopSequence": 118, "arrival": {"time": "1694889133"}, "stopId": "41943"}, {"stopSequence": 119, "arrival": {"time": "1694889371"}, "stopId": "42046"}, {"stopSequence": 120, "arrival": {"time": "1694889418"}, "stopId": "42047"}, {"stopSequence": 121, "arrival": {"time": "1694889522"}, "stopId": "42049"}, {"stopSequence": 122, "arrival": {"time": "1694889560"}, "stopId": "42050"}, {"stopSequence": 123, "arrival": {"time": "1694889665"}, "stopId": "42052"}, {"stopSequence": 124, "arrival": {"time": "1694889727"}, "stopId": "42053"}, {"stopSequence": 125, "arrival": {"time": "1694889766"}, "stopId": "42054"}, {"stopSequence": 126, "arrival": {"time": "1694889841"}, "stopId": "42055"}, {"stopSequence": 127, "arrival": {"time": "1694889880"}, "stopId": "42056"}], "vehicle": {"licensePlate": "DRFP70"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "15796-701ff27f-2", "startTime": "13:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 0}, "position": {"latitude": -36.713978, "longitude": -73.12668, "bearing": 128.0, "odometer": 0.0, "speed": 26.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "DRFP70"}}}, {"id": "8ef64122-708c-43fa-b6da-6de529a4cf81", "tripUpdate": {"trip": {"tripId": "15855-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 73, "arrival": {"time": "1694889027"}, "stopId": "45068"}, {"stopSequence": 74, "arrival": {"time": "1694889154"}, "stopId": "37480"}, {"stopSequence": 75, "arrival": {"time": "1694889218"}, "stopId": "37477"}, {"stopSequence": 76, "arrival": {"time": "1694889288"}, "stopId": "40848"}, {"stopSequence": 77, "arrival": {"time": "1694889374"}, "stopId": "2-Apr"}, {"stopSequence": 78, "arrival": {"time": "1694889432"}, "stopId": "39728"}, {"stopSequence": 79, "arrival": {"time": "1694889530"}, "stopId": "39729"}, {"stopSequence": 80, "arrival": {"time": "1694889554"}, "stopId": "39730"}, {"stopSequence": 81, "arrival": {"time": "1694889656"}, "stopId": "42200"}, {"stopSequence": 82, "arrival": {"time": "1694889700"}, "stopId": "42203"}, {"stopSequence": 83, "arrival": {"time": "1694889754"}, "stopId": "42204"}, {"stopSequence": 84, "arrival": {"time": "1694889795"}, "stopId": "42205"}, {"stopSequence": 85, "arrival": {"time": "1694889854"}, "stopId": "42201"}, {"stopSequence": 86, "arrival": {"time": "1694890091"}, "stopId": "42206"}, {"stopSequence": 87, "arrival": {"time": "1694890152"}, "stopId": "42207"}, {"stopSequence": 88, "arrival": {"time": "1694890210"}, "stopId": "42208"}, {"stopSequence": 89, "arrival": {"time": "1694890333"}, "stopId": "42564"}, {"stopSequence": 90, "arrival": {"time": "1694890437"}, "stopId": "42214"}, {"stopSequence": 91, "arrival": {"time": "1694890542"}, "stopId": "42209"}, {"stopSequence": 92, "arrival": {"time": "1694890660"}, "stopId": "42210"}, {"stopSequence": 93, "arrival": {"time": "1694890850"}, "stopId": "42215"}, {"stopSequence": 94, "arrival": {"time": "1694890881"}, "stopId": "42216"}, {"stopSequence": 95, "arrival": {"time": "1694890924"}, "stopId": "42217"}, {"stopSequence": 96, "arrival": {"time": "1694891003"}, "stopId": "42218"}, {"stopSequence": 97, "arrival": {"time": "1694891040"}, "stopId": "42219"}, {"stopSequence": 98, "arrival": {"time": "1694891158"}, "stopId": "42220"}, {"stopSequence": 99, "arrival": {"time": "1694891207"}, "stopId": "42221"}, {"stopSequence": 100, "arrival": {"time": "1694891281"}, "stopId": "42222"}, {"stopSequence": 101, "arrival": {"time": "1694891357"}, "stopId": "42223"}, {"stopSequence": 102, "arrival": {"time": "1694891389"}, "stopId": "42224"}, {"stopSequence": 103, "arrival": {"time": "1694891476"}, "stopId": "42225"}, {"stopSequence": 104, "arrival": {"time": "1694891556"}, "stopId": "42226"}, {"stopSequence": 105, "arrival": {"time": "1694891615"}, "stopId": "42227"}, {"stopSequence": 106, "arrival": {"time": "1694891716"}, "stopId": "42228"}, {"stopSequence": 107, "arrival": {"time": "1694891768"}, "stopId": "42229"}, {"stopSequence": 108, "arrival": {"time": "1694891868"}, "stopId": "42230"}, {"stopSequence": 109, "arrival": {"time": "1694891922"}, "stopId": "42231"}, {"stopSequence": 110, "arrival": {"time": "1694892027"}, "stopId": "42232"}, {"stopSequence": 111, "arrival": {"time": "1694892144"}, "stopId": "42233"}, {"stopSequence": 112, "arrival": {"time": "1694892200"}, "stopId": "42234"}, {"stopSequence": 113, "arrival": {"time": "1694892299"}, "stopId": "42235"}, {"stopSequence": 114, "arrival": {"time": "1694892342"}, "stopId": "42211"}, {"stopSequence": 115, "arrival": {"time": "1694892419"}, "stopId": "49203"}, {"stopSequence": 116, "arrival": {"time": "1694892499"}, "stopId": "49204"}, {"stopSequence": 117, "arrival": {"time": "1694892514"}, "stopId": "42503"}, {"stopSequence": 118, "arrival": {"time": "1694892591"}, "stopId": "91151"}, {"stopSequence": 119, "arrival": {"time": "1694892683"}, "stopId": "91150"}, {"stopSequence": 120, "arrival": {"time": "1694892776"}, "stopId": "91145"}, {"stopSequence": 121, "arrival": {"time": "1694892889"}, "stopId": "34560"}, {"stopSequence": 122, "arrival": {"time": "1694892957"}, "stopId": "42273"}, {"stopSequence": 123, "arrival": {"time": "1694892971"}, "stopId": "34415"}, {"stopSequence": 124, "arrival": {"time": "1694893137"}, "stopId": "42077"}], "vehicle": {"licensePlate": "DWVP19"}, "timestamp": "1694889027"}, "vehicle": {"trip": {"tripId": "15855-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "551", "directionId": 1}, "position": {"latitude": -36.826, "longitude": -73.04618, "bearing": 238.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889027", "vehicle": {"licensePlate": "DWVP19"}}}, {"id": "8d00f8c6-c89a-4106-92ad-2e1552cabeaa", "tripUpdate": {"trip": {"tripId": "16066-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 19, "arrival": {"time": "1694889030"}, "stopId": "49357"}, {"stopSequence": 20, "arrival": {"time": "1694889074"}, "stopId": "38771"}, {"stopSequence": 21, "arrival": {"time": "1694889116"}, "stopId": "38668"}, {"stopSequence": 22, "arrival": {"time": "1694889217"}, "stopId": "38661"}, {"stopSequence": 23, "arrival": {"time": "1694889311"}, "stopId": "38657"}, {"stopSequence": 24, "arrival": {"time": "1694889373"}, "stopId": "38743"}, {"stopSequence": 25, "arrival": {"time": "1694889440"}, "stopId": "38652"}, {"stopSequence": 26, "arrival": {"time": "1694889504"}, "stopId": "38721"}, {"stopSequence": 27, "arrival": {"time": "1694889561"}, "stopId": "38659"}, {"stopSequence": 28, "arrival": {"time": "1694889649"}, "stopId": "38674"}, {"stopSequence": 29, "arrival": {"time": "1694889716"}, "stopId": "38649"}, {"stopSequence": 30, "arrival": {"time": "1694889777"}, "stopId": "38718"}, {"stopSequence": 31, "arrival": {"time": "1694889849"}, "stopId": "38735"}, {"stopSequence": 32, "arrival": {"time": "1694889901"}, "stopId": "42270"}, {"stopSequence": 33, "arrival": {"time": "1694889946"}, "stopId": "42271"}, {"stopSequence": 34, "arrival": {"time": "1694890012"}, "stopId": "4838438"}, {"stopSequence": 35, "arrival": {"time": "1694890151"}, "stopId": "44896"}, {"stopSequence": 36, "arrival": {"time": "1694890198"}, "stopId": "44897"}, {"stopSequence": 37, "arrival": {"time": "1694890270"}, "stopId": "44898"}, {"stopSequence": 38, "arrival": {"time": "1694890437"}, "stopId": "40993"}, {"stopSequence": 39, "arrival": {"time": "1694890683"}, "stopId": "16005188"}, {"stopSequence": 40, "arrival": {"time": "1694890943"}, "stopId": "40995"}, {"stopSequence": 41, "arrival": {"time": "1694891021"}, "stopId": "40996"}, {"stopSequence": 42, "arrival": {"time": "1694891104"}, "stopId": "40997"}, {"stopSequence": 43, "arrival": {"time": "1694891167"}, "stopId": "39614"}, {"stopSequence": 44, "arrival": {"time": "1694891220"}, "stopId": "39615"}, {"stopSequence": 45, "arrival": {"time": "1694891274"}, "stopId": "39616"}, {"stopSequence": 46, "arrival": {"time": "1694891335"}, "stopId": "39617"}, {"stopSequence": 47, "arrival": {"time": "1694891401"}, "stopId": "39618"}, {"stopSequence": 48, "arrival": {"time": "1694891453"}, "stopId": "39619"}, {"stopSequence": 49, "arrival": {"time": "1694891498"}, "stopId": "39620"}, {"stopSequence": 50, "arrival": {"time": "1694891580"}, "stopId": "39621"}, {"stopSequence": 51, "arrival": {"time": "1694891638"}, "stopId": "38281"}, {"stopSequence": 52, "arrival": {"time": "1694891705"}, "stopId": "37506"}, {"stopSequence": 53, "arrival": {"time": "1694891765"}, "stopId": "45068"}, {"stopSequence": 54, "arrival": {"time": "1694891915"}, "stopId": "37480"}, {"stopSequence": 55, "arrival": {"time": "1694891995"}, "stopId": "37477"}, {"stopSequence": 56, "arrival": {"time": "1694892085"}, "stopId": "40848"}, {"stopSequence": 57, "arrival": {"time": "1694892207"}, "stopId": "2-Apr"}, {"stopSequence": 58, "arrival": {"time": "1694892281"}, "stopId": "39728"}, {"stopSequence": 59, "arrival": {"time": "1694892423"}, "stopId": "39729"}, {"stopSequence": 60, "arrival": {"time": "1694892459"}, "stopId": "39730"}, {"stopSequence": 61, "arrival": {"time": "1694892612"}, "stopId": "42200"}, {"stopSequence": 62, "arrival": {"time": "1694892686"}, "stopId": "42203"}, {"stopSequence": 63, "arrival": {"time": "1694892788"}, "stopId": "42204"}, {"stopSequence": 64, "arrival": {"time": "1694892841"}, "stopId": "42205"}, {"stopSequence": 65, "arrival": {"time": "1694893382"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694893503"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694893620"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694893888"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694894128"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694894373"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694894678"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694895209"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694895302"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694895431"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694895675"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694895825"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694896186"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694896358"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694896627"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694896917"}, "stopId": "42223"}, {"stopSequence": 81, "arrival": {"time": "1694897042"}, "stopId": "42224"}, {"stopSequence": 82, "arrival": {"time": "1694897396"}, "stopId": "42225"}, {"stopSequence": 83, "arrival": {"time": "1694897717"}, "stopId": "42226"}, {"stopSequence": 84, "arrival": {"time": "1694897997"}, "stopId": "42227"}, {"stopSequence": 85, "arrival": {"time": "1694898469"}, "stopId": "42228"}, {"stopSequence": 86, "arrival": {"time": "1694898721"}, "stopId": "42229"}, {"stopSequence": 87, "arrival": {"time": "1694899237"}, "stopId": "42230"}, {"stopSequence": 88, "arrival": {"time": "1694899526"}, "stopId": "42231"}, {"stopSequence": 89, "arrival": {"time": "1694900122"}, "stopId": "42232"}, {"stopSequence": 90, "arrival": {"time": "1694901208"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694901883"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694902197"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694903104"}, "stopId": "91142"}, {"stopSequence": 94, "arrival": {"time": "1694904665"}, "stopId": "91144"}, {"stopSequence": 95, "arrival": {"time": "1694904772"}, "stopId": "91150"}, {"stopSequence": 96, "arrival": {"time": "1694905910"}, "stopId": "91145"}, {"stopSequence": 97, "arrival": {"time": "1694907133"}, "stopId": "34560"}, {"stopSequence": 98, "arrival": {"time": "1694907933"}, "stopId": "42273"}, {"stopSequence": 99, "arrival": {"time": "1694908093"}, "stopId": "34415"}, {"stopSequence": 100, "arrival": {"time": "1694910357"}, "stopId": "42077"}], "vehicle": {"licensePlate": "BBZF96"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "16066-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.72433, "longitude": -73.10995, "bearing": 184.0, "odometer": 0.0, "speed": 34.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "BBZF96"}}}, {"id": "394a4f8b-4ea6-4e85-800f-244b753e460d", "tripUpdate": {"trip": {"tripId": "16065-701ff27f-2", "startTime": "14:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 46, "arrival": {"time": "1694888995"}, "stopId": "39617"}, {"stopSequence": 47, "arrival": {"time": "1694889056"}, "stopId": "39618"}, {"stopSequence": 48, "arrival": {"time": "1694889105"}, "stopId": "39619"}, {"stopSequence": 49, "arrival": {"time": "1694889145"}, "stopId": "39620"}, {"stopSequence": 50, "arrival": {"time": "1694889218"}, "stopId": "39621"}, {"stopSequence": 51, "arrival": {"time": "1694889268"}, "stopId": "38281"}, {"stopSequence": 52, "arrival": {"time": "1694889324"}, "stopId": "37506"}, {"stopSequence": 53, "arrival": {"time": "1694889373"}, "stopId": "45068"}, {"stopSequence": 54, "arrival": {"time": "1694889492"}, "stopId": "37480"}, {"stopSequence": 55, "arrival": {"time": "1694889553"}, "stopId": "37477"}, {"stopSequence": 56, "arrival": {"time": "1694889621"}, "stopId": "40848"}, {"stopSequence": 57, "arrival": {"time": "1694889708"}, "stopId": "2-Apr"}, {"stopSequence": 58, "arrival": {"time": "1694889760"}, "stopId": "39728"}, {"stopSequence": 59, "arrival": {"time": "1694889856"}, "stopId": "39729"}, {"stopSequence": 60, "arrival": {"time": "1694889879"}, "stopId": "39730"}, {"stopSequence": 61, "arrival": {"time": "1694889977"}, "stopId": "42200"}, {"stopSequence": 62, "arrival": {"time": "1694890023"}, "stopId": "42203"}, {"stopSequence": 63, "arrival": {"time": "1694890085"}, "stopId": "42204"}, {"stopSequence": 64, "arrival": {"time": "1694890116"}, "stopId": "42205"}, {"stopSequence": 65, "arrival": {"time": "1694890416"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694890478"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694890537"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694890665"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694890774"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694890881"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694891007"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694891210"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694891244"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694891290"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694891375"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694891426"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694891543"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694891596"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694891677"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694891762"}, "stopId": "42223"}, {"stopSequence": 81, "arrival": {"time": "1694891797"}, "stopId": "42224"}, {"stopSequence": 82, "arrival": {"time": "1694891894"}, "stopId": "42225"}, {"stopSequence": 83, "arrival": {"time": "1694891978"}, "stopId": "42226"}, {"stopSequence": 84, "arrival": {"time": "1694892049"}, "stopId": "42227"}, {"stopSequence": 85, "arrival": {"time": "1694892163"}, "stopId": "42228"}, {"stopSequence": 86, "arrival": {"time": "1694892221"}, "stopId": "42229"}, {"stopSequence": 87, "arrival": {"time": "1694892335"}, "stopId": "42230"}, {"stopSequence": 88, "arrival": {"time": "1694892396"}, "stopId": "42231"}, {"stopSequence": 89, "arrival": {"time": "1694892516"}, "stopId": "42232"}, {"stopSequence": 90, "arrival": {"time": "1694892716"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694892830"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694892880"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694893018"}, "stopId": "91142"}, {"stopSequence": 94, "arrival": {"time": "1694893231"}, "stopId": "91144"}, {"stopSequence": 95, "arrival": {"time": "1694893245"}, "stopId": "91150"}, {"stopSequence": 96, "arrival": {"time": "1694893382"}, "stopId": "91145"}, {"stopSequence": 97, "arrival": {"time": "1694893517"}, "stopId": "34560"}, {"stopSequence": 98, "arrival": {"time": "1694893598"}, "stopId": "42273"}, {"stopSequence": 99, "arrival": {"time": "1694893614"}, "stopId": "34415"}, {"stopSequence": 100, "arrival": {"time": "1694893819"}, "stopId": "42077"}], "vehicle": {"licensePlate": "DRFP68"}, "timestamp": "1694888992"}, "vehicle": {"trip": {"tripId": "16065-701ff27f-2", "startTime": "14:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.812904, "longitude": -73.04892, "bearing": 150.0, "odometer": 0.0, "speed": 54.0}, "timestamp": "1694888992", "vehicle": {"licensePlate": "DRFP68"}}}, {"id": "7513505f-8562-49f0-8820-0a0ddced614d", "tripUpdate": {"trip": {"tripId": "16068-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 6, "arrival": {"time": "1694889017"}, "stopId": "40349"}, {"stopSequence": 7, "arrival": {"time": "1694889053"}, "stopId": "40350"}, {"stopSequence": 8, "arrival": {"time": "1694889111"}, "stopId": "40351"}, {"stopSequence": 9, "arrival": {"time": "1694889205"}, "stopId": "40352"}, {"stopSequence": 10, "arrival": {"time": "1694889320"}, "stopId": "42082"}, {"stopSequence": 11, "arrival": {"time": "1694889480"}, "stopId": "49107"}, {"stopSequence": 12, "arrival": {"time": "1694889546"}, "stopId": "38560"}, {"stopSequence": 13, "arrival": {"time": "1694889570"}, "stopId": "38697"}, {"stopSequence": 14, "arrival": {"time": "1694889599"}, "stopId": "38646"}, {"stopSequence": 15, "arrival": {"time": "1694889643"}, "stopId": "38632"}, {"stopSequence": 16, "arrival": {"time": "1694889719"}, "stopId": "38767"}, {"stopSequence": 17, "arrival": {"time": "1694889781"}, "stopId": "38768"}, {"stopSequence": 18, "arrival": {"time": "1694889828"}, "stopId": "38769"}, {"stopSequence": 19, "arrival": {"time": "1694889865"}, "stopId": "49357"}, {"stopSequence": 20, "arrival": {"time": "1694889905"}, "stopId": "38771"}, {"stopSequence": 21, "arrival": {"time": "1694889944"}, "stopId": "38668"}, {"stopSequence": 22, "arrival": {"time": "1694890037"}, "stopId": "38661"}, {"stopSequence": 23, "arrival": {"time": "1694890125"}, "stopId": "38657"}, {"stopSequence": 24, "arrival": {"time": "1694890184"}, "stopId": "38743"}, {"stopSequence": 25, "arrival": {"time": "1694890248"}, "stopId": "38652"}, {"stopSequence": 26, "arrival": {"time": "1694890311"}, "stopId": "38721"}, {"stopSequence": 27, "arrival": {"time": "1694890367"}, "stopId": "38659"}, {"stopSequence": 28, "arrival": {"time": "1694890455"}, "stopId": "38674"}, {"stopSequence": 29, "arrival": {"time": "1694890522"}, "stopId": "38649"}, {"stopSequence": 30, "arrival": {"time": "1694890584"}, "stopId": "38718"}, {"stopSequence": 31, "arrival": {"time": "1694890659"}, "stopId": "38735"}, {"stopSequence": 32, "arrival": {"time": "1694890714"}, "stopId": "42270"}, {"stopSequence": 33, "arrival": {"time": "1694890760"}, "stopId": "42271"}, {"stopSequence": 34, "arrival": {"time": "1694890830"}, "stopId": "4838438"}, {"stopSequence": 35, "arrival": {"time": "1694890981"}, "stopId": "44896"}, {"stopSequence": 36, "arrival": {"time": "1694891032"}, "stopId": "44897"}, {"stopSequence": 37, "arrival": {"time": "1694891112"}, "stopId": "44898"}, {"stopSequence": 38, "arrival": {"time": "1694891300"}, "stopId": "40993"}, {"stopSequence": 39, "arrival": {"time": "1694891587"}, "stopId": "16005188"}, {"stopSequence": 40, "arrival": {"time": "1694891902"}, "stopId": "40995"}, {"stopSequence": 41, "arrival": {"time": "1694891999"}, "stopId": "40996"}, {"stopSequence": 42, "arrival": {"time": "1694892103"}, "stopId": "40997"}, {"stopSequence": 43, "arrival": {"time": "1694892183"}, "stopId": "39614"}, {"stopSequence": 44, "arrival": {"time": "1694892251"}, "stopId": "39615"}, {"stopSequence": 45, "arrival": {"time": "1694892320"}, "stopId": "39616"}, {"stopSequence": 46, "arrival": {"time": "1694892400"}, "stopId": "39617"}, {"stopSequence": 47, "arrival": {"time": "1694892486"}, "stopId": "39618"}, {"stopSequence": 48, "arrival": {"time": "1694892555"}, "stopId": "39619"}, {"stopSequence": 49, "arrival": {"time": "1694892614"}, "stopId": "39620"}, {"stopSequence": 50, "arrival": {"time": "1694892725"}, "stopId": "39621"}, {"stopSequence": 51, "arrival": {"time": "1694892804"}, "stopId": "38281"}, {"stopSequence": 52, "arrival": {"time": "1694892896"}, "stopId": "37506"}, {"stopSequence": 53, "arrival": {"time": "1694892978"}, "stopId": "45068"}, {"stopSequence": 54, "arrival": {"time": "1694893187"}, "stopId": "37480"}, {"stopSequence": 55, "arrival": {"time": "1694893301"}, "stopId": "37477"}, {"stopSequence": 56, "arrival": {"time": "1694893431"}, "stopId": "40848"}, {"stopSequence": 57, "arrival": {"time": "1694893607"}, "stopId": "2-Apr"}, {"stopSequence": 58, "arrival": {"time": "1694893717"}, "stopId": "39728"}, {"stopSequence": 59, "arrival": {"time": "1694893929"}, "stopId": "39729"}, {"stopSequence": 60, "arrival": {"time": "1694893983"}, "stopId": "39730"}, {"stopSequence": 61, "arrival": {"time": "1694894216"}, "stopId": "42200"}, {"stopSequence": 62, "arrival": {"time": "1694894332"}, "stopId": "42203"}, {"stopSequence": 63, "arrival": {"time": "1694894491"}, "stopId": "42204"}, {"stopSequence": 64, "arrival": {"time": "1694894575"}, "stopId": "42205"}, {"stopSequence": 65, "arrival": {"time": "1694895464"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694895671"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694895875"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694896353"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694896793"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694897258"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694897856"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694898954"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694899157"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694899439"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694899986"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694900331"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694901193"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694901618"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694902306"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694903077"}, "stopId": "42223"}, {"stopSequence": 81, "arrival": {"time": "1694903420"}, "stopId": "42224"}, {"stopSequence": 82, "arrival": {"time": "1694904425"}, "stopId": "42225"}, {"stopSequence": 83, "arrival": {"time": "1694905386"}, "stopId": "42226"}, {"stopSequence": 84, "arrival": {"time": "1694906260"}, "stopId": "42227"}, {"stopSequence": 85, "arrival": {"time": "1694907828"}, "stopId": "42228"}, {"stopSequence": 86, "arrival": {"time": "1694908716"}, "stopId": "42229"}, {"stopSequence": 87, "arrival": {"time": "1694910654"}, "stopId": "42230"}, {"stopSequence": 88, "arrival": {"time": "1694911819"}, "stopId": "42231"}, {"stopSequence": 89, "arrival": {"time": "1694914419"}, "stopId": "42232"}, {"stopSequence": 90, "arrival": {"time": "1694919992"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694924144"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694926300"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694933513"}, "stopId": "91142"}, {"stopSequence": 94, "arrival": {"time": "1694950945"}, "stopId": "91144"}, {"stopSequence": 95, "arrival": {"time": "1694952474"}, "stopId": "91150"}, {"stopSequence": 96, "arrival": {"time": "1694972874"}, "stopId": "91145"}, {"stopSequence": 97, "arrival": {"time": "1695009031"}, "stopId": "34560"}, {"stopSequence": 98, "arrival": {"time": "1695049515"}, "stopId": "42273"}, {"stopSequence": 99, "arrival": {"time": "1695060545"}, "stopId": "34415"}, {"stopSequence": 100, "arrival": {"time": "1696124773"}, "stopId": "42077"}], "vehicle": {"licensePlate": "GWYY48"}, "timestamp": "1694888999"}, "vehicle": {"trip": {"tripId": "16068-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.712456, "longitude": -73.13611, "bearing": 286.0, "odometer": 0.0, "speed": 45.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "GWYY48"}}}, {"id": "1e3659a7-3924-43c4-a494-8b01fb5fcc70", "tripUpdate": {"trip": {"tripId": "16009-701ff27f-2", "startTime": "14:59:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 59, "arrival": {"time": "1694889107"}, "stopId": "38514"}, {"stopSequence": 60, "arrival": {"time": "1694889139"}, "stopId": "38516"}, {"stopSequence": 61, "arrival": {"time": "1694889201"}, "stopId": "38518"}, {"stopSequence": 62, "arrival": {"time": "1694889305"}, "stopId": "38520"}, {"stopSequence": 63, "arrival": {"time": "1694889346"}, "stopId": "38521"}, {"stopSequence": 64, "arrival": {"time": "1694889397"}, "stopId": "38522"}, {"stopSequence": 65, "arrival": {"time": "1694889447"}, "stopId": "38523"}, {"stopSequence": 66, "arrival": {"time": "1694889500"}, "stopId": "38524"}, {"stopSequence": 67, "arrival": {"time": "1694889549"}, "stopId": "38525"}, {"stopSequence": 68, "arrival": {"time": "1694889600"}, "stopId": "38526"}, {"stopSequence": 69, "arrival": {"time": "1694889648"}, "stopId": "38527"}, {"stopSequence": 70, "arrival": {"time": "1694889734"}, "stopId": "38528"}, {"stopSequence": 71, "arrival": {"time": "1694889851"}, "stopId": "38529"}, {"stopSequence": 72, "arrival": {"time": "1694890051"}, "stopId": "38530"}, {"stopSequence": 73, "arrival": {"time": "1694890063"}, "stopId": "16005209"}, {"stopSequence": 74, "arrival": {"time": "1694890293"}, "stopId": "38531"}, {"stopSequence": 75, "arrival": {"time": "1694890347"}, "stopId": "8921285"}, {"stopSequence": 76, "arrival": {"time": "1694890456"}, "stopId": "38532"}, {"stopSequence": 77, "arrival": {"time": "1694890508"}, "stopId": "38533"}, {"stopSequence": 78, "arrival": {"time": "1694890562"}, "stopId": "38534"}, {"stopSequence": 79, "arrival": {"time": "1694890611"}, "stopId": "38535"}, {"stopSequence": 80, "arrival": {"time": "1694890676"}, "stopId": "38536"}, {"stopSequence": 81, "arrival": {"time": "1694890712"}, "stopId": "4838437"}, {"stopSequence": 82, "arrival": {"time": "1694890773"}, "stopId": "45085"}, {"stopSequence": 83, "arrival": {"time": "1694890849"}, "stopId": "45086"}, {"stopSequence": 84, "arrival": {"time": "1694890906"}, "stopId": "38539"}, {"stopSequence": 85, "arrival": {"time": "1694890970"}, "stopId": "38540"}, {"stopSequence": 86, "arrival": {"time": "1694891046"}, "stopId": "38544"}, {"stopSequence": 87, "arrival": {"time": "1694891117"}, "stopId": "38545"}, {"stopSequence": 88, "arrival": {"time": "1694891223"}, "stopId": "38546"}, {"stopSequence": 89, "arrival": {"time": "1694891358"}, "stopId": "38548"}, {"stopSequence": 90, "arrival": {"time": "1694891433"}, "stopId": "38549"}, {"stopSequence": 91, "arrival": {"time": "1694891501"}, "stopId": "38550"}, {"stopSequence": 92, "arrival": {"time": "1694891610"}, "stopId": "38551"}, {"stopSequence": 93, "arrival": {"time": "1694891717"}, "stopId": "38552"}, {"stopSequence": 94, "arrival": {"time": "1694891816"}, "stopId": "49359"}, {"stopSequence": 95, "arrival": {"time": "1694891882"}, "stopId": "49360"}, {"stopSequence": 96, "arrival": {"time": "1694892026"}, "stopId": "49361"}, {"stopSequence": 97, "arrival": {"time": "1694892053"}, "stopId": "49362"}, {"stopSequence": 98, "arrival": {"time": "1694892126"}, "stopId": "49363"}, {"stopSequence": 99, "arrival": {"time": "1694892191"}, "stopId": "49364"}, {"stopSequence": 100, "arrival": {"time": "1694892251"}, "stopId": "49365"}, {"stopSequence": 101, "arrival": {"time": "1694892590"}, "stopId": "41942"}, {"stopSequence": 102, "arrival": {"time": "1694892771"}, "stopId": "41943"}, {"stopSequence": 103, "arrival": {"time": "1694892936"}, "stopId": "40544"}, {"stopSequence": 104, "arrival": {"time": "1694893047"}, "stopId": "40545"}, {"stopSequence": 105, "arrival": {"time": "1694893133"}, "stopId": "40546"}, {"stopSequence": 106, "arrival": {"time": "1694893193"}, "stopId": "40547"}, {"stopSequence": 107, "arrival": {"time": "1694893278"}, "stopId": "40548"}, {"stopSequence": 108, "arrival": {"time": "1694893371"}, "stopId": "40589"}, {"stopSequence": 109, "arrival": {"time": "1694893405"}, "stopId": "40590"}, {"stopSequence": 110, "arrival": {"time": "1694893931"}, "stopId": "41947"}], "vehicle": {"licensePlate": "GZRC61"}, "timestamp": "1694889029"}, "vehicle": {"trip": {"tripId": "16009-701ff27f-2", "startTime": "14:59:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 0}, "position": {"latitude": -36.827347, "longitude": -73.04623, "bearing": 60.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "GZRC61"}}}, {"id": "e1043ea8-d2ff-4c04-8d8a-d85b537e7e29", "tripUpdate": {"trip": {"tripId": "16064-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 76, "arrival": {"time": "1694889068"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694889173"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694889220"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694889289"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694889359"}, "stopId": "42223"}, {"stopSequence": 81, "arrival": {"time": "1694889387"}, "stopId": "42224"}, {"stopSequence": 82, "arrival": {"time": "1694889464"}, "stopId": "42225"}, {"stopSequence": 83, "arrival": {"time": "1694889528"}, "stopId": "42226"}, {"stopSequence": 84, "arrival": {"time": "1694889581"}, "stopId": "42227"}, {"stopSequence": 85, "arrival": {"time": "1694889663"}, "stopId": "42228"}, {"stopSequence": 86, "arrival": {"time": "1694889704"}, "stopId": "42229"}, {"stopSequence": 87, "arrival": {"time": "1694889782"}, "stopId": "42230"}, {"stopSequence": 88, "arrival": {"time": "1694889823"}, "stopId": "42231"}, {"stopSequence": 89, "arrival": {"time": "1694889901"}, "stopId": "42232"}, {"stopSequence": 90, "arrival": {"time": "1694890026"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694890093"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694890123"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694890201"}, "stopId": "91142"}, {"stopSequence": 94, "arrival": {"time": "1694890317"}, "stopId": "91144"}, {"stopSequence": 95, "arrival": {"time": "1694890324"}, "stopId": "91150"}, {"stopSequence": 96, "arrival": {"time": "1694890396"}, "stopId": "91145"}, {"stopSequence": 97, "arrival": {"time": "1694890464"}, "stopId": "34560"}, {"stopSequence": 98, "arrival": {"time": "1694890504"}, "stopId": "42273"}, {"stopSequence": 99, "arrival": {"time": "1694890511"}, "stopId": "34415"}, {"stopSequence": 100, "arrival": {"time": "1694890609"}, "stopId": "42077"}], "vehicle": {"licensePlate": "HYYX52"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "16064-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.90515, "longitude": -73.03143, "bearing": 190.0, "odometer": 0.0, "speed": 44.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "HYYX52"}}}, {"id": "598b4344-9f2a-4555-8c96-ca3a40316942", "tripUpdate": {"trip": {"tripId": "16062-701ff27f-2", "startTime": "13:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 94, "arrival": {"time": "1694888637"}, "stopId": "91144"}, {"stopSequence": 95, "arrival": {"time": "1694888645"}, "stopId": "91150"}, {"stopSequence": 96, "arrival": {"time": "1694888721"}, "stopId": "91145"}, {"stopSequence": 97, "arrival": {"time": "1694888793"}, "stopId": "34560"}, {"stopSequence": 98, "arrival": {"time": "1694888835"}, "stopId": "42273"}, {"stopSequence": 99, "arrival": {"time": "1694888842"}, "stopId": "34415"}, {"stopSequence": 100, "arrival": {"time": "1694888942"}, "stopId": "42077"}], "vehicle": {"licensePlate": "HYYX75"}, "timestamp": "1694888550"}, "vehicle": {"trip": {"tripId": "16062-701ff27f-2", "startTime": "13:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.95525, "longitude": -73.01733, "bearing": 252.0, "odometer": 0.0, "speed": 13.0}, "timestamp": "1694888550", "vehicle": {"licensePlate": "HYYX75"}}}, {"id": "c24af2bb-43de-48bc-99e3-e4b49c834c09", "tripUpdate": {"trip": {"tripId": "16067-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694889041"}, "stopId": "40347"}, {"stopSequence": 5, "arrival": {"time": "1694889097"}, "stopId": "40348"}, {"stopSequence": 6, "arrival": {"time": "1694889149"}, "stopId": "40349"}, {"stopSequence": 7, "arrival": {"time": "1694889184"}, "stopId": "40350"}, {"stopSequence": 8, "arrival": {"time": "1694889241"}, "stopId": "40351"}, {"stopSequence": 9, "arrival": {"time": "1694889334"}, "stopId": "40352"}, {"stopSequence": 10, "arrival": {"time": "1694889447"}, "stopId": "42082"}, {"stopSequence": 11, "arrival": {"time": "1694889605"}, "stopId": "49107"}, {"stopSequence": 12, "arrival": {"time": "1694889670"}, "stopId": "38560"}, {"stopSequence": 13, "arrival": {"time": "1694889695"}, "stopId": "38697"}, {"stopSequence": 14, "arrival": {"time": "1694889723"}, "stopId": "38646"}, {"stopSequence": 15, "arrival": {"time": "1694889767"}, "stopId": "38632"}, {"stopSequence": 16, "arrival": {"time": "1694889842"}, "stopId": "38767"}, {"stopSequence": 17, "arrival": {"time": "1694889904"}, "stopId": "38768"}, {"stopSequence": 18, "arrival": {"time": "1694889951"}, "stopId": "38769"}, {"stopSequence": 19, "arrival": {"time": "1694889988"}, "stopId": "49357"}, {"stopSequence": 20, "arrival": {"time": "1694890028"}, "stopId": "38771"}, {"stopSequence": 21, "arrival": {"time": "1694890067"}, "stopId": "38668"}, {"stopSequence": 22, "arrival": {"time": "1694890160"}, "stopId": "38661"}, {"stopSequence": 23, "arrival": {"time": "1694890248"}, "stopId": "38657"}, {"stopSequence": 24, "arrival": {"time": "1694890308"}, "stopId": "38743"}, {"stopSequence": 25, "arrival": {"time": "1694890372"}, "stopId": "38652"}, {"stopSequence": 26, "arrival": {"time": "1694890435"}, "stopId": "38721"}, {"stopSequence": 27, "arrival": {"time": "1694890491"}, "stopId": "38659"}, {"stopSequence": 28, "arrival": {"time": "1694890580"}, "stopId": "38674"}, {"stopSequence": 29, "arrival": {"time": "1694890648"}, "stopId": "38649"}, {"stopSequence": 30, "arrival": {"time": "1694890711"}, "stopId": "38718"}, {"stopSequence": 31, "arrival": {"time": "1694890786"}, "stopId": "38735"}, {"stopSequence": 32, "arrival": {"time": "1694890842"}, "stopId": "42270"}, {"stopSequence": 33, "arrival": {"time": "1694890889"}, "stopId": "42271"}, {"stopSequence": 34, "arrival": {"time": "1694890960"}, "stopId": "4838438"}, {"stopSequence": 35, "arrival": {"time": "1694891113"}, "stopId": "44896"}, {"stopSequence": 36, "arrival": {"time": "1694891166"}, "stopId": "44897"}, {"stopSequence": 37, "arrival": {"time": "1694891246"}, "stopId": "44898"}, {"stopSequence": 38, "arrival": {"time": "1694891439"}, "stopId": "40993"}, {"stopSequence": 39, "arrival": {"time": "1694891733"}, "stopId": "16005188"}, {"stopSequence": 40, "arrival": {"time": "1694892057"}, "stopId": "40995"}, {"stopSequence": 41, "arrival": {"time": "1694892158"}, "stopId": "40996"}, {"stopSequence": 42, "arrival": {"time": "1694892265"}, "stopId": "40997"}, {"stopSequence": 43, "arrival": {"time": "1694892348"}, "stopId": "39614"}, {"stopSequence": 44, "arrival": {"time": "1694892419"}, "stopId": "39615"}, {"stopSequence": 45, "arrival": {"time": "1694892490"}, "stopId": "39616"}, {"stopSequence": 46, "arrival": {"time": "1694892573"}, "stopId": "39617"}, {"stopSequence": 47, "arrival": {"time": "1694892662"}, "stopId": "39618"}, {"stopSequence": 48, "arrival": {"time": "1694892734"}, "stopId": "39619"}, {"stopSequence": 49, "arrival": {"time": "1694892796"}, "stopId": "39620"}, {"stopSequence": 50, "arrival": {"time": "1694892912"}, "stopId": "39621"}, {"stopSequence": 51, "arrival": {"time": "1694892994"}, "stopId": "38281"}, {"stopSequence": 52, "arrival": {"time": "1694893089"}, "stopId": "37506"}, {"stopSequence": 53, "arrival": {"time": "1694893175"}, "stopId": "45068"}, {"stopSequence": 54, "arrival": {"time": "1694893395"}, "stopId": "37480"}, {"stopSequence": 55, "arrival": {"time": "1694893514"}, "stopId": "37477"}, {"stopSequence": 56, "arrival": {"time": "1694893650"}, "stopId": "40848"}, {"stopSequence": 57, "arrival": {"time": "1694893836"}, "stopId": "2-Apr"}, {"stopSequence": 58, "arrival": {"time": "1694893952"}, "stopId": "39728"}, {"stopSequence": 59, "arrival": {"time": "1694894176"}, "stopId": "39729"}, {"stopSequence": 60, "arrival": {"time": "1694894233"}, "stopId": "39730"}, {"stopSequence": 61, "arrival": {"time": "1694894480"}, "stopId": "42200"}, {"stopSequence": 62, "arrival": {"time": "1694894603"}, "stopId": "42203"}, {"stopSequence": 63, "arrival": {"time": "1694894772"}, "stopId": "42204"}, {"stopSequence": 64, "arrival": {"time": "1694894861"}, "stopId": "42205"}, {"stopSequence": 65, "arrival": {"time": "1694895813"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694896035"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694896255"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694896772"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694897250"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694897758"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694898416"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694899633"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694899859"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694900174"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694900789"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694901179"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694902157"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694902644"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694903435"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694904329"}, "stopId": "42223"}, {"stopSequence": 81, "arrival": {"time": "1694904727"}, "stopId": "42224"}, {"stopSequence": 82, "arrival": {"time": "1694905908"}, "stopId": "42225"}, {"stopSequence": 83, "arrival": {"time": "1694907048"}, "stopId": "42226"}, {"stopSequence": 84, "arrival": {"time": "1694908095"}, "stopId": "42227"}, {"stopSequence": 85, "arrival": {"time": "1694909998"}, "stopId": "42228"}, {"stopSequence": 86, "arrival": {"time": "1694911089"}, "stopId": "42229"}, {"stopSequence": 87, "arrival": {"time": "1694913508"}, "stopId": "42230"}, {"stopSequence": 88, "arrival": {"time": "1694914987"}, "stopId": "42231"}, {"stopSequence": 89, "arrival": {"time": "1694918358"}, "stopId": "42232"}, {"stopSequence": 90, "arrival": {"time": "1694925920"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694931876"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694935085"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694946443"}, "stopId": "91142"}, {"stopSequence": 94, "arrival": {"time": "1694978607"}, "stopId": "91144"}, {"stopSequence": 95, "arrival": {"time": "1694981805"}, "stopId": "91150"}, {"stopSequence": 96, "arrival": {"time": "1695032159"}, "stopId": "91145"}, {"stopSequence": 97, "arrival": {"time": "1695180431"}, "stopId": "34560"}, {"stopSequence": 98, "arrival": {"time": "1695628987"}, "stopId": "42273"}, {"stopSequence": 99, "arrival": {"time": "1695936360"}, "stopId": "34415"}], "vehicle": {"licensePlate": "WW2795"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "16067-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.711475, "longitude": -73.138565, "bearing": 136.0, "odometer": 0.0, "speed": 35.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "WW2795"}}}, {"id": "9e5591f3-20bb-46c8-a339-bf88c6a1ad84", "tripUpdate": {"trip": {"tripId": "16177-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 102, "arrival": {"time": "1694888956"}, "stopId": "42047"}, {"stopSequence": 103, "arrival": {"time": "1694889011"}, "stopId": "42048"}, {"stopSequence": 104, "arrival": {"time": "1694889066"}, "stopId": "42049"}, {"stopSequence": 105, "arrival": {"time": "1694889114"}, "stopId": "42050"}, {"stopSequence": 106, "arrival": {"time": "1694889193"}, "stopId": "42051"}, {"stopSequence": 107, "arrival": {"time": "1694889215"}, "stopId": "42052"}, {"stopSequence": 108, "arrival": {"time": "1694889278"}, "stopId": "42053"}, {"stopSequence": 109, "arrival": {"time": "1694889319"}, "stopId": "42054"}, {"stopSequence": 110, "arrival": {"time": "1694889396"}, "stopId": "42055"}, {"stopSequence": 111, "arrival": {"time": "1694889435"}, "stopId": "42056"}, {"stopSequence": 112, "arrival": {"time": "1694889576"}, "stopId": "42057"}, {"stopSequence": 113, "arrival": {"time": "1694890469"}, "stopId": "42127"}, {"stopSequence": 114, "arrival": {"time": "1694890520"}, "stopId": "42128"}, {"stopSequence": 115, "arrival": {"time": "1694890534"}, "stopId": "42129"}, {"stopSequence": 116, "arrival": {"time": "1694890575"}, "stopId": "41950"}], "vehicle": {"licensePlate": "DSJL30"}, "timestamp": "1694888915"}, "vehicle": {"trip": {"tripId": "16177-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 0}, "position": {"latitude": -36.700905, "longitude": -73.11989, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888915", "vehicle": {"licensePlate": "DSJL30"}}}, {"id": "8103c0e9-d46c-4695-bdec-c5495222ebe9", "tripUpdate": {"trip": {"tripId": "16178-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 80, "arrival": {"time": "1694889074"}, "stopId": "45085"}, {"stopSequence": 81, "arrival": {"time": "1694889155"}, "stopId": "45086"}, {"stopSequence": 82, "arrival": {"time": "1694889211"}, "stopId": "38539"}, {"stopSequence": 83, "arrival": {"time": "1694889280"}, "stopId": "38540"}, {"stopSequence": 84, "arrival": {"time": "1694889354"}, "stopId": "38544"}, {"stopSequence": 85, "arrival": {"time": "1694889421"}, "stopId": "38545"}, {"stopSequence": 86, "arrival": {"time": "1694889519"}, "stopId": "38546"}, {"stopSequence": 87, "arrival": {"time": "1694889639"}, "stopId": "38548"}, {"stopSequence": 88, "arrival": {"time": "1694889703"}, "stopId": "38549"}, {"stopSequence": 89, "arrival": {"time": "1694889759"}, "stopId": "38550"}, {"stopSequence": 90, "arrival": {"time": "1694889854"}, "stopId": "38551"}, {"stopSequence": 91, "arrival": {"time": "1694889937"}, "stopId": "38552"}, {"stopSequence": 92, "arrival": {"time": "1694890015"}, "stopId": "49359"}, {"stopSequence": 93, "arrival": {"time": "1694890065"}, "stopId": "49360"}, {"stopSequence": 94, "arrival": {"time": "1694890174"}, "stopId": "49361"}, {"stopSequence": 95, "arrival": {"time": "1694890199"}, "stopId": "49362"}, {"stopSequence": 96, "arrival": {"time": "1694890245"}, "stopId": "49363"}, {"stopSequence": 97, "arrival": {"time": "1694890291"}, "stopId": "49364"}, {"stopSequence": 98, "arrival": {"time": "1694890336"}, "stopId": "49365"}, {"stopSequence": 99, "arrival": {"time": "1694890561"}, "stopId": "41942"}, {"stopSequence": 100, "arrival": {"time": "1694890662"}, "stopId": "42045"}, {"stopSequence": 101, "arrival": {"time": "1694890736"}, "stopId": "42046"}, {"stopSequence": 102, "arrival": {"time": "1694890783"}, "stopId": "42047"}, {"stopSequence": 103, "arrival": {"time": "1694890836"}, "stopId": "42048"}, {"stopSequence": 104, "arrival": {"time": "1694890890"}, "stopId": "42049"}, {"stopSequence": 105, "arrival": {"time": "1694890938"}, "stopId": "42050"}, {"stopSequence": 106, "arrival": {"time": "1694891018"}, "stopId": "42051"}, {"stopSequence": 107, "arrival": {"time": "1694891042"}, "stopId": "42052"}, {"stopSequence": 108, "arrival": {"time": "1694891109"}, "stopId": "42053"}, {"stopSequence": 109, "arrival": {"time": "1694891152"}, "stopId": "42054"}, {"stopSequence": 110, "arrival": {"time": "1694891236"}, "stopId": "42055"}, {"stopSequence": 111, "arrival": {"time": "1694891280"}, "stopId": "42056"}, {"stopSequence": 112, "arrival": {"time": "1694891441"}, "stopId": "42057"}, {"stopSequence": 113, "arrival": {"time": "1694892657"}, "stopId": "42127"}, {"stopSequence": 114, "arrival": {"time": "1694892739"}, "stopId": "42128"}, {"stopSequence": 115, "arrival": {"time": "1694892760"}, "stopId": "42129"}, {"stopSequence": 116, "arrival": {"time": "1694892826"}, "stopId": "41950"}], "vehicle": {"licensePlate": "JWTR88"}, "timestamp": "1694889029"}, "vehicle": {"trip": {"tripId": "16178-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 0}, "position": {"latitude": -36.76355, "longitude": -73.08718, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "JWTR88"}}}, {"id": "c48093f8-696d-4227-a3d0-0d50b1560d17", "tripUpdate": {"trip": {"tripId": "16121-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 71, "arrival": {"time": "1694889073"}, "stopId": "39729"}, {"stopSequence": 72, "arrival": {"time": "1694889099"}, "stopId": "39730"}, {"stopSequence": 73, "arrival": {"time": "1694889213"}, "stopId": "42200"}, {"stopSequence": 74, "arrival": {"time": "1694889246"}, "stopId": "42203"}, {"stopSequence": 75, "arrival": {"time": "1694889353"}, "stopId": "42205"}, {"stopSequence": 76, "arrival": {"time": "1694889409"}, "stopId": "42201"}, {"stopSequence": 77, "arrival": {"time": "1694889668"}, "stopId": "42206"}, {"stopSequence": 78, "arrival": {"time": "1694889715"}, "stopId": "42207"}, {"stopSequence": 79, "arrival": {"time": "1694889777"}, "stopId": "42208"}, {"stopSequence": 80, "arrival": {"time": "1694889902"}, "stopId": "42564"}, {"stopSequence": 81, "arrival": {"time": "1694890005"}, "stopId": "42214"}, {"stopSequence": 82, "arrival": {"time": "1694890108"}, "stopId": "42209"}, {"stopSequence": 83, "arrival": {"time": "1694890223"}, "stopId": "42210"}, {"stopSequence": 84, "arrival": {"time": "1694890405"}, "stopId": "42215"}, {"stopSequence": 85, "arrival": {"time": "1694890432"}, "stopId": "42216"}, {"stopSequence": 86, "arrival": {"time": "1694890476"}, "stopId": "42217"}, {"stopSequence": 87, "arrival": {"time": "1694890543"}, "stopId": "42218"}, {"stopSequence": 88, "arrival": {"time": "1694890587"}, "stopId": "42219"}, {"stopSequence": 89, "arrival": {"time": "1694890687"}, "stopId": "42220"}, {"stopSequence": 90, "arrival": {"time": "1694890732"}, "stopId": "42221"}, {"stopSequence": 91, "arrival": {"time": "1694890802"}, "stopId": "42222"}, {"stopSequence": 92, "arrival": {"time": "1694890880"}, "stopId": "42223"}, {"stopSequence": 93, "arrival": {"time": "1694890913"}, "stopId": "42224"}, {"stopSequence": 94, "arrival": {"time": "1694890985"}, "stopId": "42225"}, {"stopSequence": 95, "arrival": {"time": "1694891057"}, "stopId": "42226"}, {"stopSequence": 96, "arrival": {"time": "1694891114"}, "stopId": "42227"}, {"stopSequence": 97, "arrival": {"time": "1694891205"}, "stopId": "42228"}, {"stopSequence": 98, "arrival": {"time": "1694891251"}, "stopId": "42229"}, {"stopSequence": 99, "arrival": {"time": "1694891340"}, "stopId": "42230"}, {"stopSequence": 100, "arrival": {"time": "1694891387"}, "stopId": "42231"}, {"stopSequence": 101, "arrival": {"time": "1694891480"}, "stopId": "42232"}, {"stopSequence": 102, "arrival": {"time": "1694891584"}, "stopId": "42233"}, {"stopSequence": 103, "arrival": {"time": "1694891631"}, "stopId": "42234"}, {"stopSequence": 104, "arrival": {"time": "1694891716"}, "stopId": "42235"}, {"stopSequence": 105, "arrival": {"time": "1694891754"}, "stopId": "42211"}, {"stopSequence": 106, "arrival": {"time": "1694891820"}, "stopId": "49203"}, {"stopSequence": 107, "arrival": {"time": "1694891883"}, "stopId": "49204"}, {"stopSequence": 108, "arrival": {"time": "1694891911"}, "stopId": "42503"}, {"stopSequence": 109, "arrival": {"time": "1694892213"}, "stopId": "42272"}, {"stopSequence": 110, "arrival": {"time": "1694892420"}, "stopId": "42077"}], "vehicle": {"licensePlate": "KCFB60"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "16121-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "position": {"latitude": -36.838905, "longitude": -73.05533, "bearing": 156.0, "odometer": 0.0, "speed": 66.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "KCFB60"}}}, {"id": "d2f6da68-d849-45af-960a-96ccba5531ab", "tripUpdate": {"trip": {"tripId": "16123-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889721"}, "stopId": "41957"}, {"stopSequence": 4, "arrival": {"time": "1694889758"}, "stopId": "41958"}, {"stopSequence": 5, "arrival": {"time": "1694889841"}, "stopId": "41959"}, {"stopSequence": 6, "arrival": {"time": "1694889868"}, "stopId": "41960"}, {"stopSequence": 7, "arrival": {"time": "1694889937"}, "stopId": "41961"}, {"stopSequence": 8, "arrival": {"time": "1694889962"}, "stopId": "41962"}, {"stopSequence": 9, "arrival": {"time": "1694890035"}, "stopId": "41963"}, {"stopSequence": 10, "arrival": {"time": "1694890079"}, "stopId": "41964"}, {"stopSequence": 11, "arrival": {"time": "1694890120"}, "stopId": "41965"}, {"stopSequence": 12, "arrival": {"time": "1694890176"}, "stopId": "41966"}, {"stopSequence": 13, "arrival": {"time": "1694890223"}, "stopId": "41967"}, {"stopSequence": 14, "arrival": {"time": "1694890304"}, "stopId": "41968"}, {"stopSequence": 15, "arrival": {"time": "1694890540"}, "stopId": "41970"}, {"stopSequence": 16, "arrival": {"time": "1694890550"}, "stopId": "40542"}, {"stopSequence": 17, "arrival": {"time": "1694890565"}, "stopId": "41971"}, {"stopSequence": 18, "arrival": {"time": "1694890596"}, "stopId": "40541"}, {"stopSequence": 19, "arrival": {"time": "1694890603"}, "stopId": "41972"}, {"stopSequence": 20, "arrival": {"time": "1694890628"}, "stopId": "40540"}, {"stopSequence": 21, "arrival": {"time": "1694890681"}, "stopId": "40539"}, {"stopSequence": 22, "arrival": {"time": "1694890748"}, "stopId": "42855"}, {"stopSequence": 23, "arrival": {"time": "1694890790"}, "stopId": "41975"}, {"stopSequence": 24, "arrival": {"time": "1694890812"}, "stopId": "42857"}, {"stopSequence": 25, "arrival": {"time": "1694890846"}, "stopId": "38697"}, {"stopSequence": 26, "arrival": {"time": "1694890894"}, "stopId": "38646"}, {"stopSequence": 27, "arrival": {"time": "1694890933"}, "stopId": "38632"}, {"stopSequence": 28, "arrival": {"time": "1694891029"}, "stopId": "38767"}, {"stopSequence": 29, "arrival": {"time": "1694891098"}, "stopId": "38768"}, {"stopSequence": 30, "arrival": {"time": "1694891157"}, "stopId": "38769"}, {"stopSequence": 31, "arrival": {"time": "1694891196"}, "stopId": "49357"}, {"stopSequence": 32, "arrival": {"time": "1694891252"}, "stopId": "38771"}, {"stopSequence": 33, "arrival": {"time": "1694891305"}, "stopId": "38668"}, {"stopSequence": 34, "arrival": {"time": "1694891417"}, "stopId": "38661"}, {"stopSequence": 35, "arrival": {"time": "1694891518"}, "stopId": "38657"}, {"stopSequence": 36, "arrival": {"time": "1694891596"}, "stopId": "38743"}, {"stopSequence": 37, "arrival": {"time": "1694891684"}, "stopId": "38652"}, {"stopSequence": 38, "arrival": {"time": "1694891772"}, "stopId": "38721"}, {"stopSequence": 39, "arrival": {"time": "1694891851"}, "stopId": "38659"}, {"stopSequence": 40, "arrival": {"time": "1694891977"}, "stopId": "38674"}, {"stopSequence": 41, "arrival": {"time": "1694892075"}, "stopId": "38649"}, {"stopSequence": 42, "arrival": {"time": "1694892181"}, "stopId": "38718"}, {"stopSequence": 43, "arrival": {"time": "1694892281"}, "stopId": "38735"}, {"stopSequence": 44, "arrival": {"time": "1694892370"}, "stopId": "42270"}, {"stopSequence": 45, "arrival": {"time": "1694892441"}, "stopId": "42271"}, {"stopSequence": 46, "arrival": {"time": "1694892557"}, "stopId": "4838438"}, {"stopSequence": 47, "arrival": {"time": "1694892816"}, "stopId": "44896"}, {"stopSequence": 48, "arrival": {"time": "1694892904"}, "stopId": "44897"}, {"stopSequence": 49, "arrival": {"time": "1694893026"}, "stopId": "44898"}, {"stopSequence": 50, "arrival": {"time": "1694893380"}, "stopId": "40993"}, {"stopSequence": 51, "arrival": {"time": "1694893932"}, "stopId": "16005188"}, {"stopSequence": 52, "arrival": {"time": "1694894569"}, "stopId": "40995"}, {"stopSequence": 53, "arrival": {"time": "1694894802"}, "stopId": "40996"}, {"stopSequence": 54, "arrival": {"time": "1694895037"}, "stopId": "40997"}, {"stopSequence": 55, "arrival": {"time": "1694895213"}, "stopId": "39614"}, {"stopSequence": 56, "arrival": {"time": "1694895380"}, "stopId": "39615"}, {"stopSequence": 57, "arrival": {"time": "1694895558"}, "stopId": "39616"}, {"stopSequence": 58, "arrival": {"time": "1694895748"}, "stopId": "39617"}, {"stopSequence": 59, "arrival": {"time": "1694895969"}, "stopId": "39618"}, {"stopSequence": 60, "arrival": {"time": "1694896139"}, "stopId": "39619"}, {"stopSequence": 61, "arrival": {"time": "1694896311"}, "stopId": "39620"}, {"stopSequence": 62, "arrival": {"time": "1694896611"}, "stopId": "39621"}, {"stopSequence": 63, "arrival": {"time": "1694896830"}, "stopId": "38281"}, {"stopSequence": 64, "arrival": {"time": "1694897093"}, "stopId": "37506"}, {"stopSequence": 65, "arrival": {"time": "1694897295"}, "stopId": "45068"}, {"stopSequence": 66, "arrival": {"time": "1694897970"}, "stopId": "37480"}, {"stopSequence": 67, "arrival": {"time": "1694898337"}, "stopId": "37477"}, {"stopSequence": 68, "arrival": {"time": "1694898734"}, "stopId": "40848"}, {"stopSequence": 69, "arrival": {"time": "1694899403"}, "stopId": "2-Apr"}, {"stopSequence": 70, "arrival": {"time": "1694899791"}, "stopId": "39728"}, {"stopSequence": 71, "arrival": {"time": "1694900626"}, "stopId": "39729"}, {"stopSequence": 72, "arrival": {"time": "1694900847"}, "stopId": "39730"}, {"stopSequence": 73, "arrival": {"time": "1694901924"}, "stopId": "42200"}, {"stopSequence": 74, "arrival": {"time": "1694902270"}, "stopId": "42203"}, {"stopSequence": 75, "arrival": {"time": "1694903533"}, "stopId": "42205"}, {"stopSequence": 76, "arrival": {"time": "1694904292"}, "stopId": "42201"}, {"stopSequence": 77, "arrival": {"time": "1694909093"}, "stopId": "42206"}, {"stopSequence": 78, "arrival": {"time": "1694910312"}, "stopId": "42207"}, {"stopSequence": 79, "arrival": {"time": "1694912123"}, "stopId": "42208"}, {"stopSequence": 80, "arrival": {"time": "1694916803"}, "stopId": "42564"}, {"stopSequence": 81, "arrival": {"time": "1694922311"}, "stopId": "42214"}, {"stopSequence": 82, "arrival": {"time": "1694930370"}, "stopId": "42209"}, {"stopSequence": 83, "arrival": {"time": "1694945165"}, "stopId": "42210"}, {"stopSequence": 84, "arrival": {"time": "1695015042"}, "stopId": "42215"}, {"stopSequence": 85, "arrival": {"time": "1695042904"}, "stopId": "42216"}, {"stopSequence": 86, "arrival": {"time": "1695127161"}, "stopId": "42217"}, {"stopSequence": 87, "arrival": {"time": "1696251148"}, "stopId": "42218"}], "vehicle": {"licensePlate": "TX3525"}, "timestamp": "1694888687"}, "vehicle": {"trip": {"tripId": "16123-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "position": {"latitude": -36.64417, "longitude": -73.09711, "bearing": 234.0, "odometer": 0.0, "speed": 20.0}, "timestamp": "1694888687", "vehicle": {"licensePlate": "TX3525"}}}, {"id": "0b9ff009-f097-48bf-96dd-9224e5d905b9", "tripUpdate": {"trip": {"tripId": "16124-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889116"}, "stopId": "38767"}, {"stopSequence": 29, "arrival": {"time": "1694889179"}, "stopId": "38768"}, {"stopSequence": 30, "arrival": {"time": "1694889233"}, "stopId": "38769"}, {"stopSequence": 31, "arrival": {"time": "1694889267"}, "stopId": "49357"}, {"stopSequence": 32, "arrival": {"time": "1694889316"}, "stopId": "38771"}, {"stopSequence": 33, "arrival": {"time": "1694889361"}, "stopId": "38668"}, {"stopSequence": 34, "arrival": {"time": "1694889453"}, "stopId": "38661"}, {"stopSequence": 35, "arrival": {"time": "1694889534"}, "stopId": "38657"}, {"stopSequence": 36, "arrival": {"time": "1694889594"}, "stopId": "38743"}, {"stopSequence": 37, "arrival": {"time": "1694889660"}, "stopId": "38652"}, {"stopSequence": 38, "arrival": {"time": "1694889725"}, "stopId": "38721"}, {"stopSequence": 39, "arrival": {"time": "1694889781"}, "stopId": "38659"}, {"stopSequence": 40, "arrival": {"time": "1694889868"}, "stopId": "38674"}, {"stopSequence": 41, "arrival": {"time": "1694889934"}, "stopId": "38649"}, {"stopSequence": 42, "arrival": {"time": "1694890003"}, "stopId": "38718"}, {"stopSequence": 43, "arrival": {"time": "1694890067"}, "stopId": "38735"}, {"stopSequence": 44, "arrival": {"time": "1694890122"}, "stopId": "42270"}, {"stopSequence": 45, "arrival": {"time": "1694890165"}, "stopId": "42271"}, {"stopSequence": 46, "arrival": {"time": "1694890234"}, "stopId": "4838438"}, {"stopSequence": 47, "arrival": {"time": "1694890380"}, "stopId": "44896"}, {"stopSequence": 48, "arrival": {"time": "1694890428"}, "stopId": "44897"}, {"stopSequence": 49, "arrival": {"time": "1694890493"}, "stopId": "44898"}, {"stopSequence": 50, "arrival": {"time": "1694890671"}, "stopId": "40993"}, {"stopSequence": 51, "arrival": {"time": "1694890924"}, "stopId": "16005188"}, {"stopSequence": 52, "arrival": {"time": "1694891186"}, "stopId": "40995"}, {"stopSequence": 53, "arrival": {"time": "1694891275"}, "stopId": "40996"}, {"stopSequence": 54, "arrival": {"time": "1694891362"}, "stopId": "40997"}, {"stopSequence": 55, "arrival": {"time": "1694891424"}, "stopId": "39614"}, {"stopSequence": 56, "arrival": {"time": "1694891482"}, "stopId": "39615"}, {"stopSequence": 57, "arrival": {"time": "1694891542"}, "stopId": "39616"}, {"stopSequence": 58, "arrival": {"time": "1694891605"}, "stopId": "39617"}, {"stopSequence": 59, "arrival": {"time": "1694891675"}, "stopId": "39618"}, {"stopSequence": 60, "arrival": {"time": "1694891728"}, "stopId": "39619"}, {"stopSequence": 61, "arrival": {"time": "1694891780"}, "stopId": "39620"}, {"stopSequence": 62, "arrival": {"time": "1694891868"}, "stopId": "39621"}, {"stopSequence": 63, "arrival": {"time": "1694891931"}, "stopId": "38281"}, {"stopSequence": 64, "arrival": {"time": "1694892003"}, "stopId": "37506"}, {"stopSequence": 65, "arrival": {"time": "1694892057"}, "stopId": "45068"}, {"stopSequence": 66, "arrival": {"time": "1694892227"}, "stopId": "37480"}, {"stopSequence": 67, "arrival": {"time": "1694892315"}, "stopId": "37477"}, {"stopSequence": 68, "arrival": {"time": "1694892405"}, "stopId": "40848"}, {"stopSequence": 69, "arrival": {"time": "1694892548"}, "stopId": "2-Apr"}, {"stopSequence": 70, "arrival": {"time": "1694892627"}, "stopId": "39728"}, {"stopSequence": 71, "arrival": {"time": "1694892786"}, "stopId": "39729"}, {"stopSequence": 72, "arrival": {"time": "1694892826"}, "stopId": "39730"}, {"stopSequence": 73, "arrival": {"time": "1694893008"}, "stopId": "42200"}, {"stopSequence": 74, "arrival": {"time": "1694893063"}, "stopId": "42203"}, {"stopSequence": 75, "arrival": {"time": "1694893249"}, "stopId": "42205"}, {"stopSequence": 76, "arrival": {"time": "1694893352"}, "stopId": "42201"}, {"stopSequence": 77, "arrival": {"time": "1694893877"}, "stopId": "42206"}, {"stopSequence": 78, "arrival": {"time": "1694893984"}, "stopId": "42207"}, {"stopSequence": 79, "arrival": {"time": "1694894128"}, "stopId": "42208"}, {"stopSequence": 80, "arrival": {"time": "1694894435"}, "stopId": "42564"}, {"stopSequence": 81, "arrival": {"time": "1694894710"}, "stopId": "42214"}, {"stopSequence": 82, "arrival": {"time": "1694895006"}, "stopId": "42209"}, {"stopSequence": 83, "arrival": {"time": "1694895359"}, "stopId": "42210"}, {"stopSequence": 84, "arrival": {"time": "1694895986"}, "stopId": "42215"}, {"stopSequence": 85, "arrival": {"time": "1694896087"}, "stopId": "42216"}, {"stopSequence": 86, "arrival": {"time": "1694896254"}, "stopId": "42217"}, {"stopSequence": 87, "arrival": {"time": "1694896519"}, "stopId": "42218"}, {"stopSequence": 88, "arrival": {"time": "1694896699"}, "stopId": "42219"}, {"stopSequence": 89, "arrival": {"time": "1694897140"}, "stopId": "42220"}, {"stopSequence": 90, "arrival": {"time": "1694897347"}, "stopId": "42221"}, {"stopSequence": 91, "arrival": {"time": "1694897686"}, "stopId": "42222"}, {"stopSequence": 92, "arrival": {"time": "1694898088"}, "stopId": "42223"}, {"stopSequence": 93, "arrival": {"time": "1694898269"}, "stopId": "42224"}, {"stopSequence": 94, "arrival": {"time": "1694898673"}, "stopId": "42225"}, {"stopSequence": 95, "arrival": {"time": "1694899104"}, "stopId": "42226"}, {"stopSequence": 96, "arrival": {"time": "1694899464"}, "stopId": "42227"}, {"stopSequence": 97, "arrival": {"time": "1694900079"}, "stopId": "42228"}, {"stopSequence": 98, "arrival": {"time": "1694900411"}, "stopId": "42229"}, {"stopSequence": 99, "arrival": {"time": "1694901097"}, "stopId": "42230"}, {"stopSequence": 100, "arrival": {"time": "1694901486"}, "stopId": "42231"}, {"stopSequence": 101, "arrival": {"time": "1694902298"}, "stopId": "42232"}, {"stopSequence": 102, "arrival": {"time": "1694903313"}, "stopId": "42233"}, {"stopSequence": 103, "arrival": {"time": "1694903815"}, "stopId": "42234"}, {"stopSequence": 104, "arrival": {"time": "1694904782"}, "stopId": "42235"}, {"stopSequence": 105, "arrival": {"time": "1694905239"}, "stopId": "42211"}, {"stopSequence": 106, "arrival": {"time": "1694906102"}, "stopId": "49203"}, {"stopSequence": 107, "arrival": {"time": "1694906980"}, "stopId": "49204"}, {"stopSequence": 108, "arrival": {"time": "1694907390"}, "stopId": "42503"}, {"stopSequence": 109, "arrival": {"time": "1694913058"}, "stopId": "42272"}, {"stopSequence": 110, "arrival": {"time": "1694918806"}, "stopId": "42077"}], "vehicle": {"licensePlate": "ZR8471"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "16124-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "position": {"latitude": -36.71439, "longitude": -73.11178, "bearing": 126.0, "odometer": 0.0, "speed": 30.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "ZR8471"}}}, {"id": "837ea09a-a33e-4452-a194-017ef047d161", "tripUpdate": {"trip": {"tripId": "16371-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694888999"}, "stopId": "44897"}, {"stopSequence": 41, "arrival": {"time": "1694889077"}, "stopId": "44898"}, {"stopSequence": 42, "arrival": {"time": "1694889255"}, "stopId": "40993"}, {"stopSequence": 43, "arrival": {"time": "1694889504"}, "stopId": "16005188"}, {"stopSequence": 44, "arrival": {"time": "1694889749"}, "stopId": "40995"}, {"stopSequence": 45, "arrival": {"time": "1694889824"}, "stopId": "40996"}, {"stopSequence": 46, "arrival": {"time": "1694889899"}, "stopId": "40997"}, {"stopSequence": 47, "arrival": {"time": "1694889956"}, "stopId": "39614"}, {"stopSequence": 48, "arrival": {"time": "1694890002"}, "stopId": "39615"}, {"stopSequence": 49, "arrival": {"time": "1694890050"}, "stopId": "39616"}, {"stopSequence": 50, "arrival": {"time": "1694890103"}, "stopId": "39617"}, {"stopSequence": 51, "arrival": {"time": "1694890159"}, "stopId": "39618"}, {"stopSequence": 52, "arrival": {"time": "1694890203"}, "stopId": "39619"}, {"stopSequence": 53, "arrival": {"time": "1694890241"}, "stopId": "39620"}, {"stopSequence": 54, "arrival": {"time": "1694890309"}, "stopId": "39621"}, {"stopSequence": 55, "arrival": {"time": "1694890357"}, "stopId": "38281"}, {"stopSequence": 56, "arrival": {"time": "1694890411"}, "stopId": "37506"}, {"stopSequence": 57, "arrival": {"time": "1694890451"}, "stopId": "45068"}, {"stopSequence": 58, "arrival": {"time": "1694890576"}, "stopId": "37480"}, {"stopSequence": 59, "arrival": {"time": "1694890638"}, "stopId": "37477"}, {"stopSequence": 60, "arrival": {"time": "1694890707"}, "stopId": "40848"}, {"stopSequence": 61, "arrival": {"time": "1694890793"}, "stopId": "2-Apr"}, {"stopSequence": 62, "arrival": {"time": "1694890852"}, "stopId": "39728"}, {"stopSequence": 63, "arrival": {"time": "1694890954"}, "stopId": "39729"}, {"stopSequence": 64, "arrival": {"time": "1694890980"}, "stopId": "39730"}, {"stopSequence": 65, "arrival": {"time": "1694891091"}, "stopId": "42200"}, {"stopSequence": 66, "arrival": {"time": "1694891140"}, "stopId": "42203"}, {"stopSequence": 67, "arrival": {"time": "1694891200"}, "stopId": "42204"}, {"stopSequence": 68, "arrival": {"time": "1694891246"}, "stopId": "42205"}, {"stopSequence": 69, "arrival": {"time": "1694891314"}, "stopId": "42201"}, {"stopSequence": 70, "arrival": {"time": "1694891610"}, "stopId": "42206"}, {"stopSequence": 71, "arrival": {"time": "1694891676"}, "stopId": "42207"}, {"stopSequence": 72, "arrival": {"time": "1694891750"}, "stopId": "42208"}, {"stopSequence": 73, "arrival": {"time": "1694891911"}, "stopId": "42564"}, {"stopSequence": 74, "arrival": {"time": "1694892050"}, "stopId": "42214"}, {"stopSequence": 75, "arrival": {"time": "1694892196"}, "stopId": "42209"}, {"stopSequence": 76, "arrival": {"time": "1694892365"}, "stopId": "42210"}, {"stopSequence": 77, "arrival": {"time": "1694892648"}, "stopId": "42215"}, {"stopSequence": 78, "arrival": {"time": "1694892697"}, "stopId": "42216"}, {"stopSequence": 79, "arrival": {"time": "1694892763"}, "stopId": "42217"}, {"stopSequence": 80, "arrival": {"time": "1694892887"}, "stopId": "42218"}, {"stopSequence": 81, "arrival": {"time": "1694892961"}, "stopId": "42219"}, {"stopSequence": 82, "arrival": {"time": "1694893134"}, "stopId": "42220"}, {"stopSequence": 83, "arrival": {"time": "1694893217"}, "stopId": "42221"}, {"stopSequence": 84, "arrival": {"time": "1694893342"}, "stopId": "42222"}, {"stopSequence": 85, "arrival": {"time": "1694893473"}, "stopId": "42223"}, {"stopSequence": 86, "arrival": {"time": "1694893529"}, "stopId": "42224"}, {"stopSequence": 87, "arrival": {"time": "1694893684"}, "stopId": "42225"}, {"stopSequence": 88, "arrival": {"time": "1694893820"}, "stopId": "42226"}, {"stopSequence": 89, "arrival": {"time": "1694893936"}, "stopId": "42227"}, {"stopSequence": 90, "arrival": {"time": "1694894126"}, "stopId": "42228"}, {"stopSequence": 91, "arrival": {"time": "1694894224"}, "stopId": "42229"}, {"stopSequence": 92, "arrival": {"time": "1694894420"}, "stopId": "42230"}, {"stopSequence": 93, "arrival": {"time": "1694894527"}, "stopId": "42231"}, {"stopSequence": 94, "arrival": {"time": "1694894739"}, "stopId": "42232"}, {"stopSequence": 95, "arrival": {"time": "1694894985"}, "stopId": "42233"}, {"stopSequence": 96, "arrival": {"time": "1694895104"}, "stopId": "42234"}, {"stopSequence": 97, "arrival": {"time": "1694895317"}, "stopId": "42235"}, {"stopSequence": 98, "arrival": {"time": "1694895413"}, "stopId": "42211"}, {"stopSequence": 99, "arrival": {"time": "1694895680"}, "stopId": "91142"}, {"stopSequence": 100, "arrival": {"time": "1694895996"}, "stopId": "41937"}, {"stopSequence": 101, "arrival": {"time": "1694896242"}, "stopId": "91144"}, {"stopSequence": 102, "arrival": {"time": "1694896286"}, "stopId": "91150"}, {"stopSequence": 103, "arrival": {"time": "1694896546"}, "stopId": "91145"}], "vehicle": {"licensePlate": "BDJS40"}, "timestamp": "1694888990"}, "vehicle": {"trip": {"tripId": "16371-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 1}, "position": {"latitude": -36.771255, "longitude": -73.08268, "bearing": 154.0, "odometer": 0.0, "speed": 17.222221}, "timestamp": "1694888990", "vehicle": {"licensePlate": "BDJS40"}}}, {"id": "a452108d-b340-4511-a86e-be19fc1a3385", "tripUpdate": {"trip": {"tripId": "16312-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 69, "arrival": {"time": "1694889064"}, "stopId": "38528"}, {"stopSequence": 70, "arrival": {"time": "1694889191"}, "stopId": "38529"}, {"stopSequence": 71, "arrival": {"time": "1694889401"}, "stopId": "38530"}, {"stopSequence": 72, "arrival": {"time": "1694889414"}, "stopId": "16005209"}, {"stopSequence": 73, "arrival": {"time": "1694889649"}, "stopId": "38531"}, {"stopSequence": 74, "arrival": {"time": "1694889702"}, "stopId": "8921285"}, {"stopSequence": 75, "arrival": {"time": "1694889808"}, "stopId": "38532"}, {"stopSequence": 76, "arrival": {"time": "1694889862"}, "stopId": "38533"}, {"stopSequence": 77, "arrival": {"time": "1694889915"}, "stopId": "38534"}, {"stopSequence": 78, "arrival": {"time": "1694890040"}, "stopId": "42382"}, {"stopSequence": 79, "arrival": {"time": "1694890108"}, "stopId": "42383"}, {"stopSequence": 80, "arrival": {"time": "1694890165"}, "stopId": "42384"}, {"stopSequence": 81, "arrival": {"time": "1694890204"}, "stopId": "43339"}, {"stopSequence": 82, "arrival": {"time": "1694890252"}, "stopId": "43207"}, {"stopSequence": 83, "arrival": {"time": "1694890297"}, "stopId": "43208"}, {"stopSequence": 84, "arrival": {"time": "1694890361"}, "stopId": "43209"}, {"stopSequence": 85, "arrival": {"time": "1694890383"}, "stopId": "43210"}, {"stopSequence": 86, "arrival": {"time": "1694890447"}, "stopId": "42389"}, {"stopSequence": 87, "arrival": {"time": "1694890466"}, "stopId": "42390"}, {"stopSequence": 88, "arrival": {"time": "1694890496"}, "stopId": "42391"}, {"stopSequence": 89, "arrival": {"time": "1694890553"}, "stopId": "42392"}, {"stopSequence": 90, "arrival": {"time": "1694890580"}, "stopId": "42393"}, {"stopSequence": 91, "arrival": {"time": "1694890618"}, "stopId": "42394"}, {"stopSequence": 92, "arrival": {"time": "1694890666"}, "stopId": "42395"}, {"stopSequence": 93, "arrival": {"time": "1694890730"}, "stopId": "42396"}, {"stopSequence": 94, "arrival": {"time": "1694890749"}, "stopId": "42397"}, {"stopSequence": 95, "arrival": {"time": "1694890800"}, "stopId": "42398"}, {"stopSequence": 96, "arrival": {"time": "1694890840"}, "stopId": "42399"}, {"stopSequence": 97, "arrival": {"time": "1694890900"}, "stopId": "42400"}, {"stopSequence": 98, "arrival": {"time": "1694891141"}, "stopId": "38550"}, {"stopSequence": 99, "arrival": {"time": "1694891354"}, "stopId": "38552"}, {"stopSequence": 100, "arrival": {"time": "1694891436"}, "stopId": "49359"}, {"stopSequence": 101, "arrival": {"time": "1694891495"}, "stopId": "49360"}, {"stopSequence": 102, "arrival": {"time": "1694891629"}, "stopId": "49361"}, {"stopSequence": 103, "arrival": {"time": "1694891660"}, "stopId": "49362"}, {"stopSequence": 104, "arrival": {"time": "1694891716"}, "stopId": "49363"}, {"stopSequence": 105, "arrival": {"time": "1694891777"}, "stopId": "49364"}, {"stopSequence": 106, "arrival": {"time": "1694891835"}, "stopId": "49365"}], "vehicle": {"licensePlate": "FXRR90"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "16312-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "position": {"latitude": -36.803566, "longitude": -73.05495, "bearing": 332.0, "odometer": 0.0, "speed": 14.166667}, "timestamp": "1694889002", "vehicle": {"licensePlate": "FXRR90"}}}, {"id": "3438b825-8f86-45de-9831-08a29e5488c0", "tripUpdate": {"trip": {"tripId": "16370-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 57, "arrival": {"time": "1694889010"}, "stopId": "45068"}, {"stopSequence": 58, "arrival": {"time": "1694889143"}, "stopId": "37480"}, {"stopSequence": 59, "arrival": {"time": "1694889207"}, "stopId": "37477"}, {"stopSequence": 60, "arrival": {"time": "1694889277"}, "stopId": "40848"}, {"stopSequence": 61, "arrival": {"time": "1694889363"}, "stopId": "2-Apr"}, {"stopSequence": 62, "arrival": {"time": "1694889420"}, "stopId": "39728"}, {"stopSequence": 63, "arrival": {"time": "1694889518"}, "stopId": "39729"}, {"stopSequence": 64, "arrival": {"time": "1694889542"}, "stopId": "39730"}, {"stopSequence": 65, "arrival": {"time": "1694889644"}, "stopId": "42200"}, {"stopSequence": 66, "arrival": {"time": "1694889688"}, "stopId": "42203"}, {"stopSequence": 67, "arrival": {"time": "1694889742"}, "stopId": "42204"}, {"stopSequence": 68, "arrival": {"time": "1694889783"}, "stopId": "42205"}, {"stopSequence": 69, "arrival": {"time": "1694889842"}, "stopId": "42201"}, {"stopSequence": 70, "arrival": {"time": "1694890087"}, "stopId": "42206"}, {"stopSequence": 71, "arrival": {"time": "1694890140"}, "stopId": "42207"}, {"stopSequence": 72, "arrival": {"time": "1694890198"}, "stopId": "42208"}, {"stopSequence": 73, "arrival": {"time": "1694890321"}, "stopId": "42564"}, {"stopSequence": 74, "arrival": {"time": "1694890425"}, "stopId": "42214"}, {"stopSequence": 75, "arrival": {"time": "1694890530"}, "stopId": "42209"}, {"stopSequence": 76, "arrival": {"time": "1694890649"}, "stopId": "42210"}, {"stopSequence": 77, "arrival": {"time": "1694890839"}, "stopId": "42215"}, {"stopSequence": 78, "arrival": {"time": "1694890871"}, "stopId": "42216"}, {"stopSequence": 79, "arrival": {"time": "1694890914"}, "stopId": "42217"}, {"stopSequence": 80, "arrival": {"time": "1694890993"}, "stopId": "42218"}, {"stopSequence": 81, "arrival": {"time": "1694891040"}, "stopId": "42219"}, {"stopSequence": 82, "arrival": {"time": "1694891146"}, "stopId": "42220"}, {"stopSequence": 83, "arrival": {"time": "1694891197"}, "stopId": "42221"}, {"stopSequence": 84, "arrival": {"time": "1694891271"}, "stopId": "42222"}, {"stopSequence": 85, "arrival": {"time": "1694891348"}, "stopId": "42223"}, {"stopSequence": 86, "arrival": {"time": "1694891380"}, "stopId": "42224"}, {"stopSequence": 87, "arrival": {"time": "1694891467"}, "stopId": "42225"}, {"stopSequence": 88, "arrival": {"time": "1694891543"}, "stopId": "42226"}, {"stopSequence": 89, "arrival": {"time": "1694891607"}, "stopId": "42227"}, {"stopSequence": 90, "arrival": {"time": "1694891708"}, "stopId": "42228"}, {"stopSequence": 91, "arrival": {"time": "1694891760"}, "stopId": "42229"}, {"stopSequence": 92, "arrival": {"time": "1694891861"}, "stopId": "42230"}, {"stopSequence": 93, "arrival": {"time": "1694891915"}, "stopId": "42231"}, {"stopSequence": 94, "arrival": {"time": "1694892020"}, "stopId": "42232"}, {"stopSequence": 95, "arrival": {"time": "1694892139"}, "stopId": "42233"}, {"stopSequence": 96, "arrival": {"time": "1694892195"}, "stopId": "42234"}, {"stopSequence": 97, "arrival": {"time": "1694892294"}, "stopId": "42235"}, {"stopSequence": 98, "arrival": {"time": "1694892338"}, "stopId": "42211"}, {"stopSequence": 99, "arrival": {"time": "1694892457"}, "stopId": "91142"}, {"stopSequence": 100, "arrival": {"time": "1694892593"}, "stopId": "41937"}, {"stopSequence": 101, "arrival": {"time": "1694892697"}, "stopId": "91144"}, {"stopSequence": 102, "arrival": {"time": "1694892715"}, "stopId": "91150"}, {"stopSequence": 103, "arrival": {"time": "1694892821"}, "stopId": "91145"}], "vehicle": {"licensePlate": "HZRP10"}, "timestamp": "1694888998"}, "vehicle": {"trip": {"tripId": "16370-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 1}, "position": {"latitude": -36.82566, "longitude": -73.04529, "bearing": 246.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694888998", "vehicle": {"licensePlate": "HZRP10"}}}, {"id": "191418d6-2a51-461e-8048-93fe539496d6", "tripUpdate": {"trip": {"tripId": "16314-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694889083"}, "stopId": "42278"}, {"stopSequence": 17, "arrival": {"time": "1694889127"}, "stopId": "42279"}, {"stopSequence": 18, "arrival": {"time": "1694889212"}, "stopId": "42280"}, {"stopSequence": 19, "arrival": {"time": "1694889256"}, "stopId": "42281"}, {"stopSequence": 20, "arrival": {"time": "1694889332"}, "stopId": "42282"}, {"stopSequence": 21, "arrival": {"time": "1694889389"}, "stopId": "42283"}, {"stopSequence": 22, "arrival": {"time": "1694889454"}, "stopId": "49279"}, {"stopSequence": 23, "arrival": {"time": "1694889533"}, "stopId": "42285"}, {"stopSequence": 24, "arrival": {"time": "1694889620"}, "stopId": "42286"}, {"stopSequence": 25, "arrival": {"time": "1694889636"}, "stopId": "42287"}, {"stopSequence": 26, "arrival": {"time": "1694889691"}, "stopId": "42288"}, {"stopSequence": 27, "arrival": {"time": "1694889726"}, "stopId": "42289"}, {"stopSequence": 28, "arrival": {"time": "1694889806"}, "stopId": "42290"}, {"stopSequence": 29, "arrival": {"time": "1694889856"}, "stopId": "42291"}, {"stopSequence": 30, "arrival": {"time": "1694889939"}, "stopId": "42292"}, {"stopSequence": 31, "arrival": {"time": "1694890007"}, "stopId": "42293"}, {"stopSequence": 32, "arrival": {"time": "1694890179"}, "stopId": "42294"}, {"stopSequence": 33, "arrival": {"time": "1694890300"}, "stopId": "42295"}, {"stopSequence": 34, "arrival": {"time": "1694890417"}, "stopId": "42296"}, {"stopSequence": 35, "arrival": {"time": "1694890541"}, "stopId": "42297"}, {"stopSequence": 36, "arrival": {"time": "1694890638"}, "stopId": "42298"}, {"stopSequence": 37, "arrival": {"time": "1694890702"}, "stopId": "42299"}, {"stopSequence": 38, "arrival": {"time": "1694890746"}, "stopId": "49295"}, {"stopSequence": 39, "arrival": {"time": "1694890870"}, "stopId": "49296"}, {"stopSequence": 40, "arrival": {"time": "1694890961"}, "stopId": "49297"}, {"stopSequence": 41, "arrival": {"time": "1694890998"}, "stopId": "49298"}, {"stopSequence": 42, "arrival": {"time": "1694891072"}, "stopId": "49299"}, {"stopSequence": 43, "arrival": {"time": "1694891119"}, "stopId": "49300"}, {"stopSequence": 44, "arrival": {"time": "1694891210"}, "stopId": "49301"}, {"stopSequence": 45, "arrival": {"time": "1694891286"}, "stopId": "49302"}, {"stopSequence": 46, "arrival": {"time": "1694891336"}, "stopId": "49303"}, {"stopSequence": 47, "arrival": {"time": "1694891395"}, "stopId": "49304"}, {"stopSequence": 48, "arrival": {"time": "1694891428"}, "stopId": "49305"}, {"stopSequence": 49, "arrival": {"time": "1694891494"}, "stopId": "49306"}, {"stopSequence": 50, "arrival": {"time": "1694891542"}, "stopId": "49307"}, {"stopSequence": 51, "arrival": {"time": "1694891570"}, "stopId": "49308"}, {"stopSequence": 52, "arrival": {"time": "1694891599"}, "stopId": "49309"}, {"stopSequence": 53, "arrival": {"time": "1694891633"}, "stopId": "42315"}, {"stopSequence": 54, "arrival": {"time": "1694891653"}, "stopId": "42316"}, {"stopSequence": 55, "arrival": {"time": "1694891724"}, "stopId": "42317"}, {"stopSequence": 56, "arrival": {"time": "1694891778"}, "stopId": "42318"}, {"stopSequence": 57, "arrival": {"time": "1694891881"}, "stopId": "8606396"}, {"stopSequence": 58, "arrival": {"time": "1694891975"}, "stopId": "38514"}, {"stopSequence": 59, "arrival": {"time": "1694892026"}, "stopId": "38516"}, {"stopSequence": 60, "arrival": {"time": "1694892106"}, "stopId": "38518"}, {"stopSequence": 61, "arrival": {"time": "1694892246"}, "stopId": "38520"}, {"stopSequence": 62, "arrival": {"time": "1694892303"}, "stopId": "38521"}, {"stopSequence": 63, "arrival": {"time": "1694892374"}, "stopId": "38522"}, {"stopSequence": 64, "arrival": {"time": "1694892448"}, "stopId": "38523"}, {"stopSequence": 65, "arrival": {"time": "1694892527"}, "stopId": "38524"}, {"stopSequence": 66, "arrival": {"time": "1694892603"}, "stopId": "38525"}, {"stopSequence": 67, "arrival": {"time": "1694892685"}, "stopId": "38526"}, {"stopSequence": 68, "arrival": {"time": "1694892762"}, "stopId": "38527"}, {"stopSequence": 69, "arrival": {"time": "1694892906"}, "stopId": "38528"}, {"stopSequence": 70, "arrival": {"time": "1694893114"}, "stopId": "38529"}, {"stopSequence": 71, "arrival": {"time": "1694893500"}, "stopId": "38530"}, {"stopSequence": 72, "arrival": {"time": "1694893525"}, "stopId": "16005209"}, {"stopSequence": 73, "arrival": {"time": "1694894027"}, "stopId": "38531"}, {"stopSequence": 74, "arrival": {"time": "1694894153"}, "stopId": "8921285"}, {"stopSequence": 75, "arrival": {"time": "1694894416"}, "stopId": "38532"}, {"stopSequence": 76, "arrival": {"time": "1694894557"}, "stopId": "38533"}, {"stopSequence": 77, "arrival": {"time": "1694894701"}, "stopId": "38534"}, {"stopSequence": 78, "arrival": {"time": "1694895064"}, "stopId": "42382"}, {"stopSequence": 79, "arrival": {"time": "1694895273"}, "stopId": "42383"}, {"stopSequence": 80, "arrival": {"time": "1694895459"}, "stopId": "42384"}, {"stopSequence": 81, "arrival": {"time": "1694895591"}, "stopId": "43339"}, {"stopSequence": 82, "arrival": {"time": "1694895757"}, "stopId": "43207"}, {"stopSequence": 83, "arrival": {"time": "1694895920"}, "stopId": "43208"}, {"stopSequence": 84, "arrival": {"time": "1694896157"}, "stopId": "43209"}, {"stopSequence": 85, "arrival": {"time": "1694896243"}, "stopId": "43210"}, {"stopSequence": 86, "arrival": {"time": "1694896498"}, "stopId": "42389"}, {"stopSequence": 87, "arrival": {"time": "1694896578"}, "stopId": "42390"}, {"stopSequence": 88, "arrival": {"time": "1694896704"}, "stopId": "42391"}, {"stopSequence": 89, "arrival": {"time": "1694896951"}, "stopId": "42392"}, {"stopSequence": 90, "arrival": {"time": "1694897074"}, "stopId": "42393"}, {"stopSequence": 91, "arrival": {"time": "1694897248"}, "stopId": "42394"}, {"stopSequence": 92, "arrival": {"time": "1694897481"}, "stopId": "42395"}, {"stopSequence": 93, "arrival": {"time": "1694897800"}, "stopId": "42396"}, {"stopSequence": 94, "arrival": {"time": "1694897899"}, "stopId": "42397"}, {"stopSequence": 95, "arrival": {"time": "1694898171"}, "stopId": "42398"}, {"stopSequence": 96, "arrival": {"time": "1694898394"}, "stopId": "42399"}, {"stopSequence": 97, "arrival": {"time": "1694898742"}, "stopId": "42400"}, {"stopSequence": 98, "arrival": {"time": "1694900355"}, "stopId": "38550"}, {"stopSequence": 99, "arrival": {"time": "1694902115"}, "stopId": "38552"}, {"stopSequence": 100, "arrival": {"time": "1694902912"}, "stopId": "49359"}, {"stopSequence": 101, "arrival": {"time": "1694903524"}, "stopId": "49360"}, {"stopSequence": 102, "arrival": {"time": "1694905078"}, "stopId": "49361"}, {"stopSequence": 103, "arrival": {"time": "1694905480"}, "stopId": "49362"}, {"stopSequence": 104, "arrival": {"time": "1694906229"}, "stopId": "49363"}, {"stopSequence": 105, "arrival": {"time": "1694907125"}, "stopId": "49364"}, {"stopSequence": 106, "arrival": {"time": "1694908029"}, "stopId": "49365"}], "vehicle": {"licensePlate": "LJKK61"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "16314-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "position": {"latitude": -36.94195, "longitude": -73.01805, "bearing": 340.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694889002", "vehicle": {"licensePlate": "LJKK61"}}}, {"id": "718face7-7a75-4521-ac05-4cce68308b69", "tripUpdate": {"trip": {"tripId": "16313-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 58, "arrival": {"time": "1694889028"}, "stopId": "38514"}, {"stopSequence": 59, "arrival": {"time": "1694889070"}, "stopId": "38516"}, {"stopSequence": 60, "arrival": {"time": "1694889132"}, "stopId": "38518"}, {"stopSequence": 61, "arrival": {"time": "1694889237"}, "stopId": "38520"}, {"stopSequence": 62, "arrival": {"time": "1694889279"}, "stopId": "38521"}, {"stopSequence": 63, "arrival": {"time": "1694889330"}, "stopId": "38522"}, {"stopSequence": 64, "arrival": {"time": "1694889380"}, "stopId": "38523"}, {"stopSequence": 65, "arrival": {"time": "1694889433"}, "stopId": "38524"}, {"stopSequence": 66, "arrival": {"time": "1694889483"}, "stopId": "38525"}, {"stopSequence": 67, "arrival": {"time": "1694889534"}, "stopId": "38526"}, {"stopSequence": 68, "arrival": {"time": "1694889582"}, "stopId": "38527"}, {"stopSequence": 69, "arrival": {"time": "1694889668"}, "stopId": "38528"}, {"stopSequence": 70, "arrival": {"time": "1694889786"}, "stopId": "38529"}, {"stopSequence": 71, "arrival": {"time": "1694889986"}, "stopId": "38530"}, {"stopSequence": 72, "arrival": {"time": "1694889998"}, "stopId": "16005209"}, {"stopSequence": 73, "arrival": {"time": "1694890228"}, "stopId": "38531"}, {"stopSequence": 74, "arrival": {"time": "1694890281"}, "stopId": "8921285"}, {"stopSequence": 75, "arrival": {"time": "1694890387"}, "stopId": "38532"}, {"stopSequence": 76, "arrival": {"time": "1694890442"}, "stopId": "38533"}, {"stopSequence": 77, "arrival": {"time": "1694890496"}, "stopId": "38534"}, {"stopSequence": 78, "arrival": {"time": "1694890625"}, "stopId": "42382"}, {"stopSequence": 79, "arrival": {"time": "1694890695"}, "stopId": "42383"}, {"stopSequence": 80, "arrival": {"time": "1694890755"}, "stopId": "42384"}, {"stopSequence": 81, "arrival": {"time": "1694890796"}, "stopId": "43339"}, {"stopSequence": 82, "arrival": {"time": "1694890847"}, "stopId": "43207"}, {"stopSequence": 83, "arrival": {"time": "1694890895"}, "stopId": "43208"}, {"stopSequence": 84, "arrival": {"time": "1694890963"}, "stopId": "43209"}, {"stopSequence": 85, "arrival": {"time": "1694890987"}, "stopId": "43210"}, {"stopSequence": 86, "arrival": {"time": "1694891056"}, "stopId": "42389"}, {"stopSequence": 87, "arrival": {"time": "1694891077"}, "stopId": "42390"}, {"stopSequence": 88, "arrival": {"time": "1694891109"}, "stopId": "42391"}, {"stopSequence": 89, "arrival": {"time": "1694891171"}, "stopId": "42392"}, {"stopSequence": 90, "arrival": {"time": "1694891201"}, "stopId": "42393"}, {"stopSequence": 91, "arrival": {"time": "1694891243"}, "stopId": "42394"}, {"stopSequence": 92, "arrival": {"time": "1694891297"}, "stopId": "42395"}, {"stopSequence": 93, "arrival": {"time": "1694891368"}, "stopId": "42396"}, {"stopSequence": 94, "arrival": {"time": "1694891389"}, "stopId": "42397"}, {"stopSequence": 95, "arrival": {"time": "1694891446"}, "stopId": "42398"}, {"stopSequence": 96, "arrival": {"time": "1694891491"}, "stopId": "42399"}, {"stopSequence": 97, "arrival": {"time": "1694891559"}, "stopId": "42400"}, {"stopSequence": 98, "arrival": {"time": "1694891838"}, "stopId": "38550"}, {"stopSequence": 99, "arrival": {"time": "1694892087"}, "stopId": "38552"}, {"stopSequence": 100, "arrival": {"time": "1694892186"}, "stopId": "49359"}, {"stopSequence": 101, "arrival": {"time": "1694892257"}, "stopId": "49360"}, {"stopSequence": 102, "arrival": {"time": "1694892419"}, "stopId": "49361"}, {"stopSequence": 103, "arrival": {"time": "1694892457"}, "stopId": "49362"}, {"stopSequence": 104, "arrival": {"time": "1694892525"}, "stopId": "49363"}, {"stopSequence": 105, "arrival": {"time": "1694892601"}, "stopId": "49364"}, {"stopSequence": 106, "arrival": {"time": "1694892672"}, "stopId": "49365"}], "vehicle": {"licensePlate": "XV3580"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "16313-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "position": {"latitude": -36.826378, "longitude": -73.04393, "bearing": 62.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694889008", "vehicle": {"licensePlate": "XV3580"}}}, {"id": "705d5a86-e96b-4c07-a0f0-3582299e7da4", "tripUpdate": {"trip": {"tripId": "16311-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 98, "arrival": {"time": "1694889211"}, "stopId": "38550"}, {"stopSequence": 99, "arrival": {"time": "1694889406"}, "stopId": "38552"}, {"stopSequence": 100, "arrival": {"time": "1694889478"}, "stopId": "49359"}, {"stopSequence": 101, "arrival": {"time": "1694889528"}, "stopId": "49360"}, {"stopSequence": 102, "arrival": {"time": "1694889639"}, "stopId": "49361"}, {"stopSequence": 103, "arrival": {"time": "1694889665"}, "stopId": "49362"}, {"stopSequence": 104, "arrival": {"time": "1694889709"}, "stopId": "49363"}, {"stopSequence": 105, "arrival": {"time": "1694889757"}, "stopId": "49364"}, {"stopSequence": 106, "arrival": {"time": "1694889802"}, "stopId": "49365"}], "vehicle": {"licensePlate": "XX7800"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "16311-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "556", "directionId": 0}, "position": {"latitude": -36.741238, "longitude": -73.098335, "bearing": 246.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "XX7800"}}}, {"id": "215dbb79-15a5-4216-9914-774eb4c0addd", "tripUpdate": {"trip": {"tripId": "16512-701ff27f-2", "startTime": "14:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694889087"}, "stopId": "44895"}, {"stopSequence": 35, "arrival": {"time": "1694889156"}, "stopId": "42270"}, {"stopSequence": 36, "arrival": {"time": "1694889200"}, "stopId": "42271"}, {"stopSequence": 37, "arrival": {"time": "1694889268"}, "stopId": "4838438"}, {"stopSequence": 38, "arrival": {"time": "1694889421"}, "stopId": "44896"}, {"stopSequence": 39, "arrival": {"time": "1694889469"}, "stopId": "44897"}, {"stopSequence": 40, "arrival": {"time": "1694889543"}, "stopId": "44898"}, {"stopSequence": 41, "arrival": {"time": "1694889711"}, "stopId": "40993"}, {"stopSequence": 42, "arrival": {"time": "1694889951"}, "stopId": "16005188"}, {"stopSequence": 43, "arrival": {"time": "1694890196"}, "stopId": "40995"}, {"stopSequence": 44, "arrival": {"time": "1694890267"}, "stopId": "40996"}, {"stopSequence": 45, "arrival": {"time": "1694890343"}, "stopId": "40997"}, {"stopSequence": 46, "arrival": {"time": "1694890401"}, "stopId": "39614"}, {"stopSequence": 47, "arrival": {"time": "1694890448"}, "stopId": "39615"}, {"stopSequence": 48, "arrival": {"time": "1694890496"}, "stopId": "39616"}, {"stopSequence": 49, "arrival": {"time": "1694890550"}, "stopId": "39617"}, {"stopSequence": 50, "arrival": {"time": "1694890608"}, "stopId": "39618"}, {"stopSequence": 51, "arrival": {"time": "1694890654"}, "stopId": "39619"}, {"stopSequence": 52, "arrival": {"time": "1694890693"}, "stopId": "39620"}, {"stopSequence": 53, "arrival": {"time": "1694890764"}, "stopId": "39621"}, {"stopSequence": 54, "arrival": {"time": "1694890814"}, "stopId": "38281"}, {"stopSequence": 55, "arrival": {"time": "1694890871"}, "stopId": "37506"}, {"stopSequence": 56, "arrival": {"time": "1694890913"}, "stopId": "45068"}, {"stopSequence": 57, "arrival": {"time": "1694891046"}, "stopId": "37480"}, {"stopSequence": 58, "arrival": {"time": "1694891112"}, "stopId": "37477"}, {"stopSequence": 59, "arrival": {"time": "1694891186"}, "stopId": "40848"}, {"stopSequence": 60, "arrival": {"time": "1694891279"}, "stopId": "2-Apr"}, {"stopSequence": 61, "arrival": {"time": "1694891344"}, "stopId": "39728"}, {"stopSequence": 62, "arrival": {"time": "1694891456"}, "stopId": "39729"}, {"stopSequence": 63, "arrival": {"time": "1694891485"}, "stopId": "39730"}, {"stopSequence": 64, "arrival": {"time": "1694891607"}, "stopId": "42200"}, {"stopSequence": 65, "arrival": {"time": "1694891662"}, "stopId": "42203"}, {"stopSequence": 66, "arrival": {"time": "1694891740"}, "stopId": "42204"}, {"stopSequence": 67, "arrival": {"time": "1694891781"}, "stopId": "42205"}, {"stopSequence": 68, "arrival": {"time": "1694891857"}, "stopId": "42201"}, {"stopSequence": 69, "arrival": {"time": "1694892183"}, "stopId": "42206"}, {"stopSequence": 70, "arrival": {"time": "1694892271"}, "stopId": "42207"}, {"stopSequence": 71, "arrival": {"time": "1694892356"}, "stopId": "42208"}, {"stopSequence": 72, "arrival": {"time": "1694892544"}, "stopId": "42564"}, {"stopSequence": 73, "arrival": {"time": "1694892711"}, "stopId": "42214"}, {"stopSequence": 74, "arrival": {"time": "1694892882"}, "stopId": "42209"}, {"stopSequence": 75, "arrival": {"time": "1694893085"}, "stopId": "42210"}, {"stopSequence": 76, "arrival": {"time": "1694893411"}, "stopId": "40951"}, {"stopSequence": 77, "arrival": {"time": "1694893532"}, "stopId": "40952"}, {"stopSequence": 78, "arrival": {"time": "1694893652"}, "stopId": "40953"}, {"stopSequence": 79, "arrival": {"time": "1694893744"}, "stopId": "40954"}, {"stopSequence": 80, "arrival": {"time": "1694893898"}, "stopId": "40955"}, {"stopSequence": 81, "arrival": {"time": "1694893982"}, "stopId": "40956"}, {"stopSequence": 82, "arrival": {"time": "1694894114"}, "stopId": "40957"}, {"stopSequence": 83, "arrival": {"time": "1694894239"}, "stopId": "40958"}, {"stopSequence": 84, "arrival": {"time": "1694894303"}, "stopId": "40959"}, {"stopSequence": 85, "arrival": {"time": "1694894480"}, "stopId": "42223"}, {"stopSequence": 86, "arrival": {"time": "1694894552"}, "stopId": "42224"}, {"stopSequence": 87, "arrival": {"time": "1694894753"}, "stopId": "42225"}, {"stopSequence": 88, "arrival": {"time": "1694894932"}, "stopId": "42226"}, {"stopSequence": 89, "arrival": {"time": "1694895085"}, "stopId": "42227"}, {"stopSequence": 90, "arrival": {"time": "1694895339"}, "stopId": "42228"}, {"stopSequence": 91, "arrival": {"time": "1694895471"}, "stopId": "42229"}, {"stopSequence": 92, "arrival": {"time": "1694895736"}, "stopId": "42230"}, {"stopSequence": 93, "arrival": {"time": "1694895882"}, "stopId": "42231"}, {"stopSequence": 94, "arrival": {"time": "1694896175"}, "stopId": "42232"}, {"stopSequence": 95, "arrival": {"time": "1694896686"}, "stopId": "42234"}, {"stopSequence": 96, "arrival": {"time": "1694897107"}, "stopId": "42211"}, {"stopSequence": 97, "arrival": {"time": "1694897972"}, "stopId": "41937"}, {"stopSequence": 98, "arrival": {"time": "1694899746"}, "stopId": "34871"}, {"stopSequence": 99, "arrival": {"time": "1694900139"}, "stopId": "42212"}], "vehicle": {"licensePlate": "BHCL60"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "16512-701ff27f-2", "startTime": "14:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 1}, "position": {"latitude": -36.753967, "longitude": -73.09349, "bearing": 154.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694889008", "vehicle": {"licensePlate": "BHCL60"}}}, {"id": "787c564f-54c6-44f4-a6ed-f0d00688b077", "tripUpdate": {"trip": {"tripId": "16438-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 26, "arrival": {"time": "1694889010"}, "stopId": "49283"}, {"stopSequence": 27, "arrival": {"time": "1694889062"}, "stopId": "49284"}, {"stopSequence": 28, "arrival": {"time": "1694889124"}, "stopId": "49285"}, {"stopSequence": 29, "arrival": {"time": "1694889204"}, "stopId": "49286"}, {"stopSequence": 30, "arrival": {"time": "1694889248"}, "stopId": "49287"}, {"stopSequence": 31, "arrival": {"time": "1694889295"}, "stopId": "49288"}, {"stopSequence": 32, "arrival": {"time": "1694889347"}, "stopId": "49289"}, {"stopSequence": 33, "arrival": {"time": "1694889485"}, "stopId": "42294"}, {"stopSequence": 34, "arrival": {"time": "1694889612"}, "stopId": "42295"}, {"stopSequence": 35, "arrival": {"time": "1694889724"}, "stopId": "42296"}, {"stopSequence": 36, "arrival": {"time": "1694889847"}, "stopId": "42297"}, {"stopSequence": 37, "arrival": {"time": "1694889941"}, "stopId": "42298"}, {"stopSequence": 38, "arrival": {"time": "1694890003"}, "stopId": "42299"}, {"stopSequence": 39, "arrival": {"time": "1694890044"}, "stopId": "49295"}, {"stopSequence": 40, "arrival": {"time": "1694890160"}, "stopId": "49296"}, {"stopSequence": 41, "arrival": {"time": "1694890241"}, "stopId": "49297"}, {"stopSequence": 42, "arrival": {"time": "1694890273"}, "stopId": "49298"}, {"stopSequence": 43, "arrival": {"time": "1694890338"}, "stopId": "49299"}, {"stopSequence": 44, "arrival": {"time": "1694890389"}, "stopId": "49300"}, {"stopSequence": 45, "arrival": {"time": "1694890472"}, "stopId": "49301"}, {"stopSequence": 46, "arrival": {"time": "1694890539"}, "stopId": "49302"}, {"stopSequence": 47, "arrival": {"time": "1694890584"}, "stopId": "49303"}, {"stopSequence": 48, "arrival": {"time": "1694890636"}, "stopId": "49304"}, {"stopSequence": 49, "arrival": {"time": "1694890664"}, "stopId": "49305"}, {"stopSequence": 50, "arrival": {"time": "1694890721"}, "stopId": "49306"}, {"stopSequence": 51, "arrival": {"time": "1694890762"}, "stopId": "49307"}, {"stopSequence": 52, "arrival": {"time": "1694890787"}, "stopId": "49308"}, {"stopSequence": 53, "arrival": {"time": "1694890812"}, "stopId": "49309"}, {"stopSequence": 54, "arrival": {"time": "1694890841"}, "stopId": "42315"}, {"stopSequence": 55, "arrival": {"time": "1694890856"}, "stopId": "42316"}, {"stopSequence": 56, "arrival": {"time": "1694890918"}, "stopId": "42317"}, {"stopSequence": 57, "arrival": {"time": "1694890973"}, "stopId": "42318"}, {"stopSequence": 58, "arrival": {"time": "1694891049"}, "stopId": "8606396"}, {"stopSequence": 59, "arrival": {"time": "1694891127"}, "stopId": "38514"}, {"stopSequence": 60, "arrival": {"time": "1694891169"}, "stopId": "38516"}, {"stopSequence": 61, "arrival": {"time": "1694891235"}, "stopId": "38518"}, {"stopSequence": 62, "arrival": {"time": "1694891348"}, "stopId": "38520"}, {"stopSequence": 63, "arrival": {"time": "1694891394"}, "stopId": "38521"}, {"stopSequence": 64, "arrival": {"time": "1694891451"}, "stopId": "38522"}, {"stopSequence": 65, "arrival": {"time": "1694891509"}, "stopId": "38523"}, {"stopSequence": 66, "arrival": {"time": "1694891572"}, "stopId": "38524"}, {"stopSequence": 67, "arrival": {"time": "1694891630"}, "stopId": "38525"}, {"stopSequence": 68, "arrival": {"time": "1694891694"}, "stopId": "38526"}, {"stopSequence": 69, "arrival": {"time": "1694891753"}, "stopId": "38527"}, {"stopSequence": 70, "arrival": {"time": "1694891858"}, "stopId": "38528"}, {"stopSequence": 71, "arrival": {"time": "1694892020"}, "stopId": "38529"}, {"stopSequence": 72, "arrival": {"time": "1694892303"}, "stopId": "38530"}, {"stopSequence": 73, "arrival": {"time": "1694892322"}, "stopId": "16005209"}, {"stopSequence": 74, "arrival": {"time": "1694892678"}, "stopId": "38531"}, {"stopSequence": 75, "arrival": {"time": "1694892765"}, "stopId": "8921285"}, {"stopSequence": 76, "arrival": {"time": "1694892950"}, "stopId": "38532"}, {"stopSequence": 77, "arrival": {"time": "1694893041"}, "stopId": "38533"}, {"stopSequence": 78, "arrival": {"time": "1694893137"}, "stopId": "38534"}, {"stopSequence": 79, "arrival": {"time": "1694893224"}, "stopId": "38535"}, {"stopSequence": 80, "arrival": {"time": "1694893346"}, "stopId": "38536"}, {"stopSequence": 81, "arrival": {"time": "1694893407"}, "stopId": "4838437"}, {"stopSequence": 82, "arrival": {"time": "1694893529"}, "stopId": "45085"}, {"stopSequence": 83, "arrival": {"time": "1694893682"}, "stopId": "45086"}, {"stopSequence": 84, "arrival": {"time": "1694893886"}, "stopId": "45087"}, {"stopSequence": 85, "arrival": {"time": "1694893955"}, "stopId": "45088"}, {"stopSequence": 86, "arrival": {"time": "1694894043"}, "stopId": "45089"}, {"stopSequence": 87, "arrival": {"time": "1694894200"}, "stopId": "45090"}, {"stopSequence": 88, "arrival": {"time": "1694894286"}, "stopId": "45091"}, {"stopSequence": 89, "arrival": {"time": "1694894447"}, "stopId": "45093"}, {"stopSequence": 90, "arrival": {"time": "1694894590"}, "stopId": "45094"}, {"stopSequence": 91, "arrival": {"time": "1694894682"}, "stopId": "45095"}, {"stopSequence": 92, "arrival": {"time": "1694894799"}, "stopId": "45096"}, {"stopSequence": 93, "arrival": {"time": "1694894911"}, "stopId": "45097"}, {"stopSequence": 94, "arrival": {"time": "1694894994"}, "stopId": "45098"}, {"stopSequence": 95, "arrival": {"time": "1694895065"}, "stopId": "45099"}, {"stopSequence": 96, "arrival": {"time": "1694895144"}, "stopId": "45100"}, {"stopSequence": 97, "arrival": {"time": "1694895218"}, "stopId": "45101"}, {"stopSequence": 98, "arrival": {"time": "1694895336"}, "stopId": "45102"}, {"stopSequence": 99, "arrival": {"time": "1694895417"}, "stopId": "45103"}, {"stopSequence": 100, "arrival": {"time": "1694895495"}, "stopId": "45104"}, {"stopSequence": 101, "arrival": {"time": "1694895577"}, "stopId": "45122"}, {"stopSequence": 102, "arrival": {"time": "1694895758"}, "stopId": "38630"}, {"stopSequence": 103, "arrival": {"time": "1694896110"}, "stopId": "42365"}, {"stopSequence": 104, "arrival": {"time": "1694896590"}, "stopId": "49349"}, {"stopSequence": 105, "arrival": {"time": "1694897101"}, "stopId": "49350"}, {"stopSequence": 106, "arrival": {"time": "1694897356"}, "stopId": "49351"}, {"stopSequence": 107, "arrival": {"time": "1694897522"}, "stopId": "49352"}, {"stopSequence": 108, "arrival": {"time": "1694897719"}, "stopId": "49353"}, {"stopSequence": 109, "arrival": {"time": "1694897941"}, "stopId": "49354"}, {"stopSequence": 110, "arrival": {"time": "1694898169"}, "stopId": "49355"}, {"stopSequence": 111, "arrival": {"time": "1694898646"}, "stopId": "42244"}, {"stopSequence": 112, "arrival": {"time": "1694898717"}, "stopId": "49356"}, {"stopSequence": 113, "arrival": {"time": "1694899136"}, "stopId": "49357"}, {"stopSequence": 114, "arrival": {"time": "1694899296"}, "stopId": "49358"}, {"stopSequence": 115, "arrival": {"time": "1694899650"}, "stopId": "49359"}, {"stopSequence": 116, "arrival": {"time": "1694900027"}, "stopId": "49360"}, {"stopSequence": 117, "arrival": {"time": "1694900956"}, "stopId": "49361"}, {"stopSequence": 118, "arrival": {"time": "1694901167"}, "stopId": "49362"}, {"stopSequence": 119, "arrival": {"time": "1694901638"}, "stopId": "49363"}, {"stopSequence": 120, "arrival": {"time": "1694902118"}, "stopId": "49364"}, {"stopSequence": 121, "arrival": {"time": "1694902612"}, "stopId": "49365"}], "vehicle": {"licensePlate": "CYVP96"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "16438-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 0}, "position": {"latitude": -36.9105, "longitude": -73.02937, "bearing": 352.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "CYVP96"}}}, {"id": "68215fb6-74aa-4201-b096-187c7bd9a9ee", "tripUpdate": {"trip": {"tripId": "16513-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694889014"}, "stopId": "42250"}, {"stopSequence": 17, "arrival": {"time": "1694889158"}, "stopId": "42252"}, {"stopSequence": 18, "arrival": {"time": "1694889197"}, "stopId": "42253"}, {"stopSequence": 19, "arrival": {"time": "1694889244"}, "stopId": "42254"}, {"stopSequence": 20, "arrival": {"time": "1694889276"}, "stopId": "42255"}, {"stopSequence": 21, "arrival": {"time": "1694889310"}, "stopId": "42256"}, {"stopSequence": 22, "arrival": {"time": "1694889330"}, "stopId": "42257"}, {"stopSequence": 23, "arrival": {"time": "1694889349"}, "stopId": "42258"}, {"stopSequence": 24, "arrival": {"time": "1694889377"}, "stopId": "42259"}, {"stopSequence": 25, "arrival": {"time": "1694889430"}, "stopId": "42260"}, {"stopSequence": 26, "arrival": {"time": "1694889467"}, "stopId": "42261"}, {"stopSequence": 27, "arrival": {"time": "1694889498"}, "stopId": "45094"}, {"stopSequence": 28, "arrival": {"time": "1694889553"}, "stopId": "42263"}, {"stopSequence": 29, "arrival": {"time": "1694889597"}, "stopId": "45092"}, {"stopSequence": 30, "arrival": {"time": "1694889626"}, "stopId": "45091"}, {"stopSequence": 31, "arrival": {"time": "1694889671"}, "stopId": "42266"}, {"stopSequence": 32, "arrival": {"time": "1694889726"}, "stopId": "45089"}, {"stopSequence": 33, "arrival": {"time": "1694889762"}, "stopId": "45088"}, {"stopSequence": 34, "arrival": {"time": "1694889836"}, "stopId": "44895"}, {"stopSequence": 35, "arrival": {"time": "1694889899"}, "stopId": "42270"}, {"stopSequence": 36, "arrival": {"time": "1694889940"}, "stopId": "42271"}, {"stopSequence": 37, "arrival": {"time": "1694890004"}, "stopId": "4838438"}, {"stopSequence": 38, "arrival": {"time": "1694890150"}, "stopId": "44896"}, {"stopSequence": 39, "arrival": {"time": "1694890197"}, "stopId": "44897"}, {"stopSequence": 40, "arrival": {"time": "1694890268"}, "stopId": "44898"}, {"stopSequence": 41, "arrival": {"time": "1694890435"}, "stopId": "40993"}, {"stopSequence": 42, "arrival": {"time": "1694890682"}, "stopId": "16005188"}, {"stopSequence": 43, "arrival": {"time": "1694890942"}, "stopId": "40995"}, {"stopSequence": 44, "arrival": {"time": "1694891020"}, "stopId": "40996"}, {"stopSequence": 45, "arrival": {"time": "1694891103"}, "stopId": "40997"}, {"stopSequence": 46, "arrival": {"time": "1694891167"}, "stopId": "39614"}, {"stopSequence": 47, "arrival": {"time": "1694891220"}, "stopId": "39615"}, {"stopSequence": 48, "arrival": {"time": "1694891274"}, "stopId": "39616"}, {"stopSequence": 49, "arrival": {"time": "1694891336"}, "stopId": "39617"}, {"stopSequence": 50, "arrival": {"time": "1694891402"}, "stopId": "39618"}, {"stopSequence": 51, "arrival": {"time": "1694891454"}, "stopId": "39619"}, {"stopSequence": 52, "arrival": {"time": "1694891499"}, "stopId": "39620"}, {"stopSequence": 53, "arrival": {"time": "1694891582"}, "stopId": "39621"}, {"stopSequence": 54, "arrival": {"time": "1694891640"}, "stopId": "38281"}, {"stopSequence": 55, "arrival": {"time": "1694891708"}, "stopId": "37506"}, {"stopSequence": 56, "arrival": {"time": "1694891758"}, "stopId": "45068"}, {"stopSequence": 57, "arrival": {"time": "1694891917"}, "stopId": "37480"}, {"stopSequence": 58, "arrival": {"time": "1694891998"}, "stopId": "37477"}, {"stopSequence": 59, "arrival": {"time": "1694892089"}, "stopId": "40848"}, {"stopSequence": 60, "arrival": {"time": "1694892205"}, "stopId": "2-Apr"}, {"stopSequence": 61, "arrival": {"time": "1694892286"}, "stopId": "39728"}, {"stopSequence": 62, "arrival": {"time": "1694892427"}, "stopId": "39729"}, {"stopSequence": 63, "arrival": {"time": "1694892464"}, "stopId": "39730"}, {"stopSequence": 64, "arrival": {"time": "1694892621"}, "stopId": "42200"}, {"stopSequence": 65, "arrival": {"time": "1694892692"}, "stopId": "42203"}, {"stopSequence": 66, "arrival": {"time": "1694892795"}, "stopId": "42204"}, {"stopSequence": 67, "arrival": {"time": "1694892849"}, "stopId": "42205"}, {"stopSequence": 68, "arrival": {"time": "1694892951"}, "stopId": "42201"}, {"stopSequence": 69, "arrival": {"time": "1694893393"}, "stopId": "42206"}, {"stopSequence": 70, "arrival": {"time": "1694893515"}, "stopId": "42207"}, {"stopSequence": 71, "arrival": {"time": "1694893635"}, "stopId": "42208"}, {"stopSequence": 72, "arrival": {"time": "1694893902"}, "stopId": "42564"}, {"stopSequence": 73, "arrival": {"time": "1694894145"}, "stopId": "42214"}, {"stopSequence": 74, "arrival": {"time": "1694894398"}, "stopId": "42209"}, {"stopSequence": 75, "arrival": {"time": "1694894703"}, "stopId": "42210"}, {"stopSequence": 76, "arrival": {"time": "1694895210"}, "stopId": "40951"}, {"stopSequence": 77, "arrival": {"time": "1694895402"}, "stopId": "40952"}, {"stopSequence": 78, "arrival": {"time": "1694895594"}, "stopId": "40953"}, {"stopSequence": 79, "arrival": {"time": "1694895743"}, "stopId": "40954"}, {"stopSequence": 80, "arrival": {"time": "1694895997"}, "stopId": "40955"}, {"stopSequence": 81, "arrival": {"time": "1694896137"}, "stopId": "40956"}, {"stopSequence": 82, "arrival": {"time": "1694896360"}, "stopId": "40957"}, {"stopSequence": 83, "arrival": {"time": "1694896574"}, "stopId": "40958"}, {"stopSequence": 84, "arrival": {"time": "1694896685"}, "stopId": "40959"}, {"stopSequence": 85, "arrival": {"time": "1694896994"}, "stopId": "42223"}, {"stopSequence": 86, "arrival": {"time": "1694897121"}, "stopId": "42224"}, {"stopSequence": 87, "arrival": {"time": "1694897483"}, "stopId": "42225"}, {"stopSequence": 88, "arrival": {"time": "1694897812"}, "stopId": "42226"}, {"stopSequence": 89, "arrival": {"time": "1694898098"}, "stopId": "42227"}, {"stopSequence": 90, "arrival": {"time": "1694898582"}, "stopId": "42228"}, {"stopSequence": 91, "arrival": {"time": "1694898840"}, "stopId": "42229"}, {"stopSequence": 92, "arrival": {"time": "1694899370"}, "stopId": "42230"}, {"stopSequence": 93, "arrival": {"time": "1694899667"}, "stopId": "42231"}, {"stopSequence": 94, "arrival": {"time": "1694900280"}, "stopId": "42232"}, {"stopSequence": 95, "arrival": {"time": "1694901399"}, "stopId": "42234"}, {"stopSequence": 96, "arrival": {"time": "1694902371"}, "stopId": "42211"}, {"stopSequence": 97, "arrival": {"time": "1694904530"}, "stopId": "41937"}, {"stopSequence": 98, "arrival": {"time": "1694909782"}, "stopId": "34871"}, {"stopSequence": 99, "arrival": {"time": "1694911125"}, "stopId": "42212"}], "vehicle": {"licensePlate": "DPZZ34"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "16513-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 1}, "position": {"latitude": -36.73786, "longitude": -73.114716, "bearing": 50.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889004", "vehicle": {"licensePlate": "DPZZ34"}}}, {"id": "929c24a1-0ff5-43dc-8860-a4401522fc4a", "tripUpdate": {"trip": {"tripId": "16434-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 107, "arrival": {"time": "1694889024"}, "stopId": "49352"}, {"stopSequence": 108, "arrival": {"time": "1694889065"}, "stopId": "49353"}, {"stopSequence": 109, "arrival": {"time": "1694889110"}, "stopId": "49354"}, {"stopSequence": 110, "arrival": {"time": "1694889153"}, "stopId": "49355"}, {"stopSequence": 111, "arrival": {"time": "1694889237"}, "stopId": "42244"}, {"stopSequence": 112, "arrival": {"time": "1694889249"}, "stopId": "49356"}, {"stopSequence": 113, "arrival": {"time": "1694889316"}, "stopId": "49357"}, {"stopSequence": 114, "arrival": {"time": "1694889340"}, "stopId": "49358"}, {"stopSequence": 115, "arrival": {"time": "1694889391"}, "stopId": "49359"}, {"stopSequence": 116, "arrival": {"time": "1694889441"}, "stopId": "49360"}, {"stopSequence": 117, "arrival": {"time": "1694889553"}, "stopId": "49361"}, {"stopSequence": 118, "arrival": {"time": "1694889576"}, "stopId": "49362"}, {"stopSequence": 119, "arrival": {"time": "1694889625"}, "stopId": "49363"}, {"stopSequence": 120, "arrival": {"time": "1694889672"}, "stopId": "49364"}, {"stopSequence": 121, "arrival": {"time": "1694889716"}, "stopId": "49365"}], "vehicle": {"licensePlate": "DTRP73"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "16434-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 0}, "position": {"latitude": -36.732082, "longitude": -73.1186, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "DTRP73"}}}, {"id": "d2ebd741-021c-4857-9560-76a7706237a1", "tripUpdate": {"trip": {"tripId": "16511-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694889002"}, "stopId": "40993"}, {"stopSequence": 42, "arrival": {"time": "1694889261"}, "stopId": "16005188"}, {"stopSequence": 43, "arrival": {"time": "1694889516"}, "stopId": "40995"}, {"stopSequence": 44, "arrival": {"time": "1694889589"}, "stopId": "40996"}, {"stopSequence": 45, "arrival": {"time": "1694889665"}, "stopId": "40997"}, {"stopSequence": 46, "arrival": {"time": "1694889722"}, "stopId": "39614"}, {"stopSequence": 47, "arrival": {"time": "1694889770"}, "stopId": "39615"}, {"stopSequence": 48, "arrival": {"time": "1694889817"}, "stopId": "39616"}, {"stopSequence": 49, "arrival": {"time": "1694889870"}, "stopId": "39617"}, {"stopSequence": 50, "arrival": {"time": "1694889926"}, "stopId": "39618"}, {"stopSequence": 51, "arrival": {"time": "1694889970"}, "stopId": "39619"}, {"stopSequence": 52, "arrival": {"time": "1694890007"}, "stopId": "39620"}, {"stopSequence": 53, "arrival": {"time": "1694890075"}, "stopId": "39621"}, {"stopSequence": 54, "arrival": {"time": "1694890122"}, "stopId": "38281"}, {"stopSequence": 55, "arrival": {"time": "1694890176"}, "stopId": "37506"}, {"stopSequence": 56, "arrival": {"time": "1694890215"}, "stopId": "45068"}, {"stopSequence": 57, "arrival": {"time": "1694890338"}, "stopId": "37480"}, {"stopSequence": 58, "arrival": {"time": "1694890398"}, "stopId": "37477"}, {"stopSequence": 59, "arrival": {"time": "1694890465"}, "stopId": "40848"}, {"stopSequence": 60, "arrival": {"time": "1694890549"}, "stopId": "2-Apr"}, {"stopSequence": 61, "arrival": {"time": "1694890606"}, "stopId": "39728"}, {"stopSequence": 62, "arrival": {"time": "1694890705"}, "stopId": "39729"}, {"stopSequence": 63, "arrival": {"time": "1694890730"}, "stopId": "39730"}, {"stopSequence": 64, "arrival": {"time": "1694890835"}, "stopId": "42200"}, {"stopSequence": 65, "arrival": {"time": "1694890882"}, "stopId": "42203"}, {"stopSequence": 66, "arrival": {"time": "1694890950"}, "stopId": "42204"}, {"stopSequence": 67, "arrival": {"time": "1694890984"}, "stopId": "42205"}, {"stopSequence": 68, "arrival": {"time": "1694891048"}, "stopId": "42201"}, {"stopSequence": 69, "arrival": {"time": "1694891318"}, "stopId": "42206"}, {"stopSequence": 70, "arrival": {"time": "1694891389"}, "stopId": "42207"}, {"stopSequence": 71, "arrival": {"time": "1694891458"}, "stopId": "42208"}, {"stopSequence": 72, "arrival": {"time": "1694891607"}, "stopId": "42564"}, {"stopSequence": 73, "arrival": {"time": "1694891738"}, "stopId": "42214"}, {"stopSequence": 74, "arrival": {"time": "1694891870"}, "stopId": "42209"}, {"stopSequence": 75, "arrival": {"time": "1694892025"}, "stopId": "42210"}, {"stopSequence": 76, "arrival": {"time": "1694892268"}, "stopId": "40951"}, {"stopSequence": 77, "arrival": {"time": "1694892357"}, "stopId": "40952"}, {"stopSequence": 78, "arrival": {"time": "1694892444"}, "stopId": "40953"}, {"stopSequence": 79, "arrival": {"time": "1694892510"}, "stopId": "40954"}, {"stopSequence": 80, "arrival": {"time": "1694892621"}, "stopId": "40955"}, {"stopSequence": 81, "arrival": {"time": "1694892680"}, "stopId": "40956"}, {"stopSequence": 82, "arrival": {"time": "1694892774"}, "stopId": "40957"}, {"stopSequence": 83, "arrival": {"time": "1694892861"}, "stopId": "40958"}, {"stopSequence": 84, "arrival": {"time": "1694892906"}, "stopId": "40959"}, {"stopSequence": 85, "arrival": {"time": "1694893027"}, "stopId": "42223"}, {"stopSequence": 86, "arrival": {"time": "1694893077"}, "stopId": "42224"}, {"stopSequence": 87, "arrival": {"time": "1694893213"}, "stopId": "42225"}, {"stopSequence": 88, "arrival": {"time": "1694893333"}, "stopId": "42226"}, {"stopSequence": 89, "arrival": {"time": "1694893434"}, "stopId": "42227"}, {"stopSequence": 90, "arrival": {"time": "1694893599"}, "stopId": "42228"}, {"stopSequence": 91, "arrival": {"time": "1694893685"}, "stopId": "42229"}, {"stopSequence": 92, "arrival": {"time": "1694893854"}, "stopId": "42230"}, {"stopSequence": 93, "arrival": {"time": "1694893946"}, "stopId": "42231"}, {"stopSequence": 94, "arrival": {"time": "1694894128"}, "stopId": "42232"}, {"stopSequence": 95, "arrival": {"time": "1694894439"}, "stopId": "42234"}, {"stopSequence": 96, "arrival": {"time": "1694894687"}, "stopId": "42211"}, {"stopSequence": 97, "arrival": {"time": "1694895180"}, "stopId": "41937"}, {"stopSequence": 98, "arrival": {"time": "1694896124"}, "stopId": "34871"}, {"stopSequence": 99, "arrival": {"time": "1694896321"}, "stopId": "42212"}], "vehicle": {"licensePlate": "HTRK89"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "16511-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 1}, "position": {"latitude": -36.78172, "longitude": -73.0765, "bearing": 152.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "HTRK89"}}}, {"id": "9a34828c-f3ec-4e6a-9232-438ad15da776", "tripUpdate": {"trip": {"tripId": "16436-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 80, "arrival": {"time": "1694889040"}, "stopId": "38536"}, {"stopSequence": 81, "arrival": {"time": "1694889074"}, "stopId": "4838437"}, {"stopSequence": 82, "arrival": {"time": "1694889140"}, "stopId": "45085"}, {"stopSequence": 83, "arrival": {"time": "1694889218"}, "stopId": "45086"}, {"stopSequence": 84, "arrival": {"time": "1694889316"}, "stopId": "45087"}, {"stopSequence": 85, "arrival": {"time": "1694889348"}, "stopId": "45088"}, {"stopSequence": 86, "arrival": {"time": "1694889388"}, "stopId": "45089"}, {"stopSequence": 87, "arrival": {"time": "1694889456"}, "stopId": "45090"}, {"stopSequence": 88, "arrival": {"time": "1694889492"}, "stopId": "45091"}, {"stopSequence": 89, "arrival": {"time": "1694889556"}, "stopId": "45093"}, {"stopSequence": 90, "arrival": {"time": "1694889611"}, "stopId": "45094"}, {"stopSequence": 91, "arrival": {"time": "1694889645"}, "stopId": "45095"}, {"stopSequence": 92, "arrival": {"time": "1694889688"}, "stopId": "45096"}, {"stopSequence": 93, "arrival": {"time": "1694889727"}, "stopId": "45097"}, {"stopSequence": 94, "arrival": {"time": "1694889755"}, "stopId": "45098"}, {"stopSequence": 95, "arrival": {"time": "1694889779"}, "stopId": "45099"}, {"stopSequence": 96, "arrival": {"time": "1694889805"}, "stopId": "45100"}, {"stopSequence": 97, "arrival": {"time": "1694889829"}, "stopId": "45101"}, {"stopSequence": 98, "arrival": {"time": "1694889866"}, "stopId": "45102"}, {"stopSequence": 99, "arrival": {"time": "1694889891"}, "stopId": "45103"}, {"stopSequence": 100, "arrival": {"time": "1694889915"}, "stopId": "45104"}, {"stopSequence": 101, "arrival": {"time": "1694889939"}, "stopId": "45122"}, {"stopSequence": 102, "arrival": {"time": "1694889991"}, "stopId": "38630"}, {"stopSequence": 103, "arrival": {"time": "1694890087"}, "stopId": "42365"}, {"stopSequence": 104, "arrival": {"time": "1694890206"}, "stopId": "49349"}, {"stopSequence": 105, "arrival": {"time": "1694890321"}, "stopId": "49350"}, {"stopSequence": 106, "arrival": {"time": "1694890374"}, "stopId": "49351"}, {"stopSequence": 107, "arrival": {"time": "1694890407"}, "stopId": "49352"}, {"stopSequence": 108, "arrival": {"time": "1694890446"}, "stopId": "49353"}, {"stopSequence": 109, "arrival": {"time": "1694890487"}, "stopId": "49354"}, {"stopSequence": 110, "arrival": {"time": "1694890529"}, "stopId": "49355"}, {"stopSequence": 111, "arrival": {"time": "1694890610"}, "stopId": "42244"}, {"stopSequence": 112, "arrival": {"time": "1694890622"}, "stopId": "49356"}, {"stopSequence": 113, "arrival": {"time": "1694890688"}, "stopId": "49357"}, {"stopSequence": 114, "arrival": {"time": "1694890712"}, "stopId": "49358"}, {"stopSequence": 115, "arrival": {"time": "1694890763"}, "stopId": "49359"}, {"stopSequence": 116, "arrival": {"time": "1694890815"}, "stopId": "49360"}, {"stopSequence": 117, "arrival": {"time": "1694890933"}, "stopId": "49361"}, {"stopSequence": 118, "arrival": {"time": "1694890957"}, "stopId": "49362"}, {"stopSequence": 119, "arrival": {"time": "1694891010"}, "stopId": "49363"}, {"stopSequence": 120, "arrival": {"time": "1694891061"}, "stopId": "49364"}, {"stopSequence": 121, "arrival": {"time": "1694891111"}, "stopId": "49365"}], "vehicle": {"licensePlate": "WR8693"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "16436-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "557", "directionId": 0}, "position": {"latitude": -36.76787, "longitude": -73.08462, "bearing": 334.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694888978", "vehicle": {"licensePlate": "WR8693"}}}, {"id": "8749b690-c21d-41c0-8a4a-4e2345863c04", "tripUpdate": {"trip": {"tripId": "1684-c36b9237-d", "startTime": "15:47:00", "startDate": "20230915", "scheduleRelationship": "SCHEDULED", "routeId": "558", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 97, "arrival": {"time": "1694888646"}, "stopId": "42503"}, {"stopSequence": 98, "arrival": {"time": "1694888745"}, "stopId": "49267"}, {"stopSequence": 99, "arrival": {"time": "1694888810"}, "stopId": "20540210"}, {"stopSequence": 100, "arrival": {"time": "1694888832"}, "stopId": "20540222"}, {"stopSequence": 101, "arrival": {"time": "1694888890"}, "stopId": "20540211"}, {"stopSequence": 102, "arrival": {"time": "1694888937"}, "stopId": "20540212"}, {"stopSequence": 103, "arrival": {"time": "1694888995"}, "stopId": "20540213"}, {"stopSequence": 104, "arrival": {"time": "1694889018"}, "stopId": "20540214"}, {"stopSequence": 105, "arrival": {"time": "1694889063"}, "stopId": "20540215"}, {"stopSequence": 106, "arrival": {"time": "1694889080"}, "stopId": "20540216"}, {"stopSequence": 107, "arrival": {"time": "1694889098"}, "stopId": "20540228"}, {"stopSequence": 108, "arrival": {"time": "1694889106"}, "stopId": "20540229"}, {"stopSequence": 109, "arrival": {"time": "1694889170"}, "stopId": "20540207"}, {"stopSequence": 110, "arrival": {"time": "1694889205"}, "stopId": "91147"}], "vehicle": {"licensePlate": "DTCB53"}, "timestamp": "1694888639"}, "vehicle": {"trip": {"tripId": "1684-c36b9237-d", "startTime": "15:47:00", "startDate": "20230915", "scheduleRelationship": "SCHEDULED", "routeId": "558", "directionId": 1}, "position": {"latitude": -36.95775, "longitude": -73.01251, "bearing": 164.0, "odometer": 0.0, "speed": 32.0}, "timestamp": "1694888639", "vehicle": {"licensePlate": "DTCB53"}}}, {"id": "7146d8fc-6443-4d4b-a5d2-c38dbbb0d58e", "tripUpdate": {"trip": {"tripId": "16635-701ff27f-2", "startTime": "14:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "558", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 53, "arrival": {"time": "1694888999"}, "stopId": "35695"}, {"stopSequence": 54, "arrival": {"time": "1694889050"}, "stopId": "35696"}, {"stopSequence": 55, "arrival": {"time": "1694889229"}, "stopId": "35697"}, {"stopSequence": 56, "arrival": {"time": "1694889328"}, "stopId": "2-Jan"}, {"stopSequence": 57, "arrival": {"time": "1694889364"}, "stopId": "42460"}, {"stopSequence": 58, "arrival": {"time": "1694889416"}, "stopId": "39726"}, {"stopSequence": 59, "arrival": {"time": "1694889438"}, "stopId": "2-Mar"}, {"stopSequence": 60, "arrival": {"time": "1694889520"}, "stopId": "2-Apr"}, {"stopSequence": 61, "arrival": {"time": "1694889573"}, "stopId": "39728"}, {"stopSequence": 62, "arrival": {"time": "1694889673"}, "stopId": "39729"}, {"stopSequence": 63, "arrival": {"time": "1694889697"}, "stopId": "39730"}, {"stopSequence": 64, "arrival": {"time": "1694889798"}, "stopId": "42200"}, {"stopSequence": 65, "arrival": {"time": "1694889841"}, "stopId": "42203"}, {"stopSequence": 66, "arrival": {"time": "1694889894"}, "stopId": "42204"}, {"stopSequence": 67, "arrival": {"time": "1694889935"}, "stopId": "42205"}, {"stopSequence": 68, "arrival": {"time": "1694889994"}, "stopId": "42201"}, {"stopSequence": 69, "arrival": {"time": "1694890232"}, "stopId": "42206"}, {"stopSequence": 70, "arrival": {"time": "1694890293"}, "stopId": "42207"}, {"stopSequence": 71, "arrival": {"time": "1694890351"}, "stopId": "42208"}, {"stopSequence": 72, "arrival": {"time": "1694890475"}, "stopId": "42564"}, {"stopSequence": 73, "arrival": {"time": "1694890580"}, "stopId": "42214"}, {"stopSequence": 74, "arrival": {"time": "1694890688"}, "stopId": "42209"}, {"stopSequence": 75, "arrival": {"time": "1694890808"}, "stopId": "42210"}, {"stopSequence": 76, "arrival": {"time": "1694891004"}, "stopId": "42215"}, {"stopSequence": 77, "arrival": {"time": "1694891030"}, "stopId": "42216"}, {"stopSequence": 78, "arrival": {"time": "1694891081"}, "stopId": "42217"}, {"stopSequence": 79, "arrival": {"time": "1694891162"}, "stopId": "42218"}, {"stopSequence": 80, "arrival": {"time": "1694891210"}, "stopId": "42219"}, {"stopSequence": 81, "arrival": {"time": "1694891322"}, "stopId": "42220"}, {"stopSequence": 82, "arrival": {"time": "1694891372"}, "stopId": "42221"}, {"stopSequence": 83, "arrival": {"time": "1694891450"}, "stopId": "42222"}, {"stopSequence": 84, "arrival": {"time": "1694891529"}, "stopId": "42223"}, {"stopSequence": 85, "arrival": {"time": "1694891563"}, "stopId": "42224"}, {"stopSequence": 86, "arrival": {"time": "1694891654"}, "stopId": "42225"}, {"stopSequence": 87, "arrival": {"time": "1694891733"}, "stopId": "42226"}, {"stopSequence": 88, "arrival": {"time": "1694891800"}, "stopId": "42227"}, {"stopSequence": 89, "arrival": {"time": "1694891906"}, "stopId": "42228"}, {"stopSequence": 90, "arrival": {"time": "1694891961"}, "stopId": "42229"}, {"stopSequence": 91, "arrival": {"time": "1694892067"}, "stopId": "42230"}, {"stopSequence": 92, "arrival": {"time": "1694892124"}, "stopId": "42231"}, {"stopSequence": 93, "arrival": {"time": "1694892244"}, "stopId": "42232"}, {"stopSequence": 94, "arrival": {"time": "1694892424"}, "stopId": "42234"}, {"stopSequence": 95, "arrival": {"time": "1694892570"}, "stopId": "42211"}, {"stopSequence": 96, "arrival": {"time": "1694892731"}, "stopId": "49204"}, {"stopSequence": 97, "arrival": {"time": "1694892766"}, "stopId": "42503"}, {"stopSequence": 98, "arrival": {"time": "1694892921"}, "stopId": "49267"}, {"stopSequence": 99, "arrival": {"time": "1694893026"}, "stopId": "20540210"}, {"stopSequence": 100, "arrival": {"time": "1694893064"}, "stopId": "20540222"}, {"stopSequence": 101, "arrival": {"time": "1694893164"}, "stopId": "20540211"}, {"stopSequence": 102, "arrival": {"time": "1694893248"}, "stopId": "20540212"}, {"stopSequence": 103, "arrival": {"time": "1694893354"}, "stopId": "20540213"}, {"stopSequence": 104, "arrival": {"time": "1694893397"}, "stopId": "20540214"}, {"stopSequence": 105, "arrival": {"time": "1694893484"}, "stopId": "20540215"}, {"stopSequence": 106, "arrival": {"time": "1694893519"}, "stopId": "20540216"}, {"stopSequence": 107, "arrival": {"time": "1694893553"}, "stopId": "20540228"}, {"stopSequence": 108, "arrival": {"time": "1694893570"}, "stopId": "20540229"}, {"stopSequence": 109, "arrival": {"time": "1694893702"}, "stopId": "20540207"}, {"stopSequence": 110, "arrival": {"time": "1694893775"}, "stopId": "91147"}], "vehicle": {"licensePlate": "HDBZ53"}, "timestamp": "1694888999"}, "vehicle": {"trip": {"tripId": "16635-701ff27f-2", "startTime": "14:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "558", "directionId": 1}, "position": {"latitude": -36.81344, "longitude": -73.06895, "bearing": 142.0, "odometer": 0.0, "speed": 49.0}, "timestamp": "1694888999", "vehicle": {"licensePlate": "HDBZ53"}}}, {"id": "70fd59ab-426b-45f5-81ec-69b0ec35f0c6", "tripUpdate": {"trip": {"tripId": "16750-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "559", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 26, "arrival": {"time": "1694889065"}, "stopId": "49285"}, {"stopSequence": 27, "arrival": {"time": "1694889146"}, "stopId": "49286"}, {"stopSequence": 28, "arrival": {"time": "1694889191"}, "stopId": "49287"}, {"stopSequence": 29, "arrival": {"time": "1694889239"}, "stopId": "49288"}, {"stopSequence": 30, "arrival": {"time": "1694889291"}, "stopId": "49289"}, {"stopSequence": 31, "arrival": {"time": "1694889430"}, "stopId": "42294"}, {"stopSequence": 32, "arrival": {"time": "1694889671"}, "stopId": "42296"}, {"stopSequence": 33, "arrival": {"time": "1694889793"}, "stopId": "42297"}, {"stopSequence": 34, "arrival": {"time": "1694889888"}, "stopId": "42298"}, {"stopSequence": 35, "arrival": {"time": "1694889950"}, "stopId": "42299"}, {"stopSequence": 36, "arrival": {"time": "1694889991"}, "stopId": "49295"}, {"stopSequence": 37, "arrival": {"time": "1694890108"}, "stopId": "49296"}, {"stopSequence": 38, "arrival": {"time": "1694890195"}, "stopId": "49297"}, {"stopSequence": 39, "arrival": {"time": "1694890224"}, "stopId": "49298"}, {"stopSequence": 40, "arrival": {"time": "1694890294"}, "stopId": "49299"}, {"stopSequence": 41, "arrival": {"time": "1694890329"}, "stopId": "49300"}, {"stopSequence": 42, "arrival": {"time": "1694890422"}, "stopId": "49301"}, {"stopSequence": 43, "arrival": {"time": "1694890485"}, "stopId": "49302"}, {"stopSequence": 44, "arrival": {"time": "1694890529"}, "stopId": "49303"}, {"stopSequence": 45, "arrival": {"time": "1694890581"}, "stopId": "49304"}, {"stopSequence": 46, "arrival": {"time": "1694890615"}, "stopId": "49305"}, {"stopSequence": 47, "arrival": {"time": "1694890666"}, "stopId": "49306"}, {"stopSequence": 48, "arrival": {"time": "1694890715"}, "stopId": "49307"}, {"stopSequence": 49, "arrival": {"time": "1694890731"}, "stopId": "49308"}, {"stopSequence": 50, "arrival": {"time": "1694890755"}, "stopId": "49309"}, {"stopSequence": 51, "arrival": {"time": "1694890825"}, "stopId": "49310"}, {"stopSequence": 52, "arrival": {"time": "1694890858"}, "stopId": "49311"}, {"stopSequence": 53, "arrival": {"time": "1694890883"}, "stopId": "39633"}, {"stopSequence": 54, "arrival": {"time": "1694890916"}, "stopId": "39634"}, {"stopSequence": 55, "arrival": {"time": "1694890942"}, "stopId": "39635"}, {"stopSequence": 56, "arrival": {"time": "1694890991"}, "stopId": "39636"}, {"stopSequence": 57, "arrival": {"time": "1694891185"}, "stopId": "39637"}, {"stopSequence": 58, "arrival": {"time": "1694891240"}, "stopId": "49317"}, {"stopSequence": 59, "arrival": {"time": "1694891275"}, "stopId": "49318"}, {"stopSequence": 60, "arrival": {"time": "1694891349"}, "stopId": "49319"}, {"stopSequence": 61, "arrival": {"time": "1694891421"}, "stopId": "39641"}, {"stopSequence": 62, "arrival": {"time": "1694891463"}, "stopId": "39642"}, {"stopSequence": 63, "arrival": {"time": "1694891769"}, "stopId": "39795"}, {"stopSequence": 64, "arrival": {"time": "1694891841"}, "stopId": "42642"}, {"stopSequence": 65, "arrival": {"time": "1694891883"}, "stopId": "42643"}, {"stopSequence": 66, "arrival": {"time": "1694891918"}, "stopId": "42644"}, {"stopSequence": 67, "arrival": {"time": "1694891945"}, "stopId": "42645"}, {"stopSequence": 68, "arrival": {"time": "1694892175"}, "stopId": "37430"}, {"stopSequence": 69, "arrival": {"time": "1694892218"}, "stopId": "37431"}, {"stopSequence": 70, "arrival": {"time": "1694892259"}, "stopId": "37432"}, {"stopSequence": 71, "arrival": {"time": "1694892356"}, "stopId": "40720"}, {"stopSequence": 72, "arrival": {"time": "1694892374"}, "stopId": "40721"}, {"stopSequence": 73, "arrival": {"time": "1694892433"}, "stopId": "40722"}, {"stopSequence": 74, "arrival": {"time": "1694892441"}, "stopId": "40723"}, {"stopSequence": 75, "arrival": {"time": "1694892608"}, "stopId": "42653"}, {"stopSequence": 76, "arrival": {"time": "1694892657"}, "stopId": "42654"}, {"stopSequence": 77, "arrival": {"time": "1694892801"}, "stopId": "42655"}, {"stopSequence": 78, "arrival": {"time": "1694892877"}, "stopId": "49342"}, {"stopSequence": 79, "arrival": {"time": "1694893034"}, "stopId": "49343"}, {"stopSequence": 80, "arrival": {"time": "1694893368"}, "stopId": "49344"}, {"stopSequence": 81, "arrival": {"time": "1694893651"}, "stopId": "49345"}, {"stopSequence": 82, "arrival": {"time": "1694894011"}, "stopId": "49346"}, {"stopSequence": 83, "arrival": {"time": "1694894131"}, "stopId": "49347"}, {"stopSequence": 84, "arrival": {"time": "1694894673"}, "stopId": "49348"}, {"stopSequence": 85, "arrival": {"time": "1694894960"}, "stopId": "49349"}, {"stopSequence": 86, "arrival": {"time": "1694895331"}, "stopId": "49350"}, {"stopSequence": 87, "arrival": {"time": "1694895481"}, "stopId": "49351"}, {"stopSequence": 88, "arrival": {"time": "1694895591"}, "stopId": "49352"}, {"stopSequence": 89, "arrival": {"time": "1694895722"}, "stopId": "49353"}, {"stopSequence": 90, "arrival": {"time": "1694896015"}, "stopId": "49355"}, {"stopSequence": 91, "arrival": {"time": "1694896320"}, "stopId": "42244"}, {"stopSequence": 92, "arrival": {"time": "1694896365"}, "stopId": "49356"}, {"stopSequence": 93, "arrival": {"time": "1694896628"}, "stopId": "49357"}, {"stopSequence": 94, "arrival": {"time": "1694896732"}, "stopId": "49358"}, {"stopSequence": 95, "arrival": {"time": "1694896945"}, "stopId": "49359"}, {"stopSequence": 96, "arrival": {"time": "1694897173"}, "stopId": "49360"}, {"stopSequence": 97, "arrival": {"time": "1694897721"}, "stopId": "49361"}, {"stopSequence": 98, "arrival": {"time": "1694897856"}, "stopId": "49362"}, {"stopSequence": 99, "arrival": {"time": "1694898112"}, "stopId": "49363"}, {"stopSequence": 100, "arrival": {"time": "1694898381"}, "stopId": "49364"}, {"stopSequence": 101, "arrival": {"time": "1694898638"}, "stopId": "49365"}], "vehicle": {"licensePlate": "RBXL11"}, "timestamp": "1694889024"}, "vehicle": {"trip": {"tripId": "16750-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "559", "directionId": 0}, "position": {"latitude": -36.907356, "longitude": -73.02963, "bearing": 352.0, "odometer": 0.0, "speed": 50.0}, "timestamp": "1694889024", "vehicle": {"licensePlate": "RBXL11"}}}, {"id": "833c2481-5a3f-485b-8179-ef0a28e9bd37", "tripUpdate": {"trip": {"tripId": "1731-c36b9237-d", "startTime": "08:32:00", "startDate": "20230914", "scheduleRelationship": "SCHEDULED", "routeId": "559", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889036"}, "stopId": "38779"}, {"stopSequence": 12, "arrival": {"time": "1694889085"}, "stopId": "42247"}, {"stopSequence": 13, "arrival": {"time": "1694889134"}, "stopId": "42248"}, {"stopSequence": 14, "arrival": {"time": "1694889166"}, "stopId": "38782"}, {"stopSequence": 15, "arrival": {"time": "1694889280"}, "stopId": "42249"}, {"stopSequence": 16, "arrival": {"time": "1694889398"}, "stopId": "42421"}, {"stopSequence": 17, "arrival": {"time": "1694889599"}, "stopId": "42422"}, {"stopSequence": 18, "arrival": {"time": "1694889675"}, "stopId": "42423"}, {"stopSequence": 19, "arrival": {"time": "1694889784"}, "stopId": "42424"}, {"stopSequence": 20, "arrival": {"time": "1694889967"}, "stopId": "42425"}, {"stopSequence": 21, "arrival": {"time": "1694890143"}, "stopId": "42426"}, {"stopSequence": 22, "arrival": {"time": "1694890196"}, "stopId": "42427"}, {"stopSequence": 23, "arrival": {"time": "1694890225"}, "stopId": "42428"}, {"stopSequence": 24, "arrival": {"time": "1694890255"}, "stopId": "42429"}, {"stopSequence": 25, "arrival": {"time": "1694890347"}, "stopId": "42521"}, {"stopSequence": 26, "arrival": {"time": "1694890376"}, "stopId": "42522"}, {"stopSequence": 27, "arrival": {"time": "1694890432"}, "stopId": "42524"}, {"stopSequence": 28, "arrival": {"time": "1694890506"}, "stopId": "42525"}, {"stopSequence": 29, "arrival": {"time": "1694890509"}, "stopId": "42526"}, {"stopSequence": 30, "arrival": {"time": "1694890543"}, "stopId": "40721"}, {"stopSequence": 31, "arrival": {"time": "1694890583"}, "stopId": "42528"}, {"stopSequence": 32, "arrival": {"time": "1694890629"}, "stopId": "37585"}, {"stopSequence": 33, "arrival": {"time": "1694890666"}, "stopId": "37586"}, {"stopSequence": 34, "arrival": {"time": "1694890691"}, "stopId": "37587"}, {"stopSequence": 35, "arrival": {"time": "1694890795"}, "stopId": "36641"}, {"stopSequence": 36, "arrival": {"time": "1694890849"}, "stopId": "42533"}, {"stopSequence": 37, "arrival": {"time": "1694890909"}, "stopId": "42534"}, {"stopSequence": 38, "arrival": {"time": "1694890950"}, "stopId": "42535"}, {"stopSequence": 39, "arrival": {"time": "1694891035"}, "stopId": "38502"}, {"stopSequence": 40, "arrival": {"time": "1694891107"}, "stopId": "38503"}, {"stopSequence": 41, "arrival": {"time": "1694891280"}, "stopId": "35691"}, {"stopSequence": 42, "arrival": {"time": "1694891326"}, "stopId": "35692"}, {"stopSequence": 43, "arrival": {"time": "1694891388"}, "stopId": "35693"}, {"stopSequence": 44, "arrival": {"time": "1694891455"}, "stopId": "35694"}, {"stopSequence": 45, "arrival": {"time": "1694891502"}, "stopId": "35695"}, {"stopSequence": 46, "arrival": {"time": "1694891558"}, "stopId": "35696"}, {"stopSequence": 47, "arrival": {"time": "1694891772"}, "stopId": "35697"}, {"stopSequence": 48, "arrival": {"time": "1694891904"}, "stopId": "2-Jan"}, {"stopSequence": 49, "arrival": {"time": "1694891933"}, "stopId": "42460"}, {"stopSequence": 50, "arrival": {"time": "1694892009"}, "stopId": "39726"}, {"stopSequence": 51, "arrival": {"time": "1694892038"}, "stopId": "2-Mar"}, {"stopSequence": 52, "arrival": {"time": "1694892145"}, "stopId": "2-Apr"}, {"stopSequence": 53, "arrival": {"time": "1694892229"}, "stopId": "39728"}, {"stopSequence": 54, "arrival": {"time": "1694892369"}, "stopId": "39729"}, {"stopSequence": 55, "arrival": {"time": "1694892405"}, "stopId": "39730"}, {"stopSequence": 56, "arrival": {"time": "1694892560"}, "stopId": "42200"}, {"stopSequence": 57, "arrival": {"time": "1694892630"}, "stopId": "42203"}, {"stopSequence": 58, "arrival": {"time": "1694892731"}, "stopId": "42204"}, {"stopSequence": 59, "arrival": {"time": "1694892784"}, "stopId": "42205"}, {"stopSequence": 60, "arrival": {"time": "1694892884"}, "stopId": "42201"}, {"stopSequence": 61, "arrival": {"time": "1694893318"}, "stopId": "42206"}, {"stopSequence": 62, "arrival": {"time": "1694893438"}, "stopId": "42207"}, {"stopSequence": 63, "arrival": {"time": "1694893556"}, "stopId": "42208"}, {"stopSequence": 64, "arrival": {"time": "1694893817"}, "stopId": "42564"}, {"stopSequence": 65, "arrival": {"time": "1694894055"}, "stopId": "42214"}, {"stopSequence": 66, "arrival": {"time": "1694894302"}, "stopId": "42209"}, {"stopSequence": 67, "arrival": {"time": "1694894600"}, "stopId": "42210"}, {"stopSequence": 68, "arrival": {"time": "1694895093"}, "stopId": "40951"}, {"stopSequence": 69, "arrival": {"time": "1694895281"}, "stopId": "40952"}, {"stopSequence": 70, "arrival": {"time": "1694895467"}, "stopId": "40953"}, {"stopSequence": 71, "arrival": {"time": "1694895612"}, "stopId": "40954"}, {"stopSequence": 72, "arrival": {"time": "1694895859"}, "stopId": "40955"}, {"stopSequence": 73, "arrival": {"time": "1694895995"}, "stopId": "40956"}, {"stopSequence": 74, "arrival": {"time": "1694896223"}, "stopId": "40957"}, {"stopSequence": 75, "arrival": {"time": "1694896431"}, "stopId": "40958"}, {"stopSequence": 76, "arrival": {"time": "1694896539"}, "stopId": "40959"}, {"stopSequence": 77, "arrival": {"time": "1694896838"}, "stopId": "42223"}, {"stopSequence": 78, "arrival": {"time": "1694896962"}, "stopId": "42224"}, {"stopSequence": 79, "arrival": {"time": "1694897313"}, "stopId": "42225"}, {"stopSequence": 80, "arrival": {"time": "1694897631"}, "stopId": "42226"}, {"stopSequence": 81, "arrival": {"time": "1694897907"}, "stopId": "42227"}, {"stopSequence": 82, "arrival": {"time": "1694898374"}, "stopId": "42228"}, {"stopSequence": 83, "arrival": {"time": "1694898594"}, "stopId": "42229"}, {"stopSequence": 84, "arrival": {"time": "1694899132"}, "stopId": "42230"}, {"stopSequence": 85, "arrival": {"time": "1694899418"}, "stopId": "42231"}, {"stopSequence": 86, "arrival": {"time": "1694900006"}, "stopId": "42232"}, {"stopSequence": 87, "arrival": {"time": "1694901099"}, "stopId": "42234"}, {"stopSequence": 88, "arrival": {"time": "1694901820"}, "stopId": "42235"}, {"stopSequence": 89, "arrival": {"time": "1694902049"}, "stopId": "42211"}, {"stopSequence": 90, "arrival": {"time": "1694902669"}, "stopId": "42501"}, {"stopSequence": 91, "arrival": {"time": "1694903259"}, "stopId": "49204"}, {"stopSequence": 92, "arrival": {"time": "1694903365"}, "stopId": "42503"}, {"stopSequence": 93, "arrival": {"time": "1694904028"}, "stopId": "49266"}, {"stopSequence": 94, "arrival": {"time": "1694905661"}, "stopId": "20540210"}, {"stopSequence": 95, "arrival": {"time": "1694906160"}, "stopId": "20540222"}, {"stopSequence": 96, "arrival": {"time": "1694907116"}, "stopId": "20540211"}, {"stopSequence": 97, "arrival": {"time": "1694907933"}, "stopId": "20540212"}, {"stopSequence": 98, "arrival": {"time": "1694909166"}, "stopId": "20540213"}, {"stopSequence": 99, "arrival": {"time": "1694909935"}, "stopId": "20540214"}, {"stopSequence": 100, "arrival": {"time": "1694910836"}, "stopId": "20540215"}, {"stopSequence": 101, "arrival": {"time": "1694911893"}, "stopId": "20540228"}, {"stopSequence": 102, "arrival": {"time": "1694912219"}, "stopId": "20540229"}, {"stopSequence": 103, "arrival": {"time": "1694914328"}, "stopId": "20540207"}, {"stopSequence": 104, "arrival": {"time": "1694915442"}, "stopId": "91147"}, {"stopSequence": 105, "arrival": {"time": "1694916648"}, "stopId": "20554362"}], "vehicle": {"licensePlate": "RLYS70"}, "timestamp": "1694889001"}, "vehicle": {"trip": {"tripId": "1731-c36b9237-d", "startTime": "08:32:00", "startDate": "20230914", "scheduleRelationship": "SCHEDULED", "routeId": "559", "directionId": 1}, "position": {"latitude": -36.72743, "longitude": -73.116905, "bearing": 196.0, "odometer": 0.0, "speed": 40.0}, "timestamp": "1694889001", "vehicle": {"licensePlate": "RLYS70"}}}, {"id": "e28c238b-5501-4a8e-8a45-841f07e19160", "tripUpdate": {"trip": {"tripId": "16691-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "559", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 50, "arrival": {"time": "1694888957"}, "stopId": "39726"}, {"stopSequence": 51, "arrival": {"time": "1694888980"}, "stopId": "2-Mar"}, {"stopSequence": 52, "arrival": {"time": "1694889064"}, "stopId": "2-Apr"}, {"stopSequence": 53, "arrival": {"time": "1694889127"}, "stopId": "39728"}, {"stopSequence": 54, "arrival": {"time": "1694889228"}, "stopId": "39729"}, {"stopSequence": 55, "arrival": {"time": "1694889253"}, "stopId": "39730"}, {"stopSequence": 56, "arrival": {"time": "1694889357"}, "stopId": "42200"}, {"stopSequence": 57, "arrival": {"time": "1694889403"}, "stopId": "42203"}, {"stopSequence": 58, "arrival": {"time": "1694889466"}, "stopId": "42204"}, {"stopSequence": 59, "arrival": {"time": "1694889499"}, "stopId": "42205"}, {"stopSequence": 60, "arrival": {"time": "1694889558"}, "stopId": "42201"}, {"stopSequence": 61, "arrival": {"time": "1694889798"}, "stopId": "42206"}, {"stopSequence": 62, "arrival": {"time": "1694889859"}, "stopId": "42207"}, {"stopSequence": 63, "arrival": {"time": "1694889917"}, "stopId": "42208"}, {"stopSequence": 64, "arrival": {"time": "1694890039"}, "stopId": "42564"}, {"stopSequence": 65, "arrival": {"time": "1694890143"}, "stopId": "42214"}, {"stopSequence": 66, "arrival": {"time": "1694890245"}, "stopId": "42209"}, {"stopSequence": 67, "arrival": {"time": "1694890361"}, "stopId": "42210"}, {"stopSequence": 68, "arrival": {"time": "1694890537"}, "stopId": "40951"}, {"stopSequence": 69, "arrival": {"time": "1694890599"}, "stopId": "40952"}, {"stopSequence": 70, "arrival": {"time": "1694890659"}, "stopId": "40953"}, {"stopSequence": 71, "arrival": {"time": "1694890705"}, "stopId": "40954"}, {"stopSequence": 72, "arrival": {"time": "1694890779"}, "stopId": "40955"}, {"stopSequence": 73, "arrival": {"time": "1694890818"}, "stopId": "40956"}, {"stopSequence": 74, "arrival": {"time": "1694890882"}, "stopId": "40957"}, {"stopSequence": 75, "arrival": {"time": "1694890938"}, "stopId": "40958"}, {"stopSequence": 76, "arrival": {"time": "1694890967"}, "stopId": "40959"}, {"stopSequence": 77, "arrival": {"time": "1694891043"}, "stopId": "42223"}, {"stopSequence": 78, "arrival": {"time": "1694891074"}, "stopId": "42224"}, {"stopSequence": 79, "arrival": {"time": "1694891157"}, "stopId": "42225"}, {"stopSequence": 80, "arrival": {"time": "1694891229"}, "stopId": "42226"}, {"stopSequence": 81, "arrival": {"time": "1694891289"}, "stopId": "42227"}, {"stopSequence": 82, "arrival": {"time": "1694891385"}, "stopId": "42228"}, {"stopSequence": 83, "arrival": {"time": "1694891428"}, "stopId": "42229"}, {"stopSequence": 84, "arrival": {"time": "1694891528"}, "stopId": "42230"}, {"stopSequence": 85, "arrival": {"time": "1694891578"}, "stopId": "42231"}, {"stopSequence": 86, "arrival": {"time": "1694891677"}, "stopId": "42232"}, {"stopSequence": 87, "arrival": {"time": "1694891843"}, "stopId": "42234"}, {"stopSequence": 88, "arrival": {"time": "1694891941"}, "stopId": "42235"}, {"stopSequence": 89, "arrival": {"time": "1694891971"}, "stopId": "42211"}, {"stopSequence": 90, "arrival": {"time": "1694892048"}, "stopId": "42501"}, {"stopSequence": 91, "arrival": {"time": "1694892117"}, "stopId": "49204"}, {"stopSequence": 92, "arrival": {"time": "1694892129"}, "stopId": "42503"}, {"stopSequence": 93, "arrival": {"time": "1694892201"}, "stopId": "49266"}, {"stopSequence": 94, "arrival": {"time": "1694892361"}, "stopId": "20540210"}, {"stopSequence": 95, "arrival": {"time": "1694892406"}, "stopId": "20540222"}, {"stopSequence": 96, "arrival": {"time": "1694892486"}, "stopId": "20540211"}, {"stopSequence": 97, "arrival": {"time": "1694892550"}, "stopId": "20540212"}, {"stopSequence": 98, "arrival": {"time": "1694892639"}, "stopId": "20540213"}, {"stopSequence": 99, "arrival": {"time": "1694892690"}, "stopId": "20540214"}, {"stopSequence": 100, "arrival": {"time": "1694892747"}, "stopId": "20540215"}, {"stopSequence": 101, "arrival": {"time": "1694892809"}, "stopId": "20540228"}, {"stopSequence": 102, "arrival": {"time": "1694892827"}, "stopId": "20540229"}, {"stopSequence": 103, "arrival": {"time": "1694892936"}, "stopId": "20540207"}, {"stopSequence": 104, "arrival": {"time": "1694892988"}, "stopId": "91147"}, {"stopSequence": 105, "arrival": {"time": "1694893041"}, "stopId": "20554362"}], "vehicle": {"licensePlate": "RTXW79"}, "timestamp": "1694888940"}, "vehicle": {"trip": {"tripId": "16691-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "559", "directionId": 1}, "position": {"latitude": -36.829533, "longitude": -73.0612, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888940", "vehicle": {"licensePlate": "RTXW79"}}}, {"id": "0c102e4c-3434-42e6-a4fb-c80682b55542", "tripUpdate": {"trip": {"tripId": "16815-701ff27f-2", "startTime": "14:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694888939"}, "stopId": "49297"}, {"stopSequence": 32, "arrival": {"time": "1694888974"}, "stopId": "49298"}, {"stopSequence": 33, "arrival": {"time": "1694889037"}, "stopId": "49299"}, {"stopSequence": 34, "arrival": {"time": "1694889092"}, "stopId": "49300"}, {"stopSequence": 35, "arrival": {"time": "1694889179"}, "stopId": "49301"}, {"stopSequence": 36, "arrival": {"time": "1694889248"}, "stopId": "49302"}, {"stopSequence": 37, "arrival": {"time": "1694889294"}, "stopId": "49303"}, {"stopSequence": 38, "arrival": {"time": "1694889346"}, "stopId": "49304"}, {"stopSequence": 39, "arrival": {"time": "1694889374"}, "stopId": "49305"}, {"stopSequence": 40, "arrival": {"time": "1694889431"}, "stopId": "49306"}, {"stopSequence": 41, "arrival": {"time": "1694889470"}, "stopId": "49307"}, {"stopSequence": 42, "arrival": {"time": "1694889494"}, "stopId": "49308"}, {"stopSequence": 43, "arrival": {"time": "1694889518"}, "stopId": "49309"}, {"stopSequence": 44, "arrival": {"time": "1694889546"}, "stopId": "42315"}, {"stopSequence": 45, "arrival": {"time": "1694889569"}, "stopId": "42316"}, {"stopSequence": 46, "arrival": {"time": "1694889619"}, "stopId": "42317"}, {"stopSequence": 47, "arrival": {"time": "1694889670"}, "stopId": "42318"}, {"stopSequence": 48, "arrival": {"time": "1694889734"}, "stopId": "8606396"}, {"stopSequence": 49, "arrival": {"time": "1694889811"}, "stopId": "38514"}, {"stopSequence": 50, "arrival": {"time": "1694889848"}, "stopId": "38516"}, {"stopSequence": 51, "arrival": {"time": "1694889906"}, "stopId": "38518"}, {"stopSequence": 52, "arrival": {"time": "1694890000"}, "stopId": "38520"}, {"stopSequence": 53, "arrival": {"time": "1694890043"}, "stopId": "38521"}, {"stopSequence": 54, "arrival": {"time": "1694890091"}, "stopId": "38522"}, {"stopSequence": 55, "arrival": {"time": "1694890139"}, "stopId": "38523"}, {"stopSequence": 56, "arrival": {"time": "1694890191"}, "stopId": "38524"}, {"stopSequence": 57, "arrival": {"time": "1694890238"}, "stopId": "38525"}, {"stopSequence": 58, "arrival": {"time": "1694890289"}, "stopId": "38526"}, {"stopSequence": 59, "arrival": {"time": "1694890337"}, "stopId": "38527"}, {"stopSequence": 60, "arrival": {"time": "1694890423"}, "stopId": "38528"}, {"stopSequence": 61, "arrival": {"time": "1694890538"}, "stopId": "38529"}, {"stopSequence": 62, "arrival": {"time": "1694890752"}, "stopId": "38530"}, {"stopSequence": 63, "arrival": {"time": "1694890766"}, "stopId": "16005209"}, {"stopSequence": 64, "arrival": {"time": "1694891015"}, "stopId": "38531"}, {"stopSequence": 65, "arrival": {"time": "1694891075"}, "stopId": "8921285"}, {"stopSequence": 66, "arrival": {"time": "1694891199"}, "stopId": "38532"}, {"stopSequence": 67, "arrival": {"time": "1694891258"}, "stopId": "38533"}, {"stopSequence": 68, "arrival": {"time": "1694891320"}, "stopId": "38534"}, {"stopSequence": 69, "arrival": {"time": "1694891375"}, "stopId": "38535"}, {"stopSequence": 70, "arrival": {"time": "1694891451"}, "stopId": "38536"}, {"stopSequence": 71, "arrival": {"time": "1694891494"}, "stopId": "4838437"}, {"stopSequence": 72, "arrival": {"time": "1694891560"}, "stopId": "45085"}, {"stopSequence": 73, "arrival": {"time": "1694891657"}, "stopId": "45086"}, {"stopSequence": 74, "arrival": {"time": "1694891807"}, "stopId": "38540"}, {"stopSequence": 75, "arrival": {"time": "1694891902"}, "stopId": "38544"}, {"stopSequence": 76, "arrival": {"time": "1694892118"}, "stopId": "38546"}, {"stopSequence": 77, "arrival": {"time": "1694892289"}, "stopId": "38548"}, {"stopSequence": 78, "arrival": {"time": "1694892386"}, "stopId": "38549"}, {"stopSequence": 79, "arrival": {"time": "1694892470"}, "stopId": "38550"}, {"stopSequence": 80, "arrival": {"time": "1694892619"}, "stopId": "38551"}, {"stopSequence": 81, "arrival": {"time": "1694892756"}, "stopId": "38552"}, {"stopSequence": 82, "arrival": {"time": "1694892894"}, "stopId": "49359"}, {"stopSequence": 83, "arrival": {"time": "1694892975"}, "stopId": "49360"}, {"stopSequence": 84, "arrival": {"time": "1694893178"}, "stopId": "49361"}, {"stopSequence": 85, "arrival": {"time": "1694893228"}, "stopId": "49362"}, {"stopSequence": 86, "arrival": {"time": "1694893317"}, "stopId": "49363"}, {"stopSequence": 87, "arrival": {"time": "1694893411"}, "stopId": "49364"}, {"stopSequence": 88, "arrival": {"time": "1694893496"}, "stopId": "49365"}], "vehicle": {"licensePlate": "DPZZ21"}, "timestamp": "1694888934"}, "vehicle": {"trip": {"tripId": "16815-701ff27f-2", "startTime": "14:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "position": {"latitude": -36.85768, "longitude": -73.04948, "bearing": 348.0, "odometer": 0.0, "speed": 42.1}, "timestamp": "1694888934", "vehicle": {"licensePlate": "DPZZ21"}}}, {"id": "aa725d0e-9478-4d35-b6fb-9f357a259951", "tripUpdate": {"trip": {"tripId": "16892-701ff27f-2", "startTime": "14:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 18, "arrival": {"time": "1694889390"}, "stopId": "40995"}, {"stopSequence": 19, "arrival": {"time": "1694889470"}, "stopId": "40996"}, {"stopSequence": 20, "arrival": {"time": "1694889546"}, "stopId": "40997"}, {"stopSequence": 21, "arrival": {"time": "1694889600"}, "stopId": "39614"}, {"stopSequence": 22, "arrival": {"time": "1694889649"}, "stopId": "39615"}, {"stopSequence": 23, "arrival": {"time": "1694889698"}, "stopId": "39616"}, {"stopSequence": 24, "arrival": {"time": "1694889749"}, "stopId": "39617"}, {"stopSequence": 25, "arrival": {"time": "1694889806"}, "stopId": "39618"}, {"stopSequence": 26, "arrival": {"time": "1694889851"}, "stopId": "39619"}, {"stopSequence": 27, "arrival": {"time": "1694889892"}, "stopId": "39620"}, {"stopSequence": 28, "arrival": {"time": "1694889957"}, "stopId": "39621"}, {"stopSequence": 29, "arrival": {"time": "1694890004"}, "stopId": "38281"}, {"stopSequence": 30, "arrival": {"time": "1694890057"}, "stopId": "37506"}, {"stopSequence": 31, "arrival": {"time": "1694890097"}, "stopId": "45068"}, {"stopSequence": 32, "arrival": {"time": "1694890219"}, "stopId": "37480"}, {"stopSequence": 33, "arrival": {"time": "1694890280"}, "stopId": "37477"}, {"stopSequence": 34, "arrival": {"time": "1694890347"}, "stopId": "40848"}, {"stopSequence": 35, "arrival": {"time": "1694890430"}, "stopId": "2-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694890488"}, "stopId": "39728"}, {"stopSequence": 37, "arrival": {"time": "1694890579"}, "stopId": "39729"}, {"stopSequence": 38, "arrival": {"time": "1694890611"}, "stopId": "39730"}, {"stopSequence": 39, "arrival": {"time": "1694890717"}, "stopId": "42200"}, {"stopSequence": 40, "arrival": {"time": "1694890764"}, "stopId": "42203"}, {"stopSequence": 41, "arrival": {"time": "1694890821"}, "stopId": "42204"}, {"stopSequence": 42, "arrival": {"time": "1694890865"}, "stopId": "42205"}, {"stopSequence": 43, "arrival": {"time": "1694890930"}, "stopId": "42201"}, {"stopSequence": 44, "arrival": {"time": "1694891199"}, "stopId": "42206"}, {"stopSequence": 45, "arrival": {"time": "1694891270"}, "stopId": "42207"}, {"stopSequence": 46, "arrival": {"time": "1694891339"}, "stopId": "42208"}, {"stopSequence": 47, "arrival": {"time": "1694891493"}, "stopId": "42564"}, {"stopSequence": 48, "arrival": {"time": "1694891619"}, "stopId": "42214"}, {"stopSequence": 49, "arrival": {"time": "1694891752"}, "stopId": "42209"}, {"stopSequence": 50, "arrival": {"time": "1694891906"}, "stopId": "42210"}, {"stopSequence": 51, "arrival": {"time": "1694892161"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694892205"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694892265"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694892376"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694892430"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694892600"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694892671"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694892782"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694892898"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694892948"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694893083"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694893203"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694893304"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694893469"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694893554"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694893723"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694893814"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694893996"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694894305"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694894485"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694894565"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694894710"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694894863"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694894891"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694894928"}, "stopId": "49264"}], "vehicle": {"licensePlate": "FDCB32"}, "timestamp": "1694888883"}, "vehicle": {"trip": {"tripId": "16892-701ff27f-2", "startTime": "14:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.781715, "longitude": -73.07647, "bearing": 155.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888883", "vehicle": {"licensePlate": "FDCB32"}}}, {"id": "d0ae1b85-c93a-4213-bf59-5f0f14b21eeb", "tripUpdate": {"trip": {"tripId": "16890-701ff27f-2", "startTime": "14:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 18, "arrival": {"time": "1694889167"}, "stopId": "40995"}, {"stopSequence": 19, "arrival": {"time": "1694889250"}, "stopId": "40996"}, {"stopSequence": 20, "arrival": {"time": "1694889328"}, "stopId": "40997"}, {"stopSequence": 21, "arrival": {"time": "1694889383"}, "stopId": "39614"}, {"stopSequence": 22, "arrival": {"time": "1694889433"}, "stopId": "39615"}, {"stopSequence": 23, "arrival": {"time": "1694889484"}, "stopId": "39616"}, {"stopSequence": 24, "arrival": {"time": "1694889536"}, "stopId": "39617"}, {"stopSequence": 25, "arrival": {"time": "1694889594"}, "stopId": "39618"}, {"stopSequence": 26, "arrival": {"time": "1694889639"}, "stopId": "39619"}, {"stopSequence": 27, "arrival": {"time": "1694889681"}, "stopId": "39620"}, {"stopSequence": 28, "arrival": {"time": "1694889745"}, "stopId": "39621"}, {"stopSequence": 29, "arrival": {"time": "1694889792"}, "stopId": "38281"}, {"stopSequence": 30, "arrival": {"time": "1694889846"}, "stopId": "37506"}, {"stopSequence": 31, "arrival": {"time": "1694889885"}, "stopId": "45068"}, {"stopSequence": 32, "arrival": {"time": "1694890007"}, "stopId": "37480"}, {"stopSequence": 33, "arrival": {"time": "1694890067"}, "stopId": "37477"}, {"stopSequence": 34, "arrival": {"time": "1694890133"}, "stopId": "40848"}, {"stopSequence": 35, "arrival": {"time": "1694890214"}, "stopId": "2-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694890271"}, "stopId": "39728"}, {"stopSequence": 37, "arrival": {"time": "1694890360"}, "stopId": "39729"}, {"stopSequence": 38, "arrival": {"time": "1694890391"}, "stopId": "39730"}, {"stopSequence": 39, "arrival": {"time": "1694890493"}, "stopId": "42200"}, {"stopSequence": 40, "arrival": {"time": "1694890538"}, "stopId": "42203"}, {"stopSequence": 41, "arrival": {"time": "1694890593"}, "stopId": "42204"}, {"stopSequence": 42, "arrival": {"time": "1694890636"}, "stopId": "42205"}, {"stopSequence": 43, "arrival": {"time": "1694890697"}, "stopId": "42201"}, {"stopSequence": 44, "arrival": {"time": "1694890952"}, "stopId": "42206"}, {"stopSequence": 45, "arrival": {"time": "1694891019"}, "stopId": "42207"}, {"stopSequence": 46, "arrival": {"time": "1694891084"}, "stopId": "42208"}, {"stopSequence": 47, "arrival": {"time": "1694891228"}, "stopId": "42564"}, {"stopSequence": 48, "arrival": {"time": "1694891345"}, "stopId": "42214"}, {"stopSequence": 49, "arrival": {"time": "1694891467"}, "stopId": "42209"}, {"stopSequence": 50, "arrival": {"time": "1694891608"}, "stopId": "42210"}, {"stopSequence": 51, "arrival": {"time": "1694891841"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694891881"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694891935"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694892035"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694892083"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694892235"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694892299"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694892397"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694892500"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694892544"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694892663"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694892768"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694892856"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694892999"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694893073"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694893219"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694893297"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694893452"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694893715"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694893866"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694893934"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694894056"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694894183"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694894206"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694894237"}, "stopId": "49264"}], "vehicle": {"licensePlate": "FSYW10"}, "timestamp": "1694888947"}, "vehicle": {"trip": {"tripId": "16890-701ff27f-2", "startTime": "14:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.793392, "longitude": -73.069374, "bearing": 145.0, "odometer": 0.0, "speed": 22.7}, "timestamp": "1694888947", "vehicle": {"licensePlate": "FSYW10"}}}, {"id": "e5031ff9-0a55-4df2-8351-1382c61bbf49", "tripUpdate": {"trip": {"tripId": "16816-701ff27f-2", "startTime": "14:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 25, "arrival": {"time": "1694888910"}, "stopId": "42296"}, {"stopSequence": 26, "arrival": {"time": "1694889043"}, "stopId": "42297"}, {"stopSequence": 27, "arrival": {"time": "1694889143"}, "stopId": "42298"}, {"stopSequence": 28, "arrival": {"time": "1694889209"}, "stopId": "42299"}, {"stopSequence": 29, "arrival": {"time": "1694889252"}, "stopId": "49295"}, {"stopSequence": 30, "arrival": {"time": "1694889373"}, "stopId": "49296"}, {"stopSequence": 31, "arrival": {"time": "1694889462"}, "stopId": "49297"}, {"stopSequence": 32, "arrival": {"time": "1694889494"}, "stopId": "49298"}, {"stopSequence": 33, "arrival": {"time": "1694889554"}, "stopId": "49299"}, {"stopSequence": 34, "arrival": {"time": "1694889605"}, "stopId": "49300"}, {"stopSequence": 35, "arrival": {"time": "1694889686"}, "stopId": "49301"}, {"stopSequence": 36, "arrival": {"time": "1694889752"}, "stopId": "49302"}, {"stopSequence": 37, "arrival": {"time": "1694889796"}, "stopId": "49303"}, {"stopSequence": 38, "arrival": {"time": "1694889846"}, "stopId": "49304"}, {"stopSequence": 39, "arrival": {"time": "1694889873"}, "stopId": "49305"}, {"stopSequence": 40, "arrival": {"time": "1694889928"}, "stopId": "49306"}, {"stopSequence": 41, "arrival": {"time": "1694889967"}, "stopId": "49307"}, {"stopSequence": 42, "arrival": {"time": "1694889990"}, "stopId": "49308"}, {"stopSequence": 43, "arrival": {"time": "1694890014"}, "stopId": "49309"}, {"stopSequence": 44, "arrival": {"time": "1694890041"}, "stopId": "42315"}, {"stopSequence": 45, "arrival": {"time": "1694890063"}, "stopId": "42316"}, {"stopSequence": 46, "arrival": {"time": "1694890113"}, "stopId": "42317"}, {"stopSequence": 47, "arrival": {"time": "1694890164"}, "stopId": "42318"}, {"stopSequence": 48, "arrival": {"time": "1694890228"}, "stopId": "8606396"}, {"stopSequence": 49, "arrival": {"time": "1694890305"}, "stopId": "38514"}, {"stopSequence": 50, "arrival": {"time": "1694890343"}, "stopId": "38516"}, {"stopSequence": 51, "arrival": {"time": "1694890402"}, "stopId": "38518"}, {"stopSequence": 52, "arrival": {"time": "1694890499"}, "stopId": "38520"}, {"stopSequence": 53, "arrival": {"time": "1694890544"}, "stopId": "38521"}, {"stopSequence": 54, "arrival": {"time": "1694890594"}, "stopId": "38522"}, {"stopSequence": 55, "arrival": {"time": "1694890645"}, "stopId": "38523"}, {"stopSequence": 56, "arrival": {"time": "1694890698"}, "stopId": "38524"}, {"stopSequence": 57, "arrival": {"time": "1694890749"}, "stopId": "38525"}, {"stopSequence": 58, "arrival": {"time": "1694890803"}, "stopId": "38526"}, {"stopSequence": 59, "arrival": {"time": "1694890854"}, "stopId": "38527"}, {"stopSequence": 60, "arrival": {"time": "1694890947"}, "stopId": "38528"}, {"stopSequence": 61, "arrival": {"time": "1694891072"}, "stopId": "38529"}, {"stopSequence": 62, "arrival": {"time": "1694891309"}, "stopId": "38530"}, {"stopSequence": 63, "arrival": {"time": "1694891324"}, "stopId": "16005209"}, {"stopSequence": 64, "arrival": {"time": "1694891606"}, "stopId": "38531"}, {"stopSequence": 65, "arrival": {"time": "1694891674"}, "stopId": "8921285"}, {"stopSequence": 66, "arrival": {"time": "1694891817"}, "stopId": "38532"}, {"stopSequence": 67, "arrival": {"time": "1694891886"}, "stopId": "38533"}, {"stopSequence": 68, "arrival": {"time": "1694891958"}, "stopId": "38534"}, {"stopSequence": 69, "arrival": {"time": "1694892024"}, "stopId": "38535"}, {"stopSequence": 70, "arrival": {"time": "1694892114"}, "stopId": "38536"}, {"stopSequence": 71, "arrival": {"time": "1694892165"}, "stopId": "4838437"}, {"stopSequence": 72, "arrival": {"time": "1694892243"}, "stopId": "45085"}, {"stopSequence": 73, "arrival": {"time": "1694892359"}, "stopId": "45086"}, {"stopSequence": 74, "arrival": {"time": "1694892542"}, "stopId": "38540"}, {"stopSequence": 75, "arrival": {"time": "1694892659"}, "stopId": "38544"}, {"stopSequence": 76, "arrival": {"time": "1694892927"}, "stopId": "38546"}, {"stopSequence": 77, "arrival": {"time": "1694893143"}, "stopId": "38548"}, {"stopSequence": 78, "arrival": {"time": "1694893267"}, "stopId": "38549"}, {"stopSequence": 79, "arrival": {"time": "1694893374"}, "stopId": "38550"}, {"stopSequence": 80, "arrival": {"time": "1694893567"}, "stopId": "38551"}, {"stopSequence": 81, "arrival": {"time": "1694893746"}, "stopId": "38552"}, {"stopSequence": 82, "arrival": {"time": "1694893928"}, "stopId": "49359"}, {"stopSequence": 83, "arrival": {"time": "1694894036"}, "stopId": "49360"}, {"stopSequence": 84, "arrival": {"time": "1694894310"}, "stopId": "49361"}, {"stopSequence": 85, "arrival": {"time": "1694894378"}, "stopId": "49362"}, {"stopSequence": 86, "arrival": {"time": "1694894499"}, "stopId": "49363"}, {"stopSequence": 87, "arrival": {"time": "1694894628"}, "stopId": "49364"}, {"stopSequence": 88, "arrival": {"time": "1694894747"}, "stopId": "49365"}], "vehicle": {"licensePlate": "FYBD36"}, "timestamp": "1694888899"}, "vehicle": {"trip": {"tripId": "16816-701ff27f-2", "startTime": "14:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "position": {"latitude": -36.88016, "longitude": -73.03792, "bearing": 356.0, "odometer": 0.0, "speed": 20.0}, "timestamp": "1694888899", "vehicle": {"licensePlate": "FYBD36"}}}, {"id": "174c719a-c537-4701-870f-34da21e74333", "tripUpdate": {"trip": {"tripId": "16893-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889215"}, "stopId": "49357"}, {"stopSequence": 3, "arrival": {"time": "1694889256"}, "stopId": "38771"}, {"stopSequence": 4, "arrival": {"time": "1694889300"}, "stopId": "38668"}, {"stopSequence": 5, "arrival": {"time": "1694889671"}, "stopId": "38721"}, {"stopSequence": 6, "arrival": {"time": "1694889726"}, "stopId": "38659"}, {"stopSequence": 7, "arrival": {"time": "1694889808"}, "stopId": "38674"}, {"stopSequence": 8, "arrival": {"time": "1694889870"}, "stopId": "38649"}, {"stopSequence": 9, "arrival": {"time": "1694889947"}, "stopId": "38718"}, {"stopSequence": 10, "arrival": {"time": "1694890004"}, "stopId": "38735"}, {"stopSequence": 11, "arrival": {"time": "1694890057"}, "stopId": "42270"}, {"stopSequence": 12, "arrival": {"time": "1694890109"}, "stopId": "42271"}, {"stopSequence": 13, "arrival": {"time": "1694890172"}, "stopId": "4838438"}, {"stopSequence": 14, "arrival": {"time": "1694890317"}, "stopId": "44896"}, {"stopSequence": 15, "arrival": {"time": "1694890364"}, "stopId": "44897"}, {"stopSequence": 16, "arrival": {"time": "1694890437"}, "stopId": "44898"}, {"stopSequence": 17, "arrival": {"time": "1694890608"}, "stopId": "40993"}, {"stopSequence": 18, "arrival": {"time": "1694891128"}, "stopId": "40995"}, {"stopSequence": 19, "arrival": {"time": "1694891218"}, "stopId": "40996"}, {"stopSequence": 20, "arrival": {"time": "1694891306"}, "stopId": "40997"}, {"stopSequence": 21, "arrival": {"time": "1694891369"}, "stopId": "39614"}, {"stopSequence": 22, "arrival": {"time": "1694891428"}, "stopId": "39615"}, {"stopSequence": 23, "arrival": {"time": "1694891488"}, "stopId": "39616"}, {"stopSequence": 24, "arrival": {"time": "1694891552"}, "stopId": "39617"}, {"stopSequence": 25, "arrival": {"time": "1694891623"}, "stopId": "39618"}, {"stopSequence": 26, "arrival": {"time": "1694891680"}, "stopId": "39619"}, {"stopSequence": 27, "arrival": {"time": "1694891734"}, "stopId": "39620"}, {"stopSequence": 28, "arrival": {"time": "1694891819"}, "stopId": "39621"}, {"stopSequence": 29, "arrival": {"time": "1694891882"}, "stopId": "38281"}, {"stopSequence": 30, "arrival": {"time": "1694891955"}, "stopId": "37506"}, {"stopSequence": 31, "arrival": {"time": "1694892010"}, "stopId": "45068"}, {"stopSequence": 32, "arrival": {"time": "1694892184"}, "stopId": "37480"}, {"stopSequence": 33, "arrival": {"time": "1694892272"}, "stopId": "37477"}, {"stopSequence": 34, "arrival": {"time": "1694892372"}, "stopId": "40848"}, {"stopSequence": 35, "arrival": {"time": "1694892500"}, "stopId": "2-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694892589"}, "stopId": "39728"}, {"stopSequence": 37, "arrival": {"time": "1694892736"}, "stopId": "39729"}, {"stopSequence": 38, "arrival": {"time": "1694892788"}, "stopId": "39730"}, {"stopSequence": 39, "arrival": {"time": "1694892964"}, "stopId": "42200"}, {"stopSequence": 40, "arrival": {"time": "1694893044"}, "stopId": "42203"}, {"stopSequence": 41, "arrival": {"time": "1694893143"}, "stopId": "42204"}, {"stopSequence": 42, "arrival": {"time": "1694893220"}, "stopId": "42205"}, {"stopSequence": 43, "arrival": {"time": "1694893336"}, "stopId": "42201"}, {"stopSequence": 44, "arrival": {"time": "1694893841"}, "stopId": "42206"}, {"stopSequence": 45, "arrival": {"time": "1694893982"}, "stopId": "42207"}, {"stopSequence": 46, "arrival": {"time": "1694894122"}, "stopId": "42208"}, {"stopSequence": 47, "arrival": {"time": "1694894443"}, "stopId": "42564"}, {"stopSequence": 48, "arrival": {"time": "1694894718"}, "stopId": "42214"}, {"stopSequence": 49, "arrival": {"time": "1694895017"}, "stopId": "42209"}, {"stopSequence": 50, "arrival": {"time": "1694895381"}, "stopId": "42210"}, {"stopSequence": 51, "arrival": {"time": "1694896024"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694896140"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694896300"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694896606"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694896756"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694897253"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694897471"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694897818"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694898195"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694898358"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694898826"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694899255"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694899631"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694900276"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694900624"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694901346"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694901756"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694902615"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694904225"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694905257"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694905746"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694906673"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694907711"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694907910"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694908176"}, "stopId": "49264"}], "vehicle": {"licensePlate": "FYDV10"}, "timestamp": "1694888918"}, "vehicle": {"trip": {"tripId": "16893-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.712963, "longitude": -73.113945, "bearing": 132.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888918", "vehicle": {"licensePlate": "FYDV10"}}}, {"id": "6e4bf60d-1fe4-4908-87aa-6a9c511d2f3c", "tripUpdate": {"trip": {"tripId": "16819-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 64, "arrival": {"time": "1694888973"}, "stopId": "38531"}, {"stopSequence": 65, "arrival": {"time": "1694889031"}, "stopId": "8921285"}, {"stopSequence": 66, "arrival": {"time": "1694889149"}, "stopId": "38532"}, {"stopSequence": 67, "arrival": {"time": "1694889203"}, "stopId": "38533"}, {"stopSequence": 68, "arrival": {"time": "1694889259"}, "stopId": "38534"}, {"stopSequence": 69, "arrival": {"time": "1694889308"}, "stopId": "38535"}, {"stopSequence": 70, "arrival": {"time": "1694889374"}, "stopId": "38536"}, {"stopSequence": 71, "arrival": {"time": "1694889410"}, "stopId": "4838437"}, {"stopSequence": 72, "arrival": {"time": "1694889464"}, "stopId": "45085"}, {"stopSequence": 73, "arrival": {"time": "1694889543"}, "stopId": "45086"}, {"stopSequence": 74, "arrival": {"time": "1694889660"}, "stopId": "38540"}, {"stopSequence": 75, "arrival": {"time": "1694889732"}, "stopId": "38544"}, {"stopSequence": 76, "arrival": {"time": "1694889887"}, "stopId": "38546"}, {"stopSequence": 77, "arrival": {"time": "1694890004"}, "stopId": "38548"}, {"stopSequence": 78, "arrival": {"time": "1694890068"}, "stopId": "38549"}, {"stopSequence": 79, "arrival": {"time": "1694890122"}, "stopId": "38550"}, {"stopSequence": 80, "arrival": {"time": "1694890215"}, "stopId": "38551"}, {"stopSequence": 81, "arrival": {"time": "1694890298"}, "stopId": "38552"}, {"stopSequence": 82, "arrival": {"time": "1694890378"}, "stopId": "49359"}, {"stopSequence": 83, "arrival": {"time": "1694890425"}, "stopId": "49360"}, {"stopSequence": 84, "arrival": {"time": "1694890538"}, "stopId": "49361"}, {"stopSequence": 85, "arrival": {"time": "1694890565"}, "stopId": "49362"}, {"stopSequence": 86, "arrival": {"time": "1694890612"}, "stopId": "49363"}, {"stopSequence": 87, "arrival": {"time": "1694890661"}, "stopId": "49364"}, {"stopSequence": 88, "arrival": {"time": "1694890705"}, "stopId": "49365"}], "vehicle": {"licensePlate": "HYCZ31"}, "timestamp": "1694888957"}, "vehicle": {"trip": {"tripId": "16819-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "position": {"latitude": -36.78204, "longitude": -73.076065, "bearing": 334.0, "odometer": 0.0, "speed": 38.3}, "timestamp": "1694888957", "vehicle": {"licensePlate": "HYCZ31"}}}, {"id": "6899bd37-d5e1-4b9b-951d-1850842ca8c0", "tripUpdate": {"trip": {"tripId": "16886-701ff27f-2", "startTime": "13:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 5, "arrival": {"time": "1694889232"}, "stopId": "38721"}, {"stopSequence": 6, "arrival": {"time": "1694889289"}, "stopId": "38659"}, {"stopSequence": 7, "arrival": {"time": "1694889374"}, "stopId": "38674"}, {"stopSequence": 8, "arrival": {"time": "1694889438"}, "stopId": "38649"}, {"stopSequence": 9, "arrival": {"time": "1694889517"}, "stopId": "38718"}, {"stopSequence": 10, "arrival": {"time": "1694889574"}, "stopId": "38735"}, {"stopSequence": 11, "arrival": {"time": "1694889628"}, "stopId": "42270"}, {"stopSequence": 12, "arrival": {"time": "1694889681"}, "stopId": "42271"}, {"stopSequence": 13, "arrival": {"time": "1694889743"}, "stopId": "4838438"}, {"stopSequence": 14, "arrival": {"time": "1694889887"}, "stopId": "44896"}, {"stopSequence": 15, "arrival": {"time": "1694889934"}, "stopId": "44897"}, {"stopSequence": 16, "arrival": {"time": "1694890005"}, "stopId": "44898"}, {"stopSequence": 17, "arrival": {"time": "1694890171"}, "stopId": "40993"}, {"stopSequence": 18, "arrival": {"time": "1694890660"}, "stopId": "40995"}, {"stopSequence": 19, "arrival": {"time": "1694890743"}, "stopId": "40996"}, {"stopSequence": 20, "arrival": {"time": "1694890823"}, "stopId": "40997"}, {"stopSequence": 21, "arrival": {"time": "1694890881"}, "stopId": "39614"}, {"stopSequence": 22, "arrival": {"time": "1694890934"}, "stopId": "39615"}, {"stopSequence": 23, "arrival": {"time": "1694890989"}, "stopId": "39616"}, {"stopSequence": 24, "arrival": {"time": "1694891045"}, "stopId": "39617"}, {"stopSequence": 25, "arrival": {"time": "1694891110"}, "stopId": "39618"}, {"stopSequence": 26, "arrival": {"time": "1694891160"}, "stopId": "39619"}, {"stopSequence": 27, "arrival": {"time": "1694891208"}, "stopId": "39620"}, {"stopSequence": 28, "arrival": {"time": "1694891283"}, "stopId": "39621"}, {"stopSequence": 29, "arrival": {"time": "1694891339"}, "stopId": "38281"}, {"stopSequence": 30, "arrival": {"time": "1694891403"}, "stopId": "37506"}, {"stopSequence": 31, "arrival": {"time": "1694891451"}, "stopId": "45068"}, {"stopSequence": 32, "arrival": {"time": "1694891601"}, "stopId": "37480"}, {"stopSequence": 33, "arrival": {"time": "1694891678"}, "stopId": "37477"}, {"stopSequence": 34, "arrival": {"time": "1694891763"}, "stopId": "40848"}, {"stopSequence": 35, "arrival": {"time": "1694891872"}, "stopId": "2-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694891947"}, "stopId": "39728"}, {"stopSequence": 37, "arrival": {"time": "1694892071"}, "stopId": "39729"}, {"stopSequence": 38, "arrival": {"time": "1694892114"}, "stopId": "39730"}, {"stopSequence": 39, "arrival": {"time": "1694892260"}, "stopId": "42200"}, {"stopSequence": 40, "arrival": {"time": "1694892326"}, "stopId": "42203"}, {"stopSequence": 41, "arrival": {"time": "1694892407"}, "stopId": "42204"}, {"stopSequence": 42, "arrival": {"time": "1694892471"}, "stopId": "42205"}, {"stopSequence": 43, "arrival": {"time": "1694892565"}, "stopId": "42201"}, {"stopSequence": 44, "arrival": {"time": "1694892971"}, "stopId": "42206"}, {"stopSequence": 45, "arrival": {"time": "1694893082"}, "stopId": "42207"}, {"stopSequence": 46, "arrival": {"time": "1694893191"}, "stopId": "42208"}, {"stopSequence": 47, "arrival": {"time": "1694893441"}, "stopId": "42564"}, {"stopSequence": 48, "arrival": {"time": "1694893652"}, "stopId": "42214"}, {"stopSequence": 49, "arrival": {"time": "1694893878"}, "stopId": "42209"}, {"stopSequence": 50, "arrival": {"time": "1694894150"}, "stopId": "42210"}, {"stopSequence": 51, "arrival": {"time": "1694894620"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694894703"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694894818"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694895035"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694895140"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694895484"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694895634"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694895868"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694896120"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694896228"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694896533"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694896808"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694897046"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694897446"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694897658"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694898089"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694898330"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694898822"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694899706"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694900249"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694900499"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694900963"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694901467"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694901562"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694901688"}, "stopId": "49264"}], "vehicle": {"licensePlate": "HYCZ63"}, "timestamp": "1694888922"}, "vehicle": {"trip": {"tripId": "16886-701ff27f-2", "startTime": "13:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.731503, "longitude": -73.10901, "bearing": 145.0, "odometer": 0.0, "speed": 11.3}, "timestamp": "1694888922", "vehicle": {"licensePlate": "HYCZ63"}}}, {"id": "cd79de73-7aed-4e8a-afa9-6d1ddc81cfda", "tripUpdate": {"trip": {"tripId": "16887-701ff27f-2", "startTime": "13:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 54, "arrival": {"time": "1694888928"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694888965"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694889079"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694889125"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694889194"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694889263"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694889292"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694889368"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694889432"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694889485"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694889567"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694889607"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694889685"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694889726"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694889804"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694889928"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694889996"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694890026"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694890077"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694890130"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694890139"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694890152"}, "stopId": "49264"}], "vehicle": {"licensePlate": "JRZZ98"}, "timestamp": "1694888895"}, "vehicle": {"trip": {"tripId": "16887-701ff27f-2", "startTime": "13:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.90338, "longitude": -73.03125, "bearing": 181.0, "odometer": 0.0, "speed": 20.0}, "timestamp": "1694888895", "vehicle": {"licensePlate": "JRZZ98"}}}, {"id": "2fc7625b-9256-49d5-840c-b1f4089ad5e7", "tripUpdate": {"trip": {"tripId": "16889-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 37, "arrival": {"time": "1694888932"}, "stopId": "39729"}, {"stopSequence": 38, "arrival": {"time": "1694888965"}, "stopId": "39730"}, {"stopSequence": 39, "arrival": {"time": "1694889074"}, "stopId": "42200"}, {"stopSequence": 40, "arrival": {"time": "1694889121"}, "stopId": "42203"}, {"stopSequence": 41, "arrival": {"time": "1694889178"}, "stopId": "42204"}, {"stopSequence": 42, "arrival": {"time": "1694889221"}, "stopId": "42205"}, {"stopSequence": 43, "arrival": {"time": "1694889282"}, "stopId": "42201"}, {"stopSequence": 44, "arrival": {"time": "1694889527"}, "stopId": "42206"}, {"stopSequence": 45, "arrival": {"time": "1694889588"}, "stopId": "42207"}, {"stopSequence": 46, "arrival": {"time": "1694889647"}, "stopId": "42208"}, {"stopSequence": 47, "arrival": {"time": "1694889773"}, "stopId": "42564"}, {"stopSequence": 48, "arrival": {"time": "1694889873"}, "stopId": "42214"}, {"stopSequence": 49, "arrival": {"time": "1694889975"}, "stopId": "42209"}, {"stopSequence": 50, "arrival": {"time": "1694890089"}, "stopId": "42210"}, {"stopSequence": 51, "arrival": {"time": "1694890270"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694890301"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694890341"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694890415"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694890450"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694890559"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694890604"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694890672"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694890742"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694890771"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694890850"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694890918"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694890975"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694891065"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694891111"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694891200"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694891247"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694891339"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694891489"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694891574"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694891611"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694891677"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694891745"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694891757"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694891773"}, "stopId": "49264"}], "vehicle": {"licensePlate": "KHGP41"}, "timestamp": "1694888917"}, "vehicle": {"trip": {"tripId": "16889-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.83981, "longitude": -73.05493, "bearing": 167.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888917", "vehicle": {"licensePlate": "KHGP41"}}}, {"id": "db4a4ddf-fbe6-4c19-b328-71ad064a2a8f", "tripUpdate": {"trip": {"tripId": "16818-701ff27f-2", "startTime": "15:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 76, "arrival": {"time": "1694889054"}, "stopId": "38546"}, {"stopSequence": 77, "arrival": {"time": "1694889179"}, "stopId": "38548"}, {"stopSequence": 78, "arrival": {"time": "1694889247"}, "stopId": "38549"}, {"stopSequence": 79, "arrival": {"time": "1694889303"}, "stopId": "38550"}, {"stopSequence": 80, "arrival": {"time": "1694889399"}, "stopId": "38551"}, {"stopSequence": 81, "arrival": {"time": "1694889483"}, "stopId": "38552"}, {"stopSequence": 82, "arrival": {"time": "1694889565"}, "stopId": "49359"}, {"stopSequence": 83, "arrival": {"time": "1694889611"}, "stopId": "49360"}, {"stopSequence": 84, "arrival": {"time": "1694889721"}, "stopId": "49361"}, {"stopSequence": 85, "arrival": {"time": "1694889748"}, "stopId": "49362"}, {"stopSequence": 86, "arrival": {"time": "1694889793"}, "stopId": "49363"}, {"stopSequence": 87, "arrival": {"time": "1694889840"}, "stopId": "49364"}, {"stopSequence": 88, "arrival": {"time": "1694889882"}, "stopId": "49365"}], "vehicle": {"licensePlate": "KHSW75"}, "timestamp": "1694888922"}, "vehicle": {"trip": {"tripId": "16818-701ff27f-2", "startTime": "15:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "position": {"latitude": -36.748554, "longitude": -73.094055, "bearing": 339.0, "odometer": 0.0, "speed": 26.5}, "timestamp": "1694888922", "vehicle": {"licensePlate": "KHSW75"}}}, {"id": "d9920f88-62c5-4861-97fd-fdbad6dbfc82", "tripUpdate": {"trip": {"tripId": "16891-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 26, "arrival": {"time": "1694888993"}, "stopId": "39619"}, {"stopSequence": 27, "arrival": {"time": "1694889039"}, "stopId": "39620"}, {"stopSequence": 28, "arrival": {"time": "1694889108"}, "stopId": "39621"}, {"stopSequence": 29, "arrival": {"time": "1694889159"}, "stopId": "38281"}, {"stopSequence": 30, "arrival": {"time": "1694889216"}, "stopId": "37506"}, {"stopSequence": 31, "arrival": {"time": "1694889257"}, "stopId": "45068"}, {"stopSequence": 32, "arrival": {"time": "1694889384"}, "stopId": "37480"}, {"stopSequence": 33, "arrival": {"time": "1694889446"}, "stopId": "37477"}, {"stopSequence": 34, "arrival": {"time": "1694889513"}, "stopId": "40848"}, {"stopSequence": 35, "arrival": {"time": "1694889596"}, "stopId": "2-Apr"}, {"stopSequence": 36, "arrival": {"time": "1694889652"}, "stopId": "39728"}, {"stopSequence": 37, "arrival": {"time": "1694889741"}, "stopId": "39729"}, {"stopSequence": 38, "arrival": {"time": "1694889772"}, "stopId": "39730"}, {"stopSequence": 39, "arrival": {"time": "1694889872"}, "stopId": "42200"}, {"stopSequence": 40, "arrival": {"time": "1694889915"}, "stopId": "42203"}, {"stopSequence": 41, "arrival": {"time": "1694889968"}, "stopId": "42204"}, {"stopSequence": 42, "arrival": {"time": "1694890009"}, "stopId": "42205"}, {"stopSequence": 43, "arrival": {"time": "1694890068"}, "stopId": "42201"}, {"stopSequence": 44, "arrival": {"time": "1694890307"}, "stopId": "42206"}, {"stopSequence": 45, "arrival": {"time": "1694890368"}, "stopId": "42207"}, {"stopSequence": 46, "arrival": {"time": "1694890427"}, "stopId": "42208"}, {"stopSequence": 47, "arrival": {"time": "1694890557"}, "stopId": "42564"}, {"stopSequence": 48, "arrival": {"time": "1694890661"}, "stopId": "42214"}, {"stopSequence": 49, "arrival": {"time": "1694890768"}, "stopId": "42209"}, {"stopSequence": 50, "arrival": {"time": "1694890891"}, "stopId": "42210"}, {"stopSequence": 51, "arrival": {"time": "1694891090"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694891124"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694891169"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694891253"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694891292"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694891418"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694891470"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694891549"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694891632"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694891667"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694891762"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694891844"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694891913"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694892024"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694892081"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694892192"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694892251"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694892368"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694892563"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694892673"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694892722"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694892810"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694892901"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694892917"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694892939"}, "stopId": "49264"}], "vehicle": {"licensePlate": "LCTH12"}, "timestamp": "1694888948"}, "vehicle": {"trip": {"tripId": "16891-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.815426, "longitude": -73.04723, "bearing": 153.0, "odometer": 0.0, "speed": 2.7}, "timestamp": "1694888948", "vehicle": {"licensePlate": "LCTH12"}}}, {"id": "1f477b16-663d-4171-baa6-ff00be7a30cc", "tripUpdate": {"trip": {"tripId": "16888-701ff27f-2", "startTime": "13:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889083"}, "stopId": "42215"}, {"stopSequence": 52, "arrival": {"time": "1694889115"}, "stopId": "42216"}, {"stopSequence": 53, "arrival": {"time": "1694889158"}, "stopId": "42217"}, {"stopSequence": 54, "arrival": {"time": "1694889235"}, "stopId": "42218"}, {"stopSequence": 55, "arrival": {"time": "1694889271"}, "stopId": "42219"}, {"stopSequence": 56, "arrival": {"time": "1694889380"}, "stopId": "42220"}, {"stopSequence": 57, "arrival": {"time": "1694889425"}, "stopId": "42221"}, {"stopSequence": 58, "arrival": {"time": "1694889491"}, "stopId": "42222"}, {"stopSequence": 59, "arrival": {"time": "1694889559"}, "stopId": "42223"}, {"stopSequence": 60, "arrival": {"time": "1694889586"}, "stopId": "42224"}, {"stopSequence": 61, "arrival": {"time": "1694889661"}, "stopId": "42225"}, {"stopSequence": 62, "arrival": {"time": "1694889724"}, "stopId": "42226"}, {"stopSequence": 63, "arrival": {"time": "1694889775"}, "stopId": "42227"}, {"stopSequence": 64, "arrival": {"time": "1694889856"}, "stopId": "42228"}, {"stopSequence": 65, "arrival": {"time": "1694889896"}, "stopId": "42229"}, {"stopSequence": 66, "arrival": {"time": "1694889974"}, "stopId": "42230"}, {"stopSequence": 67, "arrival": {"time": "1694890014"}, "stopId": "42231"}, {"stopSequence": 68, "arrival": {"time": "1694890092"}, "stopId": "42232"}, {"stopSequence": 69, "arrival": {"time": "1694890217"}, "stopId": "42234"}, {"stopSequence": 70, "arrival": {"time": "1694890286"}, "stopId": "42235"}, {"stopSequence": 71, "arrival": {"time": "1694890315"}, "stopId": "42211"}, {"stopSequence": 72, "arrival": {"time": "1694890368"}, "stopId": "49203"}, {"stopSequence": 73, "arrival": {"time": "1694890421"}, "stopId": "49204"}, {"stopSequence": 74, "arrival": {"time": "1694890431"}, "stopId": "42503"}, {"stopSequence": 75, "arrival": {"time": "1694890443"}, "stopId": "49264"}], "vehicle": {"licensePlate": "WV6705"}, "timestamp": "1694888936"}, "vehicle": {"trip": {"tripId": "16888-701ff27f-2", "startTime": "13:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.892338, "longitude": -73.035614, "bearing": 157.0, "odometer": 0.0, "speed": 40.5}, "timestamp": "1694888936", "vehicle": {"licensePlate": "WV6705"}}}, {"id": "40f6c9b1-7fae-40dd-b7d9-6fd7834cb315", "tripUpdate": {"trip": {"tripId": "16820-701ff27f-2", "startTime": "15:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 53, "arrival": {"time": "1694888988"}, "stopId": "38521"}, {"stopSequence": 54, "arrival": {"time": "1694889040"}, "stopId": "38522"}, {"stopSequence": 55, "arrival": {"time": "1694889093"}, "stopId": "38523"}, {"stopSequence": 56, "arrival": {"time": "1694889148"}, "stopId": "38524"}, {"stopSequence": 57, "arrival": {"time": "1694889199"}, "stopId": "38525"}, {"stopSequence": 58, "arrival": {"time": "1694889252"}, "stopId": "38526"}, {"stopSequence": 59, "arrival": {"time": "1694889301"}, "stopId": "38527"}, {"stopSequence": 60, "arrival": {"time": "1694889389"}, "stopId": "38528"}, {"stopSequence": 61, "arrival": {"time": "1694889504"}, "stopId": "38529"}, {"stopSequence": 62, "arrival": {"time": "1694889711"}, "stopId": "38530"}, {"stopSequence": 63, "arrival": {"time": "1694889723"}, "stopId": "16005209"}, {"stopSequence": 64, "arrival": {"time": "1694889953"}, "stopId": "38531"}, {"stopSequence": 65, "arrival": {"time": "1694890006"}, "stopId": "8921285"}, {"stopSequence": 66, "arrival": {"time": "1694890115"}, "stopId": "38532"}, {"stopSequence": 67, "arrival": {"time": "1694890166"}, "stopId": "38533"}, {"stopSequence": 68, "arrival": {"time": "1694890219"}, "stopId": "38534"}, {"stopSequence": 69, "arrival": {"time": "1694890266"}, "stopId": "38535"}, {"stopSequence": 70, "arrival": {"time": "1694890330"}, "stopId": "38536"}, {"stopSequence": 71, "arrival": {"time": "1694890366"}, "stopId": "4838437"}, {"stopSequence": 72, "arrival": {"time": "1694890420"}, "stopId": "45085"}, {"stopSequence": 73, "arrival": {"time": "1694890498"}, "stopId": "45086"}, {"stopSequence": 74, "arrival": {"time": "1694890619"}, "stopId": "38540"}, {"stopSequence": 75, "arrival": {"time": "1694890693"}, "stopId": "38544"}, {"stopSequence": 76, "arrival": {"time": "1694890858"}, "stopId": "38546"}, {"stopSequence": 77, "arrival": {"time": "1694890985"}, "stopId": "38548"}, {"stopSequence": 78, "arrival": {"time": "1694891057"}, "stopId": "38549"}, {"stopSequence": 79, "arrival": {"time": "1694891117"}, "stopId": "38550"}, {"stopSequence": 80, "arrival": {"time": "1694891223"}, "stopId": "38551"}, {"stopSequence": 81, "arrival": {"time": "1694891319"}, "stopId": "38552"}, {"stopSequence": 82, "arrival": {"time": "1694891414"}, "stopId": "49359"}, {"stopSequence": 83, "arrival": {"time": "1694891469"}, "stopId": "49360"}, {"stopSequence": 84, "arrival": {"time": "1694891605"}, "stopId": "49361"}, {"stopSequence": 85, "arrival": {"time": "1694891638"}, "stopId": "49362"}, {"stopSequence": 86, "arrival": {"time": "1694891696"}, "stopId": "49363"}, {"stopSequence": 87, "arrival": {"time": "1694891757"}, "stopId": "49364"}, {"stopSequence": 88, "arrival": {"time": "1694891812"}, "stopId": "49365"}], "vehicle": {"licensePlate": "ZT1142"}, "timestamp": "1694888946"}, "vehicle": {"trip": {"tripId": "16820-701ff27f-2", "startTime": "15:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "position": {"latitude": -36.818565, "longitude": -73.0452, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888946", "vehicle": {"licensePlate": "ZT1142"}}}, {"id": "bc1656f3-417d-4b2c-a8c9-ad061d417314", "tripUpdate": {"trip": {"tripId": "16821-701ff27f-2", "startTime": "15:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694888948"}, "stopId": "42280"}, {"stopSequence": 10, "arrival": {"time": "1694888993"}, "stopId": "42281"}, {"stopSequence": 11, "arrival": {"time": "1694889072"}, "stopId": "42282"}, {"stopSequence": 12, "arrival": {"time": "1694889130"}, "stopId": "42283"}, {"stopSequence": 13, "arrival": {"time": "1694889197"}, "stopId": "49279"}, {"stopSequence": 14, "arrival": {"time": "1694889277"}, "stopId": "42285"}, {"stopSequence": 15, "arrival": {"time": "1694889365"}, "stopId": "42286"}, {"stopSequence": 16, "arrival": {"time": "1694889382"}, "stopId": "42287"}, {"stopSequence": 17, "arrival": {"time": "1694889438"}, "stopId": "42288"}, {"stopSequence": 18, "arrival": {"time": "1694889473"}, "stopId": "42289"}, {"stopSequence": 19, "arrival": {"time": "1694889546"}, "stopId": "42290"}, {"stopSequence": 20, "arrival": {"time": "1694889595"}, "stopId": "42291"}, {"stopSequence": 21, "arrival": {"time": "1694889688"}, "stopId": "42292"}, {"stopSequence": 22, "arrival": {"time": "1694889756"}, "stopId": "42293"}, {"stopSequence": 23, "arrival": {"time": "1694889928"}, "stopId": "42294"}, {"stopSequence": 24, "arrival": {"time": "1694890054"}, "stopId": "42295"}, {"stopSequence": 25, "arrival": {"time": "1694890165"}, "stopId": "42296"}, {"stopSequence": 26, "arrival": {"time": "1694890288"}, "stopId": "42297"}, {"stopSequence": 27, "arrival": {"time": "1694890383"}, "stopId": "42298"}, {"stopSequence": 28, "arrival": {"time": "1694890447"}, "stopId": "42299"}, {"stopSequence": 29, "arrival": {"time": "1694890489"}, "stopId": "49295"}, {"stopSequence": 30, "arrival": {"time": "1694890610"}, "stopId": "49296"}, {"stopSequence": 31, "arrival": {"time": "1694890702"}, "stopId": "49297"}, {"stopSequence": 32, "arrival": {"time": "1694890736"}, "stopId": "49298"}, {"stopSequence": 33, "arrival": {"time": "1694890798"}, "stopId": "49299"}, {"stopSequence": 34, "arrival": {"time": "1694890853"}, "stopId": "49300"}, {"stopSequence": 35, "arrival": {"time": "1694890941"}, "stopId": "49301"}, {"stopSequence": 36, "arrival": {"time": "1694891015"}, "stopId": "49302"}, {"stopSequence": 37, "arrival": {"time": "1694891064"}, "stopId": "49303"}, {"stopSequence": 38, "arrival": {"time": "1694891120"}, "stopId": "49304"}, {"stopSequence": 39, "arrival": {"time": "1694891152"}, "stopId": "49305"}, {"stopSequence": 40, "arrival": {"time": "1694891215"}, "stopId": "49306"}, {"stopSequence": 41, "arrival": {"time": "1694891260"}, "stopId": "49307"}, {"stopSequence": 42, "arrival": {"time": "1694891288"}, "stopId": "49308"}, {"stopSequence": 43, "arrival": {"time": "1694891316"}, "stopId": "49309"}, {"stopSequence": 44, "arrival": {"time": "1694891348"}, "stopId": "42315"}, {"stopSequence": 45, "arrival": {"time": "1694891375"}, "stopId": "42316"}, {"stopSequence": 46, "arrival": {"time": "1694891435"}, "stopId": "42317"}, {"stopSequence": 47, "arrival": {"time": "1694891497"}, "stopId": "42318"}, {"stopSequence": 48, "arrival": {"time": "1694891577"}, "stopId": "8606396"}, {"stopSequence": 49, "arrival": {"time": "1694891674"}, "stopId": "38514"}, {"stopSequence": 50, "arrival": {"time": "1694891723"}, "stopId": "38516"}, {"stopSequence": 51, "arrival": {"time": "1694891799"}, "stopId": "38518"}, {"stopSequence": 52, "arrival": {"time": "1694891926"}, "stopId": "38520"}, {"stopSequence": 53, "arrival": {"time": "1694891985"}, "stopId": "38521"}, {"stopSequence": 54, "arrival": {"time": "1694892053"}, "stopId": "38522"}, {"stopSequence": 55, "arrival": {"time": "1694892122"}, "stopId": "38523"}, {"stopSequence": 56, "arrival": {"time": "1694892197"}, "stopId": "38524"}, {"stopSequence": 57, "arrival": {"time": "1694892267"}, "stopId": "38525"}, {"stopSequence": 58, "arrival": {"time": "1694892344"}, "stopId": "38526"}, {"stopSequence": 59, "arrival": {"time": "1694892417"}, "stopId": "38527"}, {"stopSequence": 60, "arrival": {"time": "1694892551"}, "stopId": "38528"}, {"stopSequence": 61, "arrival": {"time": "1694892736"}, "stopId": "38529"}, {"stopSequence": 62, "arrival": {"time": "1694893102"}, "stopId": "38530"}, {"stopSequence": 63, "arrival": {"time": "1694893125"}, "stopId": "16005209"}, {"stopSequence": 64, "arrival": {"time": "1694893587"}, "stopId": "38531"}, {"stopSequence": 65, "arrival": {"time": "1694893702"}, "stopId": "8921285"}, {"stopSequence": 66, "arrival": {"time": "1694893949"}, "stopId": "38532"}, {"stopSequence": 67, "arrival": {"time": "1694894071"}, "stopId": "38533"}, {"stopSequence": 68, "arrival": {"time": "1694894201"}, "stopId": "38534"}, {"stopSequence": 69, "arrival": {"time": "1694894320"}, "stopId": "38535"}, {"stopSequence": 70, "arrival": {"time": "1694894487"}, "stopId": "38536"}, {"stopSequence": 71, "arrival": {"time": "1694894582"}, "stopId": "4838437"}, {"stopSequence": 72, "arrival": {"time": "1694894730"}, "stopId": "45085"}, {"stopSequence": 73, "arrival": {"time": "1694894956"}, "stopId": "45086"}, {"stopSequence": 74, "arrival": {"time": "1694895321"}, "stopId": "38540"}, {"stopSequence": 75, "arrival": {"time": "1694895560"}, "stopId": "38544"}, {"stopSequence": 76, "arrival": {"time": "1694896134"}, "stopId": "38546"}, {"stopSequence": 77, "arrival": {"time": "1694896619"}, "stopId": "38548"}, {"stopSequence": 78, "arrival": {"time": "1694896908"}, "stopId": "38549"}, {"stopSequence": 79, "arrival": {"time": "1694897164"}, "stopId": "38550"}, {"stopSequence": 80, "arrival": {"time": "1694897638"}, "stopId": "38551"}, {"stopSequence": 81, "arrival": {"time": "1694898097"}, "stopId": "38552"}, {"stopSequence": 82, "arrival": {"time": "1694898581"}, "stopId": "49359"}, {"stopSequence": 83, "arrival": {"time": "1694898878"}, "stopId": "49360"}, {"stopSequence": 84, "arrival": {"time": "1694899663"}, "stopId": "49361"}, {"stopSequence": 85, "arrival": {"time": "1694899867"}, "stopId": "49362"}, {"stopSequence": 86, "arrival": {"time": "1694900235"}, "stopId": "49363"}, {"stopSequence": 87, "arrival": {"time": "1694900639"}, "stopId": "49364"}, {"stopSequence": 88, "arrival": {"time": "1694901021"}, "stopId": "49365"}], "vehicle": {"licensePlate": "ZV8810"}, "timestamp": "1694888905"}, "vehicle": {"trip": {"tripId": "16821-701ff27f-2", "startTime": "15:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 0}, "position": {"latitude": -36.935074, "longitude": -73.021, "bearing": 340.0, "odometer": 0.0, "speed": 13.5}, "timestamp": "1694888905", "vehicle": {"licensePlate": "ZV8810"}}}, {"id": "f37a3d9e-2461-4cea-9191-cbf3422bb261", "tripUpdate": {"trip": {"tripId": "17072-701ff27f-2", "startTime": "14:38:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 73, "arrival": {"time": "1694889034"}, "stopId": "38527"}, {"stopSequence": 74, "arrival": {"time": "1694889127"}, "stopId": "38528"}, {"stopSequence": 75, "arrival": {"time": "1694889244"}, "stopId": "38529"}, {"stopSequence": 76, "arrival": {"time": "1694889461"}, "stopId": "38530"}, {"stopSequence": 77, "arrival": {"time": "1694889474"}, "stopId": "16005209"}, {"stopSequence": 78, "arrival": {"time": "1694889707"}, "stopId": "38531"}, {"stopSequence": 79, "arrival": {"time": "1694889761"}, "stopId": "8921285"}, {"stopSequence": 80, "arrival": {"time": "1694889870"}, "stopId": "38532"}, {"stopSequence": 81, "arrival": {"time": "1694889921"}, "stopId": "38533"}, {"stopSequence": 82, "arrival": {"time": "1694889973"}, "stopId": "38534"}, {"stopSequence": 83, "arrival": {"time": "1694890021"}, "stopId": "38535"}, {"stopSequence": 84, "arrival": {"time": "1694890079"}, "stopId": "38536"}, {"stopSequence": 85, "arrival": {"time": "1694890119"}, "stopId": "4838437"}, {"stopSequence": 86, "arrival": {"time": "1694890170"}, "stopId": "45085"}, {"stopSequence": 87, "arrival": {"time": "1694890250"}, "stopId": "45086"}, {"stopSequence": 88, "arrival": {"time": "1694890300"}, "stopId": "38539"}, {"stopSequence": 89, "arrival": {"time": "1694890364"}, "stopId": "38540"}, {"stopSequence": 90, "arrival": {"time": "1694890441"}, "stopId": "38544"}, {"stopSequence": 91, "arrival": {"time": "1694890501"}, "stopId": "38545"}, {"stopSequence": 92, "arrival": {"time": "1694890602"}, "stopId": "38546"}, {"stopSequence": 93, "arrival": {"time": "1694890723"}, "stopId": "38548"}, {"stopSequence": 94, "arrival": {"time": "1694890790"}, "stopId": "38549"}, {"stopSequence": 95, "arrival": {"time": "1694890851"}, "stopId": "38550"}, {"stopSequence": 96, "arrival": {"time": "1694890939"}, "stopId": "38551"}, {"stopSequence": 97, "arrival": {"time": "1694891038"}, "stopId": "38552"}, {"stopSequence": 98, "arrival": {"time": "1694891127"}, "stopId": "49359"}, {"stopSequence": 99, "arrival": {"time": "1694891181"}, "stopId": "49360"}, {"stopSequence": 100, "arrival": {"time": "1694891304"}, "stopId": "49361"}, {"stopSequence": 101, "arrival": {"time": "1694891335"}, "stopId": "49362"}, {"stopSequence": 102, "arrival": {"time": "1694891388"}, "stopId": "49363"}, {"stopSequence": 103, "arrival": {"time": "1694891444"}, "stopId": "49364"}, {"stopSequence": 104, "arrival": {"time": "1694891496"}, "stopId": "49365"}, {"stopSequence": 105, "arrival": {"time": "1694891570"}, "stopId": "38560"}, {"stopSequence": 106, "arrival": {"time": "1694891610"}, "stopId": "42857"}, {"stopSequence": 107, "arrival": {"time": "1694891648"}, "stopId": "38562"}, {"stopSequence": 108, "arrival": {"time": "1694891704"}, "stopId": "38563"}, {"stopSequence": 109, "arrival": {"time": "1694891751"}, "stopId": "38564"}, {"stopSequence": 110, "arrival": {"time": "1694891869"}, "stopId": "38565"}, {"stopSequence": 111, "arrival": {"time": "1694891931"}, "stopId": "40932"}, {"stopSequence": 112, "arrival": {"time": "1694892029"}, "stopId": "38567"}, {"stopSequence": 113, "arrival": {"time": "1694892091"}, "stopId": "38568"}, {"stopSequence": 114, "arrival": {"time": "1694892188"}, "stopId": "38570"}, {"stopSequence": 115, "arrival": {"time": "1694892266"}, "stopId": "38571"}, {"stopSequence": 116, "arrival": {"time": "1694892341"}, "stopId": "38572"}, {"stopSequence": 117, "arrival": {"time": "1694892393"}, "stopId": "38573"}], "vehicle": {"licensePlate": "DRTH95"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "17072-701ff27f-2", "startTime": "14:38:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.805946, "longitude": -73.05335, "bearing": 334.0, "odometer": 0.0, "speed": 15.833333}, "timestamp": "1694889002", "vehicle": {"licensePlate": "DRTH95"}}}, {"id": "d94c2c3f-864c-496f-a342-2333e4fb4835", "tripUpdate": {"trip": {"tripId": "17073-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694889119"}, "stopId": "42297"}, {"stopSequence": 41, "arrival": {"time": "1694889220"}, "stopId": "42298"}, {"stopSequence": 42, "arrival": {"time": "1694889286"}, "stopId": "42299"}, {"stopSequence": 43, "arrival": {"time": "1694889329"}, "stopId": "49295"}, {"stopSequence": 44, "arrival": {"time": "1694889450"}, "stopId": "49296"}, {"stopSequence": 45, "arrival": {"time": "1694889534"}, "stopId": "49297"}, {"stopSequence": 46, "arrival": {"time": "1694889572"}, "stopId": "49298"}, {"stopSequence": 47, "arrival": {"time": "1694889631"}, "stopId": "49299"}, {"stopSequence": 48, "arrival": {"time": "1694889682"}, "stopId": "49300"}, {"stopSequence": 49, "arrival": {"time": "1694889764"}, "stopId": "49301"}, {"stopSequence": 50, "arrival": {"time": "1694889830"}, "stopId": "49302"}, {"stopSequence": 51, "arrival": {"time": "1694889874"}, "stopId": "49303"}, {"stopSequence": 52, "arrival": {"time": "1694889918"}, "stopId": "49304"}, {"stopSequence": 53, "arrival": {"time": "1694889952"}, "stopId": "49305"}, {"stopSequence": 54, "arrival": {"time": "1694890006"}, "stopId": "49306"}, {"stopSequence": 55, "arrival": {"time": "1694890045"}, "stopId": "49307"}, {"stopSequence": 56, "arrival": {"time": "1694890068"}, "stopId": "49308"}, {"stopSequence": 57, "arrival": {"time": "1694890092"}, "stopId": "49309"}, {"stopSequence": 58, "arrival": {"time": "1694890119"}, "stopId": "42315"}, {"stopSequence": 59, "arrival": {"time": "1694890141"}, "stopId": "42316"}, {"stopSequence": 60, "arrival": {"time": "1694890191"}, "stopId": "42317"}, {"stopSequence": 61, "arrival": {"time": "1694890242"}, "stopId": "42318"}, {"stopSequence": 62, "arrival": {"time": "1694890312"}, "stopId": "8606396"}, {"stopSequence": 63, "arrival": {"time": "1694890383"}, "stopId": "38514"}, {"stopSequence": 64, "arrival": {"time": "1694890421"}, "stopId": "38516"}, {"stopSequence": 65, "arrival": {"time": "1694890480"}, "stopId": "38518"}, {"stopSequence": 66, "arrival": {"time": "1694890581"}, "stopId": "38520"}, {"stopSequence": 67, "arrival": {"time": "1694890621"}, "stopId": "38521"}, {"stopSequence": 68, "arrival": {"time": "1694890671"}, "stopId": "38522"}, {"stopSequence": 69, "arrival": {"time": "1694890722"}, "stopId": "38523"}, {"stopSequence": 70, "arrival": {"time": "1694890776"}, "stopId": "38524"}, {"stopSequence": 71, "arrival": {"time": "1694890826"}, "stopId": "38525"}, {"stopSequence": 72, "arrival": {"time": "1694890880"}, "stopId": "38526"}, {"stopSequence": 73, "arrival": {"time": "1694890931"}, "stopId": "38527"}, {"stopSequence": 74, "arrival": {"time": "1694891023"}, "stopId": "38528"}, {"stopSequence": 75, "arrival": {"time": "1694891145"}, "stopId": "38529"}, {"stopSequence": 76, "arrival": {"time": "1694891384"}, "stopId": "38530"}, {"stopSequence": 77, "arrival": {"time": "1694891398"}, "stopId": "16005209"}, {"stopSequence": 78, "arrival": {"time": "1694891679"}, "stopId": "38531"}, {"stopSequence": 79, "arrival": {"time": "1694891747"}, "stopId": "8921285"}, {"stopSequence": 80, "arrival": {"time": "1694891888"}, "stopId": "38532"}, {"stopSequence": 81, "arrival": {"time": "1694891957"}, "stopId": "38533"}, {"stopSequence": 82, "arrival": {"time": "1694892029"}, "stopId": "38534"}, {"stopSequence": 83, "arrival": {"time": "1694892095"}, "stopId": "38535"}, {"stopSequence": 84, "arrival": {"time": "1694892177"}, "stopId": "38536"}, {"stopSequence": 85, "arrival": {"time": "1694892234"}, "stopId": "4838437"}, {"stopSequence": 86, "arrival": {"time": "1694892309"}, "stopId": "45085"}, {"stopSequence": 87, "arrival": {"time": "1694892430"}, "stopId": "45086"}, {"stopSequence": 88, "arrival": {"time": "1694892506"}, "stopId": "38539"}, {"stopSequence": 89, "arrival": {"time": "1694892607"}, "stopId": "38540"}, {"stopSequence": 90, "arrival": {"time": "1694892730"}, "stopId": "38544"}, {"stopSequence": 91, "arrival": {"time": "1694892828"}, "stopId": "38545"}, {"stopSequence": 92, "arrival": {"time": "1694892999"}, "stopId": "38546"}, {"stopSequence": 93, "arrival": {"time": "1694893213"}, "stopId": "38548"}, {"stopSequence": 94, "arrival": {"time": "1694893334"}, "stopId": "38549"}, {"stopSequence": 95, "arrival": {"time": "1694893449"}, "stopId": "38550"}, {"stopSequence": 96, "arrival": {"time": "1694893616"}, "stopId": "38551"}, {"stopSequence": 97, "arrival": {"time": "1694893812"}, "stopId": "38552"}, {"stopSequence": 98, "arrival": {"time": "1694893992"}, "stopId": "49359"}, {"stopSequence": 99, "arrival": {"time": "1694894105"}, "stopId": "49360"}, {"stopSequence": 100, "arrival": {"time": "1694894371"}, "stopId": "49361"}, {"stopSequence": 101, "arrival": {"time": "1694894439"}, "stopId": "49362"}, {"stopSequence": 102, "arrival": {"time": "1694894558"}, "stopId": "49363"}, {"stopSequence": 103, "arrival": {"time": "1694894686"}, "stopId": "49364"}, {"stopSequence": 104, "arrival": {"time": "1694894808"}, "stopId": "49365"}, {"stopSequence": 105, "arrival": {"time": "1694894983"}, "stopId": "38560"}, {"stopSequence": 106, "arrival": {"time": "1694895081"}, "stopId": "42857"}, {"stopSequence": 107, "arrival": {"time": "1694895174"}, "stopId": "38562"}, {"stopSequence": 108, "arrival": {"time": "1694895315"}, "stopId": "38563"}, {"stopSequence": 109, "arrival": {"time": "1694895436"}, "stopId": "38564"}, {"stopSequence": 110, "arrival": {"time": "1694895746"}, "stopId": "38565"}, {"stopSequence": 111, "arrival": {"time": "1694895915"}, "stopId": "40932"}, {"stopSequence": 112, "arrival": {"time": "1694896187"}, "stopId": "38567"}, {"stopSequence": 113, "arrival": {"time": "1694896366"}, "stopId": "38568"}, {"stopSequence": 114, "arrival": {"time": "1694896652"}, "stopId": "38570"}, {"stopSequence": 115, "arrival": {"time": "1694896891"}, "stopId": "38571"}, {"stopSequence": 116, "arrival": {"time": "1694897127"}, "stopId": "38572"}, {"stopSequence": 117, "arrival": {"time": "1694897295"}, "stopId": "38573"}], "vehicle": {"licensePlate": "FDBX25"}, "timestamp": "1694888998"}, "vehicle": {"trip": {"tripId": "17073-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.879173, "longitude": -73.03799, "bearing": 354.0, "odometer": 0.0, "speed": 13.055555}, "timestamp": "1694888998", "vehicle": {"licensePlate": "FDBX25"}}}, {"id": "56e97065-073e-467f-8b59-d21050a2905f", "tripUpdate": {"trip": {"tripId": "17074-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889006"}, "stopId": "42285"}, {"stopSequence": 29, "arrival": {"time": "1694889100"}, "stopId": "42286"}, {"stopSequence": 30, "arrival": {"time": "1694889117"}, "stopId": "42287"}, {"stopSequence": 31, "arrival": {"time": "1694889176"}, "stopId": "42288"}, {"stopSequence": 32, "arrival": {"time": "1694889213"}, "stopId": "42289"}, {"stopSequence": 33, "arrival": {"time": "1694889297"}, "stopId": "42290"}, {"stopSequence": 34, "arrival": {"time": "1694889349"}, "stopId": "42291"}, {"stopSequence": 35, "arrival": {"time": "1694889436"}, "stopId": "42292"}, {"stopSequence": 36, "arrival": {"time": "1694889508"}, "stopId": "42293"}, {"stopSequence": 37, "arrival": {"time": "1694889676"}, "stopId": "42294"}, {"stopSequence": 38, "arrival": {"time": "1694889809"}, "stopId": "42295"}, {"stopSequence": 39, "arrival": {"time": "1694889920"}, "stopId": "42296"}, {"stopSequence": 40, "arrival": {"time": "1694890042"}, "stopId": "42297"}, {"stopSequence": 41, "arrival": {"time": "1694890136"}, "stopId": "42298"}, {"stopSequence": 42, "arrival": {"time": "1694890198"}, "stopId": "42299"}, {"stopSequence": 43, "arrival": {"time": "1694890239"}, "stopId": "49295"}, {"stopSequence": 44, "arrival": {"time": "1694890357"}, "stopId": "49296"}, {"stopSequence": 45, "arrival": {"time": "1694890440"}, "stopId": "49297"}, {"stopSequence": 46, "arrival": {"time": "1694890478"}, "stopId": "49298"}, {"stopSequence": 47, "arrival": {"time": "1694890537"}, "stopId": "49299"}, {"stopSequence": 48, "arrival": {"time": "1694890589"}, "stopId": "49300"}, {"stopSequence": 49, "arrival": {"time": "1694890674"}, "stopId": "49301"}, {"stopSequence": 50, "arrival": {"time": "1694890743"}, "stopId": "49302"}, {"stopSequence": 51, "arrival": {"time": "1694890789"}, "stopId": "49303"}, {"stopSequence": 52, "arrival": {"time": "1694890836"}, "stopId": "49304"}, {"stopSequence": 53, "arrival": {"time": "1694890873"}, "stopId": "49305"}, {"stopSequence": 54, "arrival": {"time": "1694890931"}, "stopId": "49306"}, {"stopSequence": 55, "arrival": {"time": "1694890973"}, "stopId": "49307"}, {"stopSequence": 56, "arrival": {"time": "1694890999"}, "stopId": "49308"}, {"stopSequence": 57, "arrival": {"time": "1694891025"}, "stopId": "49309"}, {"stopSequence": 58, "arrival": {"time": "1694891055"}, "stopId": "42315"}, {"stopSequence": 59, "arrival": {"time": "1694891080"}, "stopId": "42316"}, {"stopSequence": 60, "arrival": {"time": "1694891135"}, "stopId": "42317"}, {"stopSequence": 61, "arrival": {"time": "1694891193"}, "stopId": "42318"}, {"stopSequence": 62, "arrival": {"time": "1694891273"}, "stopId": "8606396"}, {"stopSequence": 63, "arrival": {"time": "1694891355"}, "stopId": "38514"}, {"stopSequence": 64, "arrival": {"time": "1694891399"}, "stopId": "38516"}, {"stopSequence": 65, "arrival": {"time": "1694891468"}, "stopId": "38518"}, {"stopSequence": 66, "arrival": {"time": "1694891589"}, "stopId": "38520"}, {"stopSequence": 67, "arrival": {"time": "1694891637"}, "stopId": "38521"}, {"stopSequence": 68, "arrival": {"time": "1694891698"}, "stopId": "38522"}, {"stopSequence": 69, "arrival": {"time": "1694891760"}, "stopId": "38523"}, {"stopSequence": 70, "arrival": {"time": "1694891827"}, "stopId": "38524"}, {"stopSequence": 71, "arrival": {"time": "1694891890"}, "stopId": "38525"}, {"stopSequence": 72, "arrival": {"time": "1694891958"}, "stopId": "38526"}, {"stopSequence": 73, "arrival": {"time": "1694892022"}, "stopId": "38527"}, {"stopSequence": 74, "arrival": {"time": "1694892140"}, "stopId": "38528"}, {"stopSequence": 75, "arrival": {"time": "1694892299"}, "stopId": "38529"}, {"stopSequence": 76, "arrival": {"time": "1694892619"}, "stopId": "38530"}, {"stopSequence": 77, "arrival": {"time": "1694892640"}, "stopId": "16005209"}, {"stopSequence": 78, "arrival": {"time": "1694893032"}, "stopId": "38531"}, {"stopSequence": 79, "arrival": {"time": "1694893129"}, "stopId": "8921285"}, {"stopSequence": 80, "arrival": {"time": "1694893336"}, "stopId": "38532"}, {"stopSequence": 81, "arrival": {"time": "1694893437"}, "stopId": "38533"}, {"stopSequence": 82, "arrival": {"time": "1694893545"}, "stopId": "38534"}, {"stopSequence": 83, "arrival": {"time": "1694893644"}, "stopId": "38535"}, {"stopSequence": 84, "arrival": {"time": "1694893770"}, "stopId": "38536"}, {"stopSequence": 85, "arrival": {"time": "1694893858"}, "stopId": "4838437"}, {"stopSequence": 86, "arrival": {"time": "1694893975"}, "stopId": "45085"}, {"stopSequence": 87, "arrival": {"time": "1694894165"}, "stopId": "45086"}, {"stopSequence": 88, "arrival": {"time": "1694894287"}, "stopId": "38539"}, {"stopSequence": 89, "arrival": {"time": "1694894450"}, "stopId": "38540"}, {"stopSequence": 90, "arrival": {"time": "1694894653"}, "stopId": "38544"}, {"stopSequence": 91, "arrival": {"time": "1694894817"}, "stopId": "38545"}, {"stopSequence": 92, "arrival": {"time": "1694895108"}, "stopId": "38546"}, {"stopSequence": 93, "arrival": {"time": "1694895483"}, "stopId": "38548"}, {"stopSequence": 94, "arrival": {"time": "1694895700"}, "stopId": "38549"}, {"stopSequence": 95, "arrival": {"time": "1694895908"}, "stopId": "38550"}, {"stopSequence": 96, "arrival": {"time": "1694896219"}, "stopId": "38551"}, {"stopSequence": 97, "arrival": {"time": "1694896592"}, "stopId": "38552"}, {"stopSequence": 98, "arrival": {"time": "1694896946"}, "stopId": "49359"}, {"stopSequence": 99, "arrival": {"time": "1694897171"}, "stopId": "49360"}, {"stopSequence": 100, "arrival": {"time": "1694897716"}, "stopId": "49361"}, {"stopSequence": 101, "arrival": {"time": "1694897859"}, "stopId": "49362"}, {"stopSequence": 102, "arrival": {"time": "1694898115"}, "stopId": "49363"}, {"stopSequence": 103, "arrival": {"time": "1694898391"}, "stopId": "49364"}, {"stopSequence": 104, "arrival": {"time": "1694898661"}, "stopId": "49365"}, {"stopSequence": 105, "arrival": {"time": "1694899058"}, "stopId": "38560"}, {"stopSequence": 106, "arrival": {"time": "1694899284"}, "stopId": "42857"}, {"stopSequence": 107, "arrival": {"time": "1694899502"}, "stopId": "38562"}, {"stopSequence": 108, "arrival": {"time": "1694899838"}, "stopId": "38563"}, {"stopSequence": 109, "arrival": {"time": "1694900131"}, "stopId": "38564"}, {"stopSequence": 110, "arrival": {"time": "1694900911"}, "stopId": "38565"}, {"stopSequence": 111, "arrival": {"time": "1694901351"}, "stopId": "40932"}, {"stopSequence": 112, "arrival": {"time": "1694902086"}, "stopId": "38567"}, {"stopSequence": 113, "arrival": {"time": "1694902590"}, "stopId": "38568"}, {"stopSequence": 114, "arrival": {"time": "1694903421"}, "stopId": "38570"}, {"stopSequence": 115, "arrival": {"time": "1694904148"}, "stopId": "38571"}, {"stopSequence": 116, "arrival": {"time": "1694904896"}, "stopId": "38572"}, {"stopSequence": 117, "arrival": {"time": "1694905449"}, "stopId": "38573"}], "vehicle": {"licensePlate": "FHSY68"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "17074-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.920048, "longitude": -73.02825, "bearing": 42.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694888984", "vehicle": {"licensePlate": "FHSY68"}}}, {"id": "7bb5090a-f651-470a-b835-fa89cd48ac4d", "tripUpdate": {"trip": {"tripId": "17075-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889030"}, "stopId": "42950"}, {"stopSequence": 12, "arrival": {"time": "1694889076"}, "stopId": "20540195"}, {"stopSequence": 13, "arrival": {"time": "1694889119"}, "stopId": "20540196"}, {"stopSequence": 14, "arrival": {"time": "1694889196"}, "stopId": "42948"}, {"stopSequence": 15, "arrival": {"time": "1694889225"}, "stopId": "20540198"}, {"stopSequence": 16, "arrival": {"time": "1694889247"}, "stopId": "42946"}, {"stopSequence": 17, "arrival": {"time": "1694889297"}, "stopId": "42894"}, {"stopSequence": 18, "arrival": {"time": "1694889332"}, "stopId": "42893"}, {"stopSequence": 19, "arrival": {"time": "1694889353"}, "stopId": "42891"}, {"stopSequence": 20, "arrival": {"time": "1694889379"}, "stopId": "42892"}, {"stopSequence": 21, "arrival": {"time": "1694889420"}, "stopId": "42895"}, {"stopSequence": 22, "arrival": {"time": "1694889432"}, "stopId": "42896"}, {"stopSequence": 23, "arrival": {"time": "1694889473"}, "stopId": "42889"}, {"stopSequence": 24, "arrival": {"time": "1694889516"}, "stopId": "42888"}, {"stopSequence": 25, "arrival": {"time": "1694889557"}, "stopId": "42890"}, {"stopSequence": 26, "arrival": {"time": "1694889600"}, "stopId": "42886"}, {"stopSequence": 27, "arrival": {"time": "1694889621"}, "stopId": "42885"}, {"stopSequence": 28, "arrival": {"time": "1694889683"}, "stopId": "42285"}, {"stopSequence": 29, "arrival": {"time": "1694889768"}, "stopId": "42286"}, {"stopSequence": 30, "arrival": {"time": "1694889785"}, "stopId": "42287"}, {"stopSequence": 31, "arrival": {"time": "1694889839"}, "stopId": "42288"}, {"stopSequence": 32, "arrival": {"time": "1694889874"}, "stopId": "42289"}, {"stopSequence": 33, "arrival": {"time": "1694889954"}, "stopId": "42290"}, {"stopSequence": 34, "arrival": {"time": "1694890003"}, "stopId": "42291"}, {"stopSequence": 35, "arrival": {"time": "1694890087"}, "stopId": "42292"}, {"stopSequence": 36, "arrival": {"time": "1694890157"}, "stopId": "42293"}, {"stopSequence": 37, "arrival": {"time": "1694890323"}, "stopId": "42294"}, {"stopSequence": 38, "arrival": {"time": "1694890458"}, "stopId": "42295"}, {"stopSequence": 39, "arrival": {"time": "1694890571"}, "stopId": "42296"}, {"stopSequence": 40, "arrival": {"time": "1694890698"}, "stopId": "42297"}, {"stopSequence": 41, "arrival": {"time": "1694890796"}, "stopId": "42298"}, {"stopSequence": 42, "arrival": {"time": "1694890862"}, "stopId": "42299"}, {"stopSequence": 43, "arrival": {"time": "1694890906"}, "stopId": "49295"}, {"stopSequence": 44, "arrival": {"time": "1694891034"}, "stopId": "49296"}, {"stopSequence": 45, "arrival": {"time": "1694891124"}, "stopId": "49297"}, {"stopSequence": 46, "arrival": {"time": "1694891166"}, "stopId": "49298"}, {"stopSequence": 47, "arrival": {"time": "1694891232"}, "stopId": "49299"}, {"stopSequence": 48, "arrival": {"time": "1694891290"}, "stopId": "49300"}, {"stopSequence": 49, "arrival": {"time": "1694891385"}, "stopId": "49301"}, {"stopSequence": 50, "arrival": {"time": "1694891463"}, "stopId": "49302"}, {"stopSequence": 51, "arrival": {"time": "1694891516"}, "stopId": "49303"}, {"stopSequence": 52, "arrival": {"time": "1694891570"}, "stopId": "49304"}, {"stopSequence": 53, "arrival": {"time": "1694891612"}, "stopId": "49305"}, {"stopSequence": 54, "arrival": {"time": "1694891680"}, "stopId": "49306"}, {"stopSequence": 55, "arrival": {"time": "1694891729"}, "stopId": "49307"}, {"stopSequence": 56, "arrival": {"time": "1694891759"}, "stopId": "49308"}, {"stopSequence": 57, "arrival": {"time": "1694891789"}, "stopId": "49309"}, {"stopSequence": 58, "arrival": {"time": "1694891825"}, "stopId": "42315"}, {"stopSequence": 59, "arrival": {"time": "1694891854"}, "stopId": "42316"}, {"stopSequence": 60, "arrival": {"time": "1694891920"}, "stopId": "42317"}, {"stopSequence": 61, "arrival": {"time": "1694891988"}, "stopId": "42318"}, {"stopSequence": 62, "arrival": {"time": "1694892085"}, "stopId": "8606396"}, {"stopSequence": 63, "arrival": {"time": "1694892184"}, "stopId": "38514"}, {"stopSequence": 64, "arrival": {"time": "1694892238"}, "stopId": "38516"}, {"stopSequence": 65, "arrival": {"time": "1694892323"}, "stopId": "38518"}, {"stopSequence": 66, "arrival": {"time": "1694892472"}, "stopId": "38520"}, {"stopSequence": 67, "arrival": {"time": "1694892532"}, "stopId": "38521"}, {"stopSequence": 68, "arrival": {"time": "1694892608"}, "stopId": "38522"}, {"stopSequence": 69, "arrival": {"time": "1694892687"}, "stopId": "38523"}, {"stopSequence": 70, "arrival": {"time": "1694892771"}, "stopId": "38524"}, {"stopSequence": 71, "arrival": {"time": "1694892852"}, "stopId": "38525"}, {"stopSequence": 72, "arrival": {"time": "1694892939"}, "stopId": "38526"}, {"stopSequence": 73, "arrival": {"time": "1694893022"}, "stopId": "38527"}, {"stopSequence": 74, "arrival": {"time": "1694893177"}, "stopId": "38528"}, {"stopSequence": 75, "arrival": {"time": "1694893386"}, "stopId": "38529"}, {"stopSequence": 76, "arrival": {"time": "1694893820"}, "stopId": "38530"}, {"stopSequence": 77, "arrival": {"time": "1694893848"}, "stopId": "16005209"}, {"stopSequence": 78, "arrival": {"time": "1694894396"}, "stopId": "38531"}, {"stopSequence": 79, "arrival": {"time": "1694894535"}, "stopId": "8921285"}, {"stopSequence": 80, "arrival": {"time": "1694894835"}, "stopId": "38532"}, {"stopSequence": 81, "arrival": {"time": "1694894984"}, "stopId": "38533"}, {"stopSequence": 82, "arrival": {"time": "1694895143"}, "stopId": "38534"}, {"stopSequence": 83, "arrival": {"time": "1694895292"}, "stopId": "38535"}, {"stopSequence": 84, "arrival": {"time": "1694895483"}, "stopId": "38536"}, {"stopSequence": 85, "arrival": {"time": "1694895616"}, "stopId": "4838437"}, {"stopSequence": 86, "arrival": {"time": "1694895796"}, "stopId": "45085"}, {"stopSequence": 87, "arrival": {"time": "1694896093"}, "stopId": "45086"}, {"stopSequence": 88, "arrival": {"time": "1694896287"}, "stopId": "38539"}, {"stopSequence": 89, "arrival": {"time": "1694896547"}, "stopId": "38540"}, {"stopSequence": 90, "arrival": {"time": "1694896878"}, "stopId": "38544"}, {"stopSequence": 91, "arrival": {"time": "1694897150"}, "stopId": "38545"}, {"stopSequence": 92, "arrival": {"time": "1694897641"}, "stopId": "38546"}, {"stopSequence": 93, "arrival": {"time": "1694898292"}, "stopId": "38548"}, {"stopSequence": 94, "arrival": {"time": "1694898681"}, "stopId": "38549"}, {"stopSequence": 95, "arrival": {"time": "1694899059"}, "stopId": "38550"}, {"stopSequence": 96, "arrival": {"time": "1694899639"}, "stopId": "38551"}, {"stopSequence": 97, "arrival": {"time": "1694900359"}, "stopId": "38552"}, {"stopSequence": 98, "arrival": {"time": "1694901063"}, "stopId": "49359"}, {"stopSequence": 99, "arrival": {"time": "1694901525"}, "stopId": "49360"}, {"stopSequence": 100, "arrival": {"time": "1694902685"}, "stopId": "49361"}, {"stopSequence": 101, "arrival": {"time": "1694902999"}, "stopId": "49362"}, {"stopSequence": 102, "arrival": {"time": "1694903572"}, "stopId": "49363"}, {"stopSequence": 103, "arrival": {"time": "1694904210"}, "stopId": "49364"}, {"stopSequence": 104, "arrival": {"time": "1694904849"}, "stopId": "49365"}, {"stopSequence": 105, "arrival": {"time": "1694905821"}, "stopId": "38560"}, {"stopSequence": 106, "arrival": {"time": "1694906393"}, "stopId": "42857"}, {"stopSequence": 107, "arrival": {"time": "1694906959"}, "stopId": "38562"}, {"stopSequence": 108, "arrival": {"time": "1694907858"}, "stopId": "38563"}, {"stopSequence": 109, "arrival": {"time": "1694908667"}, "stopId": "38564"}, {"stopSequence": 110, "arrival": {"time": "1694910959"}, "stopId": "38565"}, {"stopSequence": 111, "arrival": {"time": "1694912344"}, "stopId": "40932"}, {"stopSequence": 112, "arrival": {"time": "1694914833"}, "stopId": "38567"}, {"stopSequence": 113, "arrival": {"time": "1694916670"}, "stopId": "38568"}, {"stopSequence": 114, "arrival": {"time": "1694919979"}, "stopId": "38570"}, {"stopSequence": 115, "arrival": {"time": "1694923195"}, "stopId": "38571"}, {"stopSequence": 116, "arrival": {"time": "1694926866"}, "stopId": "38572"}, {"stopSequence": 117, "arrival": {"time": "1694929861"}, "stopId": "38573"}], "vehicle": {"licensePlate": "FKLS63"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "17075-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.939354, "longitude": -73.02516, "bearing": 334.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694889002", "vehicle": {"licensePlate": "FKLS63"}}}, {"id": "6ff0d331-7344-41e3-ab46-ce8d3c10e16c", "tripUpdate": {"trip": {"tripId": "17071-701ff27f-2", "startTime": "14:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 93, "arrival": {"time": "1694889072"}, "stopId": "38548"}, {"stopSequence": 94, "arrival": {"time": "1694889141"}, "stopId": "38549"}, {"stopSequence": 95, "arrival": {"time": "1694889203"}, "stopId": "38550"}, {"stopSequence": 96, "arrival": {"time": "1694889289"}, "stopId": "38551"}, {"stopSequence": 97, "arrival": {"time": "1694889385"}, "stopId": "38552"}, {"stopSequence": 98, "arrival": {"time": "1694889468"}, "stopId": "49359"}, {"stopSequence": 99, "arrival": {"time": "1694889517"}, "stopId": "49360"}, {"stopSequence": 100, "arrival": {"time": "1694889627"}, "stopId": "49361"}, {"stopSequence": 101, "arrival": {"time": "1694889653"}, "stopId": "49362"}, {"stopSequence": 102, "arrival": {"time": "1694889699"}, "stopId": "49363"}, {"stopSequence": 103, "arrival": {"time": "1694889747"}, "stopId": "49364"}, {"stopSequence": 104, "arrival": {"time": "1694889790"}, "stopId": "49365"}, {"stopSequence": 105, "arrival": {"time": "1694889851"}, "stopId": "38560"}, {"stopSequence": 106, "arrival": {"time": "1694889884"}, "stopId": "42857"}, {"stopSequence": 107, "arrival": {"time": "1694889914"}, "stopId": "38562"}, {"stopSequence": 108, "arrival": {"time": "1694889959"}, "stopId": "38563"}, {"stopSequence": 109, "arrival": {"time": "1694889995"}, "stopId": "38564"}, {"stopSequence": 110, "arrival": {"time": "1694890086"}, "stopId": "38565"}, {"stopSequence": 111, "arrival": {"time": "1694890133"}, "stopId": "40932"}, {"stopSequence": 112, "arrival": {"time": "1694890204"}, "stopId": "38567"}, {"stopSequence": 113, "arrival": {"time": "1694890250"}, "stopId": "38568"}, {"stopSequence": 114, "arrival": {"time": "1694890318"}, "stopId": "38570"}, {"stopSequence": 115, "arrival": {"time": "1694890373"}, "stopId": "38571"}, {"stopSequence": 116, "arrival": {"time": "1694890424"}, "stopId": "38572"}, {"stopSequence": 117, "arrival": {"time": "1694890460"}, "stopId": "38573"}], "vehicle": {"licensePlate": "JGJV28"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "17071-701ff27f-2", "startTime": "14:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.740803, "longitude": -73.09888, "bearing": 334.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694889014", "vehicle": {"licensePlate": "JGJV28"}}}, {"id": "d39c3e57-ab09-4248-8b68-f8432cd9c851", "tripUpdate": {"trip": {"tripId": "16976-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 65, "arrival": {"time": "1694889053"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694889112"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694889174"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694889304"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694889412"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694889518"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694889635"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694889818"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694889848"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694889888"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694889961"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694890003"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694890100"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694890143"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694890208"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694890342"}, "stopId": "42897"}, {"stopSequence": 81, "arrival": {"time": "1694890410"}, "stopId": "42898"}, {"stopSequence": 82, "arrival": {"time": "1694890458"}, "stopId": "42887"}, {"stopSequence": 83, "arrival": {"time": "1694890538"}, "stopId": "42943"}, {"stopSequence": 84, "arrival": {"time": "1694890610"}, "stopId": "42944"}, {"stopSequence": 85, "arrival": {"time": "1694890666"}, "stopId": "42945"}, {"stopSequence": 86, "arrival": {"time": "1694890718"}, "stopId": "42947"}, {"stopSequence": 87, "arrival": {"time": "1694890753"}, "stopId": "42949"}, {"stopSequence": 88, "arrival": {"time": "1694890887"}, "stopId": "20540195"}, {"stopSequence": 89, "arrival": {"time": "1694890919"}, "stopId": "42951"}, {"stopSequence": 90, "arrival": {"time": "1694890962"}, "stopId": "20540194"}, {"stopSequence": 91, "arrival": {"time": "1694891025"}, "stopId": "42952"}, {"stopSequence": 92, "arrival": {"time": "1694891055"}, "stopId": "42958"}, {"stopSequence": 93, "arrival": {"time": "1694891093"}, "stopId": "42955"}, {"stopSequence": 94, "arrival": {"time": "1694891118"}, "stopId": "42983"}, {"stopSequence": 95, "arrival": {"time": "1694891163"}, "stopId": "20540192"}, {"stopSequence": 96, "arrival": {"time": "1694891196"}, "stopId": "42979"}, {"stopSequence": 97, "arrival": {"time": "1694891259"}, "stopId": "20540201"}, {"stopSequence": 98, "arrival": {"time": "1694891308"}, "stopId": "43082"}, {"stopSequence": 99, "arrival": {"time": "1694891326"}, "stopId": "20540202"}, {"stopSequence": 100, "arrival": {"time": "1694891542"}, "stopId": "42954"}, {"stopSequence": 101, "arrival": {"time": "1694891617"}, "stopId": "20540199"}, {"stopSequence": 102, "arrival": {"time": "1694891656"}, "stopId": "42957"}], "vehicle": {"licensePlate": "KFDK88"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "16976-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "position": {"latitude": -36.863914, "longitude": -73.044685, "bearing": 150.0, "odometer": 0.0, "speed": 19.722221}, "timestamp": "1694889016", "vehicle": {"licensePlate": "KFDK88"}}}, {"id": "b607f3db-a93c-4332-b06a-80227cc55d9e", "tripUpdate": {"trip": {"tripId": "16978-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 38, "arrival": {"time": "1694889013"}, "stopId": "16005188"}, {"stopSequence": 39, "arrival": {"time": "1694889278"}, "stopId": "40995"}, {"stopSequence": 40, "arrival": {"time": "1694889353"}, "stopId": "40996"}, {"stopSequence": 41, "arrival": {"time": "1694889432"}, "stopId": "40997"}, {"stopSequence": 42, "arrival": {"time": "1694889490"}, "stopId": "39614"}, {"stopSequence": 43, "arrival": {"time": "1694889538"}, "stopId": "39615"}, {"stopSequence": 44, "arrival": {"time": "1694889594"}, "stopId": "39616"}, {"stopSequence": 45, "arrival": {"time": "1694889640"}, "stopId": "39617"}, {"stopSequence": 46, "arrival": {"time": "1694889697"}, "stopId": "39618"}, {"stopSequence": 47, "arrival": {"time": "1694889742"}, "stopId": "39619"}, {"stopSequence": 48, "arrival": {"time": "1694889779"}, "stopId": "39620"}, {"stopSequence": 49, "arrival": {"time": "1694889847"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694889894"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694889948"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694889987"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694890109"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694890169"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694890235"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694890317"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694890373"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694890469"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694890493"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694890596"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694890641"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694890697"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694890739"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694890801"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694891066"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694891126"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694891191"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694891331"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694891452"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694891578"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694891721"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694891958"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694891998"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694892053"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694892155"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694892215"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694892357"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694892422"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694892522"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694892736"}, "stopId": "42897"}, {"stopSequence": 81, "arrival": {"time": "1694892850"}, "stopId": "42898"}, {"stopSequence": 82, "arrival": {"time": "1694892931"}, "stopId": "42887"}, {"stopSequence": 83, "arrival": {"time": "1694893071"}, "stopId": "42943"}, {"stopSequence": 84, "arrival": {"time": "1694893199"}, "stopId": "42944"}, {"stopSequence": 85, "arrival": {"time": "1694893301"}, "stopId": "42945"}, {"stopSequence": 86, "arrival": {"time": "1694893399"}, "stopId": "42947"}, {"stopSequence": 87, "arrival": {"time": "1694893466"}, "stopId": "42949"}, {"stopSequence": 88, "arrival": {"time": "1694893728"}, "stopId": "20540195"}, {"stopSequence": 89, "arrival": {"time": "1694893794"}, "stopId": "42951"}, {"stopSequence": 90, "arrival": {"time": "1694893881"}, "stopId": "20540194"}, {"stopSequence": 91, "arrival": {"time": "1694894013"}, "stopId": "42952"}, {"stopSequence": 92, "arrival": {"time": "1694894076"}, "stopId": "42958"}, {"stopSequence": 93, "arrival": {"time": "1694894159"}, "stopId": "42955"}, {"stopSequence": 94, "arrival": {"time": "1694894213"}, "stopId": "42983"}, {"stopSequence": 95, "arrival": {"time": "1694894312"}, "stopId": "20540192"}, {"stopSequence": 96, "arrival": {"time": "1694894387"}, "stopId": "42979"}, {"stopSequence": 97, "arrival": {"time": "1694894532"}, "stopId": "20540201"}, {"stopSequence": 98, "arrival": {"time": "1694894645"}, "stopId": "43082"}, {"stopSequence": 99, "arrival": {"time": "1694894687"}, "stopId": "20540202"}, {"stopSequence": 100, "arrival": {"time": "1694895223"}, "stopId": "42954"}, {"stopSequence": 101, "arrival": {"time": "1694895418"}, "stopId": "20540199"}, {"stopSequence": 102, "arrival": {"time": "1694895520"}, "stopId": "42957"}], "vehicle": {"licensePlate": "KGRX98"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "16978-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "position": {"latitude": -36.791862, "longitude": -73.07064, "bearing": 164.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694889010", "vehicle": {"licensePlate": "KGRX98"}}}, {"id": "bcbb1253-d189-4af0-94c4-18f135302f39", "tripUpdate": {"trip": {"tripId": "16977-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 52, "arrival": {"time": "1694889019"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694889151"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694889215"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694889285"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694889370"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694889428"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694889525"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694889549"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694889651"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694889695"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694889749"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694889790"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694889848"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694890093"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694890147"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694890205"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694890328"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694890432"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694890538"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694890656"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694890848"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694890880"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694890923"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694891002"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694891049"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694891157"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694891206"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694891281"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694891438"}, "stopId": "42897"}, {"stopSequence": 81, "arrival": {"time": "1694891520"}, "stopId": "42898"}, {"stopSequence": 82, "arrival": {"time": "1694891578"}, "stopId": "42887"}, {"stopSequence": 83, "arrival": {"time": "1694891677"}, "stopId": "42943"}, {"stopSequence": 84, "arrival": {"time": "1694891765"}, "stopId": "42944"}, {"stopSequence": 85, "arrival": {"time": "1694891835"}, "stopId": "42945"}, {"stopSequence": 86, "arrival": {"time": "1694891902"}, "stopId": "42947"}, {"stopSequence": 87, "arrival": {"time": "1694891948"}, "stopId": "42949"}, {"stopSequence": 88, "arrival": {"time": "1694892121"}, "stopId": "20540195"}, {"stopSequence": 89, "arrival": {"time": "1694892165"}, "stopId": "42951"}, {"stopSequence": 90, "arrival": {"time": "1694892221"}, "stopId": "20540194"}, {"stopSequence": 91, "arrival": {"time": "1694892306"}, "stopId": "42952"}, {"stopSequence": 92, "arrival": {"time": "1694892347"}, "stopId": "42958"}, {"stopSequence": 93, "arrival": {"time": "1694892399"}, "stopId": "42955"}, {"stopSequence": 94, "arrival": {"time": "1694892433"}, "stopId": "42983"}, {"stopSequence": 95, "arrival": {"time": "1694892495"}, "stopId": "20540192"}, {"stopSequence": 96, "arrival": {"time": "1694892542"}, "stopId": "42979"}, {"stopSequence": 97, "arrival": {"time": "1694892630"}, "stopId": "20540201"}, {"stopSequence": 98, "arrival": {"time": "1694892699"}, "stopId": "43082"}, {"stopSequence": 99, "arrival": {"time": "1694892725"}, "stopId": "20540202"}, {"stopSequence": 100, "arrival": {"time": "1694893041"}, "stopId": "42954"}, {"stopSequence": 101, "arrival": {"time": "1694893152"}, "stopId": "20540199"}, {"stopSequence": 102, "arrival": {"time": "1694893210"}, "stopId": "42957"}], "vehicle": {"licensePlate": "RKVT16"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "16977-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "position": {"latitude": -36.825165, "longitude": -73.044106, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "RKVT16"}}}, {"id": "8bd3b3c0-fd39-4ada-9071-31af9fb7d2b2", "tripUpdate": {"trip": {"tripId": "17070-701ff27f-2", "startTime": "14:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 106, "arrival": {"time": "1694888985"}, "stopId": "42857"}, {"stopSequence": 107, "arrival": {"time": "1694889018"}, "stopId": "38562"}, {"stopSequence": 108, "arrival": {"time": "1694889067"}, "stopId": "38563"}, {"stopSequence": 109, "arrival": {"time": "1694889107"}, "stopId": "38564"}, {"stopSequence": 110, "arrival": {"time": "1694889204"}, "stopId": "38565"}, {"stopSequence": 111, "arrival": {"time": "1694889254"}, "stopId": "40932"}, {"stopSequence": 112, "arrival": {"time": "1694889329"}, "stopId": "38567"}, {"stopSequence": 113, "arrival": {"time": "1694889376"}, "stopId": "38568"}, {"stopSequence": 114, "arrival": {"time": "1694889447"}, "stopId": "38570"}, {"stopSequence": 115, "arrival": {"time": "1694889502"}, "stopId": "38571"}, {"stopSequence": 116, "arrival": {"time": "1694889554"}, "stopId": "38572"}, {"stopSequence": 117, "arrival": {"time": "1694889589"}, "stopId": "38573"}], "vehicle": {"licensePlate": "WS7737"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "17070-701ff27f-2", "startTime": "14:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.712334, "longitude": -73.11539, "bearing": 196.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694888972", "vehicle": {"licensePlate": "WS7737"}}}, {"id": "a9f031b0-c5f1-4b13-b5ab-481695416de7", "tripUpdate": {"trip": {"tripId": "16980-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 5, "arrival": {"time": "1694888942"}, "stopId": "40947"}, {"stopSequence": 6, "arrival": {"time": "1694889027"}, "stopId": "40932"}, {"stopSequence": 7, "arrival": {"time": "1694889077"}, "stopId": "42853"}, {"stopSequence": 8, "arrival": {"time": "1694889168"}, "stopId": "42854"}, {"stopSequence": 9, "arrival": {"time": "1694889227"}, "stopId": "42855"}, {"stopSequence": 10, "arrival": {"time": "1694889257"}, "stopId": "41975"}, {"stopSequence": 11, "arrival": {"time": "1694889287"}, "stopId": "42857"}, {"stopSequence": 12, "arrival": {"time": "1694889317"}, "stopId": "38697"}, {"stopSequence": 13, "arrival": {"time": "1694889366"}, "stopId": "38646"}, {"stopSequence": 14, "arrival": {"time": "1694889396"}, "stopId": "38632"}, {"stopSequence": 15, "arrival": {"time": "1694889481"}, "stopId": "38767"}, {"stopSequence": 16, "arrival": {"time": "1694889551"}, "stopId": "38768"}, {"stopSequence": 17, "arrival": {"time": "1694889593"}, "stopId": "38769"}, {"stopSequence": 18, "arrival": {"time": "1694889633"}, "stopId": "49357"}, {"stopSequence": 19, "arrival": {"time": "1694889672"}, "stopId": "38771"}, {"stopSequence": 20, "arrival": {"time": "1694889716"}, "stopId": "38668"}, {"stopSequence": 21, "arrival": {"time": "1694889811"}, "stopId": "38661"}, {"stopSequence": 22, "arrival": {"time": "1694889892"}, "stopId": "38657"}, {"stopSequence": 23, "arrival": {"time": "1694889952"}, "stopId": "38743"}, {"stopSequence": 24, "arrival": {"time": "1694890016"}, "stopId": "38652"}, {"stopSequence": 25, "arrival": {"time": "1694890075"}, "stopId": "38721"}, {"stopSequence": 26, "arrival": {"time": "1694890133"}, "stopId": "38659"}, {"stopSequence": 27, "arrival": {"time": "1694890211"}, "stopId": "38674"}, {"stopSequence": 28, "arrival": {"time": "1694890286"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694890348"}, "stopId": "38718"}, {"stopSequence": 30, "arrival": {"time": "1694890421"}, "stopId": "38735"}, {"stopSequence": 31, "arrival": {"time": "1694890475"}, "stopId": "42270"}, {"stopSequence": 32, "arrival": {"time": "1694890520"}, "stopId": "42271"}, {"stopSequence": 33, "arrival": {"time": "1694890589"}, "stopId": "4838438"}, {"stopSequence": 34, "arrival": {"time": "1694890736"}, "stopId": "44896"}, {"stopSequence": 35, "arrival": {"time": "1694890786"}, "stopId": "44897"}, {"stopSequence": 36, "arrival": {"time": "1694890862"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694891044"}, "stopId": "40993"}, {"stopSequence": 38, "arrival": {"time": "1694891319"}, "stopId": "16005188"}, {"stopSequence": 39, "arrival": {"time": "1694891617"}, "stopId": "40995"}, {"stopSequence": 40, "arrival": {"time": "1694891708"}, "stopId": "40996"}, {"stopSequence": 41, "arrival": {"time": "1694891806"}, "stopId": "40997"}, {"stopSequence": 42, "arrival": {"time": "1694891882"}, "stopId": "39614"}, {"stopSequence": 43, "arrival": {"time": "1694891945"}, "stopId": "39615"}, {"stopSequence": 44, "arrival": {"time": "1694892021"}, "stopId": "39616"}, {"stopSequence": 45, "arrival": {"time": "1694892085"}, "stopId": "39617"}, {"stopSequence": 46, "arrival": {"time": "1694892166"}, "stopId": "39618"}, {"stopSequence": 47, "arrival": {"time": "1694892231"}, "stopId": "39619"}, {"stopSequence": 48, "arrival": {"time": "1694892285"}, "stopId": "39620"}, {"stopSequence": 49, "arrival": {"time": "1694892388"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694892461"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694892546"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694892609"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694892813"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694892917"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694893036"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694893188"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694893295"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694893486"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694893535"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694893750"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694893848"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694893970"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694894066"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694894210"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694894872"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694895031"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694895211"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694895618"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694895991"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694896401"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694896901"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694897811"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694897977"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694898208"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694898654"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694898930"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694899619"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694899952"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694900490"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694901748"}, "stopId": "42897"}, {"stopSequence": 81, "arrival": {"time": "1694902490"}, "stopId": "42898"}, {"stopSequence": 82, "arrival": {"time": "1694903047"}, "stopId": "42887"}, {"stopSequence": 83, "arrival": {"time": "1694904084"}, "stopId": "42943"}, {"stopSequence": 84, "arrival": {"time": "1694905118"}, "stopId": "42944"}, {"stopSequence": 85, "arrival": {"time": "1694906014"}, "stopId": "42945"}, {"stopSequence": 86, "arrival": {"time": "1694906938"}, "stopId": "42947"}, {"stopSequence": 87, "arrival": {"time": "1694907612"}, "stopId": "42949"}, {"stopSequence": 88, "arrival": {"time": "1694910598"}, "stopId": "20540195"}, {"stopSequence": 89, "arrival": {"time": "1694911461"}, "stopId": "42951"}, {"stopSequence": 90, "arrival": {"time": "1694912669"}, "stopId": "20540194"}, {"stopSequence": 91, "arrival": {"time": "1694914710"}, "stopId": "42952"}, {"stopSequence": 92, "arrival": {"time": "1694915775"}, "stopId": "42958"}, {"stopSequence": 93, "arrival": {"time": "1694917279"}, "stopId": "42955"}, {"stopSequence": 94, "arrival": {"time": "1694918325"}, "stopId": "42983"}, {"stopSequence": 95, "arrival": {"time": "1694920415"}, "stopId": "20540192"}, {"stopSequence": 96, "arrival": {"time": "1694922157"}, "stopId": "42979"}, {"stopSequence": 97, "arrival": {"time": "1694925964"}, "stopId": "20540201"}, {"stopSequence": 98, "arrival": {"time": "1694929468"}, "stopId": "43082"}, {"stopSequence": 99, "arrival": {"time": "1694930939"}, "stopId": "20540202"}, {"stopSequence": 100, "arrival": {"time": "1694961182"}, "stopId": "42954"}, {"stopSequence": 101, "arrival": {"time": "1694983625"}, "stopId": "20540199"}, {"stopSequence": 102, "arrival": {"time": "1695001261"}, "stopId": "42957"}], "vehicle": {"licensePlate": "YG6207"}, "timestamp": "1694888940"}, "vehicle": {"trip": {"tripId": "16980-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "position": {"latitude": -36.724167, "longitude": -73.11948, "bearing": 120.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694889010", "vehicle": {"licensePlate": "YG6207"}}}, {"id": "7437a998-be78-4a1e-93d3-258f84b6fbc1", "tripUpdate": {"trip": {"tripId": "16975-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 100, "arrival": {"time": "1694889203"}, "stopId": "42954"}, {"stopSequence": 101, "arrival": {"time": "1694889268"}, "stopId": "20540199"}, {"stopSequence": 102, "arrival": {"time": "1694889300"}, "stopId": "42957"}], "vehicle": {"licensePlate": "YJ2004"}, "timestamp": "1694889020"}, "vehicle": {"trip": {"tripId": "16975-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "position": {"latitude": -36.944725, "longitude": -73.02027, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889020", "vehicle": {"licensePlate": "YJ2004"}}}, {"id": "39c06ba2-4b63-43a1-a59a-5a9f164acf38", "tripUpdate": {"trip": {"tripId": "d4afd7ae-f-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694889040"}, "stopId": "40953"}, {"stopSequence": 32, "arrival": {"time": "1694889086"}, "stopId": "40954"}, {"stopSequence": 33, "arrival": {"time": "1694889160"}, "stopId": "40955"}, {"stopSequence": 34, "arrival": {"time": "1694889194"}, "stopId": "40956"}, {"stopSequence": 35, "arrival": {"time": "1694889258"}, "stopId": "40957"}, {"stopSequence": 36, "arrival": {"time": "1694889318"}, "stopId": "40958"}, {"stopSequence": 37, "arrival": {"time": "1694889341"}, "stopId": "40959"}, {"stopSequence": 38, "arrival": {"time": "1694889486"}, "stopId": "42897"}, {"stopSequence": 39, "arrival": {"time": "1694889550"}, "stopId": "42898"}, {"stopSequence": 40, "arrival": {"time": "1694889610"}, "stopId": "91011"}, {"stopSequence": 41, "arrival": {"time": "1694889661"}, "stopId": "91012"}, {"stopSequence": 42, "arrival": {"time": "1694889754"}, "stopId": "91013"}, {"stopSequence": 43, "arrival": {"time": "1694889814"}, "stopId": "91014"}, {"stopSequence": 44, "arrival": {"time": "1694889862"}, "stopId": "42945"}, {"stopSequence": 45, "arrival": {"time": "1694889907"}, "stopId": "42947"}, {"stopSequence": 46, "arrival": {"time": "1694889948"}, "stopId": "42949"}, {"stopSequence": 47, "arrival": {"time": "1694890074"}, "stopId": "20540195"}, {"stopSequence": 48, "arrival": {"time": "1694890103"}, "stopId": "42951"}, {"stopSequence": 49, "arrival": {"time": "1694890140"}, "stopId": "20540194"}, {"stopSequence": 50, "arrival": {"time": "1694890190"}, "stopId": "42952"}, {"stopSequence": 51, "arrival": {"time": "1694890224"}, "stopId": "42958"}, {"stopSequence": 52, "arrival": {"time": "1694890254"}, "stopId": "42955"}, {"stopSequence": 53, "arrival": {"time": "1694890277"}, "stopId": "42954"}, {"stopSequence": 54, "arrival": {"time": "1694890323"}, "stopId": "20540192"}, {"stopSequence": 55, "arrival": {"time": "1694890349"}, "stopId": "42979"}, {"stopSequence": 56, "arrival": {"time": "1694890408"}, "stopId": "20540201"}, {"stopSequence": 57, "arrival": {"time": "1694890444"}, "stopId": "43082"}, {"stopSequence": 58, "arrival": {"time": "1694890466"}, "stopId": "20540202"}, {"stopSequence": 59, "arrival": {"time": "1694890497"}, "stopId": "43080"}, {"stopSequence": 60, "arrival": {"time": "1694890649"}, "stopId": "42983"}, {"stopSequence": 61, "arrival": {"time": "1694890716"}, "stopId": "20540199"}, {"stopSequence": 62, "arrival": {"time": "1694890749"}, "stopId": "42957"}], "vehicle": {"licensePlate": "FFVP21"}, "timestamp": "1694888992"}, "vehicle": {"trip": {"tripId": "d4afd7ae-f-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 1}, "position": {"latitude": -36.90045, "longitude": -73.03046, "bearing": 168.0, "odometer": 0.0, "speed": 15.277778}, "timestamp": "1694888992", "vehicle": {"licensePlate": "FFVP21"}}}, {"id": "921981e1-8c86-4c6f-8998-99be8affce50", "tripUpdate": {"trip": {"tripId": "1bc94f39-4-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 17, "arrival": {"time": "1694889061"}, "stopId": "42894"}, {"stopSequence": 18, "arrival": {"time": "1694889098"}, "stopId": "42893"}, {"stopSequence": 19, "arrival": {"time": "1694889119"}, "stopId": "42891"}, {"stopSequence": 20, "arrival": {"time": "1694889177"}, "stopId": "91008"}, {"stopSequence": 21, "arrival": {"time": "1694889272"}, "stopId": "91009"}, {"stopSequence": 22, "arrival": {"time": "1694889334"}, "stopId": "91010"}, {"stopSequence": 23, "arrival": {"time": "1694889389"}, "stopId": "42890"}, {"stopSequence": 24, "arrival": {"time": "1694889428"}, "stopId": "42886"}, {"stopSequence": 25, "arrival": {"time": "1694889452"}, "stopId": "42885"}, {"stopSequence": 26, "arrival": {"time": "1694889515"}, "stopId": "42285"}, {"stopSequence": 27, "arrival": {"time": "1694889611"}, "stopId": "49281"}, {"stopSequence": 28, "arrival": {"time": "1694889669"}, "stopId": "49282"}, {"stopSequence": 29, "arrival": {"time": "1694889717"}, "stopId": "49283"}, {"stopSequence": 30, "arrival": {"time": "1694889769"}, "stopId": "49284"}, {"stopSequence": 31, "arrival": {"time": "1694889829"}, "stopId": "49285"}, {"stopSequence": 32, "arrival": {"time": "1694889895"}, "stopId": "49286"}, {"stopSequence": 33, "arrival": {"time": "1694889942"}, "stopId": "49287"}, {"stopSequence": 34, "arrival": {"time": "1694889983"}, "stopId": "49288"}, {"stopSequence": 35, "arrival": {"time": "1694890031"}, "stopId": "49289"}, {"stopSequence": 36, "arrival": {"time": "1694890167"}, "stopId": "42294"}, {"stopSequence": 37, "arrival": {"time": "1694890294"}, "stopId": "42295"}, {"stopSequence": 38, "arrival": {"time": "1694890400"}, "stopId": "42296"}, {"stopSequence": 39, "arrival": {"time": "1694890536"}, "stopId": "42297"}, {"stopSequence": 40, "arrival": {"time": "1694890624"}, "stopId": "42298"}, {"stopSequence": 41, "arrival": {"time": "1694890694"}, "stopId": "42299"}, {"stopSequence": 42, "arrival": {"time": "1694890729"}, "stopId": "49295"}, {"stopSequence": 43, "arrival": {"time": "1694890859"}, "stopId": "49296"}, {"stopSequence": 44, "arrival": {"time": "1694890950"}, "stopId": "49297"}, {"stopSequence": 45, "arrival": {"time": "1694890984"}, "stopId": "49298"}, {"stopSequence": 46, "arrival": {"time": "1694891055"}, "stopId": "49299"}, {"stopSequence": 47, "arrival": {"time": "1694891110"}, "stopId": "49300"}, {"stopSequence": 48, "arrival": {"time": "1694891196"}, "stopId": "49301"}, {"stopSequence": 49, "arrival": {"time": "1694891274"}, "stopId": "49302"}, {"stopSequence": 50, "arrival": {"time": "1694891328"}, "stopId": "49303"}, {"stopSequence": 51, "arrival": {"time": "1694891381"}, "stopId": "49304"}, {"stopSequence": 52, "arrival": {"time": "1694891419"}, "stopId": "49305"}, {"stopSequence": 53, "arrival": {"time": "1694891484"}, "stopId": "49306"}, {"stopSequence": 54, "arrival": {"time": "1694891531"}, "stopId": "49307"}, {"stopSequence": 55, "arrival": {"time": "1694891552"}, "stopId": "49308"}, {"stopSequence": 56, "arrival": {"time": "1694891582"}, "stopId": "49309"}, {"stopSequence": 57, "arrival": {"time": "1694891616"}, "stopId": "42315"}, {"stopSequence": 58, "arrival": {"time": "1694891642"}, "stopId": "42316"}, {"stopSequence": 59, "arrival": {"time": "1694891713"}, "stopId": "42317"}, {"stopSequence": 60, "arrival": {"time": "1694891806"}, "stopId": "42319"}, {"stopSequence": 61, "arrival": {"time": "1694891889"}, "stopId": "42320"}, {"stopSequence": 62, "arrival": {"time": "1694891962"}, "stopId": "38514"}, {"stopSequence": 63, "arrival": {"time": "1694892037"}, "stopId": "34586"}, {"stopSequence": 64, "arrival": {"time": "1694892068"}, "stopId": "34587"}, {"stopSequence": 65, "arrival": {"time": "1694892109"}, "stopId": "34588"}, {"stopSequence": 66, "arrival": {"time": "1694892174"}, "stopId": "39497"}, {"stopSequence": 67, "arrival": {"time": "1694892217"}, "stopId": "49407"}, {"stopSequence": 68, "arrival": {"time": "1694892292"}, "stopId": "50034"}, {"stopSequence": 69, "arrival": {"time": "1694892351"}, "stopId": "40903"}, {"stopSequence": 70, "arrival": {"time": "1694892433"}, "stopId": "50035"}, {"stopSequence": 71, "arrival": {"time": "1694892507"}, "stopId": "50036"}, {"stopSequence": 72, "arrival": {"time": "1694892656"}, "stopId": "35712"}, {"stopSequence": 73, "arrival": {"time": "1694892812"}, "stopId": "35713"}], "vehicle": {"licensePlate": "FXRL27"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "1bc94f39-4-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "position": {"latitude": -36.93368, "longitude": -73.02919, "bearing": 340.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "FXRL27"}}}, {"id": "4f66dd4d-2eac-412e-81ab-57ab04a574a7", "tripUpdate": {"trip": {"tripId": "0e8abda7-4-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 62, "arrival": {"time": "1694889023"}, "stopId": "38514"}, {"stopSequence": 63, "arrival": {"time": "1694889082"}, "stopId": "34586"}, {"stopSequence": 64, "arrival": {"time": "1694889107"}, "stopId": "34587"}, {"stopSequence": 65, "arrival": {"time": "1694889139"}, "stopId": "34588"}, {"stopSequence": 66, "arrival": {"time": "1694889189"}, "stopId": "39497"}, {"stopSequence": 67, "arrival": {"time": "1694889221"}, "stopId": "49407"}, {"stopSequence": 68, "arrival": {"time": "1694889276"}, "stopId": "50034"}, {"stopSequence": 69, "arrival": {"time": "1694889318"}, "stopId": "40903"}, {"stopSequence": 70, "arrival": {"time": "1694889374"}, "stopId": "50035"}, {"stopSequence": 71, "arrival": {"time": "1694889425"}, "stopId": "50036"}, {"stopSequence": 72, "arrival": {"time": "1694889521"}, "stopId": "35712"}, {"stopSequence": 73, "arrival": {"time": "1694889618"}, "stopId": "35713"}], "vehicle": {"licensePlate": "KHSW90"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "0e8abda7-4-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "position": {"latitude": -36.826324, "longitude": -73.04376, "bearing": 62.0, "odometer": 0.0, "speed": 6.6666665}, "timestamp": "1694889006", "vehicle": {"licensePlate": "KHSW90"}}}, {"id": "a7aea2a6-596e-4464-b680-965ad87443c8", "tripUpdate": {"trip": {"tripId": "4aa826f5-e-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694889016"}, "stopId": "43080"}, {"stopSequence": 10, "arrival": {"time": "1694889192"}, "stopId": "42953"}, {"stopSequence": 11, "arrival": {"time": "1694889292"}, "stopId": "20540193"}, {"stopSequence": 12, "arrival": {"time": "1694889346"}, "stopId": "42950"}, {"stopSequence": 13, "arrival": {"time": "1694889398"}, "stopId": "20540195"}, {"stopSequence": 14, "arrival": {"time": "1694889439"}, "stopId": "20540196"}, {"stopSequence": 15, "arrival": {"time": "1694889534"}, "stopId": "20540198"}, {"stopSequence": 16, "arrival": {"time": "1694889553"}, "stopId": "42946"}, {"stopSequence": 17, "arrival": {"time": "1694889602"}, "stopId": "42894"}, {"stopSequence": 18, "arrival": {"time": "1694889636"}, "stopId": "42893"}, {"stopSequence": 19, "arrival": {"time": "1694889656"}, "stopId": "42891"}, {"stopSequence": 20, "arrival": {"time": "1694889710"}, "stopId": "91008"}, {"stopSequence": 21, "arrival": {"time": "1694889800"}, "stopId": "91009"}, {"stopSequence": 22, "arrival": {"time": "1694889858"}, "stopId": "91010"}, {"stopSequence": 23, "arrival": {"time": "1694889911"}, "stopId": "42890"}, {"stopSequence": 24, "arrival": {"time": "1694889949"}, "stopId": "42886"}, {"stopSequence": 25, "arrival": {"time": "1694889972"}, "stopId": "42885"}, {"stopSequence": 26, "arrival": {"time": "1694890032"}, "stopId": "42285"}, {"stopSequence": 27, "arrival": {"time": "1694890127"}, "stopId": "49281"}, {"stopSequence": 28, "arrival": {"time": "1694890184"}, "stopId": "49282"}, {"stopSequence": 29, "arrival": {"time": "1694890231"}, "stopId": "49283"}, {"stopSequence": 30, "arrival": {"time": "1694890284"}, "stopId": "49284"}, {"stopSequence": 31, "arrival": {"time": "1694890344"}, "stopId": "49285"}, {"stopSequence": 32, "arrival": {"time": "1694890411"}, "stopId": "49286"}, {"stopSequence": 33, "arrival": {"time": "1694890459"}, "stopId": "49287"}, {"stopSequence": 34, "arrival": {"time": "1694890500"}, "stopId": "49288"}, {"stopSequence": 35, "arrival": {"time": "1694890550"}, "stopId": "49289"}, {"stopSequence": 36, "arrival": {"time": "1694890691"}, "stopId": "42294"}, {"stopSequence": 37, "arrival": {"time": "1694890825"}, "stopId": "42295"}, {"stopSequence": 38, "arrival": {"time": "1694890938"}, "stopId": "42296"}, {"stopSequence": 39, "arrival": {"time": "1694891085"}, "stopId": "42297"}, {"stopSequence": 40, "arrival": {"time": "1694891181"}, "stopId": "42298"}, {"stopSequence": 41, "arrival": {"time": "1694891258"}, "stopId": "42299"}, {"stopSequence": 42, "arrival": {"time": "1694891297"}, "stopId": "49295"}, {"stopSequence": 43, "arrival": {"time": "1694891441"}, "stopId": "49296"}, {"stopSequence": 44, "arrival": {"time": "1694891544"}, "stopId": "49297"}, {"stopSequence": 45, "arrival": {"time": "1694891583"}, "stopId": "49298"}, {"stopSequence": 46, "arrival": {"time": "1694891663"}, "stopId": "49299"}, {"stopSequence": 47, "arrival": {"time": "1694891727"}, "stopId": "49300"}, {"stopSequence": 48, "arrival": {"time": "1694891826"}, "stopId": "49301"}, {"stopSequence": 49, "arrival": {"time": "1694891917"}, "stopId": "49302"}, {"stopSequence": 50, "arrival": {"time": "1694891979"}, "stopId": "49303"}, {"stopSequence": 51, "arrival": {"time": "1694892041"}, "stopId": "49304"}, {"stopSequence": 52, "arrival": {"time": "1694892086"}, "stopId": "49305"}, {"stopSequence": 53, "arrival": {"time": "1694892163"}, "stopId": "49306"}, {"stopSequence": 54, "arrival": {"time": "1694892220"}, "stopId": "49307"}, {"stopSequence": 55, "arrival": {"time": "1694892244"}, "stopId": "49308"}, {"stopSequence": 56, "arrival": {"time": "1694892280"}, "stopId": "49309"}, {"stopSequence": 57, "arrival": {"time": "1694892321"}, "stopId": "42315"}, {"stopSequence": 58, "arrival": {"time": "1694892353"}, "stopId": "42316"}, {"stopSequence": 59, "arrival": {"time": "1694892438"}, "stopId": "42317"}, {"stopSequence": 60, "arrival": {"time": "1694892551"}, "stopId": "42319"}, {"stopSequence": 61, "arrival": {"time": "1694892652"}, "stopId": "42320"}, {"stopSequence": 62, "arrival": {"time": "1694892743"}, "stopId": "38514"}, {"stopSequence": 63, "arrival": {"time": "1694892835"}, "stopId": "34586"}, {"stopSequence": 64, "arrival": {"time": "1694892874"}, "stopId": "34587"}, {"stopSequence": 65, "arrival": {"time": "1694892925"}, "stopId": "34588"}, {"stopSequence": 66, "arrival": {"time": "1694893007"}, "stopId": "39497"}, {"stopSequence": 67, "arrival": {"time": "1694893061"}, "stopId": "49407"}, {"stopSequence": 68, "arrival": {"time": "1694893156"}, "stopId": "50034"}, {"stopSequence": 69, "arrival": {"time": "1694893231"}, "stopId": "40903"}, {"stopSequence": 70, "arrival": {"time": "1694893335"}, "stopId": "50035"}, {"stopSequence": 71, "arrival": {"time": "1694893431"}, "stopId": "50036"}, {"stopSequence": 72, "arrival": {"time": "1694893624"}, "stopId": "35712"}, {"stopSequence": 73, "arrival": {"time": "1694893829"}, "stopId": "35713"}], "vehicle": {"licensePlate": "KPRY88"}, "timestamp": "1694888986"}, "vehicle": {"trip": {"tripId": "4aa826f5-e-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "position": {"latitude": -36.94523, "longitude": -73.02003, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "KPRY88"}}}, {"id": "7a4db7d4-3c12-4e0f-9930-ca0f7fc87b65", "tripUpdate": {"trip": {"tripId": "41c40566-f-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694889015"}, "stopId": "49285"}, {"stopSequence": 32, "arrival": {"time": "1694889087"}, "stopId": "49286"}, {"stopSequence": 33, "arrival": {"time": "1694889138"}, "stopId": "49287"}, {"stopSequence": 34, "arrival": {"time": "1694889182"}, "stopId": "49288"}, {"stopSequence": 35, "arrival": {"time": "1694889234"}, "stopId": "49289"}, {"stopSequence": 36, "arrival": {"time": "1694889376"}, "stopId": "42294"}, {"stopSequence": 37, "arrival": {"time": "1694889506"}, "stopId": "42295"}, {"stopSequence": 38, "arrival": {"time": "1694889614"}, "stopId": "42296"}, {"stopSequence": 39, "arrival": {"time": "1694889748"}, "stopId": "42297"}, {"stopSequence": 40, "arrival": {"time": "1694889834"}, "stopId": "42298"}, {"stopSequence": 41, "arrival": {"time": "1694889901"}, "stopId": "42299"}, {"stopSequence": 42, "arrival": {"time": "1694889935"}, "stopId": "49295"}, {"stopSequence": 43, "arrival": {"time": "1694890057"}, "stopId": "49296"}, {"stopSequence": 44, "arrival": {"time": "1694890141"}, "stopId": "49297"}, {"stopSequence": 45, "arrival": {"time": "1694890173"}, "stopId": "49298"}, {"stopSequence": 46, "arrival": {"time": "1694890238"}, "stopId": "49299"}, {"stopSequence": 47, "arrival": {"time": "1694890288"}, "stopId": "49300"}, {"stopSequence": 48, "arrival": {"time": "1694890365"}, "stopId": "49301"}, {"stopSequence": 49, "arrival": {"time": "1694890435"}, "stopId": "49302"}, {"stopSequence": 50, "arrival": {"time": "1694890482"}, "stopId": "49303"}, {"stopSequence": 51, "arrival": {"time": "1694890528"}, "stopId": "49304"}, {"stopSequence": 52, "arrival": {"time": "1694890562"}, "stopId": "49305"}, {"stopSequence": 53, "arrival": {"time": "1694890618"}, "stopId": "49306"}, {"stopSequence": 54, "arrival": {"time": "1694890659"}, "stopId": "49307"}, {"stopSequence": 55, "arrival": {"time": "1694890676"}, "stopId": "49308"}, {"stopSequence": 56, "arrival": {"time": "1694890702"}, "stopId": "49309"}, {"stopSequence": 57, "arrival": {"time": "1694890731"}, "stopId": "42315"}, {"stopSequence": 58, "arrival": {"time": "1694890753"}, "stopId": "42316"}, {"stopSequence": 59, "arrival": {"time": "1694890813"}, "stopId": "42317"}, {"stopSequence": 60, "arrival": {"time": "1694890891"}, "stopId": "42319"}, {"stopSequence": 61, "arrival": {"time": "1694890959"}, "stopId": "42320"}, {"stopSequence": 62, "arrival": {"time": "1694891020"}, "stopId": "38514"}, {"stopSequence": 63, "arrival": {"time": "1694891080"}, "stopId": "34586"}, {"stopSequence": 64, "arrival": {"time": "1694891105"}, "stopId": "34587"}, {"stopSequence": 65, "arrival": {"time": "1694891139"}, "stopId": "34588"}, {"stopSequence": 66, "arrival": {"time": "1694891191"}, "stopId": "39497"}, {"stopSequence": 67, "arrival": {"time": "1694891225"}, "stopId": "49407"}, {"stopSequence": 68, "arrival": {"time": "1694891285"}, "stopId": "50034"}, {"stopSequence": 69, "arrival": {"time": "1694891331"}, "stopId": "40903"}, {"stopSequence": 70, "arrival": {"time": "1694891395"}, "stopId": "50035"}, {"stopSequence": 71, "arrival": {"time": "1694891453"}, "stopId": "50036"}, {"stopSequence": 72, "arrival": {"time": "1694891568"}, "stopId": "35712"}, {"stopSequence": 73, "arrival": {"time": "1694891686"}, "stopId": "35713"}], "vehicle": {"licensePlate": "YT2157"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "41c40566-f-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 0}, "position": {"latitude": -36.907295, "longitude": -73.029686, "bearing": 354.0, "odometer": 0.0, "speed": 11.666667}, "timestamp": "1694888976", "vehicle": {"licensePlate": "YT2157"}}}, {"id": "a920c00a-9741-46ab-8bca-a23deb495c94", "tripUpdate": {"trip": {"tripId": "8be7751a-7-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889051"}, "stopId": "37477"}, {"stopSequence": 12, "arrival": {"time": "1694889116"}, "stopId": "40848"}, {"stopSequence": 13, "arrival": {"time": "1694889205"}, "stopId": "2-Apr"}, {"stopSequence": 14, "arrival": {"time": "1694889264"}, "stopId": "39728"}, {"stopSequence": 15, "arrival": {"time": "1694889365"}, "stopId": "39729"}, {"stopSequence": 16, "arrival": {"time": "1694889384"}, "stopId": "39730"}, {"stopSequence": 17, "arrival": {"time": "1694889492"}, "stopId": "42200"}, {"stopSequence": 18, "arrival": {"time": "1694889536"}, "stopId": "42203"}, {"stopSequence": 19, "arrival": {"time": "1694889594"}, "stopId": "42204"}, {"stopSequence": 20, "arrival": {"time": "1694889626"}, "stopId": "42205"}, {"stopSequence": 21, "arrival": {"time": "1694889691"}, "stopId": "42201"}, {"stopSequence": 22, "arrival": {"time": "1694889935"}, "stopId": "42206"}, {"stopSequence": 23, "arrival": {"time": "1694889989"}, "stopId": "42207"}, {"stopSequence": 24, "arrival": {"time": "1694890052"}, "stopId": "42208"}, {"stopSequence": 25, "arrival": {"time": "1694890170"}, "stopId": "42564"}, {"stopSequence": 26, "arrival": {"time": "1694890273"}, "stopId": "42214"}, {"stopSequence": 27, "arrival": {"time": "1694890383"}, "stopId": "42209"}, {"stopSequence": 28, "arrival": {"time": "1694890491"}, "stopId": "42210"}, {"stopSequence": 29, "arrival": {"time": "1694890674"}, "stopId": "40951"}, {"stopSequence": 30, "arrival": {"time": "1694890738"}, "stopId": "40952"}, {"stopSequence": 31, "arrival": {"time": "1694890799"}, "stopId": "40953"}, {"stopSequence": 32, "arrival": {"time": "1694890844"}, "stopId": "40954"}, {"stopSequence": 33, "arrival": {"time": "1694890917"}, "stopId": "40955"}, {"stopSequence": 34, "arrival": {"time": "1694890953"}, "stopId": "40956"}, {"stopSequence": 35, "arrival": {"time": "1694891018"}, "stopId": "40957"}, {"stopSequence": 36, "arrival": {"time": "1694891081"}, "stopId": "40958"}, {"stopSequence": 37, "arrival": {"time": "1694891106"}, "stopId": "40959"}, {"stopSequence": 38, "arrival": {"time": "1694891265"}, "stopId": "42897"}, {"stopSequence": 39, "arrival": {"time": "1694891337"}, "stopId": "42898"}, {"stopSequence": 40, "arrival": {"time": "1694891407"}, "stopId": "91011"}, {"stopSequence": 41, "arrival": {"time": "1694891468"}, "stopId": "91012"}, {"stopSequence": 42, "arrival": {"time": "1694891581"}, "stopId": "91013"}, {"stopSequence": 43, "arrival": {"time": "1694891656"}, "stopId": "91014"}, {"stopSequence": 44, "arrival": {"time": "1694891717"}, "stopId": "42945"}, {"stopSequence": 45, "arrival": {"time": "1694891774"}, "stopId": "42947"}, {"stopSequence": 46, "arrival": {"time": "1694891828"}, "stopId": "42949"}, {"stopSequence": 47, "arrival": {"time": "1694891997"}, "stopId": "20540195"}, {"stopSequence": 48, "arrival": {"time": "1694892038"}, "stopId": "42951"}, {"stopSequence": 49, "arrival": {"time": "1694892089"}, "stopId": "20540194"}, {"stopSequence": 50, "arrival": {"time": "1694892159"}, "stopId": "42952"}, {"stopSequence": 51, "arrival": {"time": "1694892209"}, "stopId": "42958"}, {"stopSequence": 52, "arrival": {"time": "1694892253"}, "stopId": "42955"}, {"stopSequence": 53, "arrival": {"time": "1694892286"}, "stopId": "42954"}, {"stopSequence": 54, "arrival": {"time": "1694892354"}, "stopId": "20540192"}, {"stopSequence": 55, "arrival": {"time": "1694892393"}, "stopId": "42979"}, {"stopSequence": 56, "arrival": {"time": "1694892482"}, "stopId": "20540201"}, {"stopSequence": 57, "arrival": {"time": "1694892538"}, "stopId": "43082"}, {"stopSequence": 58, "arrival": {"time": "1694892573"}, "stopId": "20540202"}, {"stopSequence": 59, "arrival": {"time": "1694892622"}, "stopId": "43080"}, {"stopSequence": 60, "arrival": {"time": "1694892867"}, "stopId": "42983"}, {"stopSequence": 61, "arrival": {"time": "1694892980"}, "stopId": "20540199"}, {"stopSequence": 62, "arrival": {"time": "1694893035"}, "stopId": "42957"}], "vehicle": {"licensePlate": "YU8339"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "8be7751a-7-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 1}, "position": {"latitude": -36.82853, "longitude": -73.05193, "bearing": 244.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694888980", "vehicle": {"licensePlate": "YU8339"}}}, {"id": "f632c6be-60bb-47ca-9afe-b9bd177374ca", "tripUpdate": {"trip": {"tripId": "17357-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 7, "arrival": {"time": "1694889018"}, "stopId": "13-Feb"}, {"stopSequence": 8, "arrival": {"time": "1694889047"}, "stopId": "28-Jan"}, {"stopSequence": 9, "arrival": {"time": "1694889097"}, "stopId": "12-3"}, {"stopSequence": 10, "arrival": {"time": "1694889177"}, "stopId": "12-Jan"}, {"stopSequence": 11, "arrival": {"time": "1694889222"}, "stopId": "12-Feb"}, {"stopSequence": 12, "arrival": {"time": "1694889277"}, "stopId": "7-Jan"}, {"stopSequence": 13, "arrival": {"time": "1694889332"}, "stopId": "7-Mar"}, {"stopSequence": 14, "arrival": {"time": "1694889476"}, "stopId": "7-Jun"}, {"stopSequence": 15, "arrival": {"time": "1694889536"}, "stopId": "7-Aug"}, {"stopSequence": 16, "arrival": {"time": "1694889612"}, "stopId": "6-Jan"}, {"stopSequence": 17, "arrival": {"time": "1694889679"}, "stopId": "6-Mar"}, {"stopSequence": 18, "arrival": {"time": "1694889779"}, "stopId": "6-May"}, {"stopSequence": 19, "arrival": {"time": "1694889928"}, "stopId": "6-Jul"}, {"stopSequence": 20, "arrival": {"time": "1694889993"}, "stopId": "6-Sep"}, {"stopSequence": 21, "arrival": {"time": "1694890073"}, "stopId": "6-Nov"}, {"stopSequence": 22, "arrival": {"time": "1694890181"}, "stopId": "6-Dec"}, {"stopSequence": 23, "arrival": {"time": "1694890270"}, "stopId": "Jun-14"}, {"stopSequence": 24, "arrival": {"time": "1694890417"}, "stopId": "Jun-17"}, {"stopSequence": 25, "arrival": {"time": "1694890496"}, "stopId": "Jun-19"}, {"stopSequence": 26, "arrival": {"time": "1694890555"}, "stopId": "Jun-20"}, {"stopSequence": 27, "arrival": {"time": "1694890617"}, "stopId": "Jun-22"}, {"stopSequence": 28, "arrival": {"time": "1694890682"}, "stopId": "Jun-24"}, {"stopSequence": 29, "arrival": {"time": "1694890773"}, "stopId": "Jun-25"}, {"stopSequence": 30, "arrival": {"time": "1694891074"}, "stopId": "90003"}, {"stopSequence": 31, "arrival": {"time": "1694891124"}, "stopId": "90007"}, {"stopSequence": 32, "arrival": {"time": "1694891169"}, "stopId": "40830"}, {"stopSequence": 33, "arrival": {"time": "1694891209"}, "stopId": "40831"}, {"stopSequence": 34, "arrival": {"time": "1694891302"}, "stopId": "39599"}, {"stopSequence": 35, "arrival": {"time": "1694891328"}, "stopId": "39600"}, {"stopSequence": 36, "arrival": {"time": "1694891404"}, "stopId": "37496"}, {"stopSequence": 37, "arrival": {"time": "1694891461"}, "stopId": "45064"}, {"stopSequence": 38, "arrival": {"time": "1694891548"}, "stopId": "37506"}, {"stopSequence": 39, "arrival": {"time": "1694891604"}, "stopId": "45068"}, {"stopSequence": 40, "arrival": {"time": "1694891749"}, "stopId": "37480"}, {"stopSequence": 41, "arrival": {"time": "1694891827"}, "stopId": "37477"}, {"stopSequence": 42, "arrival": {"time": "1694891914"}, "stopId": "40848"}, {"stopSequence": 43, "arrival": {"time": "1694892024"}, "stopId": "2-Apr"}, {"stopSequence": 44, "arrival": {"time": "1694892101"}, "stopId": "39728"}, {"stopSequence": 45, "arrival": {"time": "1694892236"}, "stopId": "39729"}, {"stopSequence": 46, "arrival": {"time": "1694892271"}, "stopId": "39730"}, {"stopSequence": 47, "arrival": {"time": "1694892420"}, "stopId": "42200"}, {"stopSequence": 48, "arrival": {"time": "1694892489"}, "stopId": "42203"}, {"stopSequence": 49, "arrival": {"time": "1694892585"}, "stopId": "42204"}, {"stopSequence": 50, "arrival": {"time": "1694892636"}, "stopId": "42205"}, {"stopSequence": 51, "arrival": {"time": "1694892732"}, "stopId": "42201"}, {"stopSequence": 52, "arrival": {"time": "1694893147"}, "stopId": "42206"}, {"stopSequence": 53, "arrival": {"time": "1694893262"}, "stopId": "42207"}, {"stopSequence": 54, "arrival": {"time": "1694893374"}, "stopId": "42208"}, {"stopSequence": 55, "arrival": {"time": "1694893622"}, "stopId": "42564"}, {"stopSequence": 56, "arrival": {"time": "1694893848"}, "stopId": "42214"}, {"stopSequence": 57, "arrival": {"time": "1694894081"}, "stopId": "42209"}, {"stopSequence": 58, "arrival": {"time": "1694894362"}, "stopId": "42210"}, {"stopSequence": 59, "arrival": {"time": "1694894826"}, "stopId": "40951"}, {"stopSequence": 60, "arrival": {"time": "1694895001"}, "stopId": "40952"}, {"stopSequence": 61, "arrival": {"time": "1694895175"}, "stopId": "40953"}, {"stopSequence": 62, "arrival": {"time": "1694895311"}, "stopId": "40954"}, {"stopSequence": 63, "arrival": {"time": "1694895540"}, "stopId": "40955"}, {"stopSequence": 64, "arrival": {"time": "1694895666"}, "stopId": "40956"}, {"stopSequence": 65, "arrival": {"time": "1694895867"}, "stopId": "40957"}, {"stopSequence": 66, "arrival": {"time": "1694896058"}, "stopId": "40958"}, {"stopSequence": 67, "arrival": {"time": "1694896158"}, "stopId": "40959"}, {"stopSequence": 68, "arrival": {"time": "1694896433"}, "stopId": "42223"}, {"stopSequence": 69, "arrival": {"time": "1694897830"}, "stopId": "42228"}, {"stopSequence": 70, "arrival": {"time": "1694898068"}, "stopId": "42229"}, {"stopSequence": 71, "arrival": {"time": "1694898496"}, "stopId": "42230"}, {"stopSequence": 72, "arrival": {"time": "1694898777"}, "stopId": "42231"}, {"stopSequence": 73, "arrival": {"time": "1694899285"}, "stopId": "42232"}, {"stopSequence": 74, "arrival": {"time": "1694901052"}, "stopId": "34557"}, {"stopSequence": 75, "arrival": {"time": "1694901893"}, "stopId": "42212"}, {"stopSequence": 76, "arrival": {"time": "1694902820"}, "stopId": "34560"}, {"stopSequence": 77, "arrival": {"time": "1694903238"}, "stopId": "42273"}, {"stopSequence": 78, "arrival": {"time": "1694904848"}, "stopId": "49203"}, {"stopSequence": 79, "arrival": {"time": "1694905685"}, "stopId": "49204"}, {"stopSequence": 80, "arrival": {"time": "1694905844"}, "stopId": "42503"}, {"stopSequence": 81, "arrival": {"time": "1694906057"}, "stopId": "49264"}], "vehicle": {"licensePlate": "CTKZ93"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "17357-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "position": {"latitude": -36.734737, "longitude": -72.99088, "bearing": 246.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694889004", "vehicle": {"licensePlate": "CTKZ93"}}}, {"id": "2f7035f0-f82e-42a2-a29e-4f368f82abf9", "tripUpdate": {"trip": {"tripId": "17436-701ff27f-2", "startTime": "15:04:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694889028"}, "stopId": "49303"}, {"stopSequence": 41, "arrival": {"time": "1694889078"}, "stopId": "49304"}, {"stopSequence": 42, "arrival": {"time": "1694889114"}, "stopId": "49305"}, {"stopSequence": 43, "arrival": {"time": "1694889173"}, "stopId": "49306"}, {"stopSequence": 44, "arrival": {"time": "1694889214"}, "stopId": "49307"}, {"stopSequence": 45, "arrival": {"time": "1694889239"}, "stopId": "49308"}, {"stopSequence": 46, "arrival": {"time": "1694889264"}, "stopId": "49309"}, {"stopSequence": 47, "arrival": {"time": "1694889334"}, "stopId": "49310"}, {"stopSequence": 48, "arrival": {"time": "1694889365"}, "stopId": "49311"}, {"stopSequence": 49, "arrival": {"time": "1694889390"}, "stopId": "39633"}, {"stopSequence": 50, "arrival": {"time": "1694889422"}, "stopId": "35796"}, {"stopSequence": 51, "arrival": {"time": "1694889470"}, "stopId": "35797"}, {"stopSequence": 52, "arrival": {"time": "1694889511"}, "stopId": "35798"}, {"stopSequence": 53, "arrival": {"time": "1694889549"}, "stopId": "35799"}, {"stopSequence": 54, "arrival": {"time": "1694889618"}, "stopId": "35800"}, {"stopSequence": 55, "arrival": {"time": "1694889666"}, "stopId": "35801"}, {"stopSequence": 56, "arrival": {"time": "1694889692"}, "stopId": "35802"}, {"stopSequence": 57, "arrival": {"time": "1694889738"}, "stopId": "35803"}, {"stopSequence": 58, "arrival": {"time": "1694889792"}, "stopId": "38507"}, {"stopSequence": 59, "arrival": {"time": "1694889841"}, "stopId": "34473"}, {"stopSequence": 60, "arrival": {"time": "1694889884"}, "stopId": "38500"}, {"stopSequence": 61, "arrival": {"time": "1694889929"}, "stopId": "35808"}, {"stopSequence": 62, "arrival": {"time": "1694889985"}, "stopId": "35710"}, {"stopSequence": 63, "arrival": {"time": "1694890028"}, "stopId": "50036"}, {"stopSequence": 64, "arrival": {"time": "1694890246"}, "stopId": "50037"}, {"stopSequence": 65, "arrival": {"time": "1694890392"}, "stopId": "50038"}, {"stopSequence": 66, "arrival": {"time": "1694890468"}, "stopId": "50039"}, {"stopSequence": 67, "arrival": {"time": "1694890524"}, "stopId": "50040"}, {"stopSequence": 68, "arrival": {"time": "1694890608"}, "stopId": "50041"}, {"stopSequence": 69, "arrival": {"time": "1694890751"}, "stopId": "Jun-15"}, {"stopSequence": 70, "arrival": {"time": "1694890854"}, "stopId": "Jun-13"}, {"stopSequence": 71, "arrival": {"time": "1694891060"}, "stopId": "6-Oct"}, {"stopSequence": 72, "arrival": {"time": "1694891116"}, "stopId": "6-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694891297"}, "stopId": "6-Jun"}, {"stopSequence": 74, "arrival": {"time": "1694891438"}, "stopId": "6-Feb"}, {"stopSequence": 75, "arrival": {"time": "1694891644"}, "stopId": "44956"}, {"stopSequence": 76, "arrival": {"time": "1694891691"}, "stopId": "44957"}, {"stopSequence": 77, "arrival": {"time": "1694891825"}, "stopId": "45057"}, {"stopSequence": 78, "arrival": {"time": "1694891901"}, "stopId": "44963"}, {"stopSequence": 79, "arrival": {"time": "1694892044"}, "stopId": "34493"}, {"stopSequence": 80, "arrival": {"time": "1694892115"}, "stopId": "50019"}, {"stopSequence": 81, "arrival": {"time": "1694892237"}, "stopId": "10-Jan"}, {"stopSequence": 82, "arrival": {"time": "1694892306"}, "stopId": "44863"}, {"stopSequence": 83, "arrival": {"time": "1694892351"}, "stopId": "10-Mar"}, {"stopSequence": 84, "arrival": {"time": "1694892433"}, "stopId": "11-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694892512"}, "stopId": "39943"}, {"stopSequence": 86, "arrival": {"time": "1694892552"}, "stopId": "39944"}, {"stopSequence": 87, "arrival": {"time": "1694892753"}, "stopId": "39947"}, {"stopSequence": 88, "arrival": {"time": "1694892810"}, "stopId": "39949"}, {"stopSequence": 89, "arrival": {"time": "1694892827"}, "stopId": "39950"}, {"stopSequence": 90, "arrival": {"time": "1694892912"}, "stopId": "39952"}, {"stopSequence": 91, "arrival": {"time": "1694893058"}, "stopId": "34529"}], "vehicle": {"licensePlate": "DTRV85"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "17436-701ff27f-2", "startTime": "15:04:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "position": {"latitude": -36.844116, "longitude": -73.052505, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "DTRV85"}}}, {"id": "629206a6-5f5c-48e3-934d-577a00ed01be", "tripUpdate": {"trip": {"tripId": "17434-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 64, "arrival": {"time": "1694889062"}, "stopId": "50037"}, {"stopSequence": 65, "arrival": {"time": "1694889219"}, "stopId": "50038"}, {"stopSequence": 66, "arrival": {"time": "1694889298"}, "stopId": "50039"}, {"stopSequence": 67, "arrival": {"time": "1694889356"}, "stopId": "50040"}, {"stopSequence": 68, "arrival": {"time": "1694889441"}, "stopId": "50041"}, {"stopSequence": 69, "arrival": {"time": "1694889582"}, "stopId": "Jun-15"}, {"stopSequence": 70, "arrival": {"time": "1694889680"}, "stopId": "Jun-13"}, {"stopSequence": 71, "arrival": {"time": "1694889871"}, "stopId": "6-Oct"}, {"stopSequence": 72, "arrival": {"time": "1694889921"}, "stopId": "6-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694890079"}, "stopId": "6-Jun"}, {"stopSequence": 74, "arrival": {"time": "1694890198"}, "stopId": "6-Feb"}, {"stopSequence": 75, "arrival": {"time": "1694890367"}, "stopId": "44956"}, {"stopSequence": 76, "arrival": {"time": "1694890404"}, "stopId": "44957"}, {"stopSequence": 77, "arrival": {"time": "1694890510"}, "stopId": "45057"}, {"stopSequence": 78, "arrival": {"time": "1694890568"}, "stopId": "44963"}, {"stopSequence": 79, "arrival": {"time": "1694890677"}, "stopId": "34493"}, {"stopSequence": 80, "arrival": {"time": "1694890729"}, "stopId": "50019"}, {"stopSequence": 81, "arrival": {"time": "1694890819"}, "stopId": "10-Jan"}, {"stopSequence": 82, "arrival": {"time": "1694890869"}, "stopId": "44863"}, {"stopSequence": 83, "arrival": {"time": "1694890901"}, "stopId": "10-Mar"}, {"stopSequence": 84, "arrival": {"time": "1694890959"}, "stopId": "11-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694891015"}, "stopId": "39943"}, {"stopSequence": 86, "arrival": {"time": "1694891043"}, "stopId": "39944"}, {"stopSequence": 87, "arrival": {"time": "1694891179"}, "stopId": "39947"}, {"stopSequence": 88, "arrival": {"time": "1694891218"}, "stopId": "39949"}, {"stopSequence": 89, "arrival": {"time": "1694891229"}, "stopId": "39950"}, {"stopSequence": 90, "arrival": {"time": "1694891285"}, "stopId": "39952"}, {"stopSequence": 91, "arrival": {"time": "1694891380"}, "stopId": "34529"}], "vehicle": {"licensePlate": "FFVL86"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "17434-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "position": {"latitude": -36.80567, "longitude": -73.02416, "bearing": 345.0, "odometer": 0.0, "speed": 19.722221}, "timestamp": "1694889035", "vehicle": {"licensePlate": "FFVL86"}}}, {"id": "c3f27192-19ad-4426-b8da-1ccbb6f97496", "tripUpdate": {"trip": {"tripId": "17437-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889100"}, "stopId": "42295"}, {"stopSequence": 28, "arrival": {"time": "1694889220"}, "stopId": "42296"}, {"stopSequence": 29, "arrival": {"time": "1694889349"}, "stopId": "42297"}, {"stopSequence": 30, "arrival": {"time": "1694889447"}, "stopId": "42298"}, {"stopSequence": 31, "arrival": {"time": "1694889511"}, "stopId": "42299"}, {"stopSequence": 32, "arrival": {"time": "1694889553"}, "stopId": "49295"}, {"stopSequence": 33, "arrival": {"time": "1694889673"}, "stopId": "49296"}, {"stopSequence": 34, "arrival": {"time": "1694889757"}, "stopId": "49297"}, {"stopSequence": 35, "arrival": {"time": "1694889792"}, "stopId": "49298"}, {"stopSequence": 36, "arrival": {"time": "1694889851"}, "stopId": "49299"}, {"stopSequence": 37, "arrival": {"time": "1694889902"}, "stopId": "49300"}, {"stopSequence": 38, "arrival": {"time": "1694889983"}, "stopId": "49301"}, {"stopSequence": 39, "arrival": {"time": "1694890048"}, "stopId": "49302"}, {"stopSequence": 40, "arrival": {"time": "1694890092"}, "stopId": "49303"}, {"stopSequence": 41, "arrival": {"time": "1694890138"}, "stopId": "49304"}, {"stopSequence": 42, "arrival": {"time": "1694890171"}, "stopId": "49305"}, {"stopSequence": 43, "arrival": {"time": "1694890225"}, "stopId": "49306"}, {"stopSequence": 44, "arrival": {"time": "1694890264"}, "stopId": "49307"}, {"stopSequence": 45, "arrival": {"time": "1694890288"}, "stopId": "49308"}, {"stopSequence": 46, "arrival": {"time": "1694890311"}, "stopId": "49309"}, {"stopSequence": 47, "arrival": {"time": "1694890378"}, "stopId": "49310"}, {"stopSequence": 48, "arrival": {"time": "1694890409"}, "stopId": "49311"}, {"stopSequence": 49, "arrival": {"time": "1694890433"}, "stopId": "39633"}, {"stopSequence": 50, "arrival": {"time": "1694890464"}, "stopId": "35796"}, {"stopSequence": 51, "arrival": {"time": "1694890512"}, "stopId": "35797"}, {"stopSequence": 52, "arrival": {"time": "1694890553"}, "stopId": "35798"}, {"stopSequence": 53, "arrival": {"time": "1694890591"}, "stopId": "35799"}, {"stopSequence": 54, "arrival": {"time": "1694890661"}, "stopId": "35800"}, {"stopSequence": 55, "arrival": {"time": "1694890711"}, "stopId": "35801"}, {"stopSequence": 56, "arrival": {"time": "1694890737"}, "stopId": "35802"}, {"stopSequence": 57, "arrival": {"time": "1694890785"}, "stopId": "35803"}, {"stopSequence": 58, "arrival": {"time": "1694890842"}, "stopId": "38507"}, {"stopSequence": 59, "arrival": {"time": "1694890894"}, "stopId": "34473"}, {"stopSequence": 60, "arrival": {"time": "1694890940"}, "stopId": "38500"}, {"stopSequence": 61, "arrival": {"time": "1694890989"}, "stopId": "35808"}, {"stopSequence": 62, "arrival": {"time": "1694891050"}, "stopId": "35710"}, {"stopSequence": 63, "arrival": {"time": "1694891098"}, "stopId": "50036"}, {"stopSequence": 64, "arrival": {"time": "1694891344"}, "stopId": "50037"}, {"stopSequence": 65, "arrival": {"time": "1694891516"}, "stopId": "50038"}, {"stopSequence": 66, "arrival": {"time": "1694891606"}, "stopId": "50039"}, {"stopSequence": 67, "arrival": {"time": "1694891673"}, "stopId": "50040"}, {"stopSequence": 68, "arrival": {"time": "1694891777"}, "stopId": "50041"}, {"stopSequence": 69, "arrival": {"time": "1694891956"}, "stopId": "Jun-15"}, {"stopSequence": 70, "arrival": {"time": "1694892088"}, "stopId": "Jun-13"}, {"stopSequence": 71, "arrival": {"time": "1694892358"}, "stopId": "6-Oct"}, {"stopSequence": 72, "arrival": {"time": "1694892433"}, "stopId": "6-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694892681"}, "stopId": "6-Jun"}, {"stopSequence": 74, "arrival": {"time": "1694892880"}, "stopId": "6-Feb"}, {"stopSequence": 75, "arrival": {"time": "1694893178"}, "stopId": "44956"}, {"stopSequence": 76, "arrival": {"time": "1694893246"}, "stopId": "44957"}, {"stopSequence": 77, "arrival": {"time": "1694893448"}, "stopId": "45057"}, {"stopSequence": 78, "arrival": {"time": "1694893562"}, "stopId": "44963"}, {"stopSequence": 79, "arrival": {"time": "1694893785"}, "stopId": "34493"}, {"stopSequence": 80, "arrival": {"time": "1694893896"}, "stopId": "50019"}, {"stopSequence": 81, "arrival": {"time": "1694894091"}, "stopId": "10-Jan"}, {"stopSequence": 82, "arrival": {"time": "1694894203"}, "stopId": "44863"}, {"stopSequence": 83, "arrival": {"time": "1694894278"}, "stopId": "10-Mar"}, {"stopSequence": 84, "arrival": {"time": "1694894412"}, "stopId": "11-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694894546"}, "stopId": "39943"}, {"stopSequence": 86, "arrival": {"time": "1694894613"}, "stopId": "39944"}, {"stopSequence": 87, "arrival": {"time": "1694894958"}, "stopId": "39947"}, {"stopSequence": 88, "arrival": {"time": "1694895059"}, "stopId": "39949"}, {"stopSequence": 89, "arrival": {"time": "1694895089"}, "stopId": "39950"}, {"stopSequence": 90, "arrival": {"time": "1694895240"}, "stopId": "39952"}, {"stopSequence": 91, "arrival": {"time": "1694895503"}, "stopId": "34529"}], "vehicle": {"licensePlate": "FYBC82"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "17437-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "position": {"latitude": -36.88749, "longitude": -73.03663, "bearing": 335.0, "odometer": 0.0, "speed": 17.777779}, "timestamp": "1694889037", "vehicle": {"licensePlate": "FYBC82"}}}, {"id": "257e3f37-f8e4-4c5b-8073-3c65eaea43c3", "tripUpdate": {"trip": {"tripId": "17438-701ff27f-2", "startTime": "15:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889050"}, "stopId": "42501"}, {"stopSequence": 4, "arrival": {"time": "1694889069"}, "stopId": "49267"}, {"stopSequence": 5, "arrival": {"time": "1694889149"}, "stopId": "42274"}, {"stopSequence": 6, "arrival": {"time": "1694889230"}, "stopId": "42275"}, {"stopSequence": 7, "arrival": {"time": "1694889272"}, "stopId": "42276"}, {"stopSequence": 8, "arrival": {"time": "1694889356"}, "stopId": "42277"}, {"stopSequence": 9, "arrival": {"time": "1694889439"}, "stopId": "42278"}, {"stopSequence": 10, "arrival": {"time": "1694889480"}, "stopId": "42279"}, {"stopSequence": 11, "arrival": {"time": "1694889561"}, "stopId": "42280"}, {"stopSequence": 12, "arrival": {"time": "1694889603"}, "stopId": "42281"}, {"stopSequence": 13, "arrival": {"time": "1694889678"}, "stopId": "42282"}, {"stopSequence": 14, "arrival": {"time": "1694889732"}, "stopId": "42283"}, {"stopSequence": 15, "arrival": {"time": "1694889795"}, "stopId": "49279"}, {"stopSequence": 16, "arrival": {"time": "1694889872"}, "stopId": "42285"}, {"stopSequence": 17, "arrival": {"time": "1694889965"}, "stopId": "49281"}, {"stopSequence": 18, "arrival": {"time": "1694890026"}, "stopId": "49282"}, {"stopSequence": 19, "arrival": {"time": "1694890068"}, "stopId": "49283"}, {"stopSequence": 20, "arrival": {"time": "1694890123"}, "stopId": "49284"}, {"stopSequence": 21, "arrival": {"time": "1694890188"}, "stopId": "49285"}, {"stopSequence": 22, "arrival": {"time": "1694890255"}, "stopId": "49286"}, {"stopSequence": 23, "arrival": {"time": "1694890302"}, "stopId": "49287"}, {"stopSequence": 24, "arrival": {"time": "1694890341"}, "stopId": "49288"}, {"stopSequence": 25, "arrival": {"time": "1694890387"}, "stopId": "49289"}, {"stopSequence": 26, "arrival": {"time": "1694890520"}, "stopId": "42294"}, {"stopSequence": 27, "arrival": {"time": "1694890655"}, "stopId": "42295"}, {"stopSequence": 28, "arrival": {"time": "1694890771"}, "stopId": "42296"}, {"stopSequence": 29, "arrival": {"time": "1694890900"}, "stopId": "42297"}, {"stopSequence": 30, "arrival": {"time": "1694891002"}, "stopId": "42298"}, {"stopSequence": 31, "arrival": {"time": "1694891070"}, "stopId": "42299"}, {"stopSequence": 32, "arrival": {"time": "1694891116"}, "stopId": "49295"}, {"stopSequence": 33, "arrival": {"time": "1694891248"}, "stopId": "49296"}, {"stopSequence": 34, "arrival": {"time": "1694891344"}, "stopId": "49297"}, {"stopSequence": 35, "arrival": {"time": "1694891385"}, "stopId": "49298"}, {"stopSequence": 36, "arrival": {"time": "1694891454"}, "stopId": "49299"}, {"stopSequence": 37, "arrival": {"time": "1694891515"}, "stopId": "49300"}, {"stopSequence": 38, "arrival": {"time": "1694891614"}, "stopId": "49301"}, {"stopSequence": 39, "arrival": {"time": "1694891697"}, "stopId": "49302"}, {"stopSequence": 40, "arrival": {"time": "1694891752"}, "stopId": "49303"}, {"stopSequence": 41, "arrival": {"time": "1694891811"}, "stopId": "49304"}, {"stopSequence": 42, "arrival": {"time": "1694891854"}, "stopId": "49305"}, {"stopSequence": 43, "arrival": {"time": "1694891927"}, "stopId": "49306"}, {"stopSequence": 44, "arrival": {"time": "1694891979"}, "stopId": "49307"}, {"stopSequence": 45, "arrival": {"time": "1694892010"}, "stopId": "49308"}, {"stopSequence": 46, "arrival": {"time": "1694892043"}, "stopId": "49309"}, {"stopSequence": 47, "arrival": {"time": "1694892135"}, "stopId": "49310"}, {"stopSequence": 48, "arrival": {"time": "1694892178"}, "stopId": "49311"}, {"stopSequence": 49, "arrival": {"time": "1694892212"}, "stopId": "39633"}, {"stopSequence": 50, "arrival": {"time": "1694892256"}, "stopId": "35796"}, {"stopSequence": 51, "arrival": {"time": "1694892325"}, "stopId": "35797"}, {"stopSequence": 52, "arrival": {"time": "1694892385"}, "stopId": "35798"}, {"stopSequence": 53, "arrival": {"time": "1694892441"}, "stopId": "35799"}, {"stopSequence": 54, "arrival": {"time": "1694892546"}, "stopId": "35800"}, {"stopSequence": 55, "arrival": {"time": "1694892621"}, "stopId": "35801"}, {"stopSequence": 56, "arrival": {"time": "1694892662"}, "stopId": "35802"}, {"stopSequence": 57, "arrival": {"time": "1694892737"}, "stopId": "35803"}, {"stopSequence": 58, "arrival": {"time": "1694892827"}, "stopId": "38507"}, {"stopSequence": 59, "arrival": {"time": "1694892911"}, "stopId": "34473"}, {"stopSequence": 60, "arrival": {"time": "1694892986"}, "stopId": "38500"}, {"stopSequence": 61, "arrival": {"time": "1694893065"}, "stopId": "35808"}, {"stopSequence": 62, "arrival": {"time": "1694893168"}, "stopId": "35710"}, {"stopSequence": 63, "arrival": {"time": "1694893250"}, "stopId": "50036"}, {"stopSequence": 64, "arrival": {"time": "1694893687"}, "stopId": "50037"}, {"stopSequence": 65, "arrival": {"time": "1694894008"}, "stopId": "50038"}, {"stopSequence": 66, "arrival": {"time": "1694894184"}, "stopId": "50039"}, {"stopSequence": 67, "arrival": {"time": "1694894318"}, "stopId": "50040"}, {"stopSequence": 68, "arrival": {"time": "1694894530"}, "stopId": "50041"}, {"stopSequence": 69, "arrival": {"time": "1694894909"}, "stopId": "Jun-15"}, {"stopSequence": 70, "arrival": {"time": "1694895200"}, "stopId": "Jun-13"}, {"stopSequence": 71, "arrival": {"time": "1694895831"}, "stopId": "6-Oct"}, {"stopSequence": 72, "arrival": {"time": "1694896015"}, "stopId": "6-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694896651"}, "stopId": "6-Jun"}, {"stopSequence": 74, "arrival": {"time": "1694897194"}, "stopId": "6-Feb"}, {"stopSequence": 75, "arrival": {"time": "1694898070"}, "stopId": "44956"}, {"stopSequence": 76, "arrival": {"time": "1694898282"}, "stopId": "44957"}, {"stopSequence": 77, "arrival": {"time": "1694898934"}, "stopId": "45057"}, {"stopSequence": 78, "arrival": {"time": "1694899323"}, "stopId": "44963"}, {"stopSequence": 79, "arrival": {"time": "1694900118"}, "stopId": "34493"}, {"stopSequence": 80, "arrival": {"time": "1694900537"}, "stopId": "50019"}, {"stopSequence": 81, "arrival": {"time": "1694901311"}, "stopId": "10-Jan"}, {"stopSequence": 82, "arrival": {"time": "1694901778"}, "stopId": "44863"}, {"stopSequence": 83, "arrival": {"time": "1694902100"}, "stopId": "10-Mar"}, {"stopSequence": 84, "arrival": {"time": "1694902699"}, "stopId": "11-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694903324"}, "stopId": "39943"}, {"stopSequence": 86, "arrival": {"time": "1694903652"}, "stopId": "39944"}, {"stopSequence": 87, "arrival": {"time": "1694905458"}, "stopId": "39947"}, {"stopSequence": 88, "arrival": {"time": "1694906032"}, "stopId": "39949"}, {"stopSequence": 89, "arrival": {"time": "1694906207"}, "stopId": "39950"}, {"stopSequence": 90, "arrival": {"time": "1694907118"}, "stopId": "39952"}, {"stopSequence": 91, "arrival": {"time": "1694908858"}, "stopId": "34529"}], "vehicle": {"licensePlate": "GWZC84"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "17438-701ff27f-2", "startTime": "15:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "position": {"latitude": -36.95654, "longitude": -73.01291, "bearing": 344.0, "odometer": 0.0, "speed": 13.333333}, "timestamp": "1694889016", "vehicle": {"licensePlate": "GWZC84"}}}, {"id": "a8b92f16-796b-4029-8811-da3aac14ac43", "tripUpdate": {"trip": {"tripId": "17354-701ff27f-2", "startTime": "13:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 73, "arrival": {"time": "1694889050"}, "stopId": "42232"}, {"stopSequence": 74, "arrival": {"time": "1694889285"}, "stopId": "34557"}, {"stopSequence": 75, "arrival": {"time": "1694889375"}, "stopId": "42212"}, {"stopSequence": 76, "arrival": {"time": "1694889461"}, "stopId": "34560"}, {"stopSequence": 77, "arrival": {"time": "1694889496"}, "stopId": "42273"}, {"stopSequence": 78, "arrival": {"time": "1694889615"}, "stopId": "49203"}, {"stopSequence": 79, "arrival": {"time": "1694889668"}, "stopId": "49204"}, {"stopSequence": 80, "arrival": {"time": "1694889677"}, "stopId": "42503"}, {"stopSequence": 81, "arrival": {"time": "1694889690"}, "stopId": "49264"}], "vehicle": {"licensePlate": "HWDH59"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "17354-701ff27f-2", "startTime": "13:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "position": {"latitude": -36.9408, "longitude": -73.01864, "bearing": 160.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HWDH59"}}}, {"id": "2c144cd9-6fe5-4fc6-91bc-adf9712d99c2", "tripUpdate": {"trip": {"tripId": "17435-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 58, "arrival": {"time": "1694889065"}, "stopId": "38507"}, {"stopSequence": 59, "arrival": {"time": "1694889119"}, "stopId": "34473"}, {"stopSequence": 60, "arrival": {"time": "1694889165"}, "stopId": "38500"}, {"stopSequence": 61, "arrival": {"time": "1694889213"}, "stopId": "35808"}, {"stopSequence": 62, "arrival": {"time": "1694889273"}, "stopId": "35710"}, {"stopSequence": 63, "arrival": {"time": "1694889319"}, "stopId": "50036"}, {"stopSequence": 64, "arrival": {"time": "1694889545"}, "stopId": "50037"}, {"stopSequence": 65, "arrival": {"time": "1694889693"}, "stopId": "50038"}, {"stopSequence": 66, "arrival": {"time": "1694889768"}, "stopId": "50039"}, {"stopSequence": 67, "arrival": {"time": "1694889822"}, "stopId": "50040"}, {"stopSequence": 68, "arrival": {"time": "1694889905"}, "stopId": "50041"}, {"stopSequence": 69, "arrival": {"time": "1694890041"}, "stopId": "Jun-15"}, {"stopSequence": 70, "arrival": {"time": "1694890138"}, "stopId": "Jun-13"}, {"stopSequence": 71, "arrival": {"time": "1694890327"}, "stopId": "6-Oct"}, {"stopSequence": 72, "arrival": {"time": "1694890378"}, "stopId": "6-Aug"}, {"stopSequence": 73, "arrival": {"time": "1694890539"}, "stopId": "6-Jun"}, {"stopSequence": 74, "arrival": {"time": "1694890662"}, "stopId": "6-Feb"}, {"stopSequence": 75, "arrival": {"time": "1694890838"}, "stopId": "44956"}, {"stopSequence": 76, "arrival": {"time": "1694890877"}, "stopId": "44957"}, {"stopSequence": 77, "arrival": {"time": "1694890989"}, "stopId": "45057"}, {"stopSequence": 78, "arrival": {"time": "1694891051"}, "stopId": "44963"}, {"stopSequence": 79, "arrival": {"time": "1694891168"}, "stopId": "34493"}, {"stopSequence": 80, "arrival": {"time": "1694891225"}, "stopId": "50019"}, {"stopSequence": 81, "arrival": {"time": "1694891323"}, "stopId": "10-Jan"}, {"stopSequence": 82, "arrival": {"time": "1694891377"}, "stopId": "44863"}, {"stopSequence": 83, "arrival": {"time": "1694891413"}, "stopId": "10-Mar"}, {"stopSequence": 84, "arrival": {"time": "1694891477"}, "stopId": "11-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694891539"}, "stopId": "39943"}, {"stopSequence": 86, "arrival": {"time": "1694891569"}, "stopId": "39944"}, {"stopSequence": 87, "arrival": {"time": "1694891722"}, "stopId": "39947"}, {"stopSequence": 88, "arrival": {"time": "1694891766"}, "stopId": "39949"}, {"stopSequence": 89, "arrival": {"time": "1694891778"}, "stopId": "39950"}, {"stopSequence": 90, "arrival": {"time": "1694891842"}, "stopId": "39952"}, {"stopSequence": 91, "arrival": {"time": "1694891950"}, "stopId": "34529"}], "vehicle": {"licensePlate": "HYCZ71"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "17435-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "position": {"latitude": -36.819378, "longitude": -73.04231, "bearing": 63.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889033", "vehicle": {"licensePlate": "HYCZ71"}}}, {"id": "671f629f-1c90-4f9c-8961-c0774ffd9cfc", "tripUpdate": {"trip": {"tripId": "17359-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889044"}, "stopId": "42201"}, {"stopSequence": 52, "arrival": {"time": "1694889300"}, "stopId": "42206"}, {"stopSequence": 53, "arrival": {"time": "1694889364"}, "stopId": "42207"}, {"stopSequence": 54, "arrival": {"time": "1694889424"}, "stopId": "42208"}, {"stopSequence": 55, "arrival": {"time": "1694889550"}, "stopId": "42564"}, {"stopSequence": 56, "arrival": {"time": "1694889656"}, "stopId": "42214"}, {"stopSequence": 57, "arrival": {"time": "1694889758"}, "stopId": "42209"}, {"stopSequence": 58, "arrival": {"time": "1694889873"}, "stopId": "42210"}, {"stopSequence": 59, "arrival": {"time": "1694890045"}, "stopId": "40951"}, {"stopSequence": 60, "arrival": {"time": "1694890105"}, "stopId": "40952"}, {"stopSequence": 61, "arrival": {"time": "1694890162"}, "stopId": "40953"}, {"stopSequence": 62, "arrival": {"time": "1694890205"}, "stopId": "40954"}, {"stopSequence": 63, "arrival": {"time": "1694890275"}, "stopId": "40955"}, {"stopSequence": 64, "arrival": {"time": "1694890312"}, "stopId": "40956"}, {"stopSequence": 65, "arrival": {"time": "1694890369"}, "stopId": "40957"}, {"stopSequence": 66, "arrival": {"time": "1694890421"}, "stopId": "40958"}, {"stopSequence": 67, "arrival": {"time": "1694890448"}, "stopId": "40959"}, {"stopSequence": 68, "arrival": {"time": "1694890518"}, "stopId": "42223"}, {"stopSequence": 69, "arrival": {"time": "1694890826"}, "stopId": "42228"}, {"stopSequence": 70, "arrival": {"time": "1694890872"}, "stopId": "42229"}, {"stopSequence": 71, "arrival": {"time": "1694890950"}, "stopId": "42230"}, {"stopSequence": 72, "arrival": {"time": "1694890999"}, "stopId": "42231"}, {"stopSequence": 73, "arrival": {"time": "1694891082"}, "stopId": "42232"}, {"stopSequence": 74, "arrival": {"time": "1694891330"}, "stopId": "34557"}, {"stopSequence": 75, "arrival": {"time": "1694891431"}, "stopId": "42212"}, {"stopSequence": 76, "arrival": {"time": "1694891531"}, "stopId": "34560"}, {"stopSequence": 77, "arrival": {"time": "1694891573"}, "stopId": "42273"}, {"stopSequence": 78, "arrival": {"time": "1694891718"}, "stopId": "49203"}, {"stopSequence": 79, "arrival": {"time": "1694891786"}, "stopId": "49204"}, {"stopSequence": 80, "arrival": {"time": "1694891798"}, "stopId": "42503"}, {"stopSequence": 81, "arrival": {"time": "1694891814"}, "stopId": "49264"}], "vehicle": {"licensePlate": "HYYX12"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "17359-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "position": {"latitude": -36.85346, "longitude": -73.050354, "bearing": 166.0, "odometer": 0.0, "speed": 15.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "HYYX12"}}}, {"id": "82261874-47cc-4a6f-bbc3-63a2f01f4385", "tripUpdate": {"trip": {"tripId": "17360-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889161"}, "stopId": "Jun-17"}, {"stopSequence": 25, "arrival": {"time": "1694889244"}, "stopId": "Jun-19"}, {"stopSequence": 26, "arrival": {"time": "1694889305"}, "stopId": "Jun-20"}, {"stopSequence": 27, "arrival": {"time": "1694889368"}, "stopId": "Jun-22"}, {"stopSequence": 28, "arrival": {"time": "1694889433"}, "stopId": "Jun-24"}, {"stopSequence": 29, "arrival": {"time": "1694889522"}, "stopId": "Jun-25"}, {"stopSequence": 30, "arrival": {"time": "1694889804"}, "stopId": "90003"}, {"stopSequence": 31, "arrival": {"time": "1694889849"}, "stopId": "90007"}, {"stopSequence": 32, "arrival": {"time": "1694889889"}, "stopId": "40830"}, {"stopSequence": 33, "arrival": {"time": "1694889925"}, "stopId": "40831"}, {"stopSequence": 34, "arrival": {"time": "1694890005"}, "stopId": "39599"}, {"stopSequence": 35, "arrival": {"time": "1694890028"}, "stopId": "39600"}, {"stopSequence": 36, "arrival": {"time": "1694890092"}, "stopId": "37496"}, {"stopSequence": 37, "arrival": {"time": "1694890140"}, "stopId": "45064"}, {"stopSequence": 38, "arrival": {"time": "1694890212"}, "stopId": "37506"}, {"stopSequence": 39, "arrival": {"time": "1694890258"}, "stopId": "45068"}, {"stopSequence": 40, "arrival": {"time": "1694890374"}, "stopId": "37480"}, {"stopSequence": 41, "arrival": {"time": "1694890435"}, "stopId": "37477"}, {"stopSequence": 42, "arrival": {"time": "1694890502"}, "stopId": "40848"}, {"stopSequence": 43, "arrival": {"time": "1694890585"}, "stopId": "2-Apr"}, {"stopSequence": 44, "arrival": {"time": "1694890643"}, "stopId": "39728"}, {"stopSequence": 45, "arrival": {"time": "1694890742"}, "stopId": "39729"}, {"stopSequence": 46, "arrival": {"time": "1694890767"}, "stopId": "39730"}, {"stopSequence": 47, "arrival": {"time": "1694890873"}, "stopId": "42200"}, {"stopSequence": 48, "arrival": {"time": "1694890922"}, "stopId": "42203"}, {"stopSequence": 49, "arrival": {"time": "1694890988"}, "stopId": "42204"}, {"stopSequence": 50, "arrival": {"time": "1694891023"}, "stopId": "42205"}, {"stopSequence": 51, "arrival": {"time": "1694891087"}, "stopId": "42201"}, {"stopSequence": 52, "arrival": {"time": "1694891358"}, "stopId": "42206"}, {"stopSequence": 53, "arrival": {"time": "1694891430"}, "stopId": "42207"}, {"stopSequence": 54, "arrival": {"time": "1694891500"}, "stopId": "42208"}, {"stopSequence": 55, "arrival": {"time": "1694891650"}, "stopId": "42564"}, {"stopSequence": 56, "arrival": {"time": "1694891783"}, "stopId": "42214"}, {"stopSequence": 57, "arrival": {"time": "1694891916"}, "stopId": "42209"}, {"stopSequence": 58, "arrival": {"time": "1694892072"}, "stopId": "42210"}, {"stopSequence": 59, "arrival": {"time": "1694892318"}, "stopId": "40951"}, {"stopSequence": 60, "arrival": {"time": "1694892408"}, "stopId": "40952"}, {"stopSequence": 61, "arrival": {"time": "1694892496"}, "stopId": "40953"}, {"stopSequence": 62, "arrival": {"time": "1694892563"}, "stopId": "40954"}, {"stopSequence": 63, "arrival": {"time": "1694892675"}, "stopId": "40955"}, {"stopSequence": 64, "arrival": {"time": "1694892736"}, "stopId": "40956"}, {"stopSequence": 65, "arrival": {"time": "1694892830"}, "stopId": "40957"}, {"stopSequence": 66, "arrival": {"time": "1694892918"}, "stopId": "40958"}, {"stopSequence": 67, "arrival": {"time": "1694892964"}, "stopId": "40959"}, {"stopSequence": 68, "arrival": {"time": "1694893087"}, "stopId": "42223"}, {"stopSequence": 69, "arrival": {"time": "1694893667"}, "stopId": "42228"}, {"stopSequence": 70, "arrival": {"time": "1694893759"}, "stopId": "42229"}, {"stopSequence": 71, "arrival": {"time": "1694893920"}, "stopId": "42230"}, {"stopSequence": 72, "arrival": {"time": "1694894022"}, "stopId": "42231"}, {"stopSequence": 73, "arrival": {"time": "1694894202"}, "stopId": "42232"}, {"stopSequence": 74, "arrival": {"time": "1694894774"}, "stopId": "34557"}, {"stopSequence": 75, "arrival": {"time": "1694895021"}, "stopId": "42212"}, {"stopSequence": 76, "arrival": {"time": "1694895277"}, "stopId": "34560"}, {"stopSequence": 77, "arrival": {"time": "1694895387"}, "stopId": "42273"}, {"stopSequence": 78, "arrival": {"time": "1694895785"}, "stopId": "49203"}, {"stopSequence": 79, "arrival": {"time": "1694895975"}, "stopId": "49204"}, {"stopSequence": 80, "arrival": {"time": "1694896011"}, "stopId": "42503"}, {"stopSequence": 81, "arrival": {"time": "1694896057"}, "stopId": "49264"}], "vehicle": {"licensePlate": "ZT3021"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "17360-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "position": {"latitude": -36.781715, "longitude": -73.02084, "bearing": 202.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694889008", "vehicle": {"licensePlate": "ZT3021"}}}, {"id": "a4ada7e2-e725-4d55-9322-2c0c14674227", "tripUpdate": {"trip": {"tripId": "17355-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694889022"}, "stopId": "37480"}, {"stopSequence": 41, "arrival": {"time": "1694889088"}, "stopId": "37477"}, {"stopSequence": 42, "arrival": {"time": "1694889159"}, "stopId": "40848"}, {"stopSequence": 43, "arrival": {"time": "1694889246"}, "stopId": "2-Apr"}, {"stopSequence": 44, "arrival": {"time": "1694889305"}, "stopId": "39728"}, {"stopSequence": 45, "arrival": {"time": "1694889404"}, "stopId": "39729"}, {"stopSequence": 46, "arrival": {"time": "1694889429"}, "stopId": "39730"}, {"stopSequence": 47, "arrival": {"time": "1694889532"}, "stopId": "42200"}, {"stopSequence": 48, "arrival": {"time": "1694889577"}, "stopId": "42203"}, {"stopSequence": 49, "arrival": {"time": "1694889640"}, "stopId": "42204"}, {"stopSequence": 50, "arrival": {"time": "1694889672"}, "stopId": "42205"}, {"stopSequence": 51, "arrival": {"time": "1694889731"}, "stopId": "42201"}, {"stopSequence": 52, "arrival": {"time": "1694889969"}, "stopId": "42206"}, {"stopSequence": 53, "arrival": {"time": "1694890030"}, "stopId": "42207"}, {"stopSequence": 54, "arrival": {"time": "1694890088"}, "stopId": "42208"}, {"stopSequence": 55, "arrival": {"time": "1694890210"}, "stopId": "42564"}, {"stopSequence": 56, "arrival": {"time": "1694890315"}, "stopId": "42214"}, {"stopSequence": 57, "arrival": {"time": "1694890418"}, "stopId": "42209"}, {"stopSequence": 58, "arrival": {"time": "1694890534"}, "stopId": "42210"}, {"stopSequence": 59, "arrival": {"time": "1694890713"}, "stopId": "40951"}, {"stopSequence": 60, "arrival": {"time": "1694890776"}, "stopId": "40952"}, {"stopSequence": 61, "arrival": {"time": "1694890837"}, "stopId": "40953"}, {"stopSequence": 62, "arrival": {"time": "1694890883"}, "stopId": "40954"}, {"stopSequence": 63, "arrival": {"time": "1694890958"}, "stopId": "40955"}, {"stopSequence": 64, "arrival": {"time": "1694890998"}, "stopId": "40956"}, {"stopSequence": 65, "arrival": {"time": "1694891060"}, "stopId": "40957"}, {"stopSequence": 66, "arrival": {"time": "1694891118"}, "stopId": "40958"}, {"stopSequence": 67, "arrival": {"time": "1694891147"}, "stopId": "40959"}, {"stopSequence": 68, "arrival": {"time": "1694891225"}, "stopId": "42223"}, {"stopSequence": 69, "arrival": {"time": "1694891574"}, "stopId": "42228"}, {"stopSequence": 70, "arrival": {"time": "1694891627"}, "stopId": "42229"}, {"stopSequence": 71, "arrival": {"time": "1694891718"}, "stopId": "42230"}, {"stopSequence": 72, "arrival": {"time": "1694891775"}, "stopId": "42231"}, {"stopSequence": 73, "arrival": {"time": "1694891874"}, "stopId": "42232"}, {"stopSequence": 74, "arrival": {"time": "1694892174"}, "stopId": "34557"}, {"stopSequence": 75, "arrival": {"time": "1694892297"}, "stopId": "42212"}, {"stopSequence": 76, "arrival": {"time": "1694892421"}, "stopId": "34560"}, {"stopSequence": 77, "arrival": {"time": "1694892474"}, "stopId": "42273"}, {"stopSequence": 78, "arrival": {"time": "1694892658"}, "stopId": "49203"}, {"stopSequence": 79, "arrival": {"time": "1694892744"}, "stopId": "49204"}, {"stopSequence": 80, "arrival": {"time": "1694892760"}, "stopId": "42503"}, {"stopSequence": 81, "arrival": {"time": "1694892780"}, "stopId": "49264"}], "vehicle": {"licensePlate": "ZV8813"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "17355-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "position": {"latitude": -36.828213, "longitude": -73.051346, "bearing": 238.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889004", "vehicle": {"licensePlate": "ZV8813"}}}, {"id": "71956134-a804-403e-a81a-e2c4f3357a42", "tripUpdate": {"trip": {"tripId": "17433-701ff27f-2", "startTime": "14:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 75, "arrival": {"time": "1694889060"}, "stopId": "44956"}, {"stopSequence": 76, "arrival": {"time": "1694889100"}, "stopId": "44957"}, {"stopSequence": 77, "arrival": {"time": "1694889212"}, "stopId": "45057"}, {"stopSequence": 78, "arrival": {"time": "1694889272"}, "stopId": "44963"}, {"stopSequence": 79, "arrival": {"time": "1694889382"}, "stopId": "34493"}, {"stopSequence": 80, "arrival": {"time": "1694889434"}, "stopId": "50019"}, {"stopSequence": 81, "arrival": {"time": "1694889522"}, "stopId": "10-Jan"}, {"stopSequence": 82, "arrival": {"time": "1694889569"}, "stopId": "44863"}, {"stopSequence": 83, "arrival": {"time": "1694889601"}, "stopId": "10-Mar"}, {"stopSequence": 84, "arrival": {"time": "1694889655"}, "stopId": "11-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694889706"}, "stopId": "39943"}, {"stopSequence": 86, "arrival": {"time": "1694889732"}, "stopId": "39944"}, {"stopSequence": 87, "arrival": {"time": "1694889855"}, "stopId": "39947"}, {"stopSequence": 88, "arrival": {"time": "1694889890"}, "stopId": "39949"}, {"stopSequence": 89, "arrival": {"time": "1694889899"}, "stopId": "39950"}, {"stopSequence": 90, "arrival": {"time": "1694889948"}, "stopId": "39952"}, {"stopSequence": 91, "arrival": {"time": "1694890030"}, "stopId": "34529"}], "vehicle": {"licensePlate": "ZY3848"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "17433-701ff27f-2", "startTime": "14:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 0}, "position": {"latitude": -36.753193, "longitude": -73.00054, "bearing": 18.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694888978", "vehicle": {"licensePlate": "ZY3848"}}}, {"id": "55dff1db-90f8-44f1-bb8c-54d3c4f22460", "tripUpdate": {"trip": {"tripId": "17501-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "566", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 13, "arrival": {"time": "1694889088"}, "stopId": "42283"}, {"stopSequence": 14, "arrival": {"time": "1694889157"}, "stopId": "49279"}, {"stopSequence": 15, "arrival": {"time": "1694889239"}, "stopId": "42285"}, {"stopSequence": 16, "arrival": {"time": "1694889337"}, "stopId": "49281"}, {"stopSequence": 17, "arrival": {"time": "1694889402"}, "stopId": "49282"}, {"stopSequence": 18, "arrival": {"time": "1694889445"}, "stopId": "49283"}, {"stopSequence": 19, "arrival": {"time": "1694889503"}, "stopId": "49284"}, {"stopSequence": 20, "arrival": {"time": "1694889569"}, "stopId": "49285"}, {"stopSequence": 21, "arrival": {"time": "1694889637"}, "stopId": "49286"}, {"stopSequence": 22, "arrival": {"time": "1694889684"}, "stopId": "49287"}, {"stopSequence": 23, "arrival": {"time": "1694889724"}, "stopId": "49288"}, {"stopSequence": 24, "arrival": {"time": "1694889774"}, "stopId": "49289"}, {"stopSequence": 25, "arrival": {"time": "1694889898"}, "stopId": "42294"}, {"stopSequence": 26, "arrival": {"time": "1694890032"}, "stopId": "42295"}, {"stopSequence": 27, "arrival": {"time": "1694890142"}, "stopId": "42296"}, {"stopSequence": 28, "arrival": {"time": "1694890264"}, "stopId": "42297"}, {"stopSequence": 29, "arrival": {"time": "1694890359"}, "stopId": "42298"}, {"stopSequence": 30, "arrival": {"time": "1694890421"}, "stopId": "42299"}, {"stopSequence": 31, "arrival": {"time": "1694890463"}, "stopId": "49295"}, {"stopSequence": 32, "arrival": {"time": "1694890582"}, "stopId": "49296"}, {"stopSequence": 33, "arrival": {"time": "1694890666"}, "stopId": "49297"}, {"stopSequence": 34, "arrival": {"time": "1694890705"}, "stopId": "49298"}, {"stopSequence": 35, "arrival": {"time": "1694890766"}, "stopId": "49299"}, {"stopSequence": 36, "arrival": {"time": "1694890820"}, "stopId": "49300"}, {"stopSequence": 37, "arrival": {"time": "1694890906"}, "stopId": "49301"}, {"stopSequence": 38, "arrival": {"time": "1694890977"}, "stopId": "49302"}, {"stopSequence": 39, "arrival": {"time": "1694891024"}, "stopId": "49303"}, {"stopSequence": 40, "arrival": {"time": "1694891071"}, "stopId": "49304"}, {"stopSequence": 41, "arrival": {"time": "1694891110"}, "stopId": "49305"}, {"stopSequence": 42, "arrival": {"time": "1694891171"}, "stopId": "49306"}, {"stopSequence": 43, "arrival": {"time": "1694891215"}, "stopId": "49307"}, {"stopSequence": 44, "arrival": {"time": "1694891241"}, "stopId": "49308"}, {"stopSequence": 45, "arrival": {"time": "1694891268"}, "stopId": "49309"}, {"stopSequence": 46, "arrival": {"time": "1694891344"}, "stopId": "49310"}, {"stopSequence": 47, "arrival": {"time": "1694891380"}, "stopId": "49311"}, {"stopSequence": 48, "arrival": {"time": "1694891444"}, "stopId": "35796"}, {"stopSequence": 49, "arrival": {"time": "1694891500"}, "stopId": "35797"}, {"stopSequence": 50, "arrival": {"time": "1694891548"}, "stopId": "35798"}, {"stopSequence": 51, "arrival": {"time": "1694891594"}, "stopId": "35799"}, {"stopSequence": 52, "arrival": {"time": "1694891677"}, "stopId": "35800"}, {"stopSequence": 53, "arrival": {"time": "1694891738"}, "stopId": "35801"}, {"stopSequence": 54, "arrival": {"time": "1694891769"}, "stopId": "35802"}, {"stopSequence": 55, "arrival": {"time": "1694891829"}, "stopId": "35803"}, {"stopSequence": 56, "arrival": {"time": "1694891899"}, "stopId": "38507"}, {"stopSequence": 57, "arrival": {"time": "1694891965"}, "stopId": "34473"}, {"stopSequence": 58, "arrival": {"time": "1694892022"}, "stopId": "38500"}, {"stopSequence": 59, "arrival": {"time": "1694892084"}, "stopId": "35808"}, {"stopSequence": 60, "arrival": {"time": "1694892162"}, "stopId": "35710"}, {"stopSequence": 61, "arrival": {"time": "1694892224"}, "stopId": "50036"}, {"stopSequence": 62, "arrival": {"time": "1694892548"}, "stopId": "50037"}, {"stopSequence": 63, "arrival": {"time": "1694892783"}, "stopId": "50038"}, {"stopSequence": 64, "arrival": {"time": "1694892908"}, "stopId": "50039"}, {"stopSequence": 65, "arrival": {"time": "1694893003"}, "stopId": "50040"}, {"stopSequence": 66, "arrival": {"time": "1694893151"}, "stopId": "50041"}, {"stopSequence": 67, "arrival": {"time": "1694893411"}, "stopId": "Jun-15"}, {"stopSequence": 68, "arrival": {"time": "1694893606"}, "stopId": "Jun-13"}, {"stopSequence": 69, "arrival": {"time": "1694894020"}, "stopId": "6-Oct"}, {"stopSequence": 70, "arrival": {"time": "1694894137"}, "stopId": "6-Aug"}, {"stopSequence": 71, "arrival": {"time": "1694894533"}, "stopId": "6-Jun"}, {"stopSequence": 72, "arrival": {"time": "1694894862"}, "stopId": "6-Feb"}, {"stopSequence": 73, "arrival": {"time": "1694895230"}, "stopId": "10940386"}, {"stopSequence": 74, "arrival": {"time": "1694895375"}, "stopId": "10940383"}, {"stopSequence": 75, "arrival": {"time": "1694895496"}, "stopId": "10940382"}, {"stopSequence": 76, "arrival": {"time": "1694895629"}, "stopId": "10940381"}, {"stopSequence": 77, "arrival": {"time": "1694895841"}, "stopId": "10940374"}, {"stopSequence": 78, "arrival": {"time": "1694896099"}, "stopId": "10940370"}, {"stopSequence": 79, "arrival": {"time": "1694896188"}, "stopId": "10940367"}, {"stopSequence": 80, "arrival": {"time": "1694896301"}, "stopId": "10940368"}, {"stopSequence": 81, "arrival": {"time": "1694896603"}, "stopId": "10940388"}, {"stopSequence": 82, "arrival": {"time": "1694897337"}, "stopId": "10-Apr"}, {"stopSequence": 83, "arrival": {"time": "1694897656"}, "stopId": "10-Jan"}, {"stopSequence": 84, "arrival": {"time": "1694897872"}, "stopId": "44863"}, {"stopSequence": 85, "arrival": {"time": "1694898041"}, "stopId": "10-Mar"}, {"stopSequence": 86, "arrival": {"time": "1694898342"}, "stopId": "11-Jan"}], "vehicle": {"licensePlate": "BRTG11"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "17501-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "566", "directionId": 0}, "position": {"latitude": -36.927998, "longitude": -73.02424, "bearing": 333.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889036", "vehicle": {"licensePlate": "BRTG11"}}}, {"id": "4f3471ad-dc7e-4f93-bcf6-d6bd4143e809", "tripUpdate": {"trip": {"tripId": "17528-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "566", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 32, "arrival": {"time": "1694889027"}, "stopId": "37496"}, {"stopSequence": 33, "arrival": {"time": "1694889080"}, "stopId": "45064"}, {"stopSequence": 34, "arrival": {"time": "1694889157"}, "stopId": "37506"}, {"stopSequence": 35, "arrival": {"time": "1694889199"}, "stopId": "45068"}, {"stopSequence": 36, "arrival": {"time": "1694889319"}, "stopId": "37480"}, {"stopSequence": 37, "arrival": {"time": "1694889381"}, "stopId": "37477"}, {"stopSequence": 38, "arrival": {"time": "1694889453"}, "stopId": "40848"}, {"stopSequence": 39, "arrival": {"time": "1694889542"}, "stopId": "2-Apr"}, {"stopSequence": 40, "arrival": {"time": "1694889599"}, "stopId": "39728"}, {"stopSequence": 41, "arrival": {"time": "1694889695"}, "stopId": "39729"}, {"stopSequence": 42, "arrival": {"time": "1694889719"}, "stopId": "39730"}, {"stopSequence": 43, "arrival": {"time": "1694889820"}, "stopId": "42200"}, {"stopSequence": 44, "arrival": {"time": "1694889865"}, "stopId": "42203"}, {"stopSequence": 45, "arrival": {"time": "1694889926"}, "stopId": "42204"}, {"stopSequence": 46, "arrival": {"time": "1694889949"}, "stopId": "42205"}, {"stopSequence": 47, "arrival": {"time": "1694890016"}, "stopId": "42201"}, {"stopSequence": 48, "arrival": {"time": "1694890261"}, "stopId": "42206"}, {"stopSequence": 49, "arrival": {"time": "1694890315"}, "stopId": "42207"}, {"stopSequence": 50, "arrival": {"time": "1694890374"}, "stopId": "42208"}, {"stopSequence": 51, "arrival": {"time": "1694890498"}, "stopId": "42564"}, {"stopSequence": 52, "arrival": {"time": "1694890603"}, "stopId": "42214"}, {"stopSequence": 53, "arrival": {"time": "1694890711"}, "stopId": "42209"}, {"stopSequence": 54, "arrival": {"time": "1694890832"}, "stopId": "42210"}, {"stopSequence": 55, "arrival": {"time": "1694891018"}, "stopId": "40951"}, {"stopSequence": 56, "arrival": {"time": "1694891085"}, "stopId": "40952"}, {"stopSequence": 57, "arrival": {"time": "1694891149"}, "stopId": "40953"}, {"stopSequence": 58, "arrival": {"time": "1694891198"}, "stopId": "40954"}, {"stopSequence": 59, "arrival": {"time": "1694891278"}, "stopId": "40955"}, {"stopSequence": 60, "arrival": {"time": "1694891320"}, "stopId": "40956"}, {"stopSequence": 61, "arrival": {"time": "1694891384"}, "stopId": "40957"}, {"stopSequence": 62, "arrival": {"time": "1694891448"}, "stopId": "40958"}, {"stopSequence": 63, "arrival": {"time": "1694891479"}, "stopId": "40959"}, {"stopSequence": 64, "arrival": {"time": "1694891563"}, "stopId": "42223"}, {"stopSequence": 65, "arrival": {"time": "1694891597"}, "stopId": "42224"}, {"stopSequence": 66, "arrival": {"time": "1694891689"}, "stopId": "42225"}, {"stopSequence": 67, "arrival": {"time": "1694891769"}, "stopId": "42226"}, {"stopSequence": 68, "arrival": {"time": "1694891836"}, "stopId": "42227"}, {"stopSequence": 69, "arrival": {"time": "1694891933"}, "stopId": "42228"}, {"stopSequence": 70, "arrival": {"time": "1694891990"}, "stopId": "42229"}, {"stopSequence": 71, "arrival": {"time": "1694892103"}, "stopId": "42230"}, {"stopSequence": 72, "arrival": {"time": "1694892162"}, "stopId": "42231"}, {"stopSequence": 73, "arrival": {"time": "1694892274"}, "stopId": "42232"}, {"stopSequence": 74, "arrival": {"time": "1694892611"}, "stopId": "34557"}, {"stopSequence": 75, "arrival": {"time": "1694892689"}, "stopId": "42242"}, {"stopSequence": 76, "arrival": {"time": "1694892750"}, "stopId": "42212"}, {"stopSequence": 77, "arrival": {"time": "1694892883"}, "stopId": "34560"}, {"stopSequence": 78, "arrival": {"time": "1694892952"}, "stopId": "42273"}, {"stopSequence": 79, "arrival": {"time": "1694893163"}, "stopId": "49203"}, {"stopSequence": 80, "arrival": {"time": "1694893261"}, "stopId": "49204"}, {"stopSequence": 81, "arrival": {"time": "1694893280"}, "stopId": "42503"}, {"stopSequence": 82, "arrival": {"time": "1694893303"}, "stopId": "49264"}], "vehicle": {"licensePlate": "HGRP51"}, "timestamp": "1694888995"}, "vehicle": {"trip": {"tripId": "17528-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "566", "directionId": 1}, "position": {"latitude": -36.821842, "longitude": -73.03613, "bearing": 219.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694888995", "vehicle": {"licensePlate": "HGRP51"}}}, {"id": "baed9db0-c0f5-4cff-9670-c5a12994ab51", "tripUpdate": {"trip": {"tripId": "17567-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 54, "arrival": {"time": "1694889043"}, "stopId": "38514"}, {"stopSequence": 55, "arrival": {"time": "1694889102"}, "stopId": "34586"}, {"stopSequence": 56, "arrival": {"time": "1694889133"}, "stopId": "34587"}, {"stopSequence": 57, "arrival": {"time": "1694889158"}, "stopId": "34588"}, {"stopSequence": 58, "arrival": {"time": "1694889208"}, "stopId": "39497"}, {"stopSequence": 59, "arrival": {"time": "1694889243"}, "stopId": "49407"}, {"stopSequence": 60, "arrival": {"time": "1694889302"}, "stopId": "50034"}, {"stopSequence": 61, "arrival": {"time": "1694889342"}, "stopId": "40903"}, {"stopSequence": 62, "arrival": {"time": "1694889376"}, "stopId": "40904"}, {"stopSequence": 63, "arrival": {"time": "1694889421"}, "stopId": "35814"}, {"stopSequence": 64, "arrival": {"time": "1694889497"}, "stopId": "35815"}, {"stopSequence": 65, "arrival": {"time": "1694889523"}, "stopId": "35816"}, {"stopSequence": 66, "arrival": {"time": "1694889535"}, "stopId": "35817"}, {"stopSequence": 67, "arrival": {"time": "1694889569"}, "stopId": "35818"}, {"stopSequence": 68, "arrival": {"time": "1694889608"}, "stopId": "35819"}, {"stopSequence": 69, "arrival": {"time": "1694889794"}, "stopId": "35822"}, {"stopSequence": 70, "arrival": {"time": "1694889842"}, "stopId": "35823"}, {"stopSequence": 71, "arrival": {"time": "1694889896"}, "stopId": "35723"}, {"stopSequence": 72, "arrival": {"time": "1694889940"}, "stopId": "35722"}, {"stopSequence": 73, "arrival": {"time": "1694890021"}, "stopId": "35826"}, {"stopSequence": 74, "arrival": {"time": "1694890077"}, "stopId": "35827"}, {"stopSequence": 75, "arrival": {"time": "1694890099"}, "stopId": "35828"}, {"stopSequence": 76, "arrival": {"time": "1694890154"}, "stopId": "35829"}, {"stopSequence": 77, "arrival": {"time": "1694890272"}, "stopId": "40921"}], "vehicle": {"licensePlate": "BDCH58"}, "timestamp": "1694889007"}, "vehicle": {"trip": {"tripId": "17567-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "position": {"latitude": -36.8267, "longitude": -73.04466, "bearing": 61.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889007", "vehicle": {"licensePlate": "BDCH58"}}}, {"id": "00ae4fe5-de8b-4eae-b37d-df3f12f92a70", "tripUpdate": {"trip": {"tripId": "17613-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694889073"}, "stopId": "90001"}, {"stopSequence": 22, "arrival": {"time": "1694889165"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694889189"}, "stopId": "39600"}, {"stopSequence": 24, "arrival": {"time": "1694889257"}, "stopId": "37496"}, {"stopSequence": 25, "arrival": {"time": "1694889308"}, "stopId": "45064"}, {"stopSequence": 26, "arrival": {"time": "1694889382"}, "stopId": "37506"}, {"stopSequence": 27, "arrival": {"time": "1694889423"}, "stopId": "45068"}, {"stopSequence": 28, "arrival": {"time": "1694889548"}, "stopId": "37480"}, {"stopSequence": 29, "arrival": {"time": "1694889609"}, "stopId": "37477"}, {"stopSequence": 30, "arrival": {"time": "1694889676"}, "stopId": "40848"}, {"stopSequence": 31, "arrival": {"time": "1694889758"}, "stopId": "2-Apr"}, {"stopSequence": 32, "arrival": {"time": "1694889814"}, "stopId": "39728"}, {"stopSequence": 33, "arrival": {"time": "1694889909"}, "stopId": "39729"}, {"stopSequence": 34, "arrival": {"time": "1694889932"}, "stopId": "39730"}, {"stopSequence": 35, "arrival": {"time": "1694890032"}, "stopId": "42200"}, {"stopSequence": 36, "arrival": {"time": "1694890076"}, "stopId": "42203"}, {"stopSequence": 37, "arrival": {"time": "1694890129"}, "stopId": "42204"}, {"stopSequence": 38, "arrival": {"time": "1694890170"}, "stopId": "42205"}, {"stopSequence": 39, "arrival": {"time": "1694890224"}, "stopId": "42201"}, {"stopSequence": 40, "arrival": {"time": "1694890532"}, "stopId": "42207"}, {"stopSequence": 41, "arrival": {"time": "1694890591"}, "stopId": "42208"}, {"stopSequence": 42, "arrival": {"time": "1694890719"}, "stopId": "42564"}, {"stopSequence": 43, "arrival": {"time": "1694890827"}, "stopId": "42214"}, {"stopSequence": 44, "arrival": {"time": "1694890938"}, "stopId": "42209"}, {"stopSequence": 45, "arrival": {"time": "1694891064"}, "stopId": "42210"}, {"stopSequence": 46, "arrival": {"time": "1694891269"}, "stopId": "42215"}, {"stopSequence": 47, "arrival": {"time": "1694891297"}, "stopId": "42216"}, {"stopSequence": 48, "arrival": {"time": "1694891351"}, "stopId": "42217"}, {"stopSequence": 49, "arrival": {"time": "1694891437"}, "stopId": "42218"}, {"stopSequence": 50, "arrival": {"time": "1694891481"}, "stopId": "42219"}, {"stopSequence": 51, "arrival": {"time": "1694891607"}, "stopId": "42220"}, {"stopSequence": 52, "arrival": {"time": "1694891661"}, "stopId": "42221"}, {"stopSequence": 53, "arrival": {"time": "1694891743"}, "stopId": "42222"}, {"stopSequence": 54, "arrival": {"time": "1694891829"}, "stopId": "42223"}, {"stopSequence": 55, "arrival": {"time": "1694891865"}, "stopId": "42224"}, {"stopSequence": 56, "arrival": {"time": "1694891964"}, "stopId": "42225"}, {"stopSequence": 57, "arrival": {"time": "1694892050"}, "stopId": "42226"}, {"stopSequence": 58, "arrival": {"time": "1694892122"}, "stopId": "42227"}, {"stopSequence": 59, "arrival": {"time": "1694892238"}, "stopId": "42228"}, {"stopSequence": 60, "arrival": {"time": "1694892287"}, "stopId": "42229"}, {"stopSequence": 61, "arrival": {"time": "1694892410"}, "stopId": "42230"}, {"stopSequence": 62, "arrival": {"time": "1694892479"}, "stopId": "42231"}, {"stopSequence": 63, "arrival": {"time": "1694892610"}, "stopId": "42232"}, {"stopSequence": 64, "arrival": {"time": "1694892741"}, "stopId": "42233"}, {"stopSequence": 65, "arrival": {"time": "1694892966"}, "stopId": "34557"}, {"stopSequence": 66, "arrival": {"time": "1694893120"}, "stopId": "42212"}, {"stopSequence": 67, "arrival": {"time": "1694893268"}, "stopId": "34560"}, {"stopSequence": 68, "arrival": {"time": "1694893344"}, "stopId": "42273"}, {"stopSequence": 69, "arrival": {"time": "1694893579"}, "stopId": "49203"}, {"stopSequence": 70, "arrival": {"time": "1694893690"}, "stopId": "49204"}, {"stopSequence": 71, "arrival": {"time": "1694893710"}, "stopId": "42503"}, {"stopSequence": 72, "arrival": {"time": "1694893737"}, "stopId": "49264"}], "vehicle": {"licensePlate": "CFTD71"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "17613-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 1}, "position": {"latitude": -36.815365, "longitude": -73.029884, "bearing": 246.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694888988", "vehicle": {"licensePlate": "CFTD71"}}}, {"id": "fa7d7968-1a4a-4581-a394-49ad111e494f", "tripUpdate": {"trip": {"tripId": "17570-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889007"}, "stopId": "42211"}, {"stopSequence": 3, "arrival": {"time": "1694889049"}, "stopId": "34868"}, {"stopSequence": 4, "arrival": {"time": "1694889075"}, "stopId": "34415"}, {"stopSequence": 5, "arrival": {"time": "1694889143"}, "stopId": "41801"}, {"stopSequence": 6, "arrival": {"time": "1694889253"}, "stopId": "42242"}, {"stopSequence": 7, "arrival": {"time": "1694889263"}, "stopId": "34871"}, {"stopSequence": 8, "arrival": {"time": "1694889297"}, "stopId": "34557"}, {"stopSequence": 9, "arrival": {"time": "1694889421"}, "stopId": "42275"}, {"stopSequence": 10, "arrival": {"time": "1694889457"}, "stopId": "42276"}, {"stopSequence": 11, "arrival": {"time": "1694889540"}, "stopId": "42277"}, {"stopSequence": 12, "arrival": {"time": "1694889619"}, "stopId": "42278"}, {"stopSequence": 13, "arrival": {"time": "1694889661"}, "stopId": "42279"}, {"stopSequence": 14, "arrival": {"time": "1694889741"}, "stopId": "42280"}, {"stopSequence": 15, "arrival": {"time": "1694889782"}, "stopId": "42281"}, {"stopSequence": 16, "arrival": {"time": "1694889855"}, "stopId": "42282"}, {"stopSequence": 17, "arrival": {"time": "1694889910"}, "stopId": "42283"}, {"stopSequence": 18, "arrival": {"time": "1694889973"}, "stopId": "49279"}, {"stopSequence": 19, "arrival": {"time": "1694890045"}, "stopId": "42285"}, {"stopSequence": 20, "arrival": {"time": "1694890134"}, "stopId": "42286"}, {"stopSequence": 21, "arrival": {"time": "1694890150"}, "stopId": "42287"}, {"stopSequence": 22, "arrival": {"time": "1694890205"}, "stopId": "42288"}, {"stopSequence": 23, "arrival": {"time": "1694890240"}, "stopId": "42289"}, {"stopSequence": 24, "arrival": {"time": "1694890320"}, "stopId": "42290"}, {"stopSequence": 25, "arrival": {"time": "1694890361"}, "stopId": "42291"}, {"stopSequence": 26, "arrival": {"time": "1694890455"}, "stopId": "42292"}, {"stopSequence": 27, "arrival": {"time": "1694890522"}, "stopId": "42293"}, {"stopSequence": 28, "arrival": {"time": "1694890703"}, "stopId": "42294"}, {"stopSequence": 29, "arrival": {"time": "1694890835"}, "stopId": "42295"}, {"stopSequence": 30, "arrival": {"time": "1694890954"}, "stopId": "42296"}, {"stopSequence": 31, "arrival": {"time": "1694891088"}, "stopId": "42297"}, {"stopSequence": 32, "arrival": {"time": "1694891193"}, "stopId": "42298"}, {"stopSequence": 33, "arrival": {"time": "1694891264"}, "stopId": "42299"}, {"stopSequence": 34, "arrival": {"time": "1694891312"}, "stopId": "49295"}, {"stopSequence": 35, "arrival": {"time": "1694891449"}, "stopId": "49296"}, {"stopSequence": 36, "arrival": {"time": "1694891552"}, "stopId": "49297"}, {"stopSequence": 37, "arrival": {"time": "1694891594"}, "stopId": "49298"}, {"stopSequence": 38, "arrival": {"time": "1694891678"}, "stopId": "49299"}, {"stopSequence": 39, "arrival": {"time": "1694891730"}, "stopId": "49300"}, {"stopSequence": 40, "arrival": {"time": "1694891835"}, "stopId": "49301"}, {"stopSequence": 41, "arrival": {"time": "1694891922"}, "stopId": "49302"}, {"stopSequence": 42, "arrival": {"time": "1694891981"}, "stopId": "49303"}, {"stopSequence": 43, "arrival": {"time": "1694892050"}, "stopId": "49304"}, {"stopSequence": 44, "arrival": {"time": "1694892088"}, "stopId": "49305"}, {"stopSequence": 45, "arrival": {"time": "1694892165"}, "stopId": "49306"}, {"stopSequence": 46, "arrival": {"time": "1694892221"}, "stopId": "49307"}, {"stopSequence": 47, "arrival": {"time": "1694892254"}, "stopId": "49308"}, {"stopSequence": 48, "arrival": {"time": "1694892289"}, "stopId": "49309"}, {"stopSequence": 49, "arrival": {"time": "1694892329"}, "stopId": "42315"}, {"stopSequence": 50, "arrival": {"time": "1694892363"}, "stopId": "42316"}, {"stopSequence": 51, "arrival": {"time": "1694892438"}, "stopId": "42317"}, {"stopSequence": 52, "arrival": {"time": "1694892537"}, "stopId": "42319"}, {"stopSequence": 53, "arrival": {"time": "1694892666"}, "stopId": "42320"}, {"stopSequence": 54, "arrival": {"time": "1694892741"}, "stopId": "38514"}, {"stopSequence": 55, "arrival": {"time": "1694892832"}, "stopId": "34586"}, {"stopSequence": 56, "arrival": {"time": "1694892880"}, "stopId": "34587"}, {"stopSequence": 57, "arrival": {"time": "1694892922"}, "stopId": "34588"}, {"stopSequence": 58, "arrival": {"time": "1694893003"}, "stopId": "39497"}, {"stopSequence": 59, "arrival": {"time": "1694893062"}, "stopId": "49407"}, {"stopSequence": 60, "arrival": {"time": "1694893163"}, "stopId": "50034"}, {"stopSequence": 61, "arrival": {"time": "1694893235"}, "stopId": "40903"}, {"stopSequence": 62, "arrival": {"time": "1694893298"}, "stopId": "40904"}, {"stopSequence": 63, "arrival": {"time": "1694893382"}, "stopId": "35814"}, {"stopSequence": 64, "arrival": {"time": "1694893529"}, "stopId": "35815"}, {"stopSequence": 65, "arrival": {"time": "1694893582"}, "stopId": "35816"}, {"stopSequence": 66, "arrival": {"time": "1694893607"}, "stopId": "35817"}, {"stopSequence": 67, "arrival": {"time": "1694893678"}, "stopId": "35818"}, {"stopSequence": 68, "arrival": {"time": "1694893758"}, "stopId": "35819"}, {"stopSequence": 69, "arrival": {"time": "1694894183"}, "stopId": "35822"}, {"stopSequence": 70, "arrival": {"time": "1694894302"}, "stopId": "35823"}, {"stopSequence": 71, "arrival": {"time": "1694894438"}, "stopId": "35723"}, {"stopSequence": 72, "arrival": {"time": "1694894553"}, "stopId": "35722"}, {"stopSequence": 73, "arrival": {"time": "1694894776"}, "stopId": "35826"}, {"stopSequence": 74, "arrival": {"time": "1694894939"}, "stopId": "35827"}, {"stopSequence": 75, "arrival": {"time": "1694895005"}, "stopId": "35828"}, {"stopSequence": 76, "arrival": {"time": "1694895170"}, "stopId": "35829"}, {"stopSequence": 77, "arrival": {"time": "1694895551"}, "stopId": "40921"}], "vehicle": {"licensePlate": "FXJS25"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "17570-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "position": {"latitude": -36.952847, "longitude": -73.013695, "bearing": 346.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "FXJS25"}}}, {"id": "12e7bf91-bb84-47df-b84c-75a141552e6a", "tripUpdate": {"trip": {"tripId": "17569-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694889066"}, "stopId": "42281"}, {"stopSequence": 16, "arrival": {"time": "1694889145"}, "stopId": "42282"}, {"stopSequence": 17, "arrival": {"time": "1694889204"}, "stopId": "42283"}, {"stopSequence": 18, "arrival": {"time": "1694889271"}, "stopId": "49279"}, {"stopSequence": 19, "arrival": {"time": "1694889348"}, "stopId": "42285"}, {"stopSequence": 20, "arrival": {"time": "1694889441"}, "stopId": "42286"}, {"stopSequence": 21, "arrival": {"time": "1694889457"}, "stopId": "42287"}, {"stopSequence": 22, "arrival": {"time": "1694889514"}, "stopId": "42288"}, {"stopSequence": 23, "arrival": {"time": "1694889549"}, "stopId": "42289"}, {"stopSequence": 24, "arrival": {"time": "1694889630"}, "stopId": "42290"}, {"stopSequence": 25, "arrival": {"time": "1694889671"}, "stopId": "42291"}, {"stopSequence": 26, "arrival": {"time": "1694889765"}, "stopId": "42292"}, {"stopSequence": 27, "arrival": {"time": "1694889831"}, "stopId": "42293"}, {"stopSequence": 28, "arrival": {"time": "1694890006"}, "stopId": "42294"}, {"stopSequence": 29, "arrival": {"time": "1694890131"}, "stopId": "42295"}, {"stopSequence": 30, "arrival": {"time": "1694890242"}, "stopId": "42296"}, {"stopSequence": 31, "arrival": {"time": "1694890365"}, "stopId": "42297"}, {"stopSequence": 32, "arrival": {"time": "1694890460"}, "stopId": "42298"}, {"stopSequence": 33, "arrival": {"time": "1694890523"}, "stopId": "42299"}, {"stopSequence": 34, "arrival": {"time": "1694890565"}, "stopId": "49295"}, {"stopSequence": 35, "arrival": {"time": "1694890686"}, "stopId": "49296"}, {"stopSequence": 36, "arrival": {"time": "1694890775"}, "stopId": "49297"}, {"stopSequence": 37, "arrival": {"time": "1694890810"}, "stopId": "49298"}, {"stopSequence": 38, "arrival": {"time": "1694890882"}, "stopId": "49299"}, {"stopSequence": 39, "arrival": {"time": "1694890927"}, "stopId": "49300"}, {"stopSequence": 40, "arrival": {"time": "1694891015"}, "stopId": "49301"}, {"stopSequence": 41, "arrival": {"time": "1694891087"}, "stopId": "49302"}, {"stopSequence": 42, "arrival": {"time": "1694891136"}, "stopId": "49303"}, {"stopSequence": 43, "arrival": {"time": "1694891192"}, "stopId": "49304"}, {"stopSequence": 44, "arrival": {"time": "1694891223"}, "stopId": "49305"}, {"stopSequence": 45, "arrival": {"time": "1694891286"}, "stopId": "49306"}, {"stopSequence": 46, "arrival": {"time": "1694891330"}, "stopId": "49307"}, {"stopSequence": 47, "arrival": {"time": "1694891358"}, "stopId": "49308"}, {"stopSequence": 48, "arrival": {"time": "1694891385"}, "stopId": "49309"}, {"stopSequence": 49, "arrival": {"time": "1694891417"}, "stopId": "42315"}, {"stopSequence": 50, "arrival": {"time": "1694891444"}, "stopId": "42316"}, {"stopSequence": 51, "arrival": {"time": "1694891503"}, "stopId": "42317"}, {"stopSequence": 52, "arrival": {"time": "1694891581"}, "stopId": "42319"}, {"stopSequence": 53, "arrival": {"time": "1694891681"}, "stopId": "42320"}, {"stopSequence": 54, "arrival": {"time": "1694891739"}, "stopId": "38514"}, {"stopSequence": 55, "arrival": {"time": "1694891808"}, "stopId": "34586"}, {"stopSequence": 56, "arrival": {"time": "1694891845"}, "stopId": "34587"}, {"stopSequence": 57, "arrival": {"time": "1694891877"}, "stopId": "34588"}, {"stopSequence": 58, "arrival": {"time": "1694891938"}, "stopId": "39497"}, {"stopSequence": 59, "arrival": {"time": "1694891982"}, "stopId": "49407"}, {"stopSequence": 60, "arrival": {"time": "1694892058"}, "stopId": "50034"}, {"stopSequence": 61, "arrival": {"time": "1694892111"}, "stopId": "40903"}, {"stopSequence": 62, "arrival": {"time": "1694892157"}, "stopId": "40904"}, {"stopSequence": 63, "arrival": {"time": "1694892218"}, "stopId": "35814"}, {"stopSequence": 64, "arrival": {"time": "1694892325"}, "stopId": "35815"}, {"stopSequence": 65, "arrival": {"time": "1694892363"}, "stopId": "35816"}, {"stopSequence": 66, "arrival": {"time": "1694892381"}, "stopId": "35817"}, {"stopSequence": 67, "arrival": {"time": "1694892431"}, "stopId": "35818"}, {"stopSequence": 68, "arrival": {"time": "1694892489"}, "stopId": "35819"}, {"stopSequence": 69, "arrival": {"time": "1694892785"}, "stopId": "35822"}, {"stopSequence": 70, "arrival": {"time": "1694892866"}, "stopId": "35823"}, {"stopSequence": 71, "arrival": {"time": "1694892958"}, "stopId": "35723"}, {"stopSequence": 72, "arrival": {"time": "1694893036"}, "stopId": "35722"}, {"stopSequence": 73, "arrival": {"time": "1694893184"}, "stopId": "35826"}, {"stopSequence": 74, "arrival": {"time": "1694893290"}, "stopId": "35827"}, {"stopSequence": 75, "arrival": {"time": "1694893333"}, "stopId": "35828"}, {"stopSequence": 76, "arrival": {"time": "1694893440"}, "stopId": "35829"}, {"stopSequence": 77, "arrival": {"time": "1694893681"}, "stopId": "40921"}], "vehicle": {"licensePlate": "WU1086"}, "timestamp": "1694889024"}, "vehicle": {"trip": {"tripId": "17569-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "position": {"latitude": -36.933205, "longitude": -73.02182, "bearing": 312.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889024", "vehicle": {"licensePlate": "WU1086"}}}, {"id": "b0dada73-a90a-42db-a15d-66d86383f96d", "tripUpdate": {"trip": {"tripId": "17566-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 74, "arrival": {"time": "1694889063"}, "stopId": "35827"}, {"stopSequence": 75, "arrival": {"time": "1694889087"}, "stopId": "35828"}, {"stopSequence": 76, "arrival": {"time": "1694889146"}, "stopId": "35829"}, {"stopSequence": 77, "arrival": {"time": "1694889273"}, "stopId": "40921"}], "vehicle": {"licensePlate": "XC3913"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "17566-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "position": {"latitude": -36.832325, "longitude": -73.00562, "bearing": 173.0, "odometer": 0.0, "speed": 5.2777777}, "timestamp": "1694889037", "vehicle": {"licensePlate": "XC3913"}}}, {"id": "972eab18-e1ae-4f0f-8a9b-ba8b03022e1a", "tripUpdate": {"trip": {"tripId": "17568-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 38, "arrival": {"time": "1694889077"}, "stopId": "49299"}, {"stopSequence": 39, "arrival": {"time": "1694889122"}, "stopId": "49300"}, {"stopSequence": 40, "arrival": {"time": "1694889209"}, "stopId": "49301"}, {"stopSequence": 41, "arrival": {"time": "1694889279"}, "stopId": "49302"}, {"stopSequence": 42, "arrival": {"time": "1694889325"}, "stopId": "49303"}, {"stopSequence": 43, "arrival": {"time": "1694889378"}, "stopId": "49304"}, {"stopSequence": 44, "arrival": {"time": "1694889406"}, "stopId": "49305"}, {"stopSequence": 45, "arrival": {"time": "1694889463"}, "stopId": "49306"}, {"stopSequence": 46, "arrival": {"time": "1694889503"}, "stopId": "49307"}, {"stopSequence": 47, "arrival": {"time": "1694889527"}, "stopId": "49308"}, {"stopSequence": 48, "arrival": {"time": "1694889551"}, "stopId": "49309"}, {"stopSequence": 49, "arrival": {"time": "1694889579"}, "stopId": "42315"}, {"stopSequence": 50, "arrival": {"time": "1694889602"}, "stopId": "42316"}, {"stopSequence": 51, "arrival": {"time": "1694889652"}, "stopId": "42317"}, {"stopSequence": 52, "arrival": {"time": "1694889716"}, "stopId": "42319"}, {"stopSequence": 53, "arrival": {"time": "1694889798"}, "stopId": "42320"}, {"stopSequence": 54, "arrival": {"time": "1694889844"}, "stopId": "38514"}, {"stopSequence": 55, "arrival": {"time": "1694889898"}, "stopId": "34586"}, {"stopSequence": 56, "arrival": {"time": "1694889926"}, "stopId": "34587"}, {"stopSequence": 57, "arrival": {"time": "1694889950"}, "stopId": "34588"}, {"stopSequence": 58, "arrival": {"time": "1694889996"}, "stopId": "39497"}, {"stopSequence": 59, "arrival": {"time": "1694890029"}, "stopId": "49407"}, {"stopSequence": 60, "arrival": {"time": "1694890084"}, "stopId": "50034"}, {"stopSequence": 61, "arrival": {"time": "1694890122"}, "stopId": "40903"}, {"stopSequence": 62, "arrival": {"time": "1694890155"}, "stopId": "40904"}, {"stopSequence": 63, "arrival": {"time": "1694890199"}, "stopId": "35814"}, {"stopSequence": 64, "arrival": {"time": "1694890272"}, "stopId": "35815"}, {"stopSequence": 65, "arrival": {"time": "1694890298"}, "stopId": "35816"}, {"stopSequence": 66, "arrival": {"time": "1694890310"}, "stopId": "35817"}, {"stopSequence": 67, "arrival": {"time": "1694890344"}, "stopId": "35818"}, {"stopSequence": 68, "arrival": {"time": "1694890382"}, "stopId": "35819"}, {"stopSequence": 69, "arrival": {"time": "1694890570"}, "stopId": "35822"}, {"stopSequence": 70, "arrival": {"time": "1694890620"}, "stopId": "35823"}, {"stopSequence": 71, "arrival": {"time": "1694890675"}, "stopId": "35723"}, {"stopSequence": 72, "arrival": {"time": "1694890721"}, "stopId": "35722"}, {"stopSequence": 73, "arrival": {"time": "1694890807"}, "stopId": "35826"}, {"stopSequence": 74, "arrival": {"time": "1694890867"}, "stopId": "35827"}, {"stopSequence": 75, "arrival": {"time": "1694890891"}, "stopId": "35828"}, {"stopSequence": 76, "arrival": {"time": "1694890949"}, "stopId": "35829"}, {"stopSequence": 77, "arrival": {"time": "1694891078"}, "stopId": "40921"}], "vehicle": {"licensePlate": "ZT3126"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "17568-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 0}, "position": {"latitude": -36.855858, "longitude": -73.049644, "bearing": 356.0, "odometer": 0.0, "speed": 18.055555}, "timestamp": "1694889006", "vehicle": {"licensePlate": "ZT3126"}}}, {"id": "4279047f-791d-4a70-a84f-618708864c5c", "tripUpdate": {"trip": {"tripId": "17615-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694889015"}, "stopId": "42218"}, {"stopSequence": 50, "arrival": {"time": "1694889056"}, "stopId": "42219"}, {"stopSequence": 51, "arrival": {"time": "1694889167"}, "stopId": "42220"}, {"stopSequence": 52, "arrival": {"time": "1694889213"}, "stopId": "42221"}, {"stopSequence": 53, "arrival": {"time": "1694889282"}, "stopId": "42222"}, {"stopSequence": 54, "arrival": {"time": "1694889352"}, "stopId": "42223"}, {"stopSequence": 55, "arrival": {"time": "1694889380"}, "stopId": "42224"}, {"stopSequence": 56, "arrival": {"time": "1694889456"}, "stopId": "42225"}, {"stopSequence": 57, "arrival": {"time": "1694889521"}, "stopId": "42226"}, {"stopSequence": 58, "arrival": {"time": "1694889573"}, "stopId": "42227"}, {"stopSequence": 59, "arrival": {"time": "1694889655"}, "stopId": "42228"}, {"stopSequence": 60, "arrival": {"time": "1694889689"}, "stopId": "42229"}, {"stopSequence": 61, "arrival": {"time": "1694889772"}, "stopId": "42230"}, {"stopSequence": 62, "arrival": {"time": "1694889817"}, "stopId": "42231"}, {"stopSequence": 63, "arrival": {"time": "1694889900"}, "stopId": "42232"}, {"stopSequence": 64, "arrival": {"time": "1694889980"}, "stopId": "42233"}, {"stopSequence": 65, "arrival": {"time": "1694890111"}, "stopId": "34557"}, {"stopSequence": 66, "arrival": {"time": "1694890196"}, "stopId": "42212"}, {"stopSequence": 67, "arrival": {"time": "1694890275"}, "stopId": "34560"}, {"stopSequence": 68, "arrival": {"time": "1694890315"}, "stopId": "42273"}, {"stopSequence": 69, "arrival": {"time": "1694890432"}, "stopId": "49203"}, {"stopSequence": 70, "arrival": {"time": "1694890486"}, "stopId": "49204"}, {"stopSequence": 71, "arrival": {"time": "1694890495"}, "stopId": "42503"}, {"stopSequence": 72, "arrival": {"time": "1694890508"}, "stopId": "49264"}], "vehicle": {"licensePlate": "ZT3921"}, "timestamp": "1694889001"}, "vehicle": {"trip": {"tripId": "17615-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "567", "directionId": 1}, "position": {"latitude": -36.90418, "longitude": -73.031265, "bearing": 184.0, "odometer": 0.0, "speed": 17.777779}, "timestamp": "1694889001", "vehicle": {"licensePlate": "ZT3921"}}}, {"id": "23c3c037-a8f9-401a-9993-b6b487ac713b", "tripUpdate": {"trip": {"tripId": "17670-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 80, "arrival": {"time": "1694889071"}, "stopId": "38514"}, {"stopSequence": 81, "arrival": {"time": "1694889130"}, "stopId": "34586"}, {"stopSequence": 82, "arrival": {"time": "1694889161"}, "stopId": "34587"}, {"stopSequence": 83, "arrival": {"time": "1694889187"}, "stopId": "34588"}, {"stopSequence": 84, "arrival": {"time": "1694889236"}, "stopId": "39497"}, {"stopSequence": 85, "arrival": {"time": "1694889271"}, "stopId": "49407"}, {"stopSequence": 86, "arrival": {"time": "1694889330"}, "stopId": "50034"}, {"stopSequence": 87, "arrival": {"time": "1694889370"}, "stopId": "40903"}, {"stopSequence": 88, "arrival": {"time": "1694889405"}, "stopId": "40904"}, {"stopSequence": 89, "arrival": {"time": "1694889449"}, "stopId": "35814"}, {"stopSequence": 90, "arrival": {"time": "1694889525"}, "stopId": "35815"}, {"stopSequence": 91, "arrival": {"time": "1694889551"}, "stopId": "35816"}, {"stopSequence": 92, "arrival": {"time": "1694889563"}, "stopId": "35817"}, {"stopSequence": 93, "arrival": {"time": "1694889598"}, "stopId": "35818"}, {"stopSequence": 94, "arrival": {"time": "1694889636"}, "stopId": "35819"}, {"stopSequence": 95, "arrival": {"time": "1694889822"}, "stopId": "35822"}, {"stopSequence": 96, "arrival": {"time": "1694889899"}, "stopId": "38833"}, {"stopSequence": 97, "arrival": {"time": "1694889925"}, "stopId": "40924"}, {"stopSequence": 98, "arrival": {"time": "1694890128"}, "stopId": "38812"}, {"stopSequence": 99, "arrival": {"time": "1694890162"}, "stopId": "38813"}, {"stopSequence": 100, "arrival": {"time": "1694890219"}, "stopId": "38814"}, {"stopSequence": 101, "arrival": {"time": "1694890264"}, "stopId": "38815"}, {"stopSequence": 102, "arrival": {"time": "1694890276"}, "stopId": "38816"}, {"stopSequence": 103, "arrival": {"time": "1694890366"}, "stopId": "40565"}, {"stopSequence": 104, "arrival": {"time": "1694890422"}, "stopId": "40566"}, {"stopSequence": 105, "arrival": {"time": "1694890441"}, "stopId": "40567"}], "vehicle": {"licensePlate": "DBRD57"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "17670-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 0}, "position": {"latitude": -36.826714, "longitude": -73.04467, "bearing": 61.0, "odometer": 0.0, "speed": 6.6666665}, "timestamp": "1694889035", "vehicle": {"licensePlate": "DBRD57"}}}, {"id": "05a9b596-4e7d-467d-9ee4-2df73de5b433", "tripUpdate": {"trip": {"tripId": "17674-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889034"}, "stopId": "49228"}, {"stopSequence": 4, "arrival": {"time": "1694889115"}, "stopId": "49237"}, {"stopSequence": 5, "arrival": {"time": "1694889159"}, "stopId": "49238"}, {"stopSequence": 6, "arrival": {"time": "1694889194"}, "stopId": "40966"}, {"stopSequence": 7, "arrival": {"time": "1694889236"}, "stopId": "40967"}, {"stopSequence": 8, "arrival": {"time": "1694889312"}, "stopId": "40969"}, {"stopSequence": 9, "arrival": {"time": "1694889409"}, "stopId": "40970"}, {"stopSequence": 10, "arrival": {"time": "1694889454"}, "stopId": "49250"}, {"stopSequence": 11, "arrival": {"time": "1694889479"}, "stopId": "49244"}, {"stopSequence": 12, "arrival": {"time": "1694889495"}, "stopId": "49251"}, {"stopSequence": 13, "arrival": {"time": "1694889511"}, "stopId": "49242"}, {"stopSequence": 14, "arrival": {"time": "1694889557"}, "stopId": "38054"}, {"stopSequence": 15, "arrival": {"time": "1694889626"}, "stopId": "38055"}, {"stopSequence": 16, "arrival": {"time": "1694889752"}, "stopId": "49254"}, {"stopSequence": 17, "arrival": {"time": "1694889785"}, "stopId": "49255"}, {"stopSequence": 18, "arrival": {"time": "1694889820"}, "stopId": "34810"}, {"stopSequence": 19, "arrival": {"time": "1694889840"}, "stopId": "49256"}, {"stopSequence": 20, "arrival": {"time": "1694889864"}, "stopId": "49219"}, {"stopSequence": 21, "arrival": {"time": "1694889906"}, "stopId": "49249"}, {"stopSequence": 22, "arrival": {"time": "1694889928"}, "stopId": "49218"}, {"stopSequence": 23, "arrival": {"time": "1694889951"}, "stopId": "49257"}, {"stopSequence": 24, "arrival": {"time": "1694890068"}, "stopId": "49258"}, {"stopSequence": 25, "arrival": {"time": "1694890123"}, "stopId": "49259"}, {"stopSequence": 26, "arrival": {"time": "1694890134"}, "stopId": "49260"}, {"stopSequence": 27, "arrival": {"time": "1694890295"}, "stopId": "49261"}, {"stopSequence": 28, "arrival": {"time": "1694891140"}, "stopId": "34549"}, {"stopSequence": 29, "arrival": {"time": "1694891523"}, "stopId": "49264"}, {"stopSequence": 30, "arrival": {"time": "1694891525"}, "stopId": "49265"}, {"stopSequence": 31, "arrival": {"time": "1694891572"}, "stopId": "49266"}, {"stopSequence": 32, "arrival": {"time": "1694891635"}, "stopId": "49267"}, {"stopSequence": 33, "arrival": {"time": "1694891727"}, "stopId": "42274"}, {"stopSequence": 34, "arrival": {"time": "1694891823"}, "stopId": "42275"}, {"stopSequence": 35, "arrival": {"time": "1694891873"}, "stopId": "42276"}, {"stopSequence": 36, "arrival": {"time": "1694891982"}, "stopId": "42277"}, {"stopSequence": 37, "arrival": {"time": "1694892090"}, "stopId": "42278"}, {"stopSequence": 38, "arrival": {"time": "1694892146"}, "stopId": "42279"}, {"stopSequence": 39, "arrival": {"time": "1694892259"}, "stopId": "42280"}, {"stopSequence": 40, "arrival": {"time": "1694892319"}, "stopId": "42281"}, {"stopSequence": 41, "arrival": {"time": "1694892430"}, "stopId": "42282"}, {"stopSequence": 42, "arrival": {"time": "1694892510"}, "stopId": "42283"}, {"stopSequence": 43, "arrival": {"time": "1694892610"}, "stopId": "49279"}, {"stopSequence": 44, "arrival": {"time": "1694892733"}, "stopId": "42285"}, {"stopSequence": 45, "arrival": {"time": "1694892888"}, "stopId": "49281"}, {"stopSequence": 46, "arrival": {"time": "1694892995"}, "stopId": "49282"}, {"stopSequence": 47, "arrival": {"time": "1694893069"}, "stopId": "49283"}, {"stopSequence": 48, "arrival": {"time": "1694893170"}, "stopId": "49284"}, {"stopSequence": 49, "arrival": {"time": "1694893276"}, "stopId": "49285"}, {"stopSequence": 50, "arrival": {"time": "1694893420"}, "stopId": "49286"}, {"stopSequence": 51, "arrival": {"time": "1694893502"}, "stopId": "49287"}, {"stopSequence": 52, "arrival": {"time": "1694893594"}, "stopId": "49288"}, {"stopSequence": 53, "arrival": {"time": "1694893697"}, "stopId": "49289"}, {"stopSequence": 54, "arrival": {"time": "1694893990"}, "stopId": "42294"}, {"stopSequence": 55, "arrival": {"time": "1694894287"}, "stopId": "42295"}, {"stopSequence": 56, "arrival": {"time": "1694894572"}, "stopId": "42296"}, {"stopSequence": 57, "arrival": {"time": "1694894911"}, "stopId": "42297"}, {"stopSequence": 58, "arrival": {"time": "1694895191"}, "stopId": "42298"}, {"stopSequence": 59, "arrival": {"time": "1694895387"}, "stopId": "42299"}, {"stopSequence": 60, "arrival": {"time": "1694895522"}, "stopId": "49295"}, {"stopSequence": 61, "arrival": {"time": "1694895920"}, "stopId": "49296"}, {"stopSequence": 62, "arrival": {"time": "1694896253"}, "stopId": "49297"}, {"stopSequence": 63, "arrival": {"time": "1694896389"}, "stopId": "49298"}, {"stopSequence": 64, "arrival": {"time": "1694896631"}, "stopId": "49299"}, {"stopSequence": 65, "arrival": {"time": "1694896852"}, "stopId": "49300"}, {"stopSequence": 66, "arrival": {"time": "1694897227"}, "stopId": "49301"}, {"stopSequence": 67, "arrival": {"time": "1694897555"}, "stopId": "49302"}, {"stopSequence": 68, "arrival": {"time": "1694897784"}, "stopId": "49303"}, {"stopSequence": 69, "arrival": {"time": "1694898060"}, "stopId": "49304"}, {"stopSequence": 70, "arrival": {"time": "1694898217"}, "stopId": "49305"}, {"stopSequence": 71, "arrival": {"time": "1694898545"}, "stopId": "49306"}, {"stopSequence": 72, "arrival": {"time": "1694898789"}, "stopId": "49307"}, {"stopSequence": 73, "arrival": {"time": "1694898942"}, "stopId": "49308"}, {"stopSequence": 74, "arrival": {"time": "1694899100"}, "stopId": "49309"}, {"stopSequence": 75, "arrival": {"time": "1694899288"}, "stopId": "42315"}, {"stopSequence": 76, "arrival": {"time": "1694899448"}, "stopId": "42316"}, {"stopSequence": 77, "arrival": {"time": "1694899815"}, "stopId": "42317"}, {"stopSequence": 78, "arrival": {"time": "1694900398"}, "stopId": "42319"}, {"stopSequence": 79, "arrival": {"time": "1694901031"}, "stopId": "42320"}, {"stopSequence": 80, "arrival": {"time": "1694901470"}, "stopId": "38514"}, {"stopSequence": 81, "arrival": {"time": "1694902019"}, "stopId": "34586"}, {"stopSequence": 82, "arrival": {"time": "1694902327"}, "stopId": "34587"}, {"stopSequence": 83, "arrival": {"time": "1694902597"}, "stopId": "34588"}, {"stopSequence": 84, "arrival": {"time": "1694903146"}, "stopId": "39497"}, {"stopSequence": 85, "arrival": {"time": "1694903563"}, "stopId": "49407"}, {"stopSequence": 86, "arrival": {"time": "1694904320"}, "stopId": "50034"}, {"stopSequence": 87, "arrival": {"time": "1694904882"}, "stopId": "40903"}, {"stopSequence": 88, "arrival": {"time": "1694905401"}, "stopId": "40904"}, {"stopSequence": 89, "arrival": {"time": "1694906128"}, "stopId": "35814"}, {"stopSequence": 90, "arrival": {"time": "1694907505"}, "stopId": "35815"}, {"stopSequence": 91, "arrival": {"time": "1694908038"}, "stopId": "35816"}, {"stopSequence": 92, "arrival": {"time": "1694908299"}, "stopId": "35817"}, {"stopSequence": 93, "arrival": {"time": "1694909061"}, "stopId": "35818"}, {"stopSequence": 94, "arrival": {"time": "1694909985"}, "stopId": "35819"}, {"stopSequence": 95, "arrival": {"time": "1694915996"}, "stopId": "35822"}, {"stopSequence": 96, "arrival": {"time": "1694919580"}, "stopId": "38833"}, {"stopSequence": 97, "arrival": {"time": "1694921026"}, "stopId": "40924"}, {"stopSequence": 98, "arrival": {"time": "1694939058"}, "stopId": "38812"}, {"stopSequence": 99, "arrival": {"time": "1694944222"}, "stopId": "38813"}, {"stopSequence": 100, "arrival": {"time": "1694955686"}, "stopId": "38814"}, {"stopSequence": 101, "arrival": {"time": "1694968435"}, "stopId": "38815"}, {"stopSequence": 102, "arrival": {"time": "1694972845"}, "stopId": "38816"}, {"stopSequence": 103, "arrival": {"time": "1695028449"}, "stopId": "40565"}, {"stopSequence": 104, "arrival": {"time": "1695126668"}, "stopId": "40566"}, {"stopSequence": 105, "arrival": {"time": "1695201904"}, "stopId": "40567"}], "vehicle": {"licensePlate": "DDZY48"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "17674-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 0}, "position": {"latitude": -36.963898, "longitude": -72.936745, "bearing": 191.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694889033", "vehicle": {"licensePlate": "DDZY48"}}}, {"id": "0f7be8ee-9755-40cc-a949-0887f092a4ee", "tripUpdate": {"trip": {"tripId": "17747-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 33, "arrival": {"time": "1694889223"}, "stopId": "42206"}, {"stopSequence": 34, "arrival": {"time": "1694889279"}, "stopId": "42207"}, {"stopSequence": 35, "arrival": {"time": "1694889341"}, "stopId": "42208"}, {"stopSequence": 36, "arrival": {"time": "1694889468"}, "stopId": "42564"}, {"stopSequence": 37, "arrival": {"time": "1694889573"}, "stopId": "42214"}, {"stopSequence": 38, "arrival": {"time": "1694889679"}, "stopId": "42209"}, {"stopSequence": 39, "arrival": {"time": "1694889794"}, "stopId": "42210"}, {"stopSequence": 40, "arrival": {"time": "1694889967"}, "stopId": "40951"}, {"stopSequence": 41, "arrival": {"time": "1694890027"}, "stopId": "40952"}, {"stopSequence": 42, "arrival": {"time": "1694890084"}, "stopId": "40953"}, {"stopSequence": 43, "arrival": {"time": "1694890127"}, "stopId": "40954"}, {"stopSequence": 44, "arrival": {"time": "1694890197"}, "stopId": "40955"}, {"stopSequence": 45, "arrival": {"time": "1694890234"}, "stopId": "40956"}, {"stopSequence": 46, "arrival": {"time": "1694890288"}, "stopId": "40957"}, {"stopSequence": 47, "arrival": {"time": "1694890342"}, "stopId": "40958"}, {"stopSequence": 48, "arrival": {"time": "1694890368"}, "stopId": "40959"}, {"stopSequence": 49, "arrival": {"time": "1694890438"}, "stopId": "42223"}, {"stopSequence": 50, "arrival": {"time": "1694890466"}, "stopId": "42224"}, {"stopSequence": 51, "arrival": {"time": "1694890541"}, "stopId": "42225"}, {"stopSequence": 52, "arrival": {"time": "1694890605"}, "stopId": "42226"}, {"stopSequence": 53, "arrival": {"time": "1694890658"}, "stopId": "42227"}, {"stopSequence": 54, "arrival": {"time": "1694890742"}, "stopId": "42228"}, {"stopSequence": 55, "arrival": {"time": "1694890785"}, "stopId": "42229"}, {"stopSequence": 56, "arrival": {"time": "1694890867"}, "stopId": "42230"}, {"stopSequence": 57, "arrival": {"time": "1694890910"}, "stopId": "42231"}, {"stopSequence": 58, "arrival": {"time": "1694890994"}, "stopId": "42232"}, {"stopSequence": 59, "arrival": {"time": "1694891131"}, "stopId": "42234"}, {"stopSequence": 60, "arrival": {"time": "1694891207"}, "stopId": "42235"}, {"stopSequence": 61, "arrival": {"time": "1694891241"}, "stopId": "42211"}, {"stopSequence": 62, "arrival": {"time": "1694891300"}, "stopId": "49203"}, {"stopSequence": 63, "arrival": {"time": "1694891361"}, "stopId": "49204"}, {"stopSequence": 64, "arrival": {"time": "1694891386"}, "stopId": "34564"}, {"stopSequence": 65, "arrival": {"time": "1694891793"}, "stopId": "34789"}, {"stopSequence": 66, "arrival": {"time": "1694891820"}, "stopId": "49163"}, {"stopSequence": 67, "arrival": {"time": "1694892896"}, "stopId": "49208"}, {"stopSequence": 68, "arrival": {"time": "1694892938"}, "stopId": "49209"}, {"stopSequence": 69, "arrival": {"time": "1694892964"}, "stopId": "49210"}, {"stopSequence": 70, "arrival": {"time": "1694893289"}, "stopId": "49211"}, {"stopSequence": 71, "arrival": {"time": "1694893341"}, "stopId": "49212"}, {"stopSequence": 72, "arrival": {"time": "1694893447"}, "stopId": "49213"}, {"stopSequence": 73, "arrival": {"time": "1694893807"}, "stopId": "49206"}, {"stopSequence": 74, "arrival": {"time": "1694893983"}, "stopId": "49215"}, {"stopSequence": 75, "arrival": {"time": "1694894001"}, "stopId": "49216"}, {"stopSequence": 76, "arrival": {"time": "1694894050"}, "stopId": "49217"}, {"stopSequence": 77, "arrival": {"time": "1694894105"}, "stopId": "49214"}, {"stopSequence": 78, "arrival": {"time": "1694894218"}, "stopId": "49218"}, {"stopSequence": 79, "arrival": {"time": "1694894268"}, "stopId": "49219"}, {"stopSequence": 80, "arrival": {"time": "1694894382"}, "stopId": "38044"}, {"stopSequence": 81, "arrival": {"time": "1694894479"}, "stopId": "38045"}, {"stopSequence": 82, "arrival": {"time": "1694894692"}, "stopId": "34824"}, {"stopSequence": 83, "arrival": {"time": "1694894983"}, "stopId": "38091"}, {"stopSequence": 84, "arrival": {"time": "1694895102"}, "stopId": "38092"}, {"stopSequence": 85, "arrival": {"time": "1694895187"}, "stopId": "38093"}, {"stopSequence": 86, "arrival": {"time": "1694895317"}, "stopId": "38094"}, {"stopSequence": 87, "arrival": {"time": "1694895361"}, "stopId": "49243"}, {"stopSequence": 88, "arrival": {"time": "1694895485"}, "stopId": "49245"}, {"stopSequence": 89, "arrival": {"time": "1694895622"}, "stopId": "40338"}, {"stopSequence": 90, "arrival": {"time": "1694895663"}, "stopId": "40339"}, {"stopSequence": 91, "arrival": {"time": "1694895704"}, "stopId": "40340"}, {"stopSequence": 92, "arrival": {"time": "1694895732"}, "stopId": "40341"}, {"stopSequence": 93, "arrival": {"time": "1694895896"}, "stopId": "40342"}, {"stopSequence": 94, "arrival": {"time": "1694896699"}, "stopId": "49226"}, {"stopSequence": 95, "arrival": {"time": "1694896816"}, "stopId": "49227"}, {"stopSequence": 96, "arrival": {"time": "1694896945"}, "stopId": "49229"}, {"stopSequence": 97, "arrival": {"time": "1694897016"}, "stopId": "49228"}, {"stopSequence": 98, "arrival": {"time": "1694897173"}, "stopId": "49230"}, {"stopSequence": 99, "arrival": {"time": "1694897286"}, "stopId": "49231"}, {"stopSequence": 100, "arrival": {"time": "1694897345"}, "stopId": "49233"}, {"stopSequence": 101, "arrival": {"time": "1694897495"}, "stopId": "49234"}, {"stopSequence": 102, "arrival": {"time": "1694897641"}, "stopId": "49235"}], "vehicle": {"licensePlate": "DSDY44"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "17747-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 1}, "position": {"latitude": -36.858715, "longitude": -73.04929, "bearing": 152.0, "odometer": 0.0, "speed": 20.833334}, "timestamp": "1694889037", "vehicle": {"licensePlate": "DSDY44"}}}, {"id": "b15aaa3e-12c5-45f7-b65f-9435f4d35a11", "tripUpdate": {"trip": {"tripId": "17672-701ff27f-2", "startTime": "15:06:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 33, "arrival": {"time": "1694889019"}, "stopId": "42274"}, {"stopSequence": 34, "arrival": {"time": "1694889101"}, "stopId": "42275"}, {"stopSequence": 35, "arrival": {"time": "1694889142"}, "stopId": "42276"}, {"stopSequence": 36, "arrival": {"time": "1694889230"}, "stopId": "42277"}, {"stopSequence": 37, "arrival": {"time": "1694889314"}, "stopId": "42278"}, {"stopSequence": 38, "arrival": {"time": "1694889356"}, "stopId": "42279"}, {"stopSequence": 39, "arrival": {"time": "1694889438"}, "stopId": "42280"}, {"stopSequence": 40, "arrival": {"time": "1694889481"}, "stopId": "42281"}, {"stopSequence": 41, "arrival": {"time": "1694889557"}, "stopId": "42282"}, {"stopSequence": 42, "arrival": {"time": "1694889610"}, "stopId": "42283"}, {"stopSequence": 43, "arrival": {"time": "1694889675"}, "stopId": "49279"}, {"stopSequence": 44, "arrival": {"time": "1694889752"}, "stopId": "42285"}, {"stopSequence": 45, "arrival": {"time": "1694889844"}, "stopId": "49281"}, {"stopSequence": 46, "arrival": {"time": "1694889906"}, "stopId": "49282"}, {"stopSequence": 47, "arrival": {"time": "1694889948"}, "stopId": "49283"}, {"stopSequence": 48, "arrival": {"time": "1694890003"}, "stopId": "49284"}, {"stopSequence": 49, "arrival": {"time": "1694890059"}, "stopId": "49285"}, {"stopSequence": 50, "arrival": {"time": "1694890134"}, "stopId": "49286"}, {"stopSequence": 51, "arrival": {"time": "1694890175"}, "stopId": "49287"}, {"stopSequence": 52, "arrival": {"time": "1694890220"}, "stopId": "49288"}, {"stopSequence": 53, "arrival": {"time": "1694890269"}, "stopId": "49289"}, {"stopSequence": 54, "arrival": {"time": "1694890403"}, "stopId": "42294"}, {"stopSequence": 55, "arrival": {"time": "1694890530"}, "stopId": "42295"}, {"stopSequence": 56, "arrival": {"time": "1694890645"}, "stopId": "42296"}, {"stopSequence": 57, "arrival": {"time": "1694890772"}, "stopId": "42297"}, {"stopSequence": 58, "arrival": {"time": "1694890872"}, "stopId": "42298"}, {"stopSequence": 59, "arrival": {"time": "1694890939"}, "stopId": "42299"}, {"stopSequence": 60, "arrival": {"time": "1694890983"}, "stopId": "49295"}, {"stopSequence": 61, "arrival": {"time": "1694891109"}, "stopId": "49296"}, {"stopSequence": 62, "arrival": {"time": "1694891208"}, "stopId": "49297"}, {"stopSequence": 63, "arrival": {"time": "1694891247"}, "stopId": "49298"}, {"stopSequence": 64, "arrival": {"time": "1694891314"}, "stopId": "49299"}, {"stopSequence": 65, "arrival": {"time": "1694891373"}, "stopId": "49300"}, {"stopSequence": 66, "arrival": {"time": "1694891469"}, "stopId": "49301"}, {"stopSequence": 67, "arrival": {"time": "1694891549"}, "stopId": "49302"}, {"stopSequence": 68, "arrival": {"time": "1694891603"}, "stopId": "49303"}, {"stopSequence": 69, "arrival": {"time": "1694891665"}, "stopId": "49304"}, {"stopSequence": 70, "arrival": {"time": "1694891700"}, "stopId": "49305"}, {"stopSequence": 71, "arrival": {"time": "1694891770"}, "stopId": "49306"}, {"stopSequence": 72, "arrival": {"time": "1694891820"}, "stopId": "49307"}, {"stopSequence": 73, "arrival": {"time": "1694891851"}, "stopId": "49308"}, {"stopSequence": 74, "arrival": {"time": "1694891882"}, "stopId": "49309"}, {"stopSequence": 75, "arrival": {"time": "1694891918"}, "stopId": "42315"}, {"stopSequence": 76, "arrival": {"time": "1694891948"}, "stopId": "42316"}, {"stopSequence": 77, "arrival": {"time": "1694892015"}, "stopId": "42317"}, {"stopSequence": 78, "arrival": {"time": "1694892116"}, "stopId": "42319"}, {"stopSequence": 79, "arrival": {"time": "1694892219"}, "stopId": "42320"}, {"stopSequence": 80, "arrival": {"time": "1694892286"}, "stopId": "38514"}, {"stopSequence": 81, "arrival": {"time": "1694892365"}, "stopId": "34586"}, {"stopSequence": 82, "arrival": {"time": "1694892408"}, "stopId": "34587"}, {"stopSequence": 83, "arrival": {"time": "1694892445"}, "stopId": "34588"}, {"stopSequence": 84, "arrival": {"time": "1694892516"}, "stopId": "39497"}, {"stopSequence": 85, "arrival": {"time": "1694892567"}, "stopId": "49407"}, {"stopSequence": 86, "arrival": {"time": "1694892656"}, "stopId": "50034"}, {"stopSequence": 87, "arrival": {"time": "1694892719"}, "stopId": "40903"}, {"stopSequence": 88, "arrival": {"time": "1694892773"}, "stopId": "40904"}, {"stopSequence": 89, "arrival": {"time": "1694892846"}, "stopId": "35814"}, {"stopSequence": 90, "arrival": {"time": "1694892973"}, "stopId": "35815"}, {"stopSequence": 91, "arrival": {"time": "1694893018"}, "stopId": "35816"}, {"stopSequence": 92, "arrival": {"time": "1694893040"}, "stopId": "35817"}, {"stopSequence": 93, "arrival": {"time": "1694893101"}, "stopId": "35818"}, {"stopSequence": 94, "arrival": {"time": "1694893170"}, "stopId": "35819"}, {"stopSequence": 95, "arrival": {"time": "1694893530"}, "stopId": "35822"}, {"stopSequence": 96, "arrival": {"time": "1694893690"}, "stopId": "38833"}, {"stopSequence": 97, "arrival": {"time": "1694893747"}, "stopId": "40924"}, {"stopSequence": 98, "arrival": {"time": "1694894214"}, "stopId": "38812"}, {"stopSequence": 99, "arrival": {"time": "1694894299"}, "stopId": "38813"}, {"stopSequence": 100, "arrival": {"time": "1694894445"}, "stopId": "38814"}, {"stopSequence": 101, "arrival": {"time": "1694894562"}, "stopId": "38815"}, {"stopSequence": 102, "arrival": {"time": "1694894595"}, "stopId": "38816"}, {"stopSequence": 103, "arrival": {"time": "1694894841"}, "stopId": "40565"}, {"stopSequence": 104, "arrival": {"time": "1694895004"}, "stopId": "40566"}, {"stopSequence": 105, "arrival": {"time": "1694895061"}, "stopId": "40567"}], "vehicle": {"licensePlate": "FYBB54"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "17672-701ff27f-2", "startTime": "15:06:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 0}, "position": {"latitude": -36.951412, "longitude": -73.01397, "bearing": 344.0, "odometer": 0.0, "speed": 13.055555}, "timestamp": "1694889006", "vehicle": {"licensePlate": "FYBB54"}}}, {"id": "91ecfba2-c800-48a5-8cc7-f2b0934a21aa", "tripUpdate": {"trip": {"tripId": "17745-701ff27f-2", "startTime": "14:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 78, "arrival": {"time": "1694889078"}, "stopId": "49218"}, {"stopSequence": 79, "arrival": {"time": "1694889101"}, "stopId": "49219"}, {"stopSequence": 80, "arrival": {"time": "1694889150"}, "stopId": "38044"}, {"stopSequence": 81, "arrival": {"time": "1694889191"}, "stopId": "38045"}, {"stopSequence": 82, "arrival": {"time": "1694889277"}, "stopId": "34824"}, {"stopSequence": 83, "arrival": {"time": "1694889385"}, "stopId": "38091"}, {"stopSequence": 84, "arrival": {"time": "1694889426"}, "stopId": "38092"}, {"stopSequence": 85, "arrival": {"time": "1694889455"}, "stopId": "38093"}, {"stopSequence": 86, "arrival": {"time": "1694889498"}, "stopId": "38094"}, {"stopSequence": 87, "arrival": {"time": "1694889512"}, "stopId": "49243"}, {"stopSequence": 88, "arrival": {"time": "1694889551"}, "stopId": "49245"}, {"stopSequence": 89, "arrival": {"time": "1694889593"}, "stopId": "40338"}, {"stopSequence": 90, "arrival": {"time": "1694889605"}, "stopId": "40339"}, {"stopSequence": 91, "arrival": {"time": "1694889617"}, "stopId": "40340"}, {"stopSequence": 92, "arrival": {"time": "1694889625"}, "stopId": "40341"}, {"stopSequence": 93, "arrival": {"time": "1694889672"}, "stopId": "40342"}, {"stopSequence": 94, "arrival": {"time": "1694889876"}, "stopId": "49226"}, {"stopSequence": 95, "arrival": {"time": "1694889903"}, "stopId": "49227"}, {"stopSequence": 96, "arrival": {"time": "1694889931"}, "stopId": "49229"}, {"stopSequence": 97, "arrival": {"time": "1694889947"}, "stopId": "49228"}, {"stopSequence": 98, "arrival": {"time": "1694889980"}, "stopId": "49230"}, {"stopSequence": 99, "arrival": {"time": "1694890004"}, "stopId": "49231"}, {"stopSequence": 100, "arrival": {"time": "1694890016"}, "stopId": "49233"}, {"stopSequence": 101, "arrival": {"time": "1694890046"}, "stopId": "49234"}, {"stopSequence": 102, "arrival": {"time": "1694890074"}, "stopId": "49235"}], "vehicle": {"licensePlate": "LZZG48"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "17745-701ff27f-2", "startTime": "14:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 1}, "position": {"latitude": -36.977425, "longitude": -72.93916, "bearing": 5.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694889035", "vehicle": {"licensePlate": "LZZG48"}}}, {"id": "1dbdd3e5-e542-4299-afdc-9ebd70d6d322", "tripUpdate": {"trip": {"tripId": "17749-701ff27f-2", "startTime": "15:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889038"}, "stopId": "35202"}, {"stopSequence": 15, "arrival": {"time": "1694889151"}, "stopId": "90001"}, {"stopSequence": 16, "arrival": {"time": "1694889243"}, "stopId": "39599"}, {"stopSequence": 17, "arrival": {"time": "1694889266"}, "stopId": "39600"}, {"stopSequence": 18, "arrival": {"time": "1694889335"}, "stopId": "37496"}, {"stopSequence": 19, "arrival": {"time": "1694889385"}, "stopId": "45064"}, {"stopSequence": 20, "arrival": {"time": "1694889460"}, "stopId": "37506"}, {"stopSequence": 21, "arrival": {"time": "1694889500"}, "stopId": "45068"}, {"stopSequence": 22, "arrival": {"time": "1694889616"}, "stopId": "37480"}, {"stopSequence": 23, "arrival": {"time": "1694889676"}, "stopId": "37477"}, {"stopSequence": 24, "arrival": {"time": "1694889747"}, "stopId": "40848"}, {"stopSequence": 25, "arrival": {"time": "1694889834"}, "stopId": "2-Apr"}, {"stopSequence": 26, "arrival": {"time": "1694889890"}, "stopId": "39728"}, {"stopSequence": 27, "arrival": {"time": "1694889985"}, "stopId": "39729"}, {"stopSequence": 28, "arrival": {"time": "1694890009"}, "stopId": "39730"}, {"stopSequence": 29, "arrival": {"time": "1694890109"}, "stopId": "42200"}, {"stopSequence": 30, "arrival": {"time": "1694890153"}, "stopId": "42203"}, {"stopSequence": 31, "arrival": {"time": "1694890206"}, "stopId": "42204"}, {"stopSequence": 32, "arrival": {"time": "1694890237"}, "stopId": "42205"}, {"stopSequence": 33, "arrival": {"time": "1694890555"}, "stopId": "42206"}, {"stopSequence": 34, "arrival": {"time": "1694890610"}, "stopId": "42207"}, {"stopSequence": 35, "arrival": {"time": "1694890670"}, "stopId": "42208"}, {"stopSequence": 36, "arrival": {"time": "1694890797"}, "stopId": "42564"}, {"stopSequence": 37, "arrival": {"time": "1694890906"}, "stopId": "42214"}, {"stopSequence": 38, "arrival": {"time": "1694891018"}, "stopId": "42209"}, {"stopSequence": 39, "arrival": {"time": "1694891145"}, "stopId": "42210"}, {"stopSequence": 40, "arrival": {"time": "1694891340"}, "stopId": "40951"}, {"stopSequence": 41, "arrival": {"time": "1694891410"}, "stopId": "40952"}, {"stopSequence": 42, "arrival": {"time": "1694891478"}, "stopId": "40953"}, {"stopSequence": 43, "arrival": {"time": "1694891530"}, "stopId": "40954"}, {"stopSequence": 44, "arrival": {"time": "1694891615"}, "stopId": "40955"}, {"stopSequence": 45, "arrival": {"time": "1694891661"}, "stopId": "40956"}, {"stopSequence": 46, "arrival": {"time": "1694891729"}, "stopId": "40957"}, {"stopSequence": 47, "arrival": {"time": "1694891797"}, "stopId": "40958"}, {"stopSequence": 48, "arrival": {"time": "1694891831"}, "stopId": "40959"}, {"stopSequence": 49, "arrival": {"time": "1694891921"}, "stopId": "42223"}, {"stopSequence": 50, "arrival": {"time": "1694891958"}, "stopId": "42224"}, {"stopSequence": 51, "arrival": {"time": "1694892058"}, "stopId": "42225"}, {"stopSequence": 52, "arrival": {"time": "1694892144"}, "stopId": "42226"}, {"stopSequence": 53, "arrival": {"time": "1694892217"}, "stopId": "42227"}, {"stopSequence": 54, "arrival": {"time": "1694892335"}, "stopId": "42228"}, {"stopSequence": 55, "arrival": {"time": "1694892395"}, "stopId": "42229"}, {"stopSequence": 56, "arrival": {"time": "1694892513"}, "stopId": "42230"}, {"stopSequence": 57, "arrival": {"time": "1694892576"}, "stopId": "42231"}, {"stopSequence": 58, "arrival": {"time": "1694892700"}, "stopId": "42232"}, {"stopSequence": 59, "arrival": {"time": "1694892908"}, "stopId": "42234"}, {"stopSequence": 60, "arrival": {"time": "1694893027"}, "stopId": "42235"}, {"stopSequence": 61, "arrival": {"time": "1694893080"}, "stopId": "42211"}, {"stopSequence": 62, "arrival": {"time": "1694893174"}, "stopId": "49203"}, {"stopSequence": 63, "arrival": {"time": "1694893272"}, "stopId": "49204"}, {"stopSequence": 64, "arrival": {"time": "1694893313"}, "stopId": "34564"}, {"stopSequence": 65, "arrival": {"time": "1694894011"}, "stopId": "34789"}, {"stopSequence": 66, "arrival": {"time": "1694894060"}, "stopId": "49163"}, {"stopSequence": 67, "arrival": {"time": "1694896251"}, "stopId": "49208"}, {"stopSequence": 68, "arrival": {"time": "1694896349"}, "stopId": "49209"}, {"stopSequence": 69, "arrival": {"time": "1694896410"}, "stopId": "49210"}, {"stopSequence": 70, "arrival": {"time": "1694897196"}, "stopId": "49211"}, {"stopSequence": 71, "arrival": {"time": "1694897327"}, "stopId": "49212"}, {"stopSequence": 72, "arrival": {"time": "1694897599"}, "stopId": "49213"}, {"stopSequence": 73, "arrival": {"time": "1694898577"}, "stopId": "49206"}, {"stopSequence": 74, "arrival": {"time": "1694899087"}, "stopId": "49215"}, {"stopSequence": 75, "arrival": {"time": "1694899140"}, "stopId": "49216"}, {"stopSequence": 76, "arrival": {"time": "1694899287"}, "stopId": "49217"}, {"stopSequence": 77, "arrival": {"time": "1694899454"}, "stopId": "49214"}, {"stopSequence": 78, "arrival": {"time": "1694899802"}, "stopId": "49218"}, {"stopSequence": 79, "arrival": {"time": "1694899960"}, "stopId": "49219"}, {"stopSequence": 80, "arrival": {"time": "1694900327"}, "stopId": "38044"}, {"stopSequence": 81, "arrival": {"time": "1694900650"}, "stopId": "38045"}, {"stopSequence": 82, "arrival": {"time": "1694901382"}, "stopId": "34824"}, {"stopSequence": 83, "arrival": {"time": "1694902457"}, "stopId": "38091"}, {"stopSequence": 84, "arrival": {"time": "1694902918"}, "stopId": "38092"}, {"stopSequence": 85, "arrival": {"time": "1694903258"}, "stopId": "38093"}, {"stopSequence": 86, "arrival": {"time": "1694903796"}, "stopId": "38094"}, {"stopSequence": 87, "arrival": {"time": "1694903982"}, "stopId": "49243"}, {"stopSequence": 88, "arrival": {"time": "1694904518"}, "stopId": "49245"}, {"stopSequence": 89, "arrival": {"time": "1694905136"}, "stopId": "40338"}, {"stopSequence": 90, "arrival": {"time": "1694905325"}, "stopId": "40339"}, {"stopSequence": 91, "arrival": {"time": "1694905519"}, "stopId": "40340"}, {"stopSequence": 92, "arrival": {"time": "1694905653"}, "stopId": "40341"}, {"stopSequence": 93, "arrival": {"time": "1694906451"}, "stopId": "40342"}, {"stopSequence": 94, "arrival": {"time": "1694911027"}, "stopId": "49226"}, {"stopSequence": 95, "arrival": {"time": "1694911804"}, "stopId": "49227"}, {"stopSequence": 96, "arrival": {"time": "1694912700"}, "stopId": "49229"}, {"stopSequence": 97, "arrival": {"time": "1694913213"}, "stopId": "49228"}, {"stopSequence": 98, "arrival": {"time": "1694914394"}, "stopId": "49230"}, {"stopSequence": 99, "arrival": {"time": "1694915288"}, "stopId": "49231"}, {"stopSequence": 100, "arrival": {"time": "1694915772"}, "stopId": "49233"}, {"stopSequence": 101, "arrival": {"time": "1694917045"}, "stopId": "49234"}, {"stopSequence": 102, "arrival": {"time": "1694918367"}, "stopId": "49235"}], "vehicle": {"licensePlate": "YJ3034"}, "timestamp": "1694889038"}, "vehicle": {"trip": {"tripId": "17749-701ff27f-2", "startTime": "15:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "568", "directionId": 1}, "position": {"latitude": -36.815414, "longitude": -73.02852, "bearing": 289.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694889038", "vehicle": {"licensePlate": "YJ3034"}}}, {"id": "97302e58-9e3c-47f5-940d-81a4d494bcc3", "tripUpdate": {"trip": {"tripId": "17871-701ff27f-2", "startTime": "14:59:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 44, "arrival": {"time": "1694889046"}, "stopId": "16005209"}, {"stopSequence": 45, "arrival": {"time": "1694889294"}, "stopId": "38531"}, {"stopSequence": 46, "arrival": {"time": "1694889350"}, "stopId": "8921285"}, {"stopSequence": 47, "arrival": {"time": "1694889463"}, "stopId": "38532"}, {"stopSequence": 48, "arrival": {"time": "1694889515"}, "stopId": "38533"}, {"stopSequence": 49, "arrival": {"time": "1694889570"}, "stopId": "38534"}, {"stopSequence": 50, "arrival": {"time": "1694889618"}, "stopId": "38535"}, {"stopSequence": 51, "arrival": {"time": "1694889678"}, "stopId": "38536"}, {"stopSequence": 52, "arrival": {"time": "1694889713"}, "stopId": "4838437"}, {"stopSequence": 53, "arrival": {"time": "1694889769"}, "stopId": "45085"}, {"stopSequence": 54, "arrival": {"time": "1694889846"}, "stopId": "45086"}, {"stopSequence": 55, "arrival": {"time": "1694889898"}, "stopId": "38539"}, {"stopSequence": 56, "arrival": {"time": "1694889962"}, "stopId": "38540"}, {"stopSequence": 57, "arrival": {"time": "1694890038"}, "stopId": "38544"}, {"stopSequence": 58, "arrival": {"time": "1694890104"}, "stopId": "38545"}, {"stopSequence": 59, "arrival": {"time": "1694890193"}, "stopId": "38546"}, {"stopSequence": 60, "arrival": {"time": "1694890310"}, "stopId": "38548"}, {"stopSequence": 61, "arrival": {"time": "1694890375"}, "stopId": "38549"}, {"stopSequence": 62, "arrival": {"time": "1694890429"}, "stopId": "38550"}, {"stopSequence": 63, "arrival": {"time": "1694890524"}, "stopId": "38551"}, {"stopSequence": 64, "arrival": {"time": "1694890608"}, "stopId": "38552"}, {"stopSequence": 65, "arrival": {"time": "1694890691"}, "stopId": "49359"}, {"stopSequence": 66, "arrival": {"time": "1694890741"}, "stopId": "49360"}, {"stopSequence": 67, "arrival": {"time": "1694890854"}, "stopId": "49361"}, {"stopSequence": 68, "arrival": {"time": "1694890882"}, "stopId": "49362"}, {"stopSequence": 69, "arrival": {"time": "1694890932"}, "stopId": "49363"}, {"stopSequence": 70, "arrival": {"time": "1694890982"}, "stopId": "49364"}, {"stopSequence": 71, "arrival": {"time": "1694891029"}, "stopId": "49365"}], "vehicle": {"licensePlate": "BHFL38"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "17871-701ff27f-2", "startTime": "14:59:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 0}, "position": {"latitude": -36.791508, "longitude": -73.07008, "bearing": 328.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889036", "vehicle": {"licensePlate": "BHFL38"}}}, {"id": "8c9d4199-7831-4c18-b636-c9bcb0c180bc", "tripUpdate": {"trip": {"tripId": "17872-701ff27f-2", "startTime": "15:19:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694889101"}, "stopId": "35787"}, {"stopSequence": 16, "arrival": {"time": "1694889168"}, "stopId": "35788"}, {"stopSequence": 17, "arrival": {"time": "1694889271"}, "stopId": "35789"}, {"stopSequence": 18, "arrival": {"time": "1694889316"}, "stopId": "35790"}, {"stopSequence": 19, "arrival": {"time": "1694889399"}, "stopId": "35791"}, {"stopSequence": 20, "arrival": {"time": "1694889446"}, "stopId": "35792"}, {"stopSequence": 21, "arrival": {"time": "1694889503"}, "stopId": "35793"}, {"stopSequence": 22, "arrival": {"time": "1694889618"}, "stopId": "91116"}, {"stopSequence": 23, "arrival": {"time": "1694890082"}, "stopId": "39545"}, {"stopSequence": 24, "arrival": {"time": "1694890246"}, "stopId": "39546"}, {"stopSequence": 25, "arrival": {"time": "1694890380"}, "stopId": "35286"}, {"stopSequence": 26, "arrival": {"time": "1694890407"}, "stopId": "35287"}, {"stopSequence": 27, "arrival": {"time": "1694890475"}, "stopId": "42317"}, {"stopSequence": 28, "arrival": {"time": "1694890527"}, "stopId": "42318"}, {"stopSequence": 29, "arrival": {"time": "1694890599"}, "stopId": "8606396"}, {"stopSequence": 30, "arrival": {"time": "1694890671"}, "stopId": "38514"}, {"stopSequence": 31, "arrival": {"time": "1694890711"}, "stopId": "38516"}, {"stopSequence": 32, "arrival": {"time": "1694890771"}, "stopId": "38518"}, {"stopSequence": 33, "arrival": {"time": "1694890875"}, "stopId": "38520"}, {"stopSequence": 34, "arrival": {"time": "1694890917"}, "stopId": "38521"}, {"stopSequence": 35, "arrival": {"time": "1694890968"}, "stopId": "38522"}, {"stopSequence": 36, "arrival": {"time": "1694891021"}, "stopId": "38523"}, {"stopSequence": 37, "arrival": {"time": "1694891078"}, "stopId": "38524"}, {"stopSequence": 38, "arrival": {"time": "1694891130"}, "stopId": "38525"}, {"stopSequence": 39, "arrival": {"time": "1694891187"}, "stopId": "38526"}, {"stopSequence": 40, "arrival": {"time": "1694891240"}, "stopId": "38527"}, {"stopSequence": 41, "arrival": {"time": "1694891338"}, "stopId": "38528"}, {"stopSequence": 42, "arrival": {"time": "1694891475"}, "stopId": "38529"}, {"stopSequence": 43, "arrival": {"time": "1694891721"}, "stopId": "38530"}, {"stopSequence": 44, "arrival": {"time": "1694891737"}, "stopId": "16005209"}, {"stopSequence": 45, "arrival": {"time": "1694892039"}, "stopId": "38531"}, {"stopSequence": 46, "arrival": {"time": "1694892113"}, "stopId": "8921285"}, {"stopSequence": 47, "arrival": {"time": "1694892266"}, "stopId": "38532"}, {"stopSequence": 48, "arrival": {"time": "1694892340"}, "stopId": "38533"}, {"stopSequence": 49, "arrival": {"time": "1694892421"}, "stopId": "38534"}, {"stopSequence": 50, "arrival": {"time": "1694892493"}, "stopId": "38535"}, {"stopSequence": 51, "arrival": {"time": "1694892584"}, "stopId": "38536"}, {"stopSequence": 52, "arrival": {"time": "1694892639"}, "stopId": "4838437"}, {"stopSequence": 53, "arrival": {"time": "1694892730"}, "stopId": "45085"}, {"stopSequence": 54, "arrival": {"time": "1694892857"}, "stopId": "45086"}, {"stopSequence": 55, "arrival": {"time": "1694892948"}, "stopId": "38539"}, {"stopSequence": 56, "arrival": {"time": "1694893060"}, "stopId": "38540"}, {"stopSequence": 57, "arrival": {"time": "1694893199"}, "stopId": "38544"}, {"stopSequence": 58, "arrival": {"time": "1694893325"}, "stopId": "38545"}, {"stopSequence": 59, "arrival": {"time": "1694893500"}, "stopId": "38546"}, {"stopSequence": 60, "arrival": {"time": "1694893744"}, "stopId": "38548"}, {"stopSequence": 61, "arrival": {"time": "1694893885"}, "stopId": "38549"}, {"stopSequence": 62, "arrival": {"time": "1694894007"}, "stopId": "38550"}, {"stopSequence": 63, "arrival": {"time": "1694894228"}, "stopId": "38551"}, {"stopSequence": 64, "arrival": {"time": "1694894434"}, "stopId": "38552"}, {"stopSequence": 65, "arrival": {"time": "1694894644"}, "stopId": "49359"}, {"stopSequence": 66, "arrival": {"time": "1694894777"}, "stopId": "49360"}, {"stopSequence": 67, "arrival": {"time": "1694895090"}, "stopId": "49361"}, {"stopSequence": 68, "arrival": {"time": "1694895170"}, "stopId": "49362"}, {"stopSequence": 69, "arrival": {"time": "1694895317"}, "stopId": "49363"}, {"stopSequence": 70, "arrival": {"time": "1694895466"}, "stopId": "49364"}, {"stopSequence": 71, "arrival": {"time": "1694895612"}, "stopId": "49365"}], "vehicle": {"licensePlate": "FYBB65"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "17872-701ff27f-2", "startTime": "15:19:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 0}, "position": {"latitude": -36.83772, "longitude": -73.11749, "bearing": 86.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694889028", "vehicle": {"licensePlate": "FYBB65"}}}, {"id": "bda0be92-0f91-41a8-8ac4-e15e0e2bd0a4", "tripUpdate": {"trip": {"tripId": "17814-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889098"}, "stopId": "35417"}, {"stopSequence": 52, "arrival": {"time": "1694889174"}, "stopId": "35755"}, {"stopSequence": 53, "arrival": {"time": "1694889398"}, "stopId": "35756"}, {"stopSequence": 54, "arrival": {"time": "1694889515"}, "stopId": "35757"}, {"stopSequence": 55, "arrival": {"time": "1694889560"}, "stopId": "35758"}, {"stopSequence": 56, "arrival": {"time": "1694889675"}, "stopId": "35508"}, {"stopSequence": 57, "arrival": {"time": "1694889713"}, "stopId": "35514"}, {"stopSequence": 58, "arrival": {"time": "1694889761"}, "stopId": "35515"}, {"stopSequence": 59, "arrival": {"time": "1694889812"}, "stopId": "35516"}, {"stopSequence": 60, "arrival": {"time": "1694889845"}, "stopId": "35517"}, {"stopSequence": 61, "arrival": {"time": "1694889872"}, "stopId": "35518"}, {"stopSequence": 62, "arrival": {"time": "1694889878"}, "stopId": "35764"}, {"stopSequence": 63, "arrival": {"time": "1694889920"}, "stopId": "35763"}, {"stopSequence": 64, "arrival": {"time": "1694889963"}, "stopId": "35762"}, {"stopSequence": 65, "arrival": {"time": "1694889981"}, "stopId": "35761"}, {"stopSequence": 66, "arrival": {"time": "1694890019"}, "stopId": "35760"}, {"stopSequence": 67, "arrival": {"time": "1694890063"}, "stopId": "35759"}, {"stopSequence": 68, "arrival": {"time": "1694890099"}, "stopId": "34960"}, {"stopSequence": 69, "arrival": {"time": "1694890126"}, "stopId": "34961"}, {"stopSequence": 70, "arrival": {"time": "1694890207"}, "stopId": "34962"}, {"stopSequence": 71, "arrival": {"time": "1694890268"}, "stopId": "34963"}, {"stopSequence": 72, "arrival": {"time": "1694890310"}, "stopId": "34964"}, {"stopSequence": 73, "arrival": {"time": "1694890362"}, "stopId": "34965"}, {"stopSequence": 74, "arrival": {"time": "1694890428"}, "stopId": "34966"}], "vehicle": {"licensePlate": "LBDS34"}, "timestamp": "1694889031"}, "vehicle": {"trip": {"tripId": "17814-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 1}, "position": {"latitude": -36.83789, "longitude": -73.111565, "bearing": 273.0, "odometer": 0.0, "speed": 21.666666}, "timestamp": "1694889031", "vehicle": {"licensePlate": "LBDS34"}}}, {"id": "01bc6f06-afc9-4487-a507-d572f7265155", "tripUpdate": {"trip": {"tripId": "17815-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889330"}, "stopId": "40995"}, {"stopSequence": 29, "arrival": {"time": "1694889412"}, "stopId": "40996"}, {"stopSequence": 30, "arrival": {"time": "1694889490"}, "stopId": "40997"}, {"stopSequence": 31, "arrival": {"time": "1694889544"}, "stopId": "39614"}, {"stopSequence": 32, "arrival": {"time": "1694889594"}, "stopId": "39615"}, {"stopSequence": 33, "arrival": {"time": "1694889644"}, "stopId": "39616"}, {"stopSequence": 34, "arrival": {"time": "1694889696"}, "stopId": "39617"}, {"stopSequence": 35, "arrival": {"time": "1694889752"}, "stopId": "39618"}, {"stopSequence": 36, "arrival": {"time": "1694889798"}, "stopId": "39619"}, {"stopSequence": 37, "arrival": {"time": "1694889846"}, "stopId": "39620"}, {"stopSequence": 38, "arrival": {"time": "1694889888"}, "stopId": "1-Jul"}, {"stopSequence": 39, "arrival": {"time": "1694889920"}, "stopId": "1-Aug"}, {"stopSequence": 40, "arrival": {"time": "1694889966"}, "stopId": "1-Sep"}, {"stopSequence": 41, "arrival": {"time": "1694890017"}, "stopId": "1-Oct"}, {"stopSequence": 42, "arrival": {"time": "1694890066"}, "stopId": "1-Nov"}, {"stopSequence": 43, "arrival": {"time": "1694890119"}, "stopId": "35745"}, {"stopSequence": 44, "arrival": {"time": "1694890144"}, "stopId": "15879953"}, {"stopSequence": 45, "arrival": {"time": "1694890165"}, "stopId": "35746"}, {"stopSequence": 46, "arrival": {"time": "1694890741"}, "stopId": "35748"}, {"stopSequence": 47, "arrival": {"time": "1694890800"}, "stopId": "35749"}, {"stopSequence": 48, "arrival": {"time": "1694890858"}, "stopId": "35750"}, {"stopSequence": 49, "arrival": {"time": "1694890938"}, "stopId": "35751"}, {"stopSequence": 50, "arrival": {"time": "1694891058"}, "stopId": "35752"}, {"stopSequence": 51, "arrival": {"time": "1694891209"}, "stopId": "35417"}, {"stopSequence": 52, "arrival": {"time": "1694891288"}, "stopId": "35755"}, {"stopSequence": 53, "arrival": {"time": "1694891538"}, "stopId": "35756"}, {"stopSequence": 54, "arrival": {"time": "1694891676"}, "stopId": "35757"}, {"stopSequence": 55, "arrival": {"time": "1694891731"}, "stopId": "35758"}, {"stopSequence": 56, "arrival": {"time": "1694891877"}, "stopId": "35508"}, {"stopSequence": 57, "arrival": {"time": "1694891926"}, "stopId": "35514"}, {"stopSequence": 58, "arrival": {"time": "1694891991"}, "stopId": "35515"}, {"stopSequence": 59, "arrival": {"time": "1694892059"}, "stopId": "35516"}, {"stopSequence": 60, "arrival": {"time": "1694892104"}, "stopId": "35517"}, {"stopSequence": 61, "arrival": {"time": "1694892142"}, "stopId": "35518"}, {"stopSequence": 62, "arrival": {"time": "1694892151"}, "stopId": "35764"}, {"stopSequence": 63, "arrival": {"time": "1694892210"}, "stopId": "35763"}, {"stopSequence": 64, "arrival": {"time": "1694892272"}, "stopId": "35762"}, {"stopSequence": 65, "arrival": {"time": "1694892298"}, "stopId": "35761"}, {"stopSequence": 66, "arrival": {"time": "1694892355"}, "stopId": "35760"}, {"stopSequence": 67, "arrival": {"time": "1694892420"}, "stopId": "35759"}, {"stopSequence": 68, "arrival": {"time": "1694892475"}, "stopId": "34960"}, {"stopSequence": 69, "arrival": {"time": "1694892516"}, "stopId": "34961"}, {"stopSequence": 70, "arrival": {"time": "1694892644"}, "stopId": "34962"}, {"stopSequence": 71, "arrival": {"time": "1694892742"}, "stopId": "34963"}, {"stopSequence": 72, "arrival": {"time": "1694892811"}, "stopId": "34964"}, {"stopSequence": 73, "arrival": {"time": "1694892899"}, "stopId": "34965"}, {"stopSequence": 74, "arrival": {"time": "1694893013"}, "stopId": "34966"}], "vehicle": {"licensePlate": "SWSZ60"}, "timestamp": "1694889038"}, "vehicle": {"trip": {"tripId": "17815-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 1}, "position": {"latitude": -36.790558, "longitude": -73.071304, "bearing": 154.0, "odometer": 0.0, "speed": 10.833333}, "timestamp": "1694889038", "vehicle": {"licensePlate": "SWSZ60"}}}, {"id": "80ac2753-5fed-4458-bbea-1ae8d6f973c5", "tripUpdate": {"trip": {"tripId": "17816-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694888998"}, "stopId": "38646"}, {"stopSequence": 4, "arrival": {"time": "1694889038"}, "stopId": "38632"}, {"stopSequence": 5, "arrival": {"time": "1694889120"}, "stopId": "38767"}, {"stopSequence": 6, "arrival": {"time": "1694889185"}, "stopId": "38768"}, {"stopSequence": 7, "arrival": {"time": "1694889235"}, "stopId": "38769"}, {"stopSequence": 8, "arrival": {"time": "1694889277"}, "stopId": "49357"}, {"stopSequence": 9, "arrival": {"time": "1694889318"}, "stopId": "38771"}, {"stopSequence": 10, "arrival": {"time": "1694889362"}, "stopId": "38668"}, {"stopSequence": 11, "arrival": {"time": "1694889460"}, "stopId": "38661"}, {"stopSequence": 12, "arrival": {"time": "1694889543"}, "stopId": "38657"}, {"stopSequence": 13, "arrival": {"time": "1694889603"}, "stopId": "38743"}, {"stopSequence": 14, "arrival": {"time": "1694889668"}, "stopId": "38652"}, {"stopSequence": 15, "arrival": {"time": "1694889728"}, "stopId": "38721"}, {"stopSequence": 16, "arrival": {"time": "1694889786"}, "stopId": "38659"}, {"stopSequence": 17, "arrival": {"time": "1694889868"}, "stopId": "38674"}, {"stopSequence": 18, "arrival": {"time": "1694889940"}, "stopId": "38649"}, {"stopSequence": 19, "arrival": {"time": "1694890009"}, "stopId": "38718"}, {"stopSequence": 20, "arrival": {"time": "1694890068"}, "stopId": "38735"}, {"stopSequence": 21, "arrival": {"time": "1694890125"}, "stopId": "42270"}, {"stopSequence": 22, "arrival": {"time": "1694890172"}, "stopId": "42271"}, {"stopSequence": 23, "arrival": {"time": "1694890234"}, "stopId": "4838438"}, {"stopSequence": 24, "arrival": {"time": "1694890379"}, "stopId": "44896"}, {"stopSequence": 25, "arrival": {"time": "1694890427"}, "stopId": "44897"}, {"stopSequence": 26, "arrival": {"time": "1694890500"}, "stopId": "44898"}, {"stopSequence": 27, "arrival": {"time": "1694890671"}, "stopId": "40993"}, {"stopSequence": 28, "arrival": {"time": "1694891192"}, "stopId": "40995"}, {"stopSequence": 29, "arrival": {"time": "1694891282"}, "stopId": "40996"}, {"stopSequence": 30, "arrival": {"time": "1694891370"}, "stopId": "40997"}, {"stopSequence": 31, "arrival": {"time": "1694891433"}, "stopId": "39614"}, {"stopSequence": 32, "arrival": {"time": "1694891492"}, "stopId": "39615"}, {"stopSequence": 33, "arrival": {"time": "1694891553"}, "stopId": "39616"}, {"stopSequence": 34, "arrival": {"time": "1694891616"}, "stopId": "39617"}, {"stopSequence": 35, "arrival": {"time": "1694891686"}, "stopId": "39618"}, {"stopSequence": 36, "arrival": {"time": "1694891745"}, "stopId": "39619"}, {"stopSequence": 37, "arrival": {"time": "1694891806"}, "stopId": "39620"}, {"stopSequence": 38, "arrival": {"time": "1694891862"}, "stopId": "1-Jul"}, {"stopSequence": 39, "arrival": {"time": "1694891904"}, "stopId": "1-Aug"}, {"stopSequence": 40, "arrival": {"time": "1694891967"}, "stopId": "1-Sep"}, {"stopSequence": 41, "arrival": {"time": "1694892037"}, "stopId": "1-Oct"}, {"stopSequence": 42, "arrival": {"time": "1694892105"}, "stopId": "1-Nov"}, {"stopSequence": 43, "arrival": {"time": "1694892181"}, "stopId": "35745"}, {"stopSequence": 44, "arrival": {"time": "1694892218"}, "stopId": "15879953"}, {"stopSequence": 45, "arrival": {"time": "1694892248"}, "stopId": "35746"}, {"stopSequence": 46, "arrival": {"time": "1694893185"}, "stopId": "35748"}, {"stopSequence": 47, "arrival": {"time": "1694893293"}, "stopId": "35749"}, {"stopSequence": 48, "arrival": {"time": "1694893400"}, "stopId": "35750"}, {"stopSequence": 49, "arrival": {"time": "1694893553"}, "stopId": "35751"}, {"stopSequence": 50, "arrival": {"time": "1694893790"}, "stopId": "35752"}, {"stopSequence": 51, "arrival": {"time": "1694894101"}, "stopId": "35417"}, {"stopSequence": 52, "arrival": {"time": "1694894272"}, "stopId": "35755"}, {"stopSequence": 53, "arrival": {"time": "1694894841"}, "stopId": "35756"}, {"stopSequence": 54, "arrival": {"time": "1694895178"}, "stopId": "35757"}, {"stopSequence": 55, "arrival": {"time": "1694895319"}, "stopId": "35758"}, {"stopSequence": 56, "arrival": {"time": "1694895702"}, "stopId": "35508"}, {"stopSequence": 57, "arrival": {"time": "1694895833"}, "stopId": "35514"}, {"stopSequence": 58, "arrival": {"time": "1694896013"}, "stopId": "35515"}, {"stopSequence": 59, "arrival": {"time": "1694896207"}, "stopId": "35516"}, {"stopSequence": 60, "arrival": {"time": "1694896338"}, "stopId": "35517"}, {"stopSequence": 61, "arrival": {"time": "1694896449"}, "stopId": "35518"}, {"stopSequence": 62, "arrival": {"time": "1694896475"}, "stopId": "35764"}, {"stopSequence": 63, "arrival": {"time": "1694896652"}, "stopId": "35763"}, {"stopSequence": 64, "arrival": {"time": "1694896844"}, "stopId": "35762"}, {"stopSequence": 65, "arrival": {"time": "1694896926"}, "stopId": "35761"}, {"stopSequence": 66, "arrival": {"time": "1694897104"}, "stopId": "35760"}, {"stopSequence": 67, "arrival": {"time": "1694897316"}, "stopId": "35759"}, {"stopSequence": 68, "arrival": {"time": "1694897500"}, "stopId": "34960"}, {"stopSequence": 69, "arrival": {"time": "1694897638"}, "stopId": "34961"}, {"stopSequence": 70, "arrival": {"time": "1694898086"}, "stopId": "34962"}, {"stopSequence": 71, "arrival": {"time": "1694898443"}, "stopId": "34963"}, {"stopSequence": 72, "arrival": {"time": "1694898706"}, "stopId": "34964"}, {"stopSequence": 73, "arrival": {"time": "1694899049"}, "stopId": "34965"}, {"stopSequence": 74, "arrival": {"time": "1694899509"}, "stopId": "34966"}], "vehicle": {"licensePlate": "YU8533"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "17816-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "572", "directionId": 1}, "position": {"latitude": -36.712772, "longitude": -73.11417, "bearing": 134.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694888974", "vehicle": {"licensePlate": "YU8533"}}}, {"id": "c5f50aea-60c3-4a33-a83d-b480a7d416c7", "tripUpdate": {"trip": {"tripId": "17985-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694889067"}, "stopId": "35791"}, {"stopSequence": 32, "arrival": {"time": "1694889117"}, "stopId": "35792"}, {"stopSequence": 33, "arrival": {"time": "1694889176"}, "stopId": "35793"}, {"stopSequence": 34, "arrival": {"time": "1694889296"}, "stopId": "91116"}, {"stopSequence": 35, "arrival": {"time": "1694889762"}, "stopId": "35794"}, {"stopSequence": 36, "arrival": {"time": "1694889853"}, "stopId": "35796"}, {"stopSequence": 37, "arrival": {"time": "1694889901"}, "stopId": "35797"}, {"stopSequence": 38, "arrival": {"time": "1694889941"}, "stopId": "35798"}, {"stopSequence": 39, "arrival": {"time": "1694889978"}, "stopId": "35799"}, {"stopSequence": 40, "arrival": {"time": "1694890045"}, "stopId": "35800"}, {"stopSequence": 41, "arrival": {"time": "1694890093"}, "stopId": "35801"}, {"stopSequence": 42, "arrival": {"time": "1694890118"}, "stopId": "35802"}, {"stopSequence": 43, "arrival": {"time": "1694890190"}, "stopId": "38520"}, {"stopSequence": 44, "arrival": {"time": "1694890234"}, "stopId": "38521"}, {"stopSequence": 45, "arrival": {"time": "1694890282"}, "stopId": "38522"}, {"stopSequence": 46, "arrival": {"time": "1694890331"}, "stopId": "38523"}, {"stopSequence": 47, "arrival": {"time": "1694890382"}, "stopId": "38524"}, {"stopSequence": 48, "arrival": {"time": "1694890431"}, "stopId": "38525"}, {"stopSequence": 49, "arrival": {"time": "1694890482"}, "stopId": "38526"}, {"stopSequence": 50, "arrival": {"time": "1694890530"}, "stopId": "38527"}, {"stopSequence": 51, "arrival": {"time": "1694890613"}, "stopId": "38528"}, {"stopSequence": 52, "arrival": {"time": "1694890739"}, "stopId": "38529"}, {"stopSequence": 53, "arrival": {"time": "1694890952"}, "stopId": "38530"}, {"stopSequence": 54, "arrival": {"time": "1694890966"}, "stopId": "16005209"}, {"stopSequence": 55, "arrival": {"time": "1694891221"}, "stopId": "38531"}, {"stopSequence": 56, "arrival": {"time": "1694891283"}, "stopId": "8921285"}, {"stopSequence": 57, "arrival": {"time": "1694891409"}, "stopId": "38532"}, {"stopSequence": 58, "arrival": {"time": "1694891470"}, "stopId": "38533"}, {"stopSequence": 59, "arrival": {"time": "1694891534"}, "stopId": "38534"}, {"stopSequence": 60, "arrival": {"time": "1694891591"}, "stopId": "38535"}, {"stopSequence": 61, "arrival": {"time": "1694891664"}, "stopId": "38536"}, {"stopSequence": 62, "arrival": {"time": "1694891714"}, "stopId": "4838437"}, {"stopSequence": 63, "arrival": {"time": "1694891779"}, "stopId": "45085"}, {"stopSequence": 64, "arrival": {"time": "1694891879"}, "stopId": "45086"}, {"stopSequence": 65, "arrival": {"time": "1694891947"}, "stopId": "38539"}, {"stopSequence": 66, "arrival": {"time": "1694892034"}, "stopId": "38540"}, {"stopSequence": 67, "arrival": {"time": "1694892140"}, "stopId": "38544"}, {"stopSequence": 68, "arrival": {"time": "1694892223"}, "stopId": "38545"}, {"stopSequence": 69, "arrival": {"time": "1694892368"}, "stopId": "38546"}, {"stopSequence": 70, "arrival": {"time": "1694892461"}, "stopId": "38547"}, {"stopSequence": 71, "arrival": {"time": "1694892547"}, "stopId": "38548"}, {"stopSequence": 72, "arrival": {"time": "1694892650"}, "stopId": "38549"}, {"stopSequence": 73, "arrival": {"time": "1694892738"}, "stopId": "38550"}, {"stopSequence": 74, "arrival": {"time": "1694892895"}, "stopId": "38551"}, {"stopSequence": 75, "arrival": {"time": "1694893040"}, "stopId": "38552"}, {"stopSequence": 76, "arrival": {"time": "1694893186"}, "stopId": "49359"}, {"stopSequence": 77, "arrival": {"time": "1694893277"}, "stopId": "49360"}, {"stopSequence": 78, "arrival": {"time": "1694893489"}, "stopId": "49361"}, {"stopSequence": 79, "arrival": {"time": "1694893543"}, "stopId": "49362"}, {"stopSequence": 80, "arrival": {"time": "1694893637"}, "stopId": "49363"}, {"stopSequence": 81, "arrival": {"time": "1694893738"}, "stopId": "49364"}, {"stopSequence": 82, "arrival": {"time": "1694893830"}, "stopId": "49365"}], "vehicle": {"licensePlate": "FCBR15"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "17985-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 0}, "position": {"latitude": -36.838665, "longitude": -73.10061, "bearing": 96.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889004", "vehicle": {"licensePlate": "FCBR15"}}}, {"id": "43f1e128-2e62-4ce4-9c59-e4ed352f18a5", "tripUpdate": {"trip": {"tripId": "17927-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 43, "arrival": {"time": "1694889013"}, "stopId": "37477"}, {"stopSequence": 44, "arrival": {"time": "1694889045"}, "stopId": "91118"}, {"stopSequence": 45, "arrival": {"time": "1694889111"}, "stopId": "35223"}, {"stopSequence": 46, "arrival": {"time": "1694889159"}, "stopId": "39547"}, {"stopSequence": 47, "arrival": {"time": "1694889239"}, "stopId": "35224"}, {"stopSequence": 48, "arrival": {"time": "1694889416"}, "stopId": "35225"}, {"stopSequence": 49, "arrival": {"time": "1694889971"}, "stopId": "35748"}, {"stopSequence": 50, "arrival": {"time": "1694890036"}, "stopId": "35749"}, {"stopSequence": 51, "arrival": {"time": "1694890081"}, "stopId": "35750"}, {"stopSequence": 52, "arrival": {"time": "1694890156"}, "stopId": "35751"}, {"stopSequence": 53, "arrival": {"time": "1694890270"}, "stopId": "35752"}, {"stopSequence": 54, "arrival": {"time": "1694890403"}, "stopId": "35417"}, {"stopSequence": 55, "arrival": {"time": "1694890474"}, "stopId": "35755"}, {"stopSequence": 56, "arrival": {"time": "1694890686"}, "stopId": "35864"}, {"stopSequence": 57, "arrival": {"time": "1694890808"}, "stopId": "91039"}, {"stopSequence": 58, "arrival": {"time": "1694890954"}, "stopId": "35866"}, {"stopSequence": 59, "arrival": {"time": "1694890996"}, "stopId": "91040"}, {"stopSequence": 60, "arrival": {"time": "1694891038"}, "stopId": "35867"}, {"stopSequence": 61, "arrival": {"time": "1694891076"}, "stopId": "91085"}, {"stopSequence": 62, "arrival": {"time": "1694891125"}, "stopId": "35862"}, {"stopSequence": 63, "arrival": {"time": "1694891205"}, "stopId": "91045"}, {"stopSequence": 64, "arrival": {"time": "1694891235"}, "stopId": "91089"}, {"stopSequence": 65, "arrival": {"time": "1694891267"}, "stopId": "35645"}, {"stopSequence": 66, "arrival": {"time": "1694891323"}, "stopId": "35646"}, {"stopSequence": 67, "arrival": {"time": "1694891373"}, "stopId": "35475"}, {"stopSequence": 68, "arrival": {"time": "1694891521"}, "stopId": "35476"}, {"stopSequence": 69, "arrival": {"time": "1694891784"}, "stopId": "7084047"}, {"stopSequence": 70, "arrival": {"time": "1694891882"}, "stopId": "7084048"}, {"stopSequence": 71, "arrival": {"time": "1694891958"}, "stopId": "34961"}, {"stopSequence": 72, "arrival": {"time": "1694892426"}, "stopId": "34962"}, {"stopSequence": 73, "arrival": {"time": "1694892518"}, "stopId": "34963"}, {"stopSequence": 74, "arrival": {"time": "1694892584"}, "stopId": "34964"}], "vehicle": {"licensePlate": "FJYR11"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "17927-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 1}, "position": {"latitude": -36.829815, "longitude": -73.05526, "bearing": 242.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694889012", "vehicle": {"licensePlate": "FJYR11"}}}, {"id": "5448fae1-bfa4-4f44-be37-eb1c1c0e186f", "tripUpdate": {"trip": {"tripId": "17928-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889187"}, "stopId": "40995"}, {"stopSequence": 29, "arrival": {"time": "1694889271"}, "stopId": "40996"}, {"stopSequence": 30, "arrival": {"time": "1694889350"}, "stopId": "40997"}, {"stopSequence": 31, "arrival": {"time": "1694889410"}, "stopId": "39614"}, {"stopSequence": 32, "arrival": {"time": "1694889458"}, "stopId": "39615"}, {"stopSequence": 33, "arrival": {"time": "1694889507"}, "stopId": "39616"}, {"stopSequence": 34, "arrival": {"time": "1694889561"}, "stopId": "39617"}, {"stopSequence": 35, "arrival": {"time": "1694889619"}, "stopId": "39618"}, {"stopSequence": 36, "arrival": {"time": "1694889663"}, "stopId": "39619"}, {"stopSequence": 37, "arrival": {"time": "1694889705"}, "stopId": "39620"}, {"stopSequence": 38, "arrival": {"time": "1694889770"}, "stopId": "39621"}, {"stopSequence": 39, "arrival": {"time": "1694889817"}, "stopId": "38281"}, {"stopSequence": 40, "arrival": {"time": "1694889871"}, "stopId": "37506"}, {"stopSequence": 41, "arrival": {"time": "1694889963"}, "stopId": "37520"}, {"stopSequence": 42, "arrival": {"time": "1694890067"}, "stopId": "37470"}, {"stopSequence": 43, "arrival": {"time": "1694890091"}, "stopId": "37477"}, {"stopSequence": 44, "arrival": {"time": "1694890120"}, "stopId": "91118"}, {"stopSequence": 45, "arrival": {"time": "1694890181"}, "stopId": "35223"}, {"stopSequence": 46, "arrival": {"time": "1694890225"}, "stopId": "39547"}, {"stopSequence": 47, "arrival": {"time": "1694890299"}, "stopId": "35224"}, {"stopSequence": 48, "arrival": {"time": "1694890470"}, "stopId": "35225"}, {"stopSequence": 49, "arrival": {"time": "1694891045"}, "stopId": "35748"}, {"stopSequence": 50, "arrival": {"time": "1694891118"}, "stopId": "35749"}, {"stopSequence": 51, "arrival": {"time": "1694891168"}, "stopId": "35750"}, {"stopSequence": 52, "arrival": {"time": "1694891253"}, "stopId": "35751"}, {"stopSequence": 53, "arrival": {"time": "1694891385"}, "stopId": "35752"}, {"stopSequence": 54, "arrival": {"time": "1694891542"}, "stopId": "35417"}, {"stopSequence": 55, "arrival": {"time": "1694891627"}, "stopId": "35755"}, {"stopSequence": 56, "arrival": {"time": "1694891890"}, "stopId": "35864"}, {"stopSequence": 57, "arrival": {"time": "1694892045"}, "stopId": "91039"}, {"stopSequence": 58, "arrival": {"time": "1694892237"}, "stopId": "35866"}, {"stopSequence": 59, "arrival": {"time": "1694892293"}, "stopId": "91040"}, {"stopSequence": 60, "arrival": {"time": "1694892349"}, "stopId": "35867"}, {"stopSequence": 61, "arrival": {"time": "1694892400"}, "stopId": "91085"}, {"stopSequence": 62, "arrival": {"time": "1694892467"}, "stopId": "35862"}, {"stopSequence": 63, "arrival": {"time": "1694892577"}, "stopId": "91045"}, {"stopSequence": 64, "arrival": {"time": "1694892619"}, "stopId": "91089"}, {"stopSequence": 65, "arrival": {"time": "1694892663"}, "stopId": "35645"}, {"stopSequence": 66, "arrival": {"time": "1694892742"}, "stopId": "35646"}, {"stopSequence": 67, "arrival": {"time": "1694892813"}, "stopId": "35475"}, {"stopSequence": 68, "arrival": {"time": "1694893027"}, "stopId": "35476"}, {"stopSequence": 69, "arrival": {"time": "1694893421"}, "stopId": "7084047"}, {"stopSequence": 70, "arrival": {"time": "1694893572"}, "stopId": "7084048"}, {"stopSequence": 71, "arrival": {"time": "1694893691"}, "stopId": "34961"}, {"stopSequence": 72, "arrival": {"time": "1694894457"}, "stopId": "34962"}, {"stopSequence": 73, "arrival": {"time": "1694894615"}, "stopId": "34963"}, {"stopSequence": 74, "arrival": {"time": "1694894730"}, "stopId": "34964"}], "vehicle": {"licensePlate": "GXYZ31"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "17928-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 1}, "position": {"latitude": -36.795437, "longitude": -73.06667, "bearing": 120.0, "odometer": 0.0, "speed": 17.5}, "timestamp": "1694889035", "vehicle": {"licensePlate": "GXYZ31"}}}, {"id": "5964d228-191a-45dc-82dd-855d66a437b8", "tripUpdate": {"trip": {"tripId": "17929-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694888904"}, "stopId": "38652"}, {"stopSequence": 15, "arrival": {"time": "1694888973"}, "stopId": "38721"}, {"stopSequence": 16, "arrival": {"time": "1694889033"}, "stopId": "38659"}, {"stopSequence": 17, "arrival": {"time": "1694889120"}, "stopId": "38674"}, {"stopSequence": 18, "arrival": {"time": "1694889186"}, "stopId": "38649"}, {"stopSequence": 19, "arrival": {"time": "1694889267"}, "stopId": "38718"}, {"stopSequence": 20, "arrival": {"time": "1694889326"}, "stopId": "38735"}, {"stopSequence": 21, "arrival": {"time": "1694889380"}, "stopId": "42270"}, {"stopSequence": 22, "arrival": {"time": "1694889434"}, "stopId": "42271"}, {"stopSequence": 23, "arrival": {"time": "1694889497"}, "stopId": "4838438"}, {"stopSequence": 24, "arrival": {"time": "1694889642"}, "stopId": "44896"}, {"stopSequence": 25, "arrival": {"time": "1694889690"}, "stopId": "44897"}, {"stopSequence": 26, "arrival": {"time": "1694889761"}, "stopId": "44898"}, {"stopSequence": 27, "arrival": {"time": "1694889926"}, "stopId": "40993"}, {"stopSequence": 28, "arrival": {"time": "1694890408"}, "stopId": "40995"}, {"stopSequence": 29, "arrival": {"time": "1694890489"}, "stopId": "40996"}, {"stopSequence": 30, "arrival": {"time": "1694890567"}, "stopId": "40997"}, {"stopSequence": 31, "arrival": {"time": "1694890627"}, "stopId": "39614"}, {"stopSequence": 32, "arrival": {"time": "1694890676"}, "stopId": "39615"}, {"stopSequence": 33, "arrival": {"time": "1694890726"}, "stopId": "39616"}, {"stopSequence": 34, "arrival": {"time": "1694890783"}, "stopId": "39617"}, {"stopSequence": 35, "arrival": {"time": "1694890844"}, "stopId": "39618"}, {"stopSequence": 36, "arrival": {"time": "1694890892"}, "stopId": "39619"}, {"stopSequence": 37, "arrival": {"time": "1694890937"}, "stopId": "39620"}, {"stopSequence": 38, "arrival": {"time": "1694891008"}, "stopId": "39621"}, {"stopSequence": 39, "arrival": {"time": "1694891061"}, "stopId": "38281"}, {"stopSequence": 40, "arrival": {"time": "1694891122"}, "stopId": "37506"}, {"stopSequence": 41, "arrival": {"time": "1694891230"}, "stopId": "37520"}, {"stopSequence": 42, "arrival": {"time": "1694891353"}, "stopId": "37470"}, {"stopSequence": 43, "arrival": {"time": "1694891382"}, "stopId": "37477"}, {"stopSequence": 44, "arrival": {"time": "1694891416"}, "stopId": "91118"}, {"stopSequence": 45, "arrival": {"time": "1694891491"}, "stopId": "35223"}, {"stopSequence": 46, "arrival": {"time": "1694891546"}, "stopId": "39547"}, {"stopSequence": 47, "arrival": {"time": "1694891641"}, "stopId": "35224"}, {"stopSequence": 48, "arrival": {"time": "1694891864"}, "stopId": "35225"}, {"stopSequence": 49, "arrival": {"time": "1694892690"}, "stopId": "35748"}, {"stopSequence": 50, "arrival": {"time": "1694892804"}, "stopId": "35749"}, {"stopSequence": 51, "arrival": {"time": "1694892882"}, "stopId": "35750"}, {"stopSequence": 52, "arrival": {"time": "1694893018"}, "stopId": "35751"}, {"stopSequence": 53, "arrival": {"time": "1694893235"}, "stopId": "35752"}, {"stopSequence": 54, "arrival": {"time": "1694893502"}, "stopId": "35417"}, {"stopSequence": 55, "arrival": {"time": "1694893651"}, "stopId": "35755"}, {"stopSequence": 56, "arrival": {"time": "1694894129"}, "stopId": "35864"}, {"stopSequence": 57, "arrival": {"time": "1694894426"}, "stopId": "91039"}, {"stopSequence": 58, "arrival": {"time": "1694894807"}, "stopId": "35866"}, {"stopSequence": 59, "arrival": {"time": "1694894921"}, "stopId": "91040"}, {"stopSequence": 60, "arrival": {"time": "1694895037"}, "stopId": "35867"}, {"stopSequence": 61, "arrival": {"time": "1694895145"}, "stopId": "91085"}, {"stopSequence": 62, "arrival": {"time": "1694895288"}, "stopId": "35862"}, {"stopSequence": 63, "arrival": {"time": "1694895526"}, "stopId": "91045"}, {"stopSequence": 64, "arrival": {"time": "1694895618"}, "stopId": "91089"}, {"stopSequence": 65, "arrival": {"time": "1694895718"}, "stopId": "35645"}, {"stopSequence": 66, "arrival": {"time": "1694895897"}, "stopId": "35646"}, {"stopSequence": 67, "arrival": {"time": "1694896059"}, "stopId": "35475"}, {"stopSequence": 68, "arrival": {"time": "1694896571"}, "stopId": "35476"}, {"stopSequence": 69, "arrival": {"time": "1694897579"}, "stopId": "7084047"}, {"stopSequence": 70, "arrival": {"time": "1694897993"}, "stopId": "7084048"}, {"stopSequence": 71, "arrival": {"time": "1694898331"}, "stopId": "34961"}, {"stopSequence": 72, "arrival": {"time": "1694900761"}, "stopId": "34962"}, {"stopSequence": 73, "arrival": {"time": "1694901330"}, "stopId": "34963"}, {"stopSequence": 74, "arrival": {"time": "1694901755"}, "stopId": "34964"}], "vehicle": {"licensePlate": "HDSB17"}, "timestamp": "1694888885"}, "vehicle": {"trip": {"tripId": "17929-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 1}, "position": {"latitude": -36.738647, "longitude": -73.10079, "bearing": 318.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694888885", "vehicle": {"licensePlate": "HDSB17"}}}, {"id": "9f9a4789-0aa3-435c-b9bd-cd4a87dc450a", "tripUpdate": {"trip": {"tripId": "17984-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694889026"}, "stopId": "38526"}, {"stopSequence": 50, "arrival": {"time": "1694889078"}, "stopId": "38527"}, {"stopSequence": 51, "arrival": {"time": "1694889165"}, "stopId": "38528"}, {"stopSequence": 52, "arrival": {"time": "1694889293"}, "stopId": "38529"}, {"stopSequence": 53, "arrival": {"time": "1694889500"}, "stopId": "38530"}, {"stopSequence": 54, "arrival": {"time": "1694889513"}, "stopId": "16005209"}, {"stopSequence": 55, "arrival": {"time": "1694889745"}, "stopId": "38531"}, {"stopSequence": 56, "arrival": {"time": "1694889799"}, "stopId": "8921285"}, {"stopSequence": 57, "arrival": {"time": "1694889907"}, "stopId": "38532"}, {"stopSequence": 58, "arrival": {"time": "1694889958"}, "stopId": "38533"}, {"stopSequence": 59, "arrival": {"time": "1694890011"}, "stopId": "38534"}, {"stopSequence": 60, "arrival": {"time": "1694890057"}, "stopId": "38535"}, {"stopSequence": 61, "arrival": {"time": "1694890116"}, "stopId": "38536"}, {"stopSequence": 62, "arrival": {"time": "1694890155"}, "stopId": "4838437"}, {"stopSequence": 63, "arrival": {"time": "1694890206"}, "stopId": "45085"}, {"stopSequence": 64, "arrival": {"time": "1694890283"}, "stopId": "45086"}, {"stopSequence": 65, "arrival": {"time": "1694890335"}, "stopId": "38539"}, {"stopSequence": 66, "arrival": {"time": "1694890399"}, "stopId": "38540"}, {"stopSequence": 67, "arrival": {"time": "1694890476"}, "stopId": "38544"}, {"stopSequence": 68, "arrival": {"time": "1694890536"}, "stopId": "38545"}, {"stopSequence": 69, "arrival": {"time": "1694890638"}, "stopId": "38546"}, {"stopSequence": 70, "arrival": {"time": "1694890702"}, "stopId": "38547"}, {"stopSequence": 71, "arrival": {"time": "1694890760"}, "stopId": "38548"}, {"stopSequence": 72, "arrival": {"time": "1694890829"}, "stopId": "38549"}, {"stopSequence": 73, "arrival": {"time": "1694890887"}, "stopId": "38550"}, {"stopSequence": 74, "arrival": {"time": "1694890988"}, "stopId": "38551"}, {"stopSequence": 75, "arrival": {"time": "1694891078"}, "stopId": "38552"}, {"stopSequence": 76, "arrival": {"time": "1694891168"}, "stopId": "49359"}, {"stopSequence": 77, "arrival": {"time": "1694891223"}, "stopId": "49360"}, {"stopSequence": 78, "arrival": {"time": "1694891348"}, "stopId": "49361"}, {"stopSequence": 79, "arrival": {"time": "1694891379"}, "stopId": "49362"}, {"stopSequence": 80, "arrival": {"time": "1694891433"}, "stopId": "49363"}, {"stopSequence": 81, "arrival": {"time": "1694891489"}, "stopId": "49364"}, {"stopSequence": 82, "arrival": {"time": "1694891541"}, "stopId": "49365"}], "vehicle": {"licensePlate": "RVGV79"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "17984-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 0}, "position": {"latitude": -36.808437, "longitude": -73.0517, "bearing": 334.0, "odometer": 0.0, "speed": 7.2222223}, "timestamp": "1694888980", "vehicle": {"licensePlate": "RVGV79"}}}, {"id": "eb13feac-0b69-466c-b65c-dc6d71f13e86", "tripUpdate": {"trip": {"tripId": "17986-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 6, "arrival": {"time": "1694889103"}, "stopId": "91031"}, {"stopSequence": 7, "arrival": {"time": "1694889205"}, "stopId": "7084050"}, {"stopSequence": 8, "arrival": {"time": "1694889243"}, "stopId": "91032"}, {"stopSequence": 9, "arrival": {"time": "1694889302"}, "stopId": "91033"}, {"stopSequence": 10, "arrival": {"time": "1694889361"}, "stopId": "91034"}, {"stopSequence": 11, "arrival": {"time": "1694889422"}, "stopId": "91035"}, {"stopSequence": 12, "arrival": {"time": "1694889477"}, "stopId": "91036"}, {"stopSequence": 13, "arrival": {"time": "1694889510"}, "stopId": "35607"}, {"stopSequence": 14, "arrival": {"time": "1694889576"}, "stopId": "91037"}, {"stopSequence": 15, "arrival": {"time": "1694889610"}, "stopId": "35483"}, {"stopSequence": 16, "arrival": {"time": "1694889628"}, "stopId": "35484"}, {"stopSequence": 17, "arrival": {"time": "1694889689"}, "stopId": "7175655"}, {"stopSequence": 18, "arrival": {"time": "1694889720"}, "stopId": "35639"}, {"stopSequence": 19, "arrival": {"time": "1694889791"}, "stopId": "35640"}, {"stopSequence": 20, "arrival": {"time": "1694889815"}, "stopId": "35781"}, {"stopSequence": 21, "arrival": {"time": "1694889845"}, "stopId": "35782"}, {"stopSequence": 22, "arrival": {"time": "1694889891"}, "stopId": "91038"}, {"stopSequence": 23, "arrival": {"time": "1694889998"}, "stopId": "35783"}, {"stopSequence": 24, "arrival": {"time": "1694890031"}, "stopId": "31013"}, {"stopSequence": 25, "arrival": {"time": "1694890147"}, "stopId": "35785"}, {"stopSequence": 26, "arrival": {"time": "1694890375"}, "stopId": "35786"}, {"stopSequence": 27, "arrival": {"time": "1694890444"}, "stopId": "35787"}, {"stopSequence": 28, "arrival": {"time": "1694890504"}, "stopId": "35788"}, {"stopSequence": 29, "arrival": {"time": "1694890611"}, "stopId": "35789"}, {"stopSequence": 30, "arrival": {"time": "1694890653"}, "stopId": "35790"}, {"stopSequence": 31, "arrival": {"time": "1694890738"}, "stopId": "35791"}, {"stopSequence": 32, "arrival": {"time": "1694890787"}, "stopId": "35792"}, {"stopSequence": 33, "arrival": {"time": "1694890846"}, "stopId": "35793"}, {"stopSequence": 34, "arrival": {"time": "1694890967"}, "stopId": "91116"}, {"stopSequence": 35, "arrival": {"time": "1694891489"}, "stopId": "35794"}, {"stopSequence": 36, "arrival": {"time": "1694891600"}, "stopId": "35796"}, {"stopSequence": 37, "arrival": {"time": "1694891660"}, "stopId": "35797"}, {"stopSequence": 38, "arrival": {"time": "1694891711"}, "stopId": "35798"}, {"stopSequence": 39, "arrival": {"time": "1694891758"}, "stopId": "35799"}, {"stopSequence": 40, "arrival": {"time": "1694891846"}, "stopId": "35800"}, {"stopSequence": 41, "arrival": {"time": "1694891910"}, "stopId": "35801"}, {"stopSequence": 42, "arrival": {"time": "1694891943"}, "stopId": "35802"}, {"stopSequence": 43, "arrival": {"time": "1694892043"}, "stopId": "38520"}, {"stopSequence": 44, "arrival": {"time": "1694892103"}, "stopId": "38521"}, {"stopSequence": 45, "arrival": {"time": "1694892171"}, "stopId": "38522"}, {"stopSequence": 46, "arrival": {"time": "1694892241"}, "stopId": "38523"}, {"stopSequence": 47, "arrival": {"time": "1694892316"}, "stopId": "38524"}, {"stopSequence": 48, "arrival": {"time": "1694892388"}, "stopId": "38525"}, {"stopSequence": 49, "arrival": {"time": "1694892465"}, "stopId": "38526"}, {"stopSequence": 50, "arrival": {"time": "1694892539"}, "stopId": "38527"}, {"stopSequence": 51, "arrival": {"time": "1694892669"}, "stopId": "38528"}, {"stopSequence": 52, "arrival": {"time": "1694892872"}, "stopId": "38529"}, {"stopSequence": 53, "arrival": {"time": "1694893233"}, "stopId": "38530"}, {"stopSequence": 54, "arrival": {"time": "1694893258"}, "stopId": "16005209"}, {"stopSequence": 55, "arrival": {"time": "1694893725"}, "stopId": "38531"}, {"stopSequence": 56, "arrival": {"time": "1694893842"}, "stopId": "8921285"}, {"stopSequence": 57, "arrival": {"time": "1694894092"}, "stopId": "38532"}, {"stopSequence": 58, "arrival": {"time": "1694894216"}, "stopId": "38533"}, {"stopSequence": 59, "arrival": {"time": "1694894348"}, "stopId": "38534"}, {"stopSequence": 60, "arrival": {"time": "1694894469"}, "stopId": "38535"}, {"stopSequence": 61, "arrival": {"time": "1694894625"}, "stopId": "38536"}, {"stopSequence": 62, "arrival": {"time": "1694894735"}, "stopId": "4838437"}, {"stopSequence": 63, "arrival": {"time": "1694894881"}, "stopId": "45085"}, {"stopSequence": 64, "arrival": {"time": "1694895109"}, "stopId": "45086"}, {"stopSequence": 65, "arrival": {"time": "1694895269"}, "stopId": "38539"}, {"stopSequence": 66, "arrival": {"time": "1694895476"}, "stopId": "38540"}, {"stopSequence": 67, "arrival": {"time": "1694895738"}, "stopId": "38544"}, {"stopSequence": 68, "arrival": {"time": "1694895950"}, "stopId": "38545"}, {"stopSequence": 69, "arrival": {"time": "1694896331"}, "stopId": "38546"}, {"stopSequence": 70, "arrival": {"time": "1694896586"}, "stopId": "38547"}, {"stopSequence": 71, "arrival": {"time": "1694896828"}, "stopId": "38548"}, {"stopSequence": 72, "arrival": {"time": "1694897125"}, "stopId": "38549"}, {"stopSequence": 73, "arrival": {"time": "1694897389"}, "stopId": "38550"}, {"stopSequence": 74, "arrival": {"time": "1694897877"}, "stopId": "38551"}, {"stopSequence": 75, "arrival": {"time": "1694898350"}, "stopId": "38552"}, {"stopSequence": 76, "arrival": {"time": "1694898850"}, "stopId": "49359"}, {"stopSequence": 77, "arrival": {"time": "1694899174"}, "stopId": "49360"}, {"stopSequence": 78, "arrival": {"time": "1694899970"}, "stopId": "49361"}, {"stopSequence": 79, "arrival": {"time": "1694900182"}, "stopId": "49362"}, {"stopSequence": 80, "arrival": {"time": "1694900564"}, "stopId": "49363"}, {"stopSequence": 81, "arrival": {"time": "1694900984"}, "stopId": "49364"}, {"stopSequence": 82, "arrival": {"time": "1694901384"}, "stopId": "49365"}], "vehicle": {"licensePlate": "YJ2006"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "17986-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "573", "directionId": 0}, "position": {"latitude": -36.832306, "longitude": -73.138885, "bearing": 166.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694888984", "vehicle": {"licensePlate": "YJ2006"}}}, {"id": "47d51281-8a1f-42e6-ba0b-22e88a4cf1f9", "tripUpdate": {"trip": {"tripId": "18098-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889068"}, "stopId": "35797"}, {"stopSequence": 28, "arrival": {"time": "1694889112"}, "stopId": "35798"}, {"stopSequence": 29, "arrival": {"time": "1694889153"}, "stopId": "35799"}, {"stopSequence": 30, "arrival": {"time": "1694889225"}, "stopId": "35800"}, {"stopSequence": 31, "arrival": {"time": "1694889276"}, "stopId": "35801"}, {"stopSequence": 32, "arrival": {"time": "1694889303"}, "stopId": "35802"}, {"stopSequence": 33, "arrival": {"time": "1694889379"}, "stopId": "38520"}, {"stopSequence": 34, "arrival": {"time": "1694889424"}, "stopId": "38521"}, {"stopSequence": 35, "arrival": {"time": "1694889474"}, "stopId": "38522"}, {"stopSequence": 36, "arrival": {"time": "1694889524"}, "stopId": "38523"}, {"stopSequence": 37, "arrival": {"time": "1694889576"}, "stopId": "38524"}, {"stopSequence": 38, "arrival": {"time": "1694889624"}, "stopId": "38525"}, {"stopSequence": 39, "arrival": {"time": "1694889676"}, "stopId": "38526"}, {"stopSequence": 40, "arrival": {"time": "1694889723"}, "stopId": "38527"}, {"stopSequence": 41, "arrival": {"time": "1694889809"}, "stopId": "38528"}, {"stopSequence": 42, "arrival": {"time": "1694889925"}, "stopId": "38529"}, {"stopSequence": 43, "arrival": {"time": "1694890125"}, "stopId": "38530"}, {"stopSequence": 44, "arrival": {"time": "1694890138"}, "stopId": "16005209"}, {"stopSequence": 45, "arrival": {"time": "1694890368"}, "stopId": "38531"}, {"stopSequence": 46, "arrival": {"time": "1694890422"}, "stopId": "8921285"}, {"stopSequence": 47, "arrival": {"time": "1694890532"}, "stopId": "38532"}, {"stopSequence": 48, "arrival": {"time": "1694890585"}, "stopId": "38533"}, {"stopSequence": 49, "arrival": {"time": "1694890639"}, "stopId": "38534"}, {"stopSequence": 50, "arrival": {"time": "1694890688"}, "stopId": "38535"}, {"stopSequence": 51, "arrival": {"time": "1694890745"}, "stopId": "38536"}, {"stopSequence": 52, "arrival": {"time": "1694890790"}, "stopId": "4838437"}, {"stopSequence": 53, "arrival": {"time": "1694890846"}, "stopId": "45085"}, {"stopSequence": 54, "arrival": {"time": "1694890927"}, "stopId": "45086"}, {"stopSequence": 55, "arrival": {"time": "1694890980"}, "stopId": "38539"}, {"stopSequence": 56, "arrival": {"time": "1694891050"}, "stopId": "38540"}, {"stopSequence": 57, "arrival": {"time": "1694891134"}, "stopId": "38544"}, {"stopSequence": 58, "arrival": {"time": "1694891209"}, "stopId": "38545"}, {"stopSequence": 59, "arrival": {"time": "1694891310"}, "stopId": "38546"}, {"stopSequence": 60, "arrival": {"time": "1694891446"}, "stopId": "38548"}, {"stopSequence": 61, "arrival": {"time": "1694891523"}, "stopId": "38549"}, {"stopSequence": 62, "arrival": {"time": "1694891589"}, "stopId": "38550"}, {"stopSequence": 63, "arrival": {"time": "1694891704"}, "stopId": "38551"}, {"stopSequence": 64, "arrival": {"time": "1694891809"}, "stopId": "38552"}, {"stopSequence": 65, "arrival": {"time": "1694891913"}, "stopId": "49359"}, {"stopSequence": 66, "arrival": {"time": "1694891977"}, "stopId": "49360"}, {"stopSequence": 67, "arrival": {"time": "1694892125"}, "stopId": "49361"}, {"stopSequence": 68, "arrival": {"time": "1694892162"}, "stopId": "49362"}, {"stopSequence": 69, "arrival": {"time": "1694892227"}, "stopId": "49363"}, {"stopSequence": 70, "arrival": {"time": "1694892295"}, "stopId": "49364"}, {"stopSequence": 71, "arrival": {"time": "1694892356"}, "stopId": "49365"}], "vehicle": {"licensePlate": "BLYD48"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "18098-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "position": {"latitude": -36.826256, "longitude": -73.058846, "bearing": 64.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889033", "vehicle": {"licensePlate": "BLYD48"}}}, {"id": "bff55ba6-ac13-41ce-b583-54e0d3f39d28", "tripUpdate": {"trip": {"tripId": "18044-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889072"}, "stopId": "40993"}, {"stopSequence": 28, "arrival": {"time": "1694889573"}, "stopId": "40995"}, {"stopSequence": 29, "arrival": {"time": "1694889652"}, "stopId": "40996"}, {"stopSequence": 30, "arrival": {"time": "1694889728"}, "stopId": "40997"}, {"stopSequence": 31, "arrival": {"time": "1694889785"}, "stopId": "39614"}, {"stopSequence": 32, "arrival": {"time": "1694889832"}, "stopId": "39615"}, {"stopSequence": 33, "arrival": {"time": "1694889879"}, "stopId": "39616"}, {"stopSequence": 34, "arrival": {"time": "1694889932"}, "stopId": "39617"}, {"stopSequence": 35, "arrival": {"time": "1694889988"}, "stopId": "39618"}, {"stopSequence": 36, "arrival": {"time": "1694890032"}, "stopId": "39619"}, {"stopSequence": 37, "arrival": {"time": "1694890070"}, "stopId": "39620"}, {"stopSequence": 38, "arrival": {"time": "1694890138"}, "stopId": "39621"}, {"stopSequence": 39, "arrival": {"time": "1694890185"}, "stopId": "38281"}, {"stopSequence": 40, "arrival": {"time": "1694890239"}, "stopId": "37506"}, {"stopSequence": 41, "arrival": {"time": "1694890332"}, "stopId": "37520"}, {"stopSequence": 42, "arrival": {"time": "1694890438"}, "stopId": "37470"}, {"stopSequence": 43, "arrival": {"time": "1694890462"}, "stopId": "37477"}, {"stopSequence": 44, "arrival": {"time": "1694890491"}, "stopId": "91118"}, {"stopSequence": 45, "arrival": {"time": "1694890554"}, "stopId": "35223"}, {"stopSequence": 46, "arrival": {"time": "1694890599"}, "stopId": "39547"}, {"stopSequence": 47, "arrival": {"time": "1694890676"}, "stopId": "35224"}, {"stopSequence": 48, "arrival": {"time": "1694890856"}, "stopId": "35225"}, {"stopSequence": 49, "arrival": {"time": "1694891477"}, "stopId": "35748"}, {"stopSequence": 50, "arrival": {"time": "1694891557"}, "stopId": "35749"}, {"stopSequence": 51, "arrival": {"time": "1694891613"}, "stopId": "35750"}, {"stopSequence": 52, "arrival": {"time": "1694891708"}, "stopId": "35751"}, {"stopSequence": 53, "arrival": {"time": "1694891782"}, "stopId": "35789"}, {"stopSequence": 54, "arrival": {"time": "1694891851"}, "stopId": "35752"}, {"stopSequence": 55, "arrival": {"time": "1694892035"}, "stopId": "35417"}, {"stopSequence": 56, "arrival": {"time": "1694892132"}, "stopId": "35755"}, {"stopSequence": 57, "arrival": {"time": "1694892446"}, "stopId": "35756"}, {"stopSequence": 58, "arrival": {"time": "1694892623"}, "stopId": "35757"}, {"stopSequence": 59, "arrival": {"time": "1694892695"}, "stopId": "35758"}, {"stopSequence": 60, "arrival": {"time": "1694892708"}, "stopId": "35759"}, {"stopSequence": 61, "arrival": {"time": "1694892794"}, "stopId": "35522"}, {"stopSequence": 62, "arrival": {"time": "1694892888"}, "stopId": "35508"}, {"stopSequence": 63, "arrival": {"time": "1694892952"}, "stopId": "35514"}, {"stopSequence": 64, "arrival": {"time": "1694893039"}, "stopId": "35515"}, {"stopSequence": 65, "arrival": {"time": "1694893131"}, "stopId": "35516"}, {"stopSequence": 66, "arrival": {"time": "1694893192"}, "stopId": "35517"}, {"stopSequence": 67, "arrival": {"time": "1694893336"}, "stopId": "35763"}, {"stopSequence": 68, "arrival": {"time": "1694893458"}, "stopId": "35761"}, {"stopSequence": 69, "arrival": {"time": "1694893550"}, "stopId": "35760"}, {"stopSequence": 70, "arrival": {"time": "1694893622"}, "stopId": "35523"}, {"stopSequence": 71, "arrival": {"time": "1694893706"}, "stopId": "34960"}, {"stopSequence": 72, "arrival": {"time": "1694893764"}, "stopId": "34961"}, {"stopSequence": 73, "arrival": {"time": "1694893947"}, "stopId": "34962"}, {"stopSequence": 74, "arrival": {"time": "1694894088"}, "stopId": "34963"}, {"stopSequence": 75, "arrival": {"time": "1694894190"}, "stopId": "34964"}, {"stopSequence": 76, "arrival": {"time": "1694894319"}, "stopId": "34965"}, {"stopSequence": 77, "arrival": {"time": "1694894491"}, "stopId": "34966"}], "vehicle": {"licensePlate": "CZZL74"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "18044-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 1}, "position": {"latitude": -36.777954, "longitude": -73.07869, "bearing": 154.0, "odometer": 0.0, "speed": 18.61111}, "timestamp": "1694888976", "vehicle": {"licensePlate": "CZZL74"}}}, {"id": "caecf9f1-c916-4b66-ac7b-2a7e5d6e2fc0", "tripUpdate": {"trip": {"tripId": "18101-701ff27f-2", "startTime": "15:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889157"}, "stopId": "34971"}, {"stopSequence": 3, "arrival": {"time": "1694889187"}, "stopId": "34972"}, {"stopSequence": 4, "arrival": {"time": "1694889224"}, "stopId": "34973"}, {"stopSequence": 5, "arrival": {"time": "1694889258"}, "stopId": "34974"}, {"stopSequence": 6, "arrival": {"time": "1694889345"}, "stopId": "34961"}, {"stopSequence": 7, "arrival": {"time": "1694889529"}, "stopId": "35762"}, {"stopSequence": 8, "arrival": {"time": "1694889610"}, "stopId": "35764"}, {"stopSequence": 9, "arrival": {"time": "1694889665"}, "stopId": "35766"}, {"stopSequence": 10, "arrival": {"time": "1694889721"}, "stopId": "35767"}, {"stopSequence": 11, "arrival": {"time": "1694889779"}, "stopId": "35398"}, {"stopSequence": 12, "arrival": {"time": "1694889873"}, "stopId": "35760"}, {"stopSequence": 13, "arrival": {"time": "1694889915"}, "stopId": "35759"}, {"stopSequence": 14, "arrival": {"time": "1694889980"}, "stopId": "35524"}, {"stopSequence": 15, "arrival": {"time": "1694890074"}, "stopId": "35525"}, {"stopSequence": 16, "arrival": {"time": "1694890337"}, "stopId": "35786"}, {"stopSequence": 17, "arrival": {"time": "1694890394"}, "stopId": "35787"}, {"stopSequence": 18, "arrival": {"time": "1694890458"}, "stopId": "35788"}, {"stopSequence": 19, "arrival": {"time": "1694890563"}, "stopId": "35789"}, {"stopSequence": 20, "arrival": {"time": "1694890607"}, "stopId": "35790"}, {"stopSequence": 21, "arrival": {"time": "1694890689"}, "stopId": "35791"}, {"stopSequence": 22, "arrival": {"time": "1694890742"}, "stopId": "35792"}, {"stopSequence": 23, "arrival": {"time": "1694890795"}, "stopId": "35793"}, {"stopSequence": 24, "arrival": {"time": "1694890915"}, "stopId": "91116"}, {"stopSequence": 25, "arrival": {"time": "1694891428"}, "stopId": "35794"}, {"stopSequence": 26, "arrival": {"time": "1694891537"}, "stopId": "35796"}, {"stopSequence": 27, "arrival": {"time": "1694891596"}, "stopId": "35797"}, {"stopSequence": 28, "arrival": {"time": "1694891645"}, "stopId": "35798"}, {"stopSequence": 29, "arrival": {"time": "1694891692"}, "stopId": "35799"}, {"stopSequence": 30, "arrival": {"time": "1694891778"}, "stopId": "35800"}, {"stopSequence": 31, "arrival": {"time": "1694891840"}, "stopId": "35801"}, {"stopSequence": 32, "arrival": {"time": "1694891873"}, "stopId": "35802"}, {"stopSequence": 33, "arrival": {"time": "1694891970"}, "stopId": "38520"}, {"stopSequence": 34, "arrival": {"time": "1694892028"}, "stopId": "38521"}, {"stopSequence": 35, "arrival": {"time": "1694892095"}, "stopId": "38522"}, {"stopSequence": 36, "arrival": {"time": "1694892163"}, "stopId": "38523"}, {"stopSequence": 37, "arrival": {"time": "1694892236"}, "stopId": "38524"}, {"stopSequence": 38, "arrival": {"time": "1694892306"}, "stopId": "38525"}, {"stopSequence": 39, "arrival": {"time": "1694892381"}, "stopId": "38526"}, {"stopSequence": 40, "arrival": {"time": "1694892452"}, "stopId": "38527"}, {"stopSequence": 41, "arrival": {"time": "1694892585"}, "stopId": "38528"}, {"stopSequence": 42, "arrival": {"time": "1694892775"}, "stopId": "38529"}, {"stopSequence": 43, "arrival": {"time": "1694893124"}, "stopId": "38530"}, {"stopSequence": 44, "arrival": {"time": "1694893147"}, "stopId": "16005209"}, {"stopSequence": 45, "arrival": {"time": "1694893597"}, "stopId": "38531"}, {"stopSequence": 46, "arrival": {"time": "1694893711"}, "stopId": "8921285"}, {"stopSequence": 47, "arrival": {"time": "1694893950"}, "stopId": "38532"}, {"stopSequence": 48, "arrival": {"time": "1694894069"}, "stopId": "38533"}, {"stopSequence": 49, "arrival": {"time": "1694894195"}, "stopId": "38534"}, {"stopSequence": 50, "arrival": {"time": "1694894311"}, "stopId": "38535"}, {"stopSequence": 51, "arrival": {"time": "1694894452"}, "stopId": "38536"}, {"stopSequence": 52, "arrival": {"time": "1694894565"}, "stopId": "4838437"}, {"stopSequence": 53, "arrival": {"time": "1694894709"}, "stopId": "45085"}, {"stopSequence": 54, "arrival": {"time": "1694894923"}, "stopId": "45086"}, {"stopSequence": 55, "arrival": {"time": "1694895070"}, "stopId": "38539"}, {"stopSequence": 56, "arrival": {"time": "1694895266"}, "stopId": "38540"}, {"stopSequence": 57, "arrival": {"time": "1694895514"}, "stopId": "38544"}, {"stopSequence": 58, "arrival": {"time": "1694895744"}, "stopId": "38545"}, {"stopSequence": 59, "arrival": {"time": "1694896067"}, "stopId": "38546"}, {"stopSequence": 60, "arrival": {"time": "1694896534"}, "stopId": "38548"}, {"stopSequence": 61, "arrival": {"time": "1694896811"}, "stopId": "38549"}, {"stopSequence": 62, "arrival": {"time": "1694897057"}, "stopId": "38550"}, {"stopSequence": 63, "arrival": {"time": "1694897511"}, "stopId": "38551"}, {"stopSequence": 64, "arrival": {"time": "1694897949"}, "stopId": "38552"}, {"stopSequence": 65, "arrival": {"time": "1694898411"}, "stopId": "49359"}, {"stopSequence": 66, "arrival": {"time": "1694898709"}, "stopId": "49360"}, {"stopSequence": 67, "arrival": {"time": "1694899439"}, "stopId": "49361"}, {"stopSequence": 68, "arrival": {"time": "1694899632"}, "stopId": "49362"}, {"stopSequence": 69, "arrival": {"time": "1694899980"}, "stopId": "49363"}, {"stopSequence": 70, "arrival": {"time": "1694900361"}, "stopId": "49364"}, {"stopSequence": 71, "arrival": {"time": "1694900721"}, "stopId": "49365"}], "vehicle": {"licensePlate": "FPKV41"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "18101-701ff27f-2", "startTime": "15:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "position": {"latitude": -36.826057, "longitude": -73.14741, "bearing": 48.0, "odometer": 0.0, "speed": 4.4444447}, "timestamp": "1694889010", "vehicle": {"licensePlate": "FPKV41"}}}, {"id": "bf4b68b7-a613-4eae-8bd7-88de69ed8f94", "tripUpdate": {"trip": {"tripId": "18100-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 10, "arrival": {"time": "1694888936"}, "stopId": "35767"}, {"stopSequence": 11, "arrival": {"time": "1694888999"}, "stopId": "35398"}, {"stopSequence": 12, "arrival": {"time": "1694889100"}, "stopId": "35760"}, {"stopSequence": 13, "arrival": {"time": "1694889144"}, "stopId": "35759"}, {"stopSequence": 14, "arrival": {"time": "1694889213"}, "stopId": "35524"}, {"stopSequence": 15, "arrival": {"time": "1694889311"}, "stopId": "35525"}, {"stopSequence": 16, "arrival": {"time": "1694889579"}, "stopId": "35786"}, {"stopSequence": 17, "arrival": {"time": "1694889635"}, "stopId": "35787"}, {"stopSequence": 18, "arrival": {"time": "1694889699"}, "stopId": "35788"}, {"stopSequence": 19, "arrival": {"time": "1694889802"}, "stopId": "35789"}, {"stopSequence": 20, "arrival": {"time": "1694889844"}, "stopId": "35790"}, {"stopSequence": 21, "arrival": {"time": "1694889923"}, "stopId": "35791"}, {"stopSequence": 22, "arrival": {"time": "1694889974"}, "stopId": "35792"}, {"stopSequence": 23, "arrival": {"time": "1694890024"}, "stopId": "35793"}, {"stopSequence": 24, "arrival": {"time": "1694890136"}, "stopId": "91116"}, {"stopSequence": 25, "arrival": {"time": "1694890601"}, "stopId": "35794"}, {"stopSequence": 26, "arrival": {"time": "1694890697"}, "stopId": "35796"}, {"stopSequence": 27, "arrival": {"time": "1694890748"}, "stopId": "35797"}, {"stopSequence": 28, "arrival": {"time": "1694890791"}, "stopId": "35798"}, {"stopSequence": 29, "arrival": {"time": "1694890831"}, "stopId": "35799"}, {"stopSequence": 30, "arrival": {"time": "1694890905"}, "stopId": "35800"}, {"stopSequence": 31, "arrival": {"time": "1694890958"}, "stopId": "35801"}, {"stopSequence": 32, "arrival": {"time": "1694890985"}, "stopId": "35802"}, {"stopSequence": 33, "arrival": {"time": "1694891067"}, "stopId": "38520"}, {"stopSequence": 34, "arrival": {"time": "1694891116"}, "stopId": "38521"}, {"stopSequence": 35, "arrival": {"time": "1694891171"}, "stopId": "38522"}, {"stopSequence": 36, "arrival": {"time": "1694891227"}, "stopId": "38523"}, {"stopSequence": 37, "arrival": {"time": "1694891287"}, "stopId": "38524"}, {"stopSequence": 38, "arrival": {"time": "1694891344"}, "stopId": "38525"}, {"stopSequence": 39, "arrival": {"time": "1694891405"}, "stopId": "38526"}, {"stopSequence": 40, "arrival": {"time": "1694891463"}, "stopId": "38527"}, {"stopSequence": 41, "arrival": {"time": "1694891568"}, "stopId": "38528"}, {"stopSequence": 42, "arrival": {"time": "1694891718"}, "stopId": "38529"}, {"stopSequence": 43, "arrival": {"time": "1694891989"}, "stopId": "38530"}, {"stopSequence": 44, "arrival": {"time": "1694892007"}, "stopId": "16005209"}, {"stopSequence": 45, "arrival": {"time": "1694892344"}, "stopId": "38531"}, {"stopSequence": 46, "arrival": {"time": "1694892428"}, "stopId": "8921285"}, {"stopSequence": 47, "arrival": {"time": "1694892602"}, "stopId": "38532"}, {"stopSequence": 48, "arrival": {"time": "1694892687"}, "stopId": "38533"}, {"stopSequence": 49, "arrival": {"time": "1694892777"}, "stopId": "38534"}, {"stopSequence": 50, "arrival": {"time": "1694892859"}, "stopId": "38535"}, {"stopSequence": 51, "arrival": {"time": "1694892958"}, "stopId": "38536"}, {"stopSequence": 52, "arrival": {"time": "1694893037"}, "stopId": "4838437"}, {"stopSequence": 53, "arrival": {"time": "1694893136"}, "stopId": "45085"}, {"stopSequence": 54, "arrival": {"time": "1694893282"}, "stopId": "45086"}, {"stopSequence": 55, "arrival": {"time": "1694893381"}, "stopId": "38539"}, {"stopSequence": 56, "arrival": {"time": "1694893513"}, "stopId": "38540"}, {"stopSequence": 57, "arrival": {"time": "1694893676"}, "stopId": "38544"}, {"stopSequence": 58, "arrival": {"time": "1694893826"}, "stopId": "38545"}, {"stopSequence": 59, "arrival": {"time": "1694894033"}, "stopId": "38546"}, {"stopSequence": 60, "arrival": {"time": "1694894325"}, "stopId": "38548"}, {"stopSequence": 61, "arrival": {"time": "1694894496"}, "stopId": "38549"}, {"stopSequence": 62, "arrival": {"time": "1694894644"}, "stopId": "38550"}, {"stopSequence": 63, "arrival": {"time": "1694894914"}, "stopId": "38551"}, {"stopSequence": 64, "arrival": {"time": "1694895168"}, "stopId": "38552"}, {"stopSequence": 65, "arrival": {"time": "1694895430"}, "stopId": "49359"}, {"stopSequence": 66, "arrival": {"time": "1694895595"}, "stopId": "49360"}, {"stopSequence": 67, "arrival": {"time": "1694895990"}, "stopId": "49361"}, {"stopSequence": 68, "arrival": {"time": "1694896092"}, "stopId": "49362"}, {"stopSequence": 69, "arrival": {"time": "1694896274"}, "stopId": "49363"}, {"stopSequence": 70, "arrival": {"time": "1694896470"}, "stopId": "49364"}, {"stopSequence": 71, "arrival": {"time": "1694896651"}, "stopId": "49365"}], "vehicle": {"licensePlate": "RXFF50"}, "timestamp": "1694888886"}, "vehicle": {"trip": {"tripId": "18100-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "position": {"latitude": -36.83755, "longitude": -73.14907, "bearing": 4.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694888988", "vehicle": {"licensePlate": "RXFF50"}}}, {"id": "6b0b6c77-d360-4d24-9593-c452febf3cc0", "tripUpdate": {"trip": {"tripId": "18097-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 57, "arrival": {"time": "1694889105"}, "stopId": "38544"}, {"stopSequence": 58, "arrival": {"time": "1694889177"}, "stopId": "38545"}, {"stopSequence": 59, "arrival": {"time": "1694889272"}, "stopId": "38546"}, {"stopSequence": 60, "arrival": {"time": "1694889395"}, "stopId": "38548"}, {"stopSequence": 61, "arrival": {"time": "1694889461"}, "stopId": "38549"}, {"stopSequence": 62, "arrival": {"time": "1694889517"}, "stopId": "38550"}, {"stopSequence": 63, "arrival": {"time": "1694889612"}, "stopId": "38551"}, {"stopSequence": 64, "arrival": {"time": "1694889695"}, "stopId": "38552"}, {"stopSequence": 65, "arrival": {"time": "1694889776"}, "stopId": "49359"}, {"stopSequence": 66, "arrival": {"time": "1694889824"}, "stopId": "49360"}, {"stopSequence": 67, "arrival": {"time": "1694889932"}, "stopId": "49361"}, {"stopSequence": 68, "arrival": {"time": "1694889958"}, "stopId": "49362"}, {"stopSequence": 69, "arrival": {"time": "1694890004"}, "stopId": "49363"}, {"stopSequence": 70, "arrival": {"time": "1694890050"}, "stopId": "49364"}, {"stopSequence": 71, "arrival": {"time": "1694890092"}, "stopId": "49365"}], "vehicle": {"licensePlate": "WK6953"}, "timestamp": "1694889032"}, "vehicle": {"trip": {"tripId": "18097-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 0}, "position": {"latitude": -36.75305, "longitude": -73.09233, "bearing": 352.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694889032", "vehicle": {"licensePlate": "WK6953"}}}, {"id": "966a99a6-4dde-4759-8fd3-b6f66b9356da", "tripUpdate": {"trip": {"tripId": "18043-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694889279"}, "stopId": "35748"}, {"stopSequence": 50, "arrival": {"time": "1694889348"}, "stopId": "35749"}, {"stopSequence": 51, "arrival": {"time": "1694889395"}, "stopId": "35750"}, {"stopSequence": 52, "arrival": {"time": "1694889472"}, "stopId": "35751"}, {"stopSequence": 53, "arrival": {"time": "1694889531"}, "stopId": "35789"}, {"stopSequence": 54, "arrival": {"time": "1694889585"}, "stopId": "35752"}, {"stopSequence": 55, "arrival": {"time": "1694889722"}, "stopId": "35417"}, {"stopSequence": 56, "arrival": {"time": "1694889793"}, "stopId": "35755"}, {"stopSequence": 57, "arrival": {"time": "1694890004"}, "stopId": "35756"}, {"stopSequence": 58, "arrival": {"time": "1694890116"}, "stopId": "35757"}, {"stopSequence": 59, "arrival": {"time": "1694890161"}, "stopId": "35758"}, {"stopSequence": 60, "arrival": {"time": "1694890169"}, "stopId": "35759"}, {"stopSequence": 61, "arrival": {"time": "1694890220"}, "stopId": "35522"}, {"stopSequence": 62, "arrival": {"time": "1694890274"}, "stopId": "35508"}, {"stopSequence": 63, "arrival": {"time": "1694890311"}, "stopId": "35514"}, {"stopSequence": 64, "arrival": {"time": "1694890360"}, "stopId": "35515"}, {"stopSequence": 65, "arrival": {"time": "1694890411"}, "stopId": "35516"}, {"stopSequence": 66, "arrival": {"time": "1694890444"}, "stopId": "35517"}, {"stopSequence": 67, "arrival": {"time": "1694890521"}, "stopId": "35763"}, {"stopSequence": 68, "arrival": {"time": "1694890584"}, "stopId": "35761"}, {"stopSequence": 69, "arrival": {"time": "1694890630"}, "stopId": "35760"}, {"stopSequence": 70, "arrival": {"time": "1694890666"}, "stopId": "35523"}, {"stopSequence": 71, "arrival": {"time": "1694890707"}, "stopId": "34960"}, {"stopSequence": 72, "arrival": {"time": "1694890735"}, "stopId": "34961"}, {"stopSequence": 73, "arrival": {"time": "1694890821"}, "stopId": "34962"}, {"stopSequence": 74, "arrival": {"time": "1694890885"}, "stopId": "34963"}, {"stopSequence": 75, "arrival": {"time": "1694890930"}, "stopId": "34964"}, {"stopSequence": 76, "arrival": {"time": "1694890987"}, "stopId": "34965"}, {"stopSequence": 77, "arrival": {"time": "1694891059"}, "stopId": "34966"}], "vehicle": {"licensePlate": "YU5015"}, "timestamp": "1694889007"}, "vehicle": {"trip": {"tripId": "18043-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "574", "directionId": 1}, "position": {"latitude": -36.83329, "longitude": -73.07676, "bearing": 244.0, "odometer": 0.0, "speed": 22.222221}, "timestamp": "1694889007", "vehicle": {"licensePlate": "YU5015"}}}, {"id": "d9bfe7af-94fb-4f51-af2c-fa635479ae30", "tripUpdate": {"trip": {"tripId": "18214-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694889124"}, "stopId": "34961"}, {"stopSequence": 5, "arrival": {"time": "1694889196"}, "stopId": "35759"}, {"stopSequence": 6, "arrival": {"time": "1694889247"}, "stopId": "35760"}, {"stopSequence": 7, "arrival": {"time": "1694889314"}, "stopId": "35762"}, {"stopSequence": 8, "arrival": {"time": "1694889359"}, "stopId": "91032"}, {"stopSequence": 9, "arrival": {"time": "1694889412"}, "stopId": "91033"}, {"stopSequence": 10, "arrival": {"time": "1694889535"}, "stopId": "35876"}, {"stopSequence": 11, "arrival": {"time": "1694889611"}, "stopId": "35874"}, {"stopSequence": 12, "arrival": {"time": "1694889652"}, "stopId": "35873"}, {"stopSequence": 13, "arrival": {"time": "1694889687"}, "stopId": "35872"}, {"stopSequence": 14, "arrival": {"time": "1694889721"}, "stopId": "35871"}, {"stopSequence": 15, "arrival": {"time": "1694889766"}, "stopId": "35484"}, {"stopSequence": 16, "arrival": {"time": "1694889826"}, "stopId": "7175655"}, {"stopSequence": 17, "arrival": {"time": "1694889849"}, "stopId": "35776"}, {"stopSequence": 18, "arrival": {"time": "1694889884"}, "stopId": "35868"}, {"stopSequence": 19, "arrival": {"time": "1694889914"}, "stopId": "35778"}, {"stopSequence": 20, "arrival": {"time": "1694889957"}, "stopId": "35779"}, {"stopSequence": 21, "arrival": {"time": "1694889995"}, "stopId": "35867"}, {"stopSequence": 22, "arrival": {"time": "1694890005"}, "stopId": "35781"}, {"stopSequence": 23, "arrival": {"time": "1694890034"}, "stopId": "35782"}, {"stopSequence": 24, "arrival": {"time": "1694890080"}, "stopId": "91038"}, {"stopSequence": 25, "arrival": {"time": "1694890187"}, "stopId": "35783"}, {"stopSequence": 26, "arrival": {"time": "1694890220"}, "stopId": "31013"}, {"stopSequence": 27, "arrival": {"time": "1694890336"}, "stopId": "35785"}, {"stopSequence": 28, "arrival": {"time": "1694890578"}, "stopId": "35786"}, {"stopSequence": 29, "arrival": {"time": "1694890644"}, "stopId": "35787"}, {"stopSequence": 30, "arrival": {"time": "1694890708"}, "stopId": "35788"}, {"stopSequence": 31, "arrival": {"time": "1694890809"}, "stopId": "35789"}, {"stopSequence": 32, "arrival": {"time": "1694890854"}, "stopId": "35790"}, {"stopSequence": 33, "arrival": {"time": "1694890939"}, "stopId": "35791"}, {"stopSequence": 34, "arrival": {"time": "1694890988"}, "stopId": "35792"}, {"stopSequence": 35, "arrival": {"time": "1694891048"}, "stopId": "35793"}, {"stopSequence": 36, "arrival": {"time": "1694891166"}, "stopId": "91116"}, {"stopSequence": 37, "arrival": {"time": "1694891714"}, "stopId": "35794"}, {"stopSequence": 38, "arrival": {"time": "1694891830"}, "stopId": "35796"}, {"stopSequence": 39, "arrival": {"time": "1694891892"}, "stopId": "35797"}, {"stopSequence": 40, "arrival": {"time": "1694891946"}, "stopId": "35798"}, {"stopSequence": 41, "arrival": {"time": "1694891995"}, "stopId": "35799"}, {"stopSequence": 42, "arrival": {"time": "1694892088"}, "stopId": "35800"}, {"stopSequence": 43, "arrival": {"time": "1694892155"}, "stopId": "35801"}, {"stopSequence": 44, "arrival": {"time": "1694892190"}, "stopId": "35802"}, {"stopSequence": 45, "arrival": {"time": "1694892295"}, "stopId": "38520"}, {"stopSequence": 46, "arrival": {"time": "1694892358"}, "stopId": "38521"}, {"stopSequence": 47, "arrival": {"time": "1694892430"}, "stopId": "38522"}, {"stopSequence": 48, "arrival": {"time": "1694892505"}, "stopId": "38523"}, {"stopSequence": 49, "arrival": {"time": "1694892584"}, "stopId": "38524"}, {"stopSequence": 50, "arrival": {"time": "1694892660"}, "stopId": "38525"}, {"stopSequence": 51, "arrival": {"time": "1694892743"}, "stopId": "38526"}, {"stopSequence": 52, "arrival": {"time": "1694892821"}, "stopId": "38527"}, {"stopSequence": 53, "arrival": {"time": "1694892967"}, "stopId": "38528"}, {"stopSequence": 54, "arrival": {"time": "1694893176"}, "stopId": "38529"}, {"stopSequence": 55, "arrival": {"time": "1694893566"}, "stopId": "38530"}, {"stopSequence": 56, "arrival": {"time": "1694893592"}, "stopId": "16005209"}, {"stopSequence": 57, "arrival": {"time": "1694894099"}, "stopId": "38531"}, {"stopSequence": 58, "arrival": {"time": "1694894209"}, "stopId": "8921285"}, {"stopSequence": 59, "arrival": {"time": "1694894499"}, "stopId": "38532"}, {"stopSequence": 60, "arrival": {"time": "1694894636"}, "stopId": "38533"}, {"stopSequence": 61, "arrival": {"time": "1694894781"}, "stopId": "38534"}, {"stopSequence": 62, "arrival": {"time": "1694894914"}, "stopId": "38535"}, {"stopSequence": 63, "arrival": {"time": "1694895102"}, "stopId": "38536"}, {"stopSequence": 64, "arrival": {"time": "1694895209"}, "stopId": "4838437"}, {"stopSequence": 65, "arrival": {"time": "1694895377"}, "stopId": "45085"}, {"stopSequence": 66, "arrival": {"time": "1694895633"}, "stopId": "45086"}, {"stopSequence": 67, "arrival": {"time": "1694895807"}, "stopId": "38539"}, {"stopSequence": 68, "arrival": {"time": "1694896040"}, "stopId": "38540"}, {"stopSequence": 69, "arrival": {"time": "1694896334"}, "stopId": "38544"}, {"stopSequence": 70, "arrival": {"time": "1694896610"}, "stopId": "38545"}, {"stopSequence": 71, "arrival": {"time": "1694897001"}, "stopId": "38546"}, {"stopSequence": 72, "arrival": {"time": "1694897287"}, "stopId": "38547"}, {"stopSequence": 73, "arrival": {"time": "1694897570"}, "stopId": "38548"}, {"stopSequence": 74, "arrival": {"time": "1694897911"}, "stopId": "38549"}, {"stopSequence": 75, "arrival": {"time": "1694898216"}, "stopId": "38550"}, {"stopSequence": 76, "arrival": {"time": "1694898785"}, "stopId": "38551"}, {"stopSequence": 77, "arrival": {"time": "1694899339"}, "stopId": "38552"}, {"stopSequence": 78, "arrival": {"time": "1694899905"}, "stopId": "49359"}, {"stopSequence": 79, "arrival": {"time": "1694900317"}, "stopId": "49360"}, {"stopSequence": 80, "arrival": {"time": "1694901275"}, "stopId": "49361"}, {"stopSequence": 81, "arrival": {"time": "1694901532"}, "stopId": "49362"}, {"stopSequence": 82, "arrival": {"time": "1694901998"}, "stopId": "49363"}, {"stopSequence": 83, "arrival": {"time": "1694902513"}, "stopId": "49364"}, {"stopSequence": 84, "arrival": {"time": "1694903033"}, "stopId": "49365"}], "vehicle": {"licensePlate": "CBKT84"}, "timestamp": "1694889029"}, "vehicle": {"trip": {"tripId": "18214-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "position": {"latitude": -36.83048, "longitude": -73.1403, "bearing": 301.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694889029", "vehicle": {"licensePlate": "CBKT84"}}}, {"id": "6fb9e6ba-a92c-4756-9794-0b4d40818fbe", "tripUpdate": {"trip": {"tripId": "18213-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694889017"}, "stopId": "35781"}, {"stopSequence": 23, "arrival": {"time": "1694889049"}, "stopId": "35782"}, {"stopSequence": 24, "arrival": {"time": "1694889100"}, "stopId": "91038"}, {"stopSequence": 25, "arrival": {"time": "1694889215"}, "stopId": "35783"}, {"stopSequence": 26, "arrival": {"time": "1694889250"}, "stopId": "31013"}, {"stopSequence": 27, "arrival": {"time": "1694889372"}, "stopId": "35785"}, {"stopSequence": 28, "arrival": {"time": "1694889616"}, "stopId": "35786"}, {"stopSequence": 29, "arrival": {"time": "1694889681"}, "stopId": "35787"}, {"stopSequence": 30, "arrival": {"time": "1694889743"}, "stopId": "35788"}, {"stopSequence": 31, "arrival": {"time": "1694889840"}, "stopId": "35789"}, {"stopSequence": 32, "arrival": {"time": "1694889882"}, "stopId": "35790"}, {"stopSequence": 33, "arrival": {"time": "1694889961"}, "stopId": "35791"}, {"stopSequence": 34, "arrival": {"time": "1694890007"}, "stopId": "35792"}, {"stopSequence": 35, "arrival": {"time": "1694890062"}, "stopId": "35793"}, {"stopSequence": 36, "arrival": {"time": "1694890168"}, "stopId": "91116"}, {"stopSequence": 37, "arrival": {"time": "1694890636"}, "stopId": "35794"}, {"stopSequence": 38, "arrival": {"time": "1694890731"}, "stopId": "35796"}, {"stopSequence": 39, "arrival": {"time": "1694890781"}, "stopId": "35797"}, {"stopSequence": 40, "arrival": {"time": "1694890823"}, "stopId": "35798"}, {"stopSequence": 41, "arrival": {"time": "1694890863"}, "stopId": "35799"}, {"stopSequence": 42, "arrival": {"time": "1694890935"}, "stopId": "35800"}, {"stopSequence": 43, "arrival": {"time": "1694890987"}, "stopId": "35801"}, {"stopSequence": 44, "arrival": {"time": "1694891015"}, "stopId": "35802"}, {"stopSequence": 45, "arrival": {"time": "1694891095"}, "stopId": "38520"}, {"stopSequence": 46, "arrival": {"time": "1694891143"}, "stopId": "38521"}, {"stopSequence": 47, "arrival": {"time": "1694891197"}, "stopId": "38522"}, {"stopSequence": 48, "arrival": {"time": "1694891252"}, "stopId": "38523"}, {"stopSequence": 49, "arrival": {"time": "1694891311"}, "stopId": "38524"}, {"stopSequence": 50, "arrival": {"time": "1694891367"}, "stopId": "38525"}, {"stopSequence": 51, "arrival": {"time": "1694891427"}, "stopId": "38526"}, {"stopSequence": 52, "arrival": {"time": "1694891483"}, "stopId": "38527"}, {"stopSequence": 53, "arrival": {"time": "1694891586"}, "stopId": "38528"}, {"stopSequence": 54, "arrival": {"time": "1694891732"}, "stopId": "38529"}, {"stopSequence": 55, "arrival": {"time": "1694891995"}, "stopId": "38530"}, {"stopSequence": 56, "arrival": {"time": "1694892012"}, "stopId": "16005209"}, {"stopSequence": 57, "arrival": {"time": "1694892339"}, "stopId": "38531"}, {"stopSequence": 58, "arrival": {"time": "1694892408"}, "stopId": "8921285"}, {"stopSequence": 59, "arrival": {"time": "1694892587"}, "stopId": "38532"}, {"stopSequence": 60, "arrival": {"time": "1694892669"}, "stopId": "38533"}, {"stopSequence": 61, "arrival": {"time": "1694892756"}, "stopId": "38534"}, {"stopSequence": 62, "arrival": {"time": "1694892834"}, "stopId": "38535"}, {"stopSequence": 63, "arrival": {"time": "1694892943"}, "stopId": "38536"}, {"stopSequence": 64, "arrival": {"time": "1694893005"}, "stopId": "4838437"}, {"stopSequence": 65, "arrival": {"time": "1694893100"}, "stopId": "45085"}, {"stopSequence": 66, "arrival": {"time": "1694893243"}, "stopId": "45086"}, {"stopSequence": 67, "arrival": {"time": "1694893339"}, "stopId": "38539"}, {"stopSequence": 68, "arrival": {"time": "1694893464"}, "stopId": "38540"}, {"stopSequence": 69, "arrival": {"time": "1694893620"}, "stopId": "38544"}, {"stopSequence": 70, "arrival": {"time": "1694893763"}, "stopId": "38545"}, {"stopSequence": 71, "arrival": {"time": "1694893961"}, "stopId": "38546"}, {"stopSequence": 72, "arrival": {"time": "1694894102"}, "stopId": "38547"}, {"stopSequence": 73, "arrival": {"time": "1694894238"}, "stopId": "38548"}, {"stopSequence": 74, "arrival": {"time": "1694894399"}, "stopId": "38549"}, {"stopSequence": 75, "arrival": {"time": "1694894540"}, "stopId": "38550"}, {"stopSequence": 76, "arrival": {"time": "1694894795"}, "stopId": "38551"}, {"stopSequence": 77, "arrival": {"time": "1694895034"}, "stopId": "38552"}, {"stopSequence": 78, "arrival": {"time": "1694895269"}, "stopId": "49359"}, {"stopSequence": 79, "arrival": {"time": "1694895435"}, "stopId": "49360"}, {"stopSequence": 80, "arrival": {"time": "1694895805"}, "stopId": "49361"}, {"stopSequence": 81, "arrival": {"time": "1694895901"}, "stopId": "49362"}, {"stopSequence": 82, "arrival": {"time": "1694896070"}, "stopId": "49363"}, {"stopSequence": 83, "arrival": {"time": "1694896252"}, "stopId": "49364"}, {"stopSequence": 84, "arrival": {"time": "1694896430"}, "stopId": "49365"}], "vehicle": {"licensePlate": "KLJL10"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "18213-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "position": {"latitude": -36.854523, "longitude": -73.13568, "bearing": 166.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694889008", "vehicle": {"licensePlate": "KLJL10"}}}, {"id": "01e46230-e064-47b9-ab3f-200feae5df34", "tripUpdate": {"trip": {"tripId": "18156-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 42, "arrival": {"time": "1694889081"}, "stopId": "1-Nov"}, {"stopSequence": 43, "arrival": {"time": "1694889139"}, "stopId": "35745"}, {"stopSequence": 44, "arrival": {"time": "1694889160"}, "stopId": "15879953"}, {"stopSequence": 45, "arrival": {"time": "1694889189"}, "stopId": "35746"}, {"stopSequence": 46, "arrival": {"time": "1694889779"}, "stopId": "35748"}, {"stopSequence": 47, "arrival": {"time": "1694889840"}, "stopId": "35749"}, {"stopSequence": 48, "arrival": {"time": "1694889885"}, "stopId": "35750"}, {"stopSequence": 49, "arrival": {"time": "1694889960"}, "stopId": "35751"}, {"stopSequence": 50, "arrival": {"time": "1694890072"}, "stopId": "35752"}, {"stopSequence": 51, "arrival": {"time": "1694890205"}, "stopId": "35417"}, {"stopSequence": 52, "arrival": {"time": "1694890275"}, "stopId": "35755"}, {"stopSequence": 53, "arrival": {"time": "1694890483"}, "stopId": "35864"}, {"stopSequence": 54, "arrival": {"time": "1694890745"}, "stopId": "35866"}, {"stopSequence": 55, "arrival": {"time": "1694890824"}, "stopId": "35867"}, {"stopSequence": 56, "arrival": {"time": "1694890906"}, "stopId": "35644"}, {"stopSequence": 57, "arrival": {"time": "1694890953"}, "stopId": "35868"}, {"stopSequence": 58, "arrival": {"time": "1694890979"}, "stopId": "35869"}, {"stopSequence": 59, "arrival": {"time": "1694891006"}, "stopId": "35870"}, {"stopSequence": 60, "arrival": {"time": "1694891042"}, "stopId": "91045"}, {"stopSequence": 61, "arrival": {"time": "1694891071"}, "stopId": "91089"}, {"stopSequence": 62, "arrival": {"time": "1694891102"}, "stopId": "35645"}, {"stopSequence": 63, "arrival": {"time": "1694891154"}, "stopId": "91090"}, {"stopSequence": 64, "arrival": {"time": "1694891208"}, "stopId": "91091"}, {"stopSequence": 65, "arrival": {"time": "1694891247"}, "stopId": "91092"}, {"stopSequence": 66, "arrival": {"time": "1694891294"}, "stopId": "35875"}, {"stopSequence": 67, "arrival": {"time": "1694891594"}, "stopId": "35762"}, {"stopSequence": 68, "arrival": {"time": "1694891616"}, "stopId": "35761"}, {"stopSequence": 69, "arrival": {"time": "1694891663"}, "stopId": "35760"}, {"stopSequence": 70, "arrival": {"time": "1694891715"}, "stopId": "35523"}, {"stopSequence": 71, "arrival": {"time": "1694891765"}, "stopId": "34960"}, {"stopSequence": 72, "arrival": {"time": "1694891799"}, "stopId": "34961"}, {"stopSequence": 73, "arrival": {"time": "1694892253"}, "stopId": "34962"}, {"stopSequence": 74, "arrival": {"time": "1694892341"}, "stopId": "34963"}, {"stopSequence": 75, "arrival": {"time": "1694892404"}, "stopId": "34964"}], "vehicle": {"licensePlate": "LJKK14"}, "timestamp": "1694889030"}, "vehicle": {"trip": {"tripId": "18156-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 1}, "position": {"latitude": -36.823486, "longitude": -73.05265, "bearing": 229.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694889030", "vehicle": {"licensePlate": "LJKK14"}}}, {"id": "524f4891-b855-4304-a0b8-1c7971239aa8", "tripUpdate": {"trip": {"tripId": "18157-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889276"}, "stopId": "40995"}, {"stopSequence": 29, "arrival": {"time": "1694889359"}, "stopId": "40996"}, {"stopSequence": 30, "arrival": {"time": "1694889436"}, "stopId": "40997"}, {"stopSequence": 31, "arrival": {"time": "1694889495"}, "stopId": "39614"}, {"stopSequence": 32, "arrival": {"time": "1694889543"}, "stopId": "39615"}, {"stopSequence": 33, "arrival": {"time": "1694889592"}, "stopId": "39616"}, {"stopSequence": 34, "arrival": {"time": "1694889646"}, "stopId": "39617"}, {"stopSequence": 35, "arrival": {"time": "1694889703"}, "stopId": "39618"}, {"stopSequence": 36, "arrival": {"time": "1694889746"}, "stopId": "39619"}, {"stopSequence": 37, "arrival": {"time": "1694889785"}, "stopId": "39620"}, {"stopSequence": 38, "arrival": {"time": "1694889836"}, "stopId": "1-Jul"}, {"stopSequence": 39, "arrival": {"time": "1694889868"}, "stopId": "1-Aug"}, {"stopSequence": 40, "arrival": {"time": "1694889914"}, "stopId": "1-Sep"}, {"stopSequence": 41, "arrival": {"time": "1694889965"}, "stopId": "1-Oct"}, {"stopSequence": 42, "arrival": {"time": "1694890014"}, "stopId": "1-Nov"}, {"stopSequence": 43, "arrival": {"time": "1694890067"}, "stopId": "35745"}, {"stopSequence": 44, "arrival": {"time": "1694890086"}, "stopId": "15879953"}, {"stopSequence": 45, "arrival": {"time": "1694890113"}, "stopId": "35746"}, {"stopSequence": 46, "arrival": {"time": "1694890693"}, "stopId": "35748"}, {"stopSequence": 47, "arrival": {"time": "1694890756"}, "stopId": "35749"}, {"stopSequence": 48, "arrival": {"time": "1694890803"}, "stopId": "35750"}, {"stopSequence": 49, "arrival": {"time": "1694890883"}, "stopId": "35751"}, {"stopSequence": 50, "arrival": {"time": "1694891005"}, "stopId": "35752"}, {"stopSequence": 51, "arrival": {"time": "1694891153"}, "stopId": "35417"}, {"stopSequence": 52, "arrival": {"time": "1694891231"}, "stopId": "35755"}, {"stopSequence": 53, "arrival": {"time": "1694891472"}, "stopId": "35864"}, {"stopSequence": 54, "arrival": {"time": "1694891787"}, "stopId": "35866"}, {"stopSequence": 55, "arrival": {"time": "1694891886"}, "stopId": "35867"}, {"stopSequence": 56, "arrival": {"time": "1694891988"}, "stopId": "35644"}, {"stopSequence": 57, "arrival": {"time": "1694892048"}, "stopId": "35868"}, {"stopSequence": 58, "arrival": {"time": "1694892080"}, "stopId": "35869"}, {"stopSequence": 59, "arrival": {"time": "1694892115"}, "stopId": "35870"}, {"stopSequence": 60, "arrival": {"time": "1694892162"}, "stopId": "91045"}, {"stopSequence": 61, "arrival": {"time": "1694892199"}, "stopId": "91089"}, {"stopSequence": 62, "arrival": {"time": "1694892240"}, "stopId": "35645"}, {"stopSequence": 63, "arrival": {"time": "1694892307"}, "stopId": "91090"}, {"stopSequence": 64, "arrival": {"time": "1694892379"}, "stopId": "91091"}, {"stopSequence": 65, "arrival": {"time": "1694892431"}, "stopId": "91092"}, {"stopSequence": 66, "arrival": {"time": "1694892493"}, "stopId": "35875"}, {"stopSequence": 67, "arrival": {"time": "1694892906"}, "stopId": "35762"}, {"stopSequence": 68, "arrival": {"time": "1694892937"}, "stopId": "35761"}, {"stopSequence": 69, "arrival": {"time": "1694893004"}, "stopId": "35760"}, {"stopSequence": 70, "arrival": {"time": "1694893078"}, "stopId": "35523"}, {"stopSequence": 71, "arrival": {"time": "1694893149"}, "stopId": "34960"}, {"stopSequence": 72, "arrival": {"time": "1694893199"}, "stopId": "34961"}, {"stopSequence": 73, "arrival": {"time": "1694893881"}, "stopId": "34962"}, {"stopSequence": 74, "arrival": {"time": "1694894017"}, "stopId": "34963"}, {"stopSequence": 75, "arrival": {"time": "1694894117"}, "stopId": "34964"}], "vehicle": {"licensePlate": "LRJF78"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "18157-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 1}, "position": {"latitude": -36.791843, "longitude": -73.070496, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "LRJF78"}}}, {"id": "6395bab2-04eb-473e-a9ce-cfb2f72887ba", "tripUpdate": {"trip": {"tripId": "18212-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 52, "arrival": {"time": "1694889016"}, "stopId": "38527"}, {"stopSequence": 53, "arrival": {"time": "1694889109"}, "stopId": "38528"}, {"stopSequence": 54, "arrival": {"time": "1694889234"}, "stopId": "38529"}, {"stopSequence": 55, "arrival": {"time": "1694889442"}, "stopId": "38530"}, {"stopSequence": 56, "arrival": {"time": "1694889455"}, "stopId": "16005209"}, {"stopSequence": 57, "arrival": {"time": "1694889689"}, "stopId": "38531"}, {"stopSequence": 58, "arrival": {"time": "1694889735"}, "stopId": "8921285"}, {"stopSequence": 59, "arrival": {"time": "1694889851"}, "stopId": "38532"}, {"stopSequence": 60, "arrival": {"time": "1694889902"}, "stopId": "38533"}, {"stopSequence": 61, "arrival": {"time": "1694889955"}, "stopId": "38534"}, {"stopSequence": 62, "arrival": {"time": "1694890001"}, "stopId": "38535"}, {"stopSequence": 63, "arrival": {"time": "1694890064"}, "stopId": "38536"}, {"stopSequence": 64, "arrival": {"time": "1694890099"}, "stopId": "4838437"}, {"stopSequence": 65, "arrival": {"time": "1694890152"}, "stopId": "45085"}, {"stopSequence": 66, "arrival": {"time": "1694890229"}, "stopId": "45086"}, {"stopSequence": 67, "arrival": {"time": "1694890279"}, "stopId": "38539"}, {"stopSequence": 68, "arrival": {"time": "1694890343"}, "stopId": "38540"}, {"stopSequence": 69, "arrival": {"time": "1694890420"}, "stopId": "38544"}, {"stopSequence": 70, "arrival": {"time": "1694890488"}, "stopId": "38545"}, {"stopSequence": 71, "arrival": {"time": "1694890579"}, "stopId": "38546"}, {"stopSequence": 72, "arrival": {"time": "1694890642"}, "stopId": "38547"}, {"stopSequence": 73, "arrival": {"time": "1694890701"}, "stopId": "38548"}, {"stopSequence": 74, "arrival": {"time": "1694890768"}, "stopId": "38549"}, {"stopSequence": 75, "arrival": {"time": "1694890826"}, "stopId": "38550"}, {"stopSequence": 76, "arrival": {"time": "1694890925"}, "stopId": "38551"}, {"stopSequence": 77, "arrival": {"time": "1694891015"}, "stopId": "38552"}, {"stopSequence": 78, "arrival": {"time": "1694891100"}, "stopId": "49359"}, {"stopSequence": 79, "arrival": {"time": "1694891157"}, "stopId": "49360"}, {"stopSequence": 80, "arrival": {"time": "1694891281"}, "stopId": "49361"}, {"stopSequence": 81, "arrival": {"time": "1694891311"}, "stopId": "49362"}, {"stopSequence": 82, "arrival": {"time": "1694891364"}, "stopId": "49363"}, {"stopSequence": 83, "arrival": {"time": "1694891420"}, "stopId": "49364"}, {"stopSequence": 84, "arrival": {"time": "1694891473"}, "stopId": "49365"}], "vehicle": {"licensePlate": "RVRL31"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "18212-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "position": {"latitude": -36.805775, "longitude": -73.05344, "bearing": 334.0, "odometer": 0.0, "speed": 16.944445}, "timestamp": "1694888988", "vehicle": {"licensePlate": "RVRL31"}}}, {"id": "848a0443-41f7-451b-96cd-e039b18f0a67", "tripUpdate": {"trip": {"tripId": "18279-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694889085"}, "stopId": "91127"}, {"stopSequence": 35, "arrival": {"time": "1694889116"}, "stopId": "35841"}, {"stopSequence": 36, "arrival": {"time": "1694889150"}, "stopId": "35842"}, {"stopSequence": 37, "arrival": {"time": "1694889203"}, "stopId": "35843"}, {"stopSequence": 38, "arrival": {"time": "1694889239"}, "stopId": "35844"}, {"stopSequence": 39, "arrival": {"time": "1694889299"}, "stopId": "91128"}, {"stopSequence": 40, "arrival": {"time": "1694889346"}, "stopId": "35846"}, {"stopSequence": 41, "arrival": {"time": "1694889381"}, "stopId": "35847"}, {"stopSequence": 42, "arrival": {"time": "1694889412"}, "stopId": "35848"}, {"stopSequence": 43, "arrival": {"time": "1694889416"}, "stopId": "35157"}, {"stopSequence": 44, "arrival": {"time": "1694889487"}, "stopId": "35147"}, {"stopSequence": 45, "arrival": {"time": "1694889532"}, "stopId": "35148"}, {"stopSequence": 46, "arrival": {"time": "1694889565"}, "stopId": "91129"}, {"stopSequence": 47, "arrival": {"time": "1694889604"}, "stopId": "91130"}, {"stopSequence": 48, "arrival": {"time": "1694889654"}, "stopId": "91131"}, {"stopSequence": 49, "arrival": {"time": "1694889740"}, "stopId": "35669"}, {"stopSequence": 50, "arrival": {"time": "1694889816"}, "stopId": "35670"}, {"stopSequence": 51, "arrival": {"time": "1694889849"}, "stopId": "35671"}], "vehicle": {"licensePlate": "DRZJ86"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "18279-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 1}, "position": {"latitude": -36.834816, "longitude": -73.10208, "bearing": 92.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "DRZJ86"}}}, {"id": "8b057e28-8f8c-49e2-b598-4b1a88e336fd", "tripUpdate": {"trip": {"tripId": "18281-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889066"}, "stopId": "37506"}, {"stopSequence": 12, "arrival": {"time": "1694889167"}, "stopId": "37520"}, {"stopSequence": 13, "arrival": {"time": "1694889273"}, "stopId": "37470"}, {"stopSequence": 14, "arrival": {"time": "1694889305"}, "stopId": "37477"}, {"stopSequence": 15, "arrival": {"time": "1694889334"}, "stopId": "91118"}, {"stopSequence": 16, "arrival": {"time": "1694889398"}, "stopId": "35223"}, {"stopSequence": 17, "arrival": {"time": "1694889444"}, "stopId": "39547"}, {"stopSequence": 18, "arrival": {"time": "1694889520"}, "stopId": "35224"}, {"stopSequence": 19, "arrival": {"time": "1694889698"}, "stopId": "35225"}, {"stopSequence": 20, "arrival": {"time": "1694890240"}, "stopId": "35748"}, {"stopSequence": 21, "arrival": {"time": "1694890307"}, "stopId": "35749"}, {"stopSequence": 22, "arrival": {"time": "1694890352"}, "stopId": "35750"}, {"stopSequence": 23, "arrival": {"time": "1694890494"}, "stopId": "35681"}, {"stopSequence": 24, "arrival": {"time": "1694890602"}, "stopId": "35128"}, {"stopSequence": 25, "arrival": {"time": "1694890688"}, "stopId": "91121"}, {"stopSequence": 26, "arrival": {"time": "1694890741"}, "stopId": "91122"}, {"stopSequence": 27, "arrival": {"time": "1694890813"}, "stopId": "35129"}, {"stopSequence": 28, "arrival": {"time": "1694890862"}, "stopId": "91123"}, {"stopSequence": 29, "arrival": {"time": "1694890902"}, "stopId": "91124"}, {"stopSequence": 30, "arrival": {"time": "1694890945"}, "stopId": "35136"}, {"stopSequence": 31, "arrival": {"time": "1694890986"}, "stopId": "91125"}, {"stopSequence": 32, "arrival": {"time": "1694891033"}, "stopId": "35130"}, {"stopSequence": 33, "arrival": {"time": "1694891081"}, "stopId": "91126"}, {"stopSequence": 34, "arrival": {"time": "1694891178"}, "stopId": "91127"}, {"stopSequence": 35, "arrival": {"time": "1694891210"}, "stopId": "35841"}, {"stopSequence": 36, "arrival": {"time": "1694891246"}, "stopId": "35842"}, {"stopSequence": 37, "arrival": {"time": "1694891303"}, "stopId": "35843"}, {"stopSequence": 38, "arrival": {"time": "1694891342"}, "stopId": "35844"}, {"stopSequence": 39, "arrival": {"time": "1694891408"}, "stopId": "91128"}, {"stopSequence": 40, "arrival": {"time": "1694891462"}, "stopId": "35846"}, {"stopSequence": 41, "arrival": {"time": "1694891502"}, "stopId": "35847"}, {"stopSequence": 42, "arrival": {"time": "1694891538"}, "stopId": "35848"}, {"stopSequence": 43, "arrival": {"time": "1694891543"}, "stopId": "35157"}, {"stopSequence": 44, "arrival": {"time": "1694891627"}, "stopId": "35147"}, {"stopSequence": 45, "arrival": {"time": "1694891682"}, "stopId": "35148"}, {"stopSequence": 46, "arrival": {"time": "1694891723"}, "stopId": "91129"}, {"stopSequence": 47, "arrival": {"time": "1694891772"}, "stopId": "91130"}, {"stopSequence": 48, "arrival": {"time": "1694891836"}, "stopId": "91131"}, {"stopSequence": 49, "arrival": {"time": "1694891948"}, "stopId": "35669"}, {"stopSequence": 50, "arrival": {"time": "1694892050"}, "stopId": "35670"}, {"stopSequence": 51, "arrival": {"time": "1694892096"}, "stopId": "35671"}], "vehicle": {"licensePlate": "FGYS60"}, "timestamp": "1694889019"}, "vehicle": {"trip": {"tripId": "18281-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 1}, "position": {"latitude": -36.824127, "longitude": -73.04155, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889019", "vehicle": {"licensePlate": "FGYS60"}}}, {"id": "593f908b-c479-49ad-8680-18cf1011e4da", "tripUpdate": {"trip": {"tripId": "18357-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 8, "arrival": {"time": "1694889011"}, "stopId": "91135"}, {"stopSequence": 9, "arrival": {"time": "1694889042"}, "stopId": "91136"}, {"stopSequence": 10, "arrival": {"time": "1694889084"}, "stopId": "35156"}, {"stopSequence": 11, "arrival": {"time": "1694889158"}, "stopId": "91137"}, {"stopSequence": 12, "arrival": {"time": "1694889195"}, "stopId": "91138"}, {"stopSequence": 13, "arrival": {"time": "1694889245"}, "stopId": "35845"}, {"stopSequence": 14, "arrival": {"time": "1694889291"}, "stopId": "35684"}, {"stopSequence": 15, "arrival": {"time": "1694889332"}, "stopId": "35685"}, {"stopSequence": 16, "arrival": {"time": "1694889376"}, "stopId": "35686"}, {"stopSequence": 17, "arrival": {"time": "1694889433"}, "stopId": "35687"}, {"stopSequence": 18, "arrival": {"time": "1694889472"}, "stopId": "35165"}, {"stopSequence": 19, "arrival": {"time": "1694889661"}, "stopId": "35791"}, {"stopSequence": 20, "arrival": {"time": "1694889707"}, "stopId": "35792"}, {"stopSequence": 21, "arrival": {"time": "1694889762"}, "stopId": "35793"}, {"stopSequence": 22, "arrival": {"time": "1694889875"}, "stopId": "91116"}, {"stopSequence": 23, "arrival": {"time": "1694890337"}, "stopId": "39545"}, {"stopSequence": 24, "arrival": {"time": "1694890504"}, "stopId": "39546"}, {"stopSequence": 25, "arrival": {"time": "1694890641"}, "stopId": "35286"}, {"stopSequence": 26, "arrival": {"time": "1694890669"}, "stopId": "35287"}, {"stopSequence": 27, "arrival": {"time": "1694890740"}, "stopId": "42317"}, {"stopSequence": 28, "arrival": {"time": "1694890816"}, "stopId": "42319"}, {"stopSequence": 29, "arrival": {"time": "1694890884"}, "stopId": "42320"}, {"stopSequence": 30, "arrival": {"time": "1694890944"}, "stopId": "38514"}, {"stopSequence": 31, "arrival": {"time": "1694891002"}, "stopId": "34586"}, {"stopSequence": 32, "arrival": {"time": "1694891034"}, "stopId": "34587"}, {"stopSequence": 33, "arrival": {"time": "1694891060"}, "stopId": "34588"}, {"stopSequence": 34, "arrival": {"time": "1694891111"}, "stopId": "39497"}, {"stopSequence": 35, "arrival": {"time": "1694891148"}, "stopId": "49407"}, {"stopSequence": 36, "arrival": {"time": "1694891211"}, "stopId": "50034"}, {"stopSequence": 37, "arrival": {"time": "1694891254"}, "stopId": "40903"}, {"stopSequence": 38, "arrival": {"time": "1694891311"}, "stopId": "50035"}, {"stopSequence": 39, "arrival": {"time": "1694891368"}, "stopId": "50036"}, {"stopSequence": 40, "arrival": {"time": "1694891483"}, "stopId": "35712"}, {"stopSequence": 41, "arrival": {"time": "1694891595"}, "stopId": "35713"}], "vehicle": {"licensePlate": "JJBB21"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "18357-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 0}, "position": {"latitude": -36.835205, "longitude": -73.116066, "bearing": 352.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889006", "vehicle": {"licensePlate": "JJBB21"}}}, {"id": "29a7e504-6b61-436e-b3ad-f2010a4d4e6e", "tripUpdate": {"trip": {"tripId": "18356-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889024"}, "stopId": "42317"}, {"stopSequence": 28, "arrival": {"time": "1694889103"}, "stopId": "42319"}, {"stopSequence": 29, "arrival": {"time": "1694889172"}, "stopId": "42320"}, {"stopSequence": 30, "arrival": {"time": "1694889231"}, "stopId": "38514"}, {"stopSequence": 31, "arrival": {"time": "1694889288"}, "stopId": "34586"}, {"stopSequence": 32, "arrival": {"time": "1694889318"}, "stopId": "34587"}, {"stopSequence": 33, "arrival": {"time": "1694889343"}, "stopId": "34588"}, {"stopSequence": 34, "arrival": {"time": "1694889391"}, "stopId": "39497"}, {"stopSequence": 35, "arrival": {"time": "1694889425"}, "stopId": "49407"}, {"stopSequence": 36, "arrival": {"time": "1694889483"}, "stopId": "50034"}, {"stopSequence": 37, "arrival": {"time": "1694889522"}, "stopId": "40903"}, {"stopSequence": 38, "arrival": {"time": "1694889572"}, "stopId": "50035"}, {"stopSequence": 39, "arrival": {"time": "1694889622"}, "stopId": "50036"}, {"stopSequence": 40, "arrival": {"time": "1694889720"}, "stopId": "35712"}, {"stopSequence": 41, "arrival": {"time": "1694889811"}, "stopId": "35713"}], "vehicle": {"licensePlate": "KHSX95"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "18356-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 0}, "position": {"latitude": -36.830536, "longitude": -73.053856, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "KHSX95"}}}, {"id": "3c578dfa-f49e-47f2-8dc8-3fd99d5286c5", "tripUpdate": {"trip": {"tripId": "18280-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 20, "arrival": {"time": "1694889532"}, "stopId": "35748"}, {"stopSequence": 21, "arrival": {"time": "1694889601"}, "stopId": "35749"}, {"stopSequence": 22, "arrival": {"time": "1694889646"}, "stopId": "35750"}, {"stopSequence": 23, "arrival": {"time": "1694889787"}, "stopId": "35681"}, {"stopSequence": 24, "arrival": {"time": "1694889893"}, "stopId": "35128"}, {"stopSequence": 25, "arrival": {"time": "1694889975"}, "stopId": "91121"}, {"stopSequence": 26, "arrival": {"time": "1694890026"}, "stopId": "91122"}, {"stopSequence": 27, "arrival": {"time": "1694890094"}, "stopId": "35129"}, {"stopSequence": 28, "arrival": {"time": "1694890140"}, "stopId": "91123"}, {"stopSequence": 29, "arrival": {"time": "1694890177"}, "stopId": "91124"}, {"stopSequence": 30, "arrival": {"time": "1694890218"}, "stopId": "35136"}, {"stopSequence": 31, "arrival": {"time": "1694890255"}, "stopId": "91125"}, {"stopSequence": 32, "arrival": {"time": "1694890298"}, "stopId": "35130"}, {"stopSequence": 33, "arrival": {"time": "1694890343"}, "stopId": "91126"}, {"stopSequence": 34, "arrival": {"time": "1694890431"}, "stopId": "91127"}, {"stopSequence": 35, "arrival": {"time": "1694890460"}, "stopId": "35841"}, {"stopSequence": 36, "arrival": {"time": "1694890492"}, "stopId": "35842"}, {"stopSequence": 37, "arrival": {"time": "1694890543"}, "stopId": "35843"}, {"stopSequence": 38, "arrival": {"time": "1694890577"}, "stopId": "35844"}, {"stopSequence": 39, "arrival": {"time": "1694890635"}, "stopId": "91128"}, {"stopSequence": 40, "arrival": {"time": "1694890682"}, "stopId": "35846"}, {"stopSequence": 41, "arrival": {"time": "1694890717"}, "stopId": "35847"}, {"stopSequence": 42, "arrival": {"time": "1694890748"}, "stopId": "35848"}, {"stopSequence": 43, "arrival": {"time": "1694890753"}, "stopId": "35157"}, {"stopSequence": 44, "arrival": {"time": "1694890825"}, "stopId": "35147"}, {"stopSequence": 45, "arrival": {"time": "1694890872"}, "stopId": "35148"}, {"stopSequence": 46, "arrival": {"time": "1694890907"}, "stopId": "91129"}, {"stopSequence": 47, "arrival": {"time": "1694890948"}, "stopId": "91130"}, {"stopSequence": 48, "arrival": {"time": "1694891002"}, "stopId": "91131"}, {"stopSequence": 49, "arrival": {"time": "1694891095"}, "stopId": "35669"}, {"stopSequence": 50, "arrival": {"time": "1694891180"}, "stopId": "35670"}, {"stopSequence": 51, "arrival": {"time": "1694891217"}, "stopId": "35671"}], "vehicle": {"licensePlate": "WW3020"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "18280-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 1}, "position": {"latitude": -36.830395, "longitude": -73.067314, "bearing": 312.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694889008", "vehicle": {"licensePlate": "WW3020"}}}, {"id": "3010e5be-f3ee-45b2-8561-697132acade5", "tripUpdate": {"trip": {"tripId": "18566-701ff27f-2", "startTime": "15:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694889004"}, "stopId": "35508"}, {"stopSequence": 10, "arrival": {"time": "1694889042"}, "stopId": "35514"}, {"stopSequence": 11, "arrival": {"time": "1694889095"}, "stopId": "35515"}, {"stopSequence": 12, "arrival": {"time": "1694889149"}, "stopId": "35516"}, {"stopSequence": 13, "arrival": {"time": "1694889184"}, "stopId": "35517"}, {"stopSequence": 14, "arrival": {"time": "1694889264"}, "stopId": "35763"}, {"stopSequence": 15, "arrival": {"time": "1694889329"}, "stopId": "35761"}, {"stopSequence": 16, "arrival": {"time": "1694889367"}, "stopId": "35522"}, {"stopSequence": 17, "arrival": {"time": "1694889481"}, "stopId": "35524"}, {"stopSequence": 18, "arrival": {"time": "1694889580"}, "stopId": "35525"}, {"stopSequence": 19, "arrival": {"time": "1694889841"}, "stopId": "35786"}, {"stopSequence": 20, "arrival": {"time": "1694889905"}, "stopId": "35787"}, {"stopSequence": 21, "arrival": {"time": "1694889966"}, "stopId": "35788"}, {"stopSequence": 22, "arrival": {"time": "1694890063"}, "stopId": "35789"}, {"stopSequence": 23, "arrival": {"time": "1694890105"}, "stopId": "35790"}, {"stopSequence": 24, "arrival": {"time": "1694890184"}, "stopId": "35791"}, {"stopSequence": 25, "arrival": {"time": "1694890230"}, "stopId": "35792"}, {"stopSequence": 26, "arrival": {"time": "1694890285"}, "stopId": "35793"}, {"stopSequence": 27, "arrival": {"time": "1694890399"}, "stopId": "91116"}, {"stopSequence": 28, "arrival": {"time": "1694890872"}, "stopId": "35794"}, {"stopSequence": 29, "arrival": {"time": "1694890971"}, "stopId": "35796"}, {"stopSequence": 30, "arrival": {"time": "1694891023"}, "stopId": "35797"}, {"stopSequence": 31, "arrival": {"time": "1694891067"}, "stopId": "35798"}, {"stopSequence": 32, "arrival": {"time": "1694891108"}, "stopId": "35799"}, {"stopSequence": 33, "arrival": {"time": "1694891184"}, "stopId": "35800"}, {"stopSequence": 34, "arrival": {"time": "1694891239"}, "stopId": "35801"}, {"stopSequence": 35, "arrival": {"time": "1694891268"}, "stopId": "35802"}, {"stopSequence": 36, "arrival": {"time": "1694891321"}, "stopId": "35803"}, {"stopSequence": 37, "arrival": {"time": "1694891383"}, "stopId": "38507"}, {"stopSequence": 38, "arrival": {"time": "1694891443"}, "stopId": "34473"}, {"stopSequence": 39, "arrival": {"time": "1694891495"}, "stopId": "38500"}, {"stopSequence": 40, "arrival": {"time": "1694891549"}, "stopId": "35808"}, {"stopSequence": 41, "arrival": {"time": "1694891651"}, "stopId": "35814"}, {"stopSequence": 42, "arrival": {"time": "1694891741"}, "stopId": "35815"}, {"stopSequence": 43, "arrival": {"time": "1694891777"}, "stopId": "35816"}, {"stopSequence": 44, "arrival": {"time": "1694891783"}, "stopId": "35817"}, {"stopSequence": 45, "arrival": {"time": "1694891837"}, "stopId": "35818"}, {"stopSequence": 46, "arrival": {"time": "1694891887"}, "stopId": "35819"}, {"stopSequence": 47, "arrival": {"time": "1694892142"}, "stopId": "35822"}, {"stopSequence": 48, "arrival": {"time": "1694892211"}, "stopId": "35823"}, {"stopSequence": 49, "arrival": {"time": "1694892289"}, "stopId": "35723"}, {"stopSequence": 50, "arrival": {"time": "1694892356"}, "stopId": "35722"}, {"stopSequence": 51, "arrival": {"time": "1694892479"}, "stopId": "35826"}, {"stopSequence": 52, "arrival": {"time": "1694892578"}, "stopId": "35548"}, {"stopSequence": 53, "arrival": {"time": "1694892716"}, "stopId": "35547"}, {"stopSequence": 54, "arrival": {"time": "1694892823"}, "stopId": "35546"}], "vehicle": {"licensePlate": "DWVX27"}, "timestamp": "1694888990"}, "vehicle": {"trip": {"tripId": "18566-701ff27f-2", "startTime": "15:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 0}, "position": {"latitude": -36.840187, "longitude": -73.14046, "bearing": 352.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694888990", "vehicle": {"licensePlate": "DWVX27"}}}, {"id": "13f06972-230a-4a9c-b482-e9d6571576e3", "tripUpdate": {"trip": {"tripId": "18630-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 39, "arrival": {"time": "1694889016"}, "stopId": "35417"}, {"stopSequence": 40, "arrival": {"time": "1694889092"}, "stopId": "35755"}, {"stopSequence": 41, "arrival": {"time": "1694889318"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694889435"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694889471"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694889489"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694889536"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694889582"}, "stopId": "35761"}, {"stopSequence": 47, "arrival": {"time": "1694889600"}, "stopId": "35762"}, {"stopSequence": 48, "arrival": {"time": "1694889644"}, "stopId": "35763"}, {"stopSequence": 49, "arrival": {"time": "1694889680"}, "stopId": "35764"}, {"stopSequence": 50, "arrival": {"time": "1694889714"}, "stopId": "35517"}, {"stopSequence": 51, "arrival": {"time": "1694889793"}, "stopId": "35767"}, {"stopSequence": 52, "arrival": {"time": "1694889851"}, "stopId": "35398"}, {"stopSequence": 53, "arrival": {"time": "1694890014"}, "stopId": "91060"}, {"stopSequence": 54, "arrival": {"time": "1694890037"}, "stopId": "35769"}], "vehicle": {"licensePlate": "KCDS84"}, "timestamp": "1694889001"}, "vehicle": {"trip": {"tripId": "18630-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 1}, "position": {"latitude": -36.837772, "longitude": -73.11437, "bearing": 272.0, "odometer": 0.0, "speed": 15.277779}, "timestamp": "1694889001", "vehicle": {"licensePlate": "KCDS84"}}}, {"id": "a3f155e3-bc6b-4125-9b6b-b47cc3805a4a", "tripUpdate": {"trip": {"tripId": "18632-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 13, "arrival": {"time": "1694889012"}, "stopId": "35726"}, {"stopSequence": 14, "arrival": {"time": "1694889096"}, "stopId": "35727"}, {"stopSequence": 15, "arrival": {"time": "1694889209"}, "stopId": "35729"}, {"stopSequence": 16, "arrival": {"time": "1694889242"}, "stopId": "35730"}, {"stopSequence": 17, "arrival": {"time": "1694889274"}, "stopId": "35731"}, {"stopSequence": 18, "arrival": {"time": "1694889340"}, "stopId": "35201"}, {"stopSequence": 19, "arrival": {"time": "1694889426"}, "stopId": "35202"}, {"stopSequence": 20, "arrival": {"time": "1694889530"}, "stopId": "90001"}, {"stopSequence": 21, "arrival": {"time": "1694889616"}, "stopId": "39599"}, {"stopSequence": 22, "arrival": {"time": "1694889639"}, "stopId": "39600"}, {"stopSequence": 23, "arrival": {"time": "1694889704"}, "stopId": "37496"}, {"stopSequence": 24, "arrival": {"time": "1694889753"}, "stopId": "45064"}, {"stopSequence": 25, "arrival": {"time": "1694889824"}, "stopId": "37506"}, {"stopSequence": 26, "arrival": {"time": "1694889917"}, "stopId": "37520"}, {"stopSequence": 27, "arrival": {"time": "1694890021"}, "stopId": "37470"}, {"stopSequence": 28, "arrival": {"time": "1694890045"}, "stopId": "37477"}, {"stopSequence": 29, "arrival": {"time": "1694890073"}, "stopId": "91118"}, {"stopSequence": 30, "arrival": {"time": "1694890134"}, "stopId": "35223"}, {"stopSequence": 31, "arrival": {"time": "1694890178"}, "stopId": "39547"}, {"stopSequence": 32, "arrival": {"time": "1694890253"}, "stopId": "35224"}, {"stopSequence": 33, "arrival": {"time": "1694890420"}, "stopId": "35225"}, {"stopSequence": 34, "arrival": {"time": "1694891007"}, "stopId": "35748"}, {"stopSequence": 35, "arrival": {"time": "1694891074"}, "stopId": "35749"}, {"stopSequence": 36, "arrival": {"time": "1694891124"}, "stopId": "35750"}, {"stopSequence": 37, "arrival": {"time": "1694891209"}, "stopId": "35751"}, {"stopSequence": 38, "arrival": {"time": "1694891336"}, "stopId": "35752"}, {"stopSequence": 39, "arrival": {"time": "1694891498"}, "stopId": "35417"}, {"stopSequence": 40, "arrival": {"time": "1694891583"}, "stopId": "35755"}, {"stopSequence": 41, "arrival": {"time": "1694891853"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694892004"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694892052"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694892076"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694892140"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694892204"}, "stopId": "35761"}, {"stopSequence": 47, "arrival": {"time": "1694892231"}, "stopId": "35762"}, {"stopSequence": 48, "arrival": {"time": "1694892294"}, "stopId": "35763"}, {"stopSequence": 49, "arrival": {"time": "1694892347"}, "stopId": "35764"}, {"stopSequence": 50, "arrival": {"time": "1694892398"}, "stopId": "35517"}, {"stopSequence": 51, "arrival": {"time": "1694892518"}, "stopId": "35767"}, {"stopSequence": 52, "arrival": {"time": "1694892610"}, "stopId": "35398"}, {"stopSequence": 53, "arrival": {"time": "1694892883"}, "stopId": "91060"}, {"stopSequence": 54, "arrival": {"time": "1694892923"}, "stopId": "35769"}], "vehicle": {"licensePlate": "YU1699"}, "timestamp": "1694888990"}, "vehicle": {"trip": {"tripId": "18632-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 1}, "position": {"latitude": -36.821934, "longitude": -73.00816, "bearing": 25.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888990", "vehicle": {"licensePlate": "YU1699"}}}, {"id": "88da9381-1a9a-4940-b480-a7c3ea5748dd", "tripUpdate": {"trip": {"tripId": "18696-701ff27f-2", "startTime": "14:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 45, "arrival": {"time": "1694889099"}, "stopId": "42319"}, {"stopSequence": 46, "arrival": {"time": "1694889178"}, "stopId": "42320"}, {"stopSequence": 47, "arrival": {"time": "1694889227"}, "stopId": "38514"}, {"stopSequence": 48, "arrival": {"time": "1694889284"}, "stopId": "34586"}, {"stopSequence": 49, "arrival": {"time": "1694889314"}, "stopId": "34587"}, {"stopSequence": 50, "arrival": {"time": "1694889339"}, "stopId": "34588"}, {"stopSequence": 51, "arrival": {"time": "1694889390"}, "stopId": "39497"}, {"stopSequence": 52, "arrival": {"time": "1694889422"}, "stopId": "49407"}, {"stopSequence": 53, "arrival": {"time": "1694889479"}, "stopId": "50034"}, {"stopSequence": 54, "arrival": {"time": "1694889519"}, "stopId": "40903"}, {"stopSequence": 55, "arrival": {"time": "1694889553"}, "stopId": "40904"}, {"stopSequence": 56, "arrival": {"time": "1694889597"}, "stopId": "35814"}, {"stopSequence": 57, "arrival": {"time": "1694889671"}, "stopId": "35815"}, {"stopSequence": 58, "arrival": {"time": "1694889697"}, "stopId": "35816"}, {"stopSequence": 59, "arrival": {"time": "1694889709"}, "stopId": "35817"}, {"stopSequence": 60, "arrival": {"time": "1694889743"}, "stopId": "35818"}, {"stopSequence": 61, "arrival": {"time": "1694889781"}, "stopId": "35819"}, {"stopSequence": 62, "arrival": {"time": "1694889965"}, "stopId": "35822"}], "vehicle": {"licensePlate": "DWVX30"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "18696-701ff27f-2", "startTime": "14:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "position": {"latitude": -36.829987, "longitude": -73.052505, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "DWVX30"}}}, {"id": "d828d22c-debf-4676-aa4d-0c16e75199cb", "tripUpdate": {"trip": {"tripId": "18693-701ff27f-2", "startTime": "13:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 53, "arrival": {"time": "1694889064"}, "stopId": "50034"}, {"stopSequence": 54, "arrival": {"time": "1694889106"}, "stopId": "40903"}, {"stopSequence": 55, "arrival": {"time": "1694889142"}, "stopId": "40904"}, {"stopSequence": 56, "arrival": {"time": "1694889188"}, "stopId": "35814"}, {"stopSequence": 57, "arrival": {"time": "1694889266"}, "stopId": "35815"}, {"stopSequence": 58, "arrival": {"time": "1694889293"}, "stopId": "35816"}, {"stopSequence": 59, "arrival": {"time": "1694889306"}, "stopId": "35817"}, {"stopSequence": 60, "arrival": {"time": "1694889341"}, "stopId": "35818"}, {"stopSequence": 61, "arrival": {"time": "1694889381"}, "stopId": "35819"}, {"stopSequence": 62, "arrival": {"time": "1694889570"}, "stopId": "35822"}], "vehicle": {"licensePlate": "FSLC62"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "18693-701ff27f-2", "startTime": "13:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "position": {"latitude": -36.82031, "longitude": -73.03618, "bearing": 157.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "FSLC62"}}}, {"id": "8a4473af-2e12-44d7-9c6c-c1028badd0f7", "tripUpdate": {"trip": {"tripId": "18694-701ff27f-2", "startTime": "14:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 62, "arrival": {"time": "1694889059"}, "stopId": "35822"}], "vehicle": {"licensePlate": "HRPG12"}, "timestamp": "1694888966"}, "vehicle": {"trip": {"tripId": "18694-701ff27f-2", "startTime": "14:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "position": {"latitude": -36.82037, "longitude": -73.014465, "bearing": 97.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694888966", "vehicle": {"licensePlate": "HRPG12"}}}, {"id": "6571f1a5-9155-4cbe-9926-47f76e98d544", "tripUpdate": {"trip": {"tripId": "18698-701ff27f-2", "startTime": "15:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 30, "arrival": {"time": "1694889021"}, "stopId": "35785"}, {"stopSequence": 31, "arrival": {"time": "1694889269"}, "stopId": "35786"}, {"stopSequence": 32, "arrival": {"time": "1694889336"}, "stopId": "35787"}, {"stopSequence": 33, "arrival": {"time": "1694889400"}, "stopId": "35788"}, {"stopSequence": 34, "arrival": {"time": "1694889499"}, "stopId": "35789"}, {"stopSequence": 35, "arrival": {"time": "1694889542"}, "stopId": "35790"}, {"stopSequence": 36, "arrival": {"time": "1694889622"}, "stopId": "35791"}, {"stopSequence": 37, "arrival": {"time": "1694889668"}, "stopId": "35792"}, {"stopSequence": 38, "arrival": {"time": "1694889724"}, "stopId": "35793"}, {"stopSequence": 39, "arrival": {"time": "1694889836"}, "stopId": "91116"}, {"stopSequence": 40, "arrival": {"time": "1694890299"}, "stopId": "39545"}, {"stopSequence": 41, "arrival": {"time": "1694890465"}, "stopId": "39546"}, {"stopSequence": 42, "arrival": {"time": "1694890602"}, "stopId": "35286"}, {"stopSequence": 43, "arrival": {"time": "1694890630"}, "stopId": "35287"}, {"stopSequence": 44, "arrival": {"time": "1694890700"}, "stopId": "42317"}, {"stopSequence": 45, "arrival": {"time": "1694890777"}, "stopId": "42319"}, {"stopSequence": 46, "arrival": {"time": "1694890854"}, "stopId": "42320"}, {"stopSequence": 47, "arrival": {"time": "1694890904"}, "stopId": "38514"}, {"stopSequence": 48, "arrival": {"time": "1694890962"}, "stopId": "34586"}, {"stopSequence": 49, "arrival": {"time": "1694890994"}, "stopId": "34587"}, {"stopSequence": 50, "arrival": {"time": "1694891020"}, "stopId": "34588"}, {"stopSequence": 51, "arrival": {"time": "1694891073"}, "stopId": "39497"}, {"stopSequence": 52, "arrival": {"time": "1694891108"}, "stopId": "49407"}, {"stopSequence": 53, "arrival": {"time": "1694891171"}, "stopId": "50034"}, {"stopSequence": 54, "arrival": {"time": "1694891214"}, "stopId": "40903"}, {"stopSequence": 55, "arrival": {"time": "1694891252"}, "stopId": "40904"}, {"stopSequence": 56, "arrival": {"time": "1694891302"}, "stopId": "35814"}, {"stopSequence": 57, "arrival": {"time": "1694891388"}, "stopId": "35815"}, {"stopSequence": 58, "arrival": {"time": "1694891419"}, "stopId": "35816"}, {"stopSequence": 59, "arrival": {"time": "1694891433"}, "stopId": "35817"}, {"stopSequence": 60, "arrival": {"time": "1694891474"}, "stopId": "35818"}, {"stopSequence": 61, "arrival": {"time": "1694891520"}, "stopId": "35819"}, {"stopSequence": 62, "arrival": {"time": "1694891751"}, "stopId": "35822"}], "vehicle": {"licensePlate": "HYVP99"}, "timestamp": "1694888969"}, "vehicle": {"trip": {"tripId": "18698-701ff27f-2", "startTime": "15:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "position": {"latitude": -36.843647, "longitude": -73.12977, "bearing": 11.0, "odometer": 0.0, "speed": 15.0}, "timestamp": "1694888969", "vehicle": {"licensePlate": "HYVP99"}}}, {"id": "b6c049fe-f56f-4da6-b691-4b872cb5fa63", "tripUpdate": {"trip": {"tripId": "18700-701ff27f-2", "startTime": "15:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889247"}, "stopId": "35260"}, {"stopSequence": 2, "arrival": {"time": "1694889307"}, "stopId": "35261"}, {"stopSequence": 3, "arrival": {"time": "1694889353"}, "stopId": "13025566"}, {"stopSequence": 4, "arrival": {"time": "1694889384"}, "stopId": "35262"}, {"stopSequence": 5, "arrival": {"time": "1694889407"}, "stopId": "35263"}, {"stopSequence": 6, "arrival": {"time": "1694889442"}, "stopId": "13025567"}, {"stopSequence": 7, "arrival": {"time": "1694889563"}, "stopId": "35265"}, {"stopSequence": 8, "arrival": {"time": "1694889612"}, "stopId": "35266"}, {"stopSequence": 9, "arrival": {"time": "1694889627"}, "stopId": "50006"}, {"stopSequence": 10, "arrival": {"time": "1694889642"}, "stopId": "35267"}, {"stopSequence": 11, "arrival": {"time": "1694889645"}, "stopId": "50005"}, {"stopSequence": 12, "arrival": {"time": "1694889754"}, "stopId": "16263780"}, {"stopSequence": 13, "arrival": {"time": "1694889814"}, "stopId": "16263781"}, {"stopSequence": 14, "arrival": {"time": "1694889897"}, "stopId": "16263782"}, {"stopSequence": 15, "arrival": {"time": "1694889944"}, "stopId": "16263783"}, {"stopSequence": 16, "arrival": {"time": "1694889999"}, "stopId": "16263784"}, {"stopSequence": 17, "arrival": {"time": "1694890064"}, "stopId": "16258263"}, {"stopSequence": 18, "arrival": {"time": "1694890112"}, "stopId": "16258262"}, {"stopSequence": 19, "arrival": {"time": "1694890129"}, "stopId": "16258261"}, {"stopSequence": 20, "arrival": {"time": "1694890162"}, "stopId": "16258260"}, {"stopSequence": 21, "arrival": {"time": "1694890225"}, "stopId": "15360397"}, {"stopSequence": 22, "arrival": {"time": "1694890271"}, "stopId": "15360410"}, {"stopSequence": 23, "arrival": {"time": "1694890334"}, "stopId": "35268"}, {"stopSequence": 24, "arrival": {"time": "1694890366"}, "stopId": "35269"}, {"stopSequence": 25, "arrival": {"time": "1694890412"}, "stopId": "35270"}, {"stopSequence": 26, "arrival": {"time": "1694890587"}, "stopId": "35271"}, {"stopSequence": 27, "arrival": {"time": "1694890912"}, "stopId": "35272"}, {"stopSequence": 28, "arrival": {"time": "1694891091"}, "stopId": "35273"}, {"stopSequence": 29, "arrival": {"time": "1694891139"}, "stopId": "35274"}, {"stopSequence": 30, "arrival": {"time": "1694891252"}, "stopId": "35785"}, {"stopSequence": 31, "arrival": {"time": "1694891527"}, "stopId": "35786"}, {"stopSequence": 32, "arrival": {"time": "1694891606"}, "stopId": "35787"}, {"stopSequence": 33, "arrival": {"time": "1694891682"}, "stopId": "35788"}, {"stopSequence": 34, "arrival": {"time": "1694891806"}, "stopId": "35789"}, {"stopSequence": 35, "arrival": {"time": "1694891862"}, "stopId": "35790"}, {"stopSequence": 36, "arrival": {"time": "1694891968"}, "stopId": "35791"}, {"stopSequence": 37, "arrival": {"time": "1694892031"}, "stopId": "35792"}, {"stopSequence": 38, "arrival": {"time": "1694892108"}, "stopId": "35793"}, {"stopSequence": 39, "arrival": {"time": "1694892269"}, "stopId": "91116"}, {"stopSequence": 40, "arrival": {"time": "1694893018"}, "stopId": "39545"}, {"stopSequence": 41, "arrival": {"time": "1694893324"}, "stopId": "39546"}, {"stopSequence": 42, "arrival": {"time": "1694893594"}, "stopId": "35286"}, {"stopSequence": 43, "arrival": {"time": "1694893650"}, "stopId": "35287"}, {"stopSequence": 44, "arrival": {"time": "1694893796"}, "stopId": "42317"}, {"stopSequence": 45, "arrival": {"time": "1694893961"}, "stopId": "42319"}, {"stopSequence": 46, "arrival": {"time": "1694894130"}, "stopId": "42320"}, {"stopSequence": 47, "arrival": {"time": "1694894243"}, "stopId": "38514"}, {"stopSequence": 48, "arrival": {"time": "1694894379"}, "stopId": "34586"}, {"stopSequence": 49, "arrival": {"time": "1694894452"}, "stopId": "34587"}, {"stopSequence": 50, "arrival": {"time": "1694894515"}, "stopId": "34588"}, {"stopSequence": 51, "arrival": {"time": "1694894646"}, "stopId": "39497"}, {"stopSequence": 52, "arrival": {"time": "1694894731"}, "stopId": "49407"}, {"stopSequence": 53, "arrival": {"time": "1694894890"}, "stopId": "50034"}, {"stopSequence": 54, "arrival": {"time": "1694895002"}, "stopId": "40903"}, {"stopSequence": 55, "arrival": {"time": "1694895102"}, "stopId": "40904"}, {"stopSequence": 56, "arrival": {"time": "1694895236"}, "stopId": "35814"}, {"stopSequence": 57, "arrival": {"time": "1694895474"}, "stopId": "35815"}, {"stopSequence": 58, "arrival": {"time": "1694895560"}, "stopId": "35816"}, {"stopSequence": 59, "arrival": {"time": "1694895602"}, "stopId": "35817"}, {"stopSequence": 60, "arrival": {"time": "1694895718"}, "stopId": "35818"}, {"stopSequence": 61, "arrival": {"time": "1694895854"}, "stopId": "35819"}, {"stopSequence": 62, "arrival": {"time": "1694896580"}, "stopId": "35822"}], "vehicle": {"licensePlate": "YF2399"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "18700-701ff27f-2", "startTime": "15:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "579", "directionId": 0}, "position": {"latitude": -36.885414, "longitude": -73.1382, "bearing": 189.0, "odometer": 0.0, "speed": 3.3333335}, "timestamp": "1694888984", "vehicle": {"licensePlate": "YF2399"}}}, {"id": "e448e01f-907e-45c2-b402-828e8257ab33", "tripUpdate": {"trip": {"tripId": "18888-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "580", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694889054"}, "stopId": "35791"}, {"stopSequence": 23, "arrival": {"time": "1694889104"}, "stopId": "35792"}, {"stopSequence": 24, "arrival": {"time": "1694889163"}, "stopId": "35793"}, {"stopSequence": 25, "arrival": {"time": "1694889282"}, "stopId": "91116"}, {"stopSequence": 26, "arrival": {"time": "1694889754"}, "stopId": "39545"}, {"stopSequence": 27, "arrival": {"time": "1694889918"}, "stopId": "39546"}, {"stopSequence": 28, "arrival": {"time": "1694890052"}, "stopId": "35286"}, {"stopSequence": 29, "arrival": {"time": "1694890078"}, "stopId": "35287"}, {"stopSequence": 30, "arrival": {"time": "1694890146"}, "stopId": "42317"}, {"stopSequence": 31, "arrival": {"time": "1694890219"}, "stopId": "42319"}, {"stopSequence": 32, "arrival": {"time": "1694890291"}, "stopId": "42320"}, {"stopSequence": 33, "arrival": {"time": "1694890337"}, "stopId": "38514"}, {"stopSequence": 34, "arrival": {"time": "1694890392"}, "stopId": "34586"}, {"stopSequence": 35, "arrival": {"time": "1694890421"}, "stopId": "34587"}, {"stopSequence": 36, "arrival": {"time": "1694890445"}, "stopId": "34588"}, {"stopSequence": 37, "arrival": {"time": "1694890492"}, "stopId": "39497"}, {"stopSequence": 38, "arrival": {"time": "1694890526"}, "stopId": "49407"}, {"stopSequence": 39, "arrival": {"time": "1694890583"}, "stopId": "50034"}, {"stopSequence": 40, "arrival": {"time": "1694890623"}, "stopId": "40903"}, {"stopSequence": 41, "arrival": {"time": "1694890657"}, "stopId": "40904"}, {"stopSequence": 42, "arrival": {"time": "1694890702"}, "stopId": "35814"}, {"stopSequence": 43, "arrival": {"time": "1694890780"}, "stopId": "35815"}, {"stopSequence": 44, "arrival": {"time": "1694890807"}, "stopId": "35816"}, {"stopSequence": 45, "arrival": {"time": "1694890820"}, "stopId": "35817"}, {"stopSequence": 46, "arrival": {"time": "1694890856"}, "stopId": "35818"}, {"stopSequence": 47, "arrival": {"time": "1694890896"}, "stopId": "35819"}, {"stopSequence": 48, "arrival": {"time": "1694891099"}, "stopId": "35822"}, {"stopSequence": 49, "arrival": {"time": "1694891144"}, "stopId": "35823"}, {"stopSequence": 50, "arrival": {"time": "1694891214"}, "stopId": "35723"}, {"stopSequence": 51, "arrival": {"time": "1694891265"}, "stopId": "35722"}, {"stopSequence": 52, "arrival": {"time": "1694891360"}, "stopId": "35826"}, {"stopSequence": 53, "arrival": {"time": "1694891435"}, "stopId": "35548"}, {"stopSequence": 54, "arrival": {"time": "1694891538"}, "stopId": "35547"}, {"stopSequence": 55, "arrival": {"time": "1694891618"}, "stopId": "35546"}, {"stopSequence": 56, "arrival": {"time": "1694891699"}, "stopId": "35553"}], "vehicle": {"licensePlate": "BDZC45"}, "timestamp": "1694888973"}, "vehicle": {"trip": {"tripId": "18888-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "580", "directionId": 0}, "position": {"latitude": -36.838604, "longitude": -73.10159, "bearing": 134.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888973", "vehicle": {"licensePlate": "BDZC45"}}}, {"id": "beaf9df0-5a46-4e9f-bbc1-79ca258b235f", "tripUpdate": {"trip": {"tripId": "19178-701ff27f-2", "startTime": "13:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889271"}, "stopId": "35841"}, {"stopSequence": 28, "arrival": {"time": "1694889309"}, "stopId": "35842"}, {"stopSequence": 29, "arrival": {"time": "1694889358"}, "stopId": "35843"}, {"stopSequence": 30, "arrival": {"time": "1694889389"}, "stopId": "35844"}, {"stopSequence": 31, "arrival": {"time": "1694889453"}, "stopId": "91128"}, {"stopSequence": 32, "arrival": {"time": "1694889493"}, "stopId": "35846"}, {"stopSequence": 33, "arrival": {"time": "1694889556"}, "stopId": "35848"}, {"stopSequence": 34, "arrival": {"time": "1694889648"}, "stopId": "35849"}, {"stopSequence": 35, "arrival": {"time": "1694889679"}, "stopId": "35850"}, {"stopSequence": 36, "arrival": {"time": "1694889702"}, "stopId": "35851"}, {"stopSequence": 37, "arrival": {"time": "1694889722"}, "stopId": "35852"}, {"stopSequence": 38, "arrival": {"time": "1694889748"}, "stopId": "35853"}, {"stopSequence": 39, "arrival": {"time": "1694889783"}, "stopId": "35854"}, {"stopSequence": 40, "arrival": {"time": "1694889814"}, "stopId": "35618"}, {"stopSequence": 41, "arrival": {"time": "1694889859"}, "stopId": "35855"}, {"stopSequence": 42, "arrival": {"time": "1694889936"}, "stopId": "35856"}, {"stopSequence": 43, "arrival": {"time": "1694890004"}, "stopId": "35668"}, {"stopSequence": 44, "arrival": {"time": "1694890037"}, "stopId": "35858"}, {"stopSequence": 45, "arrival": {"time": "1694890082"}, "stopId": "35859"}, {"stopSequence": 46, "arrival": {"time": "1694890103"}, "stopId": "35665"}, {"stopSequence": 47, "arrival": {"time": "1694890133"}, "stopId": "35861"}, {"stopSequence": 48, "arrival": {"time": "1694890391"}, "stopId": "35756"}, {"stopSequence": 49, "arrival": {"time": "1694890507"}, "stopId": "35757"}, {"stopSequence": 50, "arrival": {"time": "1694890553"}, "stopId": "35758"}, {"stopSequence": 51, "arrival": {"time": "1694890562"}, "stopId": "35759"}, {"stopSequence": 52, "arrival": {"time": "1694890605"}, "stopId": "35760"}, {"stopSequence": 53, "arrival": {"time": "1694890667"}, "stopId": "35762"}, {"stopSequence": 54, "arrival": {"time": "1694890752"}, "stopId": "35764"}, {"stopSequence": 55, "arrival": {"time": "1694890767"}, "stopId": "35518"}, {"stopSequence": 56, "arrival": {"time": "1694890816"}, "stopId": "35766"}, {"stopSequence": 57, "arrival": {"time": "1694890878"}, "stopId": "35767"}, {"stopSequence": 58, "arrival": {"time": "1694890941"}, "stopId": "35398"}, {"stopSequence": 59, "arrival": {"time": "1694890999"}, "stopId": "91055"}, {"stopSequence": 60, "arrival": {"time": "1694891071"}, "stopId": "91056"}, {"stopSequence": 61, "arrival": {"time": "1694891136"}, "stopId": "91057"}, {"stopSequence": 62, "arrival": {"time": "1694891170"}, "stopId": "91058"}, {"stopSequence": 63, "arrival": {"time": "1694891232"}, "stopId": "91059"}, {"stopSequence": 64, "arrival": {"time": "1694891283"}, "stopId": "91060"}, {"stopSequence": 65, "arrival": {"time": "1694891304"}, "stopId": "35769"}, {"stopSequence": 66, "arrival": {"time": "1694891332"}, "stopId": "91061"}, {"stopSequence": 67, "arrival": {"time": "1694891452"}, "stopId": "91062"}, {"stopSequence": 68, "arrival": {"time": "1694891514"}, "stopId": "91037"}, {"stopSequence": 69, "arrival": {"time": "1694891552"}, "stopId": "35483"}, {"stopSequence": 70, "arrival": {"time": "1694891586"}, "stopId": "35484"}, {"stopSequence": 71, "arrival": {"time": "1694891663"}, "stopId": "7175655"}, {"stopSequence": 72, "arrival": {"time": "1694891704"}, "stopId": "35639"}, {"stopSequence": 73, "arrival": {"time": "1694891841"}, "stopId": "35779"}, {"stopSequence": 74, "arrival": {"time": "1694891853"}, "stopId": "91084"}, {"stopSequence": 75, "arrival": {"time": "1694891891"}, "stopId": "35780"}, {"stopSequence": 76, "arrival": {"time": "1694891932"}, "stopId": "91085"}], "vehicle": {"licensePlate": "FBLB69"}, "timestamp": "1694888868"}, "vehicle": {"trip": {"tripId": "19178-701ff27f-2", "startTime": "13:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 1}, "position": {"latitude": -36.81917, "longitude": -73.087364, "bearing": 218.0, "odometer": 0.0, "speed": 36.2}, "timestamp": "1694888868", "vehicle": {"licensePlate": "FBLB69"}}}, {"id": "cb631e0c-b51f-4dae-9a6f-4d2eaac45851", "tripUpdate": {"trip": {"tripId": "19124-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694888991"}, "stopId": "2-Jan"}, {"stopSequence": 61, "arrival": {"time": "1694889022"}, "stopId": "42460"}, {"stopSequence": 62, "arrival": {"time": "1694889062"}, "stopId": "35690"}, {"stopSequence": 63, "arrival": {"time": "1694889168"}, "stopId": "35700"}, {"stopSequence": 64, "arrival": {"time": "1694889264"}, "stopId": "35703"}, {"stopSequence": 65, "arrival": {"time": "1694889288"}, "stopId": "35704"}, {"stopSequence": 66, "arrival": {"time": "1694889298"}, "stopId": "35705"}, {"stopSequence": 67, "arrival": {"time": "1694889321"}, "stopId": "35706"}, {"stopSequence": 68, "arrival": {"time": "1694889376"}, "stopId": "35707"}, {"stopSequence": 69, "arrival": {"time": "1694889401"}, "stopId": "35708"}, {"stopSequence": 70, "arrival": {"time": "1694889419"}, "stopId": "35709"}, {"stopSequence": 71, "arrival": {"time": "1694889496"}, "stopId": "38507"}, {"stopSequence": 72, "arrival": {"time": "1694889546"}, "stopId": "34473"}, {"stopSequence": 73, "arrival": {"time": "1694889589"}, "stopId": "38500"}, {"stopSequence": 74, "arrival": {"time": "1694889626"}, "stopId": "35808"}, {"stopSequence": 75, "arrival": {"time": "1694889690"}, "stopId": "35710"}, {"stopSequence": 76, "arrival": {"time": "1694889734"}, "stopId": "50036"}, {"stopSequence": 77, "arrival": {"time": "1694889830"}, "stopId": "35712"}, {"stopSequence": 78, "arrival": {"time": "1694889922"}, "stopId": "35713"}], "vehicle": {"licensePlate": "FHTY14"}, "timestamp": "1694888900"}, "vehicle": {"trip": {"tripId": "19124-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 0}, "position": {"latitude": -36.822823, "longitude": -73.06388, "bearing": 178.0, "odometer": 0.0, "speed": 1.6}, "timestamp": "1694888900", "vehicle": {"licensePlate": "FHTY14"}}}, {"id": "a2cd3a54-e1f8-4d41-908f-55e0167267f6", "tripUpdate": {"trip": {"tripId": "19176-701ff27f-2", "startTime": "13:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 69, "arrival": {"time": "1694888907"}, "stopId": "35483"}, {"stopSequence": 70, "arrival": {"time": "1694888936"}, "stopId": "35484"}, {"stopSequence": 71, "arrival": {"time": "1694889001"}, "stopId": "7175655"}, {"stopSequence": 72, "arrival": {"time": "1694889035"}, "stopId": "35639"}, {"stopSequence": 73, "arrival": {"time": "1694889146"}, "stopId": "35779"}, {"stopSequence": 74, "arrival": {"time": "1694889155"}, "stopId": "91084"}, {"stopSequence": 75, "arrival": {"time": "1694889184"}, "stopId": "35780"}, {"stopSequence": 76, "arrival": {"time": "1694889216"}, "stopId": "91085"}], "vehicle": {"licensePlate": "LYYL36"}, "timestamp": "1694888888"}, "vehicle": {"trip": {"tripId": "19176-701ff27f-2", "startTime": "13:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 1}, "position": {"latitude": -36.85138, "longitude": -73.14554, "bearing": 193.0, "odometer": 0.0, "speed": 20.0}, "timestamp": "1694888888", "vehicle": {"licensePlate": "LYYL36"}}}, {"id": "b936d236-bf72-48f8-91bd-9640718c51b2", "tripUpdate": {"trip": {"tripId": "19179-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694888919"}, "stopId": "35745"}, {"stopSequence": 16, "arrival": {"time": "1694888947"}, "stopId": "15879953"}, {"stopSequence": 17, "arrival": {"time": "1694888970"}, "stopId": "35746"}, {"stopSequence": 18, "arrival": {"time": "1694888997"}, "stopId": "39634"}, {"stopSequence": 19, "arrival": {"time": "1694889024"}, "stopId": "39635"}, {"stopSequence": 20, "arrival": {"time": "1694889072"}, "stopId": "39636"}, {"stopSequence": 21, "arrival": {"time": "1694889127"}, "stopId": "49503"}, {"stopSequence": 22, "arrival": {"time": "1694889256"}, "stopId": "39637"}, {"stopSequence": 23, "arrival": {"time": "1694889307"}, "stopId": "49317"}, {"stopSequence": 24, "arrival": {"time": "1694889338"}, "stopId": "49318"}, {"stopSequence": 25, "arrival": {"time": "1694889404"}, "stopId": "49319"}, {"stopSequence": 26, "arrival": {"time": "1694889467"}, "stopId": "39641"}, {"stopSequence": 27, "arrival": {"time": "1694890299"}, "stopId": "35841"}, {"stopSequence": 28, "arrival": {"time": "1694890336"}, "stopId": "35842"}, {"stopSequence": 29, "arrival": {"time": "1694890385"}, "stopId": "35843"}, {"stopSequence": 30, "arrival": {"time": "1694890416"}, "stopId": "35844"}, {"stopSequence": 31, "arrival": {"time": "1694890480"}, "stopId": "91128"}, {"stopSequence": 32, "arrival": {"time": "1694890521"}, "stopId": "35846"}, {"stopSequence": 33, "arrival": {"time": "1694890587"}, "stopId": "35848"}, {"stopSequence": 34, "arrival": {"time": "1694890683"}, "stopId": "35849"}, {"stopSequence": 35, "arrival": {"time": "1694890716"}, "stopId": "35850"}, {"stopSequence": 36, "arrival": {"time": "1694890740"}, "stopId": "35851"}, {"stopSequence": 37, "arrival": {"time": "1694890762"}, "stopId": "35852"}, {"stopSequence": 38, "arrival": {"time": "1694890790"}, "stopId": "35853"}, {"stopSequence": 39, "arrival": {"time": "1694890828"}, "stopId": "35854"}, {"stopSequence": 40, "arrival": {"time": "1694890862"}, "stopId": "35618"}, {"stopSequence": 41, "arrival": {"time": "1694890911"}, "stopId": "35855"}, {"stopSequence": 42, "arrival": {"time": "1694890997"}, "stopId": "35856"}, {"stopSequence": 43, "arrival": {"time": "1694891074"}, "stopId": "35668"}, {"stopSequence": 44, "arrival": {"time": "1694891110"}, "stopId": "35858"}, {"stopSequence": 45, "arrival": {"time": "1694891163"}, "stopId": "35859"}, {"stopSequence": 46, "arrival": {"time": "1694891187"}, "stopId": "35665"}, {"stopSequence": 47, "arrival": {"time": "1694891222"}, "stopId": "35861"}, {"stopSequence": 48, "arrival": {"time": "1694891531"}, "stopId": "35756"}, {"stopSequence": 49, "arrival": {"time": "1694891674"}, "stopId": "35757"}, {"stopSequence": 50, "arrival": {"time": "1694891732"}, "stopId": "35758"}, {"stopSequence": 51, "arrival": {"time": "1694891743"}, "stopId": "35759"}, {"stopSequence": 52, "arrival": {"time": "1694891798"}, "stopId": "35760"}, {"stopSequence": 53, "arrival": {"time": "1694891878"}, "stopId": "35762"}, {"stopSequence": 54, "arrival": {"time": "1694891988"}, "stopId": "35764"}, {"stopSequence": 55, "arrival": {"time": "1694892007"}, "stopId": "35518"}, {"stopSequence": 56, "arrival": {"time": "1694892073"}, "stopId": "35766"}, {"stopSequence": 57, "arrival": {"time": "1694892154"}, "stopId": "35767"}, {"stopSequence": 58, "arrival": {"time": "1694892239"}, "stopId": "35398"}, {"stopSequence": 59, "arrival": {"time": "1694892318"}, "stopId": "91055"}, {"stopSequence": 60, "arrival": {"time": "1694892418"}, "stopId": "91056"}, {"stopSequence": 61, "arrival": {"time": "1694892508"}, "stopId": "91057"}, {"stopSequence": 62, "arrival": {"time": "1694892556"}, "stopId": "91058"}, {"stopSequence": 63, "arrival": {"time": "1694892644"}, "stopId": "91059"}, {"stopSequence": 64, "arrival": {"time": "1694892717"}, "stopId": "91060"}, {"stopSequence": 65, "arrival": {"time": "1694892747"}, "stopId": "35769"}, {"stopSequence": 66, "arrival": {"time": "1694892788"}, "stopId": "91061"}, {"stopSequence": 67, "arrival": {"time": "1694892963"}, "stopId": "91062"}, {"stopSequence": 68, "arrival": {"time": "1694893055"}, "stopId": "91037"}, {"stopSequence": 69, "arrival": {"time": "1694893112"}, "stopId": "35483"}, {"stopSequence": 70, "arrival": {"time": "1694893163"}, "stopId": "35484"}, {"stopSequence": 71, "arrival": {"time": "1694893280"}, "stopId": "7175655"}, {"stopSequence": 72, "arrival": {"time": "1694893343"}, "stopId": "35639"}, {"stopSequence": 73, "arrival": {"time": "1694893558"}, "stopId": "35779"}, {"stopSequence": 74, "arrival": {"time": "1694893576"}, "stopId": "91084"}, {"stopSequence": 75, "arrival": {"time": "1694893636"}, "stopId": "35780"}, {"stopSequence": 76, "arrival": {"time": "1694893703"}, "stopId": "91085"}], "vehicle": {"licensePlate": "ZR7471"}, "timestamp": "1694888871"}, "vehicle": {"trip": {"tripId": "19179-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 1}, "position": {"latitude": -36.824745, "longitude": -73.05552, "bearing": 243.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888871", "vehicle": {"licensePlate": "ZR7471"}}}, {"id": "4d3288c0-a4e7-4c73-92cc-aa39ab5179b1", "tripUpdate": {"trip": {"tripId": "19125-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694888967"}, "stopId": "35763"}, {"stopSequence": 23, "arrival": {"time": "1694889034"}, "stopId": "35761"}, {"stopSequence": 24, "arrival": {"time": "1694889120"}, "stopId": "35523"}, {"stopSequence": 25, "arrival": {"time": "1694889192"}, "stopId": "35524"}, {"stopSequence": 26, "arrival": {"time": "1694889295"}, "stopId": "35525"}, {"stopSequence": 27, "arrival": {"time": "1694889537"}, "stopId": "35418"}, {"stopSequence": 28, "arrival": {"time": "1694889587"}, "stopId": "91051"}, {"stopSequence": 29, "arrival": {"time": "1694889623"}, "stopId": "35666"}, {"stopSequence": 30, "arrival": {"time": "1694889667"}, "stopId": "35667"}, {"stopSequence": 31, "arrival": {"time": "1694889688"}, "stopId": "35668"}, {"stopSequence": 32, "arrival": {"time": "1694889743"}, "stopId": "35669"}, {"stopSequence": 33, "arrival": {"time": "1694889805"}, "stopId": "35670"}, {"stopSequence": 34, "arrival": {"time": "1694889843"}, "stopId": "35671"}, {"stopSequence": 35, "arrival": {"time": "1694889877"}, "stopId": "91050"}, {"stopSequence": 36, "arrival": {"time": "1694889919"}, "stopId": "35672"}, {"stopSequence": 37, "arrival": {"time": "1694889959"}, "stopId": "35673"}, {"stopSequence": 38, "arrival": {"time": "1694889985"}, "stopId": "35674"}, {"stopSequence": 39, "arrival": {"time": "1694890005"}, "stopId": "35675"}, {"stopSequence": 40, "arrival": {"time": "1694890022"}, "stopId": "35676"}, {"stopSequence": 41, "arrival": {"time": "1694890054"}, "stopId": "35677"}, {"stopSequence": 42, "arrival": {"time": "1694890134"}, "stopId": "35678"}, {"stopSequence": 43, "arrival": {"time": "1694890185"}, "stopId": "91137"}, {"stopSequence": 44, "arrival": {"time": "1694890220"}, "stopId": "91138"}, {"stopSequence": 45, "arrival": {"time": "1694890261"}, "stopId": "35845"}, {"stopSequence": 46, "arrival": {"time": "1694890310"}, "stopId": "35684"}, {"stopSequence": 47, "arrival": {"time": "1694890350"}, "stopId": "35685"}, {"stopSequence": 48, "arrival": {"time": "1694890393"}, "stopId": "35686"}, {"stopSequence": 49, "arrival": {"time": "1694890448"}, "stopId": "35687"}, {"stopSequence": 50, "arrival": {"time": "1694890513"}, "stopId": "91052"}, {"stopSequence": 51, "arrival": {"time": "1694890554"}, "stopId": "91053"}, {"stopSequence": 52, "arrival": {"time": "1694890618"}, "stopId": "91054"}, {"stopSequence": 53, "arrival": {"time": "1694891343"}, "stopId": "35688"}, {"stopSequence": 54, "arrival": {"time": "1694891474"}, "stopId": "35691"}, {"stopSequence": 55, "arrival": {"time": "1694891593"}, "stopId": "35693"}, {"stopSequence": 56, "arrival": {"time": "1694891660"}, "stopId": "35694"}, {"stopSequence": 57, "arrival": {"time": "1694891710"}, "stopId": "35695"}, {"stopSequence": 58, "arrival": {"time": "1694891769"}, "stopId": "35696"}, {"stopSequence": 59, "arrival": {"time": "1694891993"}, "stopId": "35697"}, {"stopSequence": 60, "arrival": {"time": "1694892125"}, "stopId": "2-Jan"}, {"stopSequence": 61, "arrival": {"time": "1694892166"}, "stopId": "42460"}, {"stopSequence": 62, "arrival": {"time": "1694892221"}, "stopId": "35690"}, {"stopSequence": 63, "arrival": {"time": "1694892368"}, "stopId": "35700"}, {"stopSequence": 64, "arrival": {"time": "1694892511"}, "stopId": "35703"}, {"stopSequence": 65, "arrival": {"time": "1694892547"}, "stopId": "35704"}, {"stopSequence": 66, "arrival": {"time": "1694892564"}, "stopId": "35705"}, {"stopSequence": 67, "arrival": {"time": "1694892599"}, "stopId": "35706"}, {"stopSequence": 68, "arrival": {"time": "1694892687"}, "stopId": "35707"}, {"stopSequence": 69, "arrival": {"time": "1694892728"}, "stopId": "35708"}, {"stopSequence": 70, "arrival": {"time": "1694892758"}, "stopId": "35709"}, {"stopSequence": 71, "arrival": {"time": "1694892887"}, "stopId": "38507"}, {"stopSequence": 72, "arrival": {"time": "1694892974"}, "stopId": "34473"}, {"stopSequence": 73, "arrival": {"time": "1694893052"}, "stopId": "38500"}, {"stopSequence": 74, "arrival": {"time": "1694893119"}, "stopId": "35808"}, {"stopSequence": 75, "arrival": {"time": "1694893241"}, "stopId": "35710"}, {"stopSequence": 76, "arrival": {"time": "1694893327"}, "stopId": "50036"}, {"stopSequence": 77, "arrival": {"time": "1694893521"}, "stopId": "35712"}, {"stopSequence": 78, "arrival": {"time": "1694893717"}, "stopId": "35713"}], "vehicle": {"licensePlate": "ZT3909"}, "timestamp": "1694888940"}, "vehicle": {"trip": {"tripId": "19125-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "582", "directionId": 0}, "position": {"latitude": -36.837414, "longitude": -73.148094, "bearing": 85.0, "odometer": 0.0, "speed": 7.6}, "timestamp": "1694888940", "vehicle": {"licensePlate": "ZT3909"}}}, {"id": "d68deee7-5682-4b93-b748-68e017d4d629", "tripUpdate": {"trip": {"tripId": "19479-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 18, "arrival": {"time": "1694889152"}, "stopId": "35786"}, {"stopSequence": 19, "arrival": {"time": "1694889219"}, "stopId": "35787"}, {"stopSequence": 20, "arrival": {"time": "1694889284"}, "stopId": "35788"}, {"stopSequence": 21, "arrival": {"time": "1694889384"}, "stopId": "35789"}, {"stopSequence": 22, "arrival": {"time": "1694889428"}, "stopId": "35790"}, {"stopSequence": 23, "arrival": {"time": "1694889509"}, "stopId": "35791"}, {"stopSequence": 24, "arrival": {"time": "1694889555"}, "stopId": "35792"}, {"stopSequence": 25, "arrival": {"time": "1694889611"}, "stopId": "35793"}, {"stopSequence": 26, "arrival": {"time": "1694889724"}, "stopId": "91116"}, {"stopSequence": 27, "arrival": {"time": "1694890179"}, "stopId": "35794"}, {"stopSequence": 28, "arrival": {"time": "1694890271"}, "stopId": "35796"}, {"stopSequence": 29, "arrival": {"time": "1694890319"}, "stopId": "35797"}, {"stopSequence": 30, "arrival": {"time": "1694890359"}, "stopId": "35798"}, {"stopSequence": 31, "arrival": {"time": "1694890397"}, "stopId": "35799"}, {"stopSequence": 32, "arrival": {"time": "1694890466"}, "stopId": "35800"}, {"stopSequence": 33, "arrival": {"time": "1694890515"}, "stopId": "35801"}, {"stopSequence": 34, "arrival": {"time": "1694890541"}, "stopId": "35802"}, {"stopSequence": 35, "arrival": {"time": "1694890589"}, "stopId": "35803"}, {"stopSequence": 36, "arrival": {"time": "1694890645"}, "stopId": "38507"}, {"stopSequence": 37, "arrival": {"time": "1694890696"}, "stopId": "34473"}, {"stopSequence": 38, "arrival": {"time": "1694890742"}, "stopId": "38500"}, {"stopSequence": 39, "arrival": {"time": "1694890789"}, "stopId": "35808"}, {"stopSequence": 40, "arrival": {"time": "1694890878"}, "stopId": "35814"}, {"stopSequence": 41, "arrival": {"time": "1694890959"}, "stopId": "35815"}, {"stopSequence": 42, "arrival": {"time": "1694890987"}, "stopId": "35816"}, {"stopSequence": 43, "arrival": {"time": "1694891001"}, "stopId": "35817"}, {"stopSequence": 44, "arrival": {"time": "1694891038"}, "stopId": "35818"}, {"stopSequence": 45, "arrival": {"time": "1694891080"}, "stopId": "35819"}, {"stopSequence": 46, "arrival": {"time": "1694891291"}, "stopId": "35822"}, {"stopSequence": 47, "arrival": {"time": "1694891337"}, "stopId": "35823"}, {"stopSequence": 48, "arrival": {"time": "1694891412"}, "stopId": "35723"}, {"stopSequence": 49, "arrival": {"time": "1694891465"}, "stopId": "35722"}, {"stopSequence": 50, "arrival": {"time": "1694891565"}, "stopId": "35826"}, {"stopSequence": 51, "arrival": {"time": "1694891636"}, "stopId": "35827"}, {"stopSequence": 52, "arrival": {"time": "1694891664"}, "stopId": "35828"}], "vehicle": {"licensePlate": "BLLL15"}, "timestamp": "1694888948"}, "vehicle": {"trip": {"tripId": "19479-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "position": {"latitude": -36.83977, "longitude": -73.12762, "bearing": 42.0, "odometer": 0.0, "speed": 5.9}, "timestamp": "1694888948", "vehicle": {"licensePlate": "BLLL15"}}}, {"id": "9a19e68b-1c18-47b4-9cc5-65f49f0ebb0d", "tripUpdate": {"trip": {"tripId": "19475-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889099"}, "stopId": "35794"}, {"stopSequence": 28, "arrival": {"time": "1694889196"}, "stopId": "35796"}, {"stopSequence": 29, "arrival": {"time": "1694889246"}, "stopId": "35797"}, {"stopSequence": 30, "arrival": {"time": "1694889288"}, "stopId": "35798"}, {"stopSequence": 31, "arrival": {"time": "1694889326"}, "stopId": "35799"}, {"stopSequence": 32, "arrival": {"time": "1694889396"}, "stopId": "35800"}, {"stopSequence": 33, "arrival": {"time": "1694889445"}, "stopId": "35801"}, {"stopSequence": 34, "arrival": {"time": "1694889471"}, "stopId": "35802"}, {"stopSequence": 35, "arrival": {"time": "1694889518"}, "stopId": "35803"}, {"stopSequence": 36, "arrival": {"time": "1694889573"}, "stopId": "38507"}, {"stopSequence": 37, "arrival": {"time": "1694889622"}, "stopId": "34473"}, {"stopSequence": 38, "arrival": {"time": "1694889665"}, "stopId": "38500"}, {"stopSequence": 39, "arrival": {"time": "1694889710"}, "stopId": "35808"}, {"stopSequence": 40, "arrival": {"time": "1694889793"}, "stopId": "35814"}, {"stopSequence": 41, "arrival": {"time": "1694889868"}, "stopId": "35815"}, {"stopSequence": 42, "arrival": {"time": "1694889893"}, "stopId": "35816"}, {"stopSequence": 43, "arrival": {"time": "1694889905"}, "stopId": "35817"}, {"stopSequence": 44, "arrival": {"time": "1694889939"}, "stopId": "35818"}, {"stopSequence": 45, "arrival": {"time": "1694889976"}, "stopId": "35819"}, {"stopSequence": 46, "arrival": {"time": "1694890161"}, "stopId": "35822"}, {"stopSequence": 47, "arrival": {"time": "1694890201"}, "stopId": "35823"}, {"stopSequence": 48, "arrival": {"time": "1694890263"}, "stopId": "35723"}, {"stopSequence": 49, "arrival": {"time": "1694890308"}, "stopId": "35722"}, {"stopSequence": 50, "arrival": {"time": "1694890390"}, "stopId": "35826"}, {"stopSequence": 51, "arrival": {"time": "1694890448"}, "stopId": "35827"}, {"stopSequence": 52, "arrival": {"time": "1694890471"}, "stopId": "35828"}], "vehicle": {"licensePlate": "CFTK74"}, "timestamp": "1694888927"}, "vehicle": {"trip": {"tripId": "19475-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "position": {"latitude": -36.831806, "longitude": -73.07276, "bearing": 64.0, "odometer": 0.0, "speed": 58.9}, "timestamp": "1694888927", "vehicle": {"licensePlate": "CFTK74"}}}, {"id": "c68195d6-c367-417d-9dbe-f93b0c466e71", "tripUpdate": {"trip": {"tripId": "19396-701ff27f-2", "startTime": "13:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694888880"}, "stopId": "35745"}, {"stopSequence": 32, "arrival": {"time": "1694888908"}, "stopId": "15879953"}, {"stopSequence": 33, "arrival": {"time": "1694888988"}, "stopId": "35746"}, {"stopSequence": 34, "arrival": {"time": "1694889580"}, "stopId": "35748"}, {"stopSequence": 35, "arrival": {"time": "1694889641"}, "stopId": "35749"}, {"stopSequence": 36, "arrival": {"time": "1694889686"}, "stopId": "35750"}, {"stopSequence": 37, "arrival": {"time": "1694889761"}, "stopId": "35751"}, {"stopSequence": 38, "arrival": {"time": "1694889871"}, "stopId": "35752"}, {"stopSequence": 39, "arrival": {"time": "1694890006"}, "stopId": "35417"}, {"stopSequence": 40, "arrival": {"time": "1694890076"}, "stopId": "35755"}, {"stopSequence": 41, "arrival": {"time": "1694890290"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694890404"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694890450"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694890458"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694890506"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694890571"}, "stopId": "35762"}, {"stopSequence": 47, "arrival": {"time": "1694890655"}, "stopId": "35764"}, {"stopSequence": 48, "arrival": {"time": "1694890661"}, "stopId": "35518"}, {"stopSequence": 49, "arrival": {"time": "1694890714"}, "stopId": "35766"}, {"stopSequence": 50, "arrival": {"time": "1694890774"}, "stopId": "35767"}, {"stopSequence": 51, "arrival": {"time": "1694890833"}, "stopId": "35398"}, {"stopSequence": 52, "arrival": {"time": "1694890890"}, "stopId": "91055"}, {"stopSequence": 53, "arrival": {"time": "1694890961"}, "stopId": "91056"}, {"stopSequence": 54, "arrival": {"time": "1694891025"}, "stopId": "91057"}, {"stopSequence": 55, "arrival": {"time": "1694891058"}, "stopId": "91058"}, {"stopSequence": 56, "arrival": {"time": "1694891119"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694891169"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694891196"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694891225"}, "stopId": "91061"}], "vehicle": {"licensePlate": "DSBZ84"}, "timestamp": "1694888856"}, "vehicle": {"trip": {"tripId": "19396-701ff27f-2", "startTime": "13:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.82517, "longitude": -73.05669, "bearing": 241.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888856", "vehicle": {"licensePlate": "DSBZ84"}}}, {"id": "fe594a80-18f9-4d2b-9df7-00f1ff3b80ab", "tripUpdate": {"trip": {"tripId": "19400-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694888923"}, "stopId": "35726"}, {"stopSequence": 12, "arrival": {"time": "1694888997"}, "stopId": "35727"}, {"stopSequence": 13, "arrival": {"time": "1694889074"}, "stopId": "35820"}, {"stopSequence": 14, "arrival": {"time": "1694889110"}, "stopId": "35729"}, {"stopSequence": 15, "arrival": {"time": "1694889143"}, "stopId": "35730"}, {"stopSequence": 16, "arrival": {"time": "1694889175"}, "stopId": "35731"}, {"stopSequence": 17, "arrival": {"time": "1694889241"}, "stopId": "35201"}, {"stopSequence": 18, "arrival": {"time": "1694889331"}, "stopId": "35202"}, {"stopSequence": 19, "arrival": {"time": "1694889360"}, "stopId": "35203"}, {"stopSequence": 20, "arrival": {"time": "1694889426"}, "stopId": "1-Feb"}, {"stopSequence": 21, "arrival": {"time": "1694889471"}, "stopId": "1-Mar"}, {"stopSequence": 22, "arrival": {"time": "1694889482"}, "stopId": "8276831"}, {"stopSequence": 23, "arrival": {"time": "1694889518"}, "stopId": "1-Apr"}, {"stopSequence": 24, "arrival": {"time": "1694889566"}, "stopId": "1-May"}, {"stopSequence": 25, "arrival": {"time": "1694889606"}, "stopId": "1-Jun"}, {"stopSequence": 26, "arrival": {"time": "1694889668"}, "stopId": "1-Jul"}, {"stopSequence": 27, "arrival": {"time": "1694889694"}, "stopId": "1-Aug"}, {"stopSequence": 28, "arrival": {"time": "1694889741"}, "stopId": "1-Sep"}, {"stopSequence": 29, "arrival": {"time": "1694889792"}, "stopId": "1-Oct"}, {"stopSequence": 30, "arrival": {"time": "1694889841"}, "stopId": "1-Nov"}, {"stopSequence": 31, "arrival": {"time": "1694889894"}, "stopId": "35745"}, {"stopSequence": 32, "arrival": {"time": "1694889919"}, "stopId": "15879953"}, {"stopSequence": 33, "arrival": {"time": "1694889993"}, "stopId": "35746"}, {"stopSequence": 34, "arrival": {"time": "1694890573"}, "stopId": "35748"}, {"stopSequence": 35, "arrival": {"time": "1694890636"}, "stopId": "35749"}, {"stopSequence": 36, "arrival": {"time": "1694890683"}, "stopId": "35750"}, {"stopSequence": 37, "arrival": {"time": "1694890763"}, "stopId": "35751"}, {"stopSequence": 38, "arrival": {"time": "1694890882"}, "stopId": "35752"}, {"stopSequence": 39, "arrival": {"time": "1694891032"}, "stopId": "35417"}, {"stopSequence": 40, "arrival": {"time": "1694891111"}, "stopId": "35755"}, {"stopSequence": 41, "arrival": {"time": "1694891359"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694891496"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694891551"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694891561"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694891619"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694891700"}, "stopId": "35762"}, {"stopSequence": 47, "arrival": {"time": "1694891804"}, "stopId": "35764"}, {"stopSequence": 48, "arrival": {"time": "1694891812"}, "stopId": "35518"}, {"stopSequence": 49, "arrival": {"time": "1694891879"}, "stopId": "35766"}, {"stopSequence": 50, "arrival": {"time": "1694891956"}, "stopId": "35767"}, {"stopSequence": 51, "arrival": {"time": "1694892032"}, "stopId": "35398"}, {"stopSequence": 52, "arrival": {"time": "1694892106"}, "stopId": "91055"}, {"stopSequence": 53, "arrival": {"time": "1694892200"}, "stopId": "91056"}, {"stopSequence": 54, "arrival": {"time": "1694892285"}, "stopId": "91057"}, {"stopSequence": 55, "arrival": {"time": "1694892330"}, "stopId": "91058"}, {"stopSequence": 56, "arrival": {"time": "1694892412"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694892480"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694892517"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694892556"}, "stopId": "91061"}], "vehicle": {"licensePlate": "FXRL57"}, "timestamp": "1694888893"}, "vehicle": {"trip": {"tripId": "19400-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.821827, "longitude": -73.00814, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888893", "vehicle": {"licensePlate": "FXRL57"}}}, {"id": "5eedf066-4a44-4c77-ba9f-4d182b9077e9", "tripUpdate": {"trip": {"tripId": "19478-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889015"}, "stopId": "35803"}, {"stopSequence": 36, "arrival": {"time": "1694889074"}, "stopId": "38507"}, {"stopSequence": 37, "arrival": {"time": "1694889127"}, "stopId": "34473"}, {"stopSequence": 38, "arrival": {"time": "1694889173"}, "stopId": "38500"}, {"stopSequence": 39, "arrival": {"time": "1694889221"}, "stopId": "35808"}, {"stopSequence": 40, "arrival": {"time": "1694889308"}, "stopId": "35814"}, {"stopSequence": 41, "arrival": {"time": "1694889386"}, "stopId": "35815"}, {"stopSequence": 42, "arrival": {"time": "1694889413"}, "stopId": "35816"}, {"stopSequence": 43, "arrival": {"time": "1694889425"}, "stopId": "35817"}, {"stopSequence": 44, "arrival": {"time": "1694889460"}, "stopId": "35818"}, {"stopSequence": 45, "arrival": {"time": "1694889498"}, "stopId": "35819"}, {"stopSequence": 46, "arrival": {"time": "1694889685"}, "stopId": "35822"}, {"stopSequence": 47, "arrival": {"time": "1694889725"}, "stopId": "35823"}, {"stopSequence": 48, "arrival": {"time": "1694889788"}, "stopId": "35723"}, {"stopSequence": 49, "arrival": {"time": "1694889832"}, "stopId": "35722"}, {"stopSequence": 50, "arrival": {"time": "1694889913"}, "stopId": "35826"}, {"stopSequence": 51, "arrival": {"time": "1694889970"}, "stopId": "35827"}, {"stopSequence": 52, "arrival": {"time": "1694889992"}, "stopId": "35828"}], "vehicle": {"licensePlate": "FXRL66"}, "timestamp": "1694888979"}, "vehicle": {"trip": {"tripId": "19478-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "position": {"latitude": -36.820625, "longitude": -73.04506, "bearing": 138.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888979", "vehicle": {"licensePlate": "FXRL66"}}}, {"id": "7d2c80d3-f24f-4cda-bbb6-20eb760ea518", "tripUpdate": {"trip": {"tripId": "19388-701ff27f-2", "startTime": "11:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 56, "arrival": {"time": "1694888265"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694888313"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694888338"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694888364"}, "stopId": "91061"}], "vehicle": {"licensePlate": "JBTK30"}, "timestamp": "1694888247"}, "vehicle": {"trip": {"tripId": "19388-701ff27f-2", "startTime": "11:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.84703, "longitude": -73.14399, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888912", "vehicle": {"licensePlate": "JBTK30"}}}, {"id": "9fdfc35f-f5ee-4f99-badc-b8025bbb39de", "tripUpdate": {"trip": {"tripId": "19397-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694888966"}, "stopId": "35766"}, {"stopSequence": 50, "arrival": {"time": "1694889028"}, "stopId": "35767"}, {"stopSequence": 51, "arrival": {"time": "1694889086"}, "stopId": "35398"}, {"stopSequence": 52, "arrival": {"time": "1694889142"}, "stopId": "91055"}, {"stopSequence": 53, "arrival": {"time": "1694889211"}, "stopId": "91056"}, {"stopSequence": 54, "arrival": {"time": "1694889270"}, "stopId": "91057"}, {"stopSequence": 55, "arrival": {"time": "1694889301"}, "stopId": "91058"}, {"stopSequence": 56, "arrival": {"time": "1694889356"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694889401"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694889425"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694889450"}, "stopId": "91061"}], "vehicle": {"licensePlate": "JGJX64"}, "timestamp": "1694888941"}, "vehicle": {"trip": {"tripId": "19397-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.838707, "longitude": -73.14899, "bearing": 175.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888941", "vehicle": {"licensePlate": "JGJX64"}}}, {"id": "b98d234e-ac0c-4487-984b-49dcb8469a8a", "tripUpdate": {"trip": {"tripId": "19476-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 47, "arrival": {"time": "1694888964"}, "stopId": "35823"}, {"stopSequence": 48, "arrival": {"time": "1694889032"}, "stopId": "35723"}, {"stopSequence": 49, "arrival": {"time": "1694889080"}, "stopId": "35722"}, {"stopSequence": 50, "arrival": {"time": "1694889166"}, "stopId": "35826"}, {"stopSequence": 51, "arrival": {"time": "1694889226"}, "stopId": "35827"}, {"stopSequence": 52, "arrival": {"time": "1694889250"}, "stopId": "35828"}], "vehicle": {"licensePlate": "JKZB14"}, "timestamp": "1694888921"}, "vehicle": {"trip": {"tripId": "19476-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "position": {"latitude": -36.82143, "longitude": -73.00966, "bearing": 107.0, "odometer": 0.0, "speed": 37.8}, "timestamp": "1694888921", "vehicle": {"licensePlate": "JKZB14"}}}, {"id": "70b3d1f8-ff61-4e52-948a-b87ae223ee3a", "tripUpdate": {"trip": {"tripId": "19394-701ff27f-2", "startTime": "13:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694888958"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694889080"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694889128"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694889136"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694889185"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694889251"}, "stopId": "35762"}, {"stopSequence": 47, "arrival": {"time": "1694889334"}, "stopId": "35764"}, {"stopSequence": 48, "arrival": {"time": "1694889340"}, "stopId": "35518"}, {"stopSequence": 49, "arrival": {"time": "1694889392"}, "stopId": "35766"}, {"stopSequence": 50, "arrival": {"time": "1694889450"}, "stopId": "35767"}, {"stopSequence": 51, "arrival": {"time": "1694889505"}, "stopId": "35398"}, {"stopSequence": 52, "arrival": {"time": "1694889558"}, "stopId": "91055"}, {"stopSequence": 53, "arrival": {"time": "1694889623"}, "stopId": "91056"}, {"stopSequence": 54, "arrival": {"time": "1694889680"}, "stopId": "91057"}, {"stopSequence": 55, "arrival": {"time": "1694889710"}, "stopId": "91058"}, {"stopSequence": 56, "arrival": {"time": "1694889763"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694889807"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694889830"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694889854"}, "stopId": "91061"}], "vehicle": {"licensePlate": "LHFC67"}, "timestamp": "1694888948"}, "vehicle": {"trip": {"tripId": "19394-701ff27f-2", "startTime": "13:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.84046, "longitude": -73.12934, "bearing": 323.0, "odometer": 0.0, "speed": 10.3}, "timestamp": "1694888948", "vehicle": {"licensePlate": "LHFC67"}}}, {"id": "177ba214-2aeb-4e75-b7eb-92110155b660", "tripUpdate": {"trip": {"tripId": "19399-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 29, "arrival": {"time": "1694888924"}, "stopId": "1-Oct"}, {"stopSequence": 30, "arrival": {"time": "1694888977"}, "stopId": "1-Nov"}, {"stopSequence": 31, "arrival": {"time": "1694889035"}, "stopId": "35745"}, {"stopSequence": 32, "arrival": {"time": "1694889063"}, "stopId": "15879953"}, {"stopSequence": 33, "arrival": {"time": "1694889142"}, "stopId": "35746"}, {"stopSequence": 34, "arrival": {"time": "1694889728"}, "stopId": "35748"}, {"stopSequence": 35, "arrival": {"time": "1694889789"}, "stopId": "35749"}, {"stopSequence": 36, "arrival": {"time": "1694889833"}, "stopId": "35750"}, {"stopSequence": 37, "arrival": {"time": "1694889908"}, "stopId": "35751"}, {"stopSequence": 38, "arrival": {"time": "1694890019"}, "stopId": "35752"}, {"stopSequence": 39, "arrival": {"time": "1694890154"}, "stopId": "35417"}, {"stopSequence": 40, "arrival": {"time": "1694890224"}, "stopId": "35755"}, {"stopSequence": 41, "arrival": {"time": "1694890439"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694890555"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694890601"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694890609"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694890657"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694890723"}, "stopId": "35762"}, {"stopSequence": 47, "arrival": {"time": "1694890808"}, "stopId": "35764"}, {"stopSequence": 48, "arrival": {"time": "1694890814"}, "stopId": "35518"}, {"stopSequence": 49, "arrival": {"time": "1694890867"}, "stopId": "35766"}, {"stopSequence": 50, "arrival": {"time": "1694890929"}, "stopId": "35767"}, {"stopSequence": 51, "arrival": {"time": "1694890989"}, "stopId": "35398"}, {"stopSequence": 52, "arrival": {"time": "1694891047"}, "stopId": "91055"}, {"stopSequence": 53, "arrival": {"time": "1694891119"}, "stopId": "91056"}, {"stopSequence": 54, "arrival": {"time": "1694891184"}, "stopId": "91057"}, {"stopSequence": 55, "arrival": {"time": "1694891218"}, "stopId": "91058"}, {"stopSequence": 56, "arrival": {"time": "1694891280"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694891331"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694891358"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694891387"}, "stopId": "91061"}], "vehicle": {"licensePlate": "PSWC29"}, "timestamp": "1694888922"}, "vehicle": {"trip": {"tripId": "19399-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.82336, "longitude": -73.05246, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888922", "vehicle": {"licensePlate": "PSWC29"}}}, {"id": "8091a49d-e18f-47b7-819d-0bd3d870e3a9", "tripUpdate": {"trip": {"tripId": "19401-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 10, "arrival": {"time": "1694888928"}, "stopId": "35724"}, {"stopSequence": 11, "arrival": {"time": "1694889000"}, "stopId": "35726"}, {"stopSequence": 12, "arrival": {"time": "1694889073"}, "stopId": "35727"}, {"stopSequence": 13, "arrival": {"time": "1694889149"}, "stopId": "35820"}, {"stopSequence": 14, "arrival": {"time": "1694889185"}, "stopId": "35729"}, {"stopSequence": 15, "arrival": {"time": "1694889218"}, "stopId": "35730"}, {"stopSequence": 16, "arrival": {"time": "1694889250"}, "stopId": "35731"}, {"stopSequence": 17, "arrival": {"time": "1694889315"}, "stopId": "35201"}, {"stopSequence": 18, "arrival": {"time": "1694889404"}, "stopId": "35202"}, {"stopSequence": 19, "arrival": {"time": "1694889433"}, "stopId": "35203"}, {"stopSequence": 20, "arrival": {"time": "1694889499"}, "stopId": "1-Feb"}, {"stopSequence": 21, "arrival": {"time": "1694889544"}, "stopId": "1-Mar"}, {"stopSequence": 22, "arrival": {"time": "1694889555"}, "stopId": "8276831"}, {"stopSequence": 23, "arrival": {"time": "1694889591"}, "stopId": "1-Apr"}, {"stopSequence": 24, "arrival": {"time": "1694889639"}, "stopId": "1-May"}, {"stopSequence": 25, "arrival": {"time": "1694889678"}, "stopId": "1-Jun"}, {"stopSequence": 26, "arrival": {"time": "1694889740"}, "stopId": "1-Jul"}, {"stopSequence": 27, "arrival": {"time": "1694889766"}, "stopId": "1-Aug"}, {"stopSequence": 28, "arrival": {"time": "1694889813"}, "stopId": "1-Sep"}, {"stopSequence": 29, "arrival": {"time": "1694889864"}, "stopId": "1-Oct"}, {"stopSequence": 30, "arrival": {"time": "1694889913"}, "stopId": "1-Nov"}, {"stopSequence": 31, "arrival": {"time": "1694889966"}, "stopId": "35745"}, {"stopSequence": 32, "arrival": {"time": "1694889991"}, "stopId": "15879953"}, {"stopSequence": 33, "arrival": {"time": "1694890065"}, "stopId": "35746"}, {"stopSequence": 34, "arrival": {"time": "1694890647"}, "stopId": "35748"}, {"stopSequence": 35, "arrival": {"time": "1694890710"}, "stopId": "35749"}, {"stopSequence": 36, "arrival": {"time": "1694890758"}, "stopId": "35750"}, {"stopSequence": 37, "arrival": {"time": "1694890839"}, "stopId": "35751"}, {"stopSequence": 38, "arrival": {"time": "1694890959"}, "stopId": "35752"}, {"stopSequence": 39, "arrival": {"time": "1694891111"}, "stopId": "35417"}, {"stopSequence": 40, "arrival": {"time": "1694891191"}, "stopId": "35755"}, {"stopSequence": 41, "arrival": {"time": "1694891442"}, "stopId": "35756"}, {"stopSequence": 42, "arrival": {"time": "1694891581"}, "stopId": "35757"}, {"stopSequence": 43, "arrival": {"time": "1694891637"}, "stopId": "35758"}, {"stopSequence": 44, "arrival": {"time": "1694891647"}, "stopId": "35759"}, {"stopSequence": 45, "arrival": {"time": "1694891706"}, "stopId": "35760"}, {"stopSequence": 46, "arrival": {"time": "1694891788"}, "stopId": "35762"}, {"stopSequence": 47, "arrival": {"time": "1694891894"}, "stopId": "35764"}, {"stopSequence": 48, "arrival": {"time": "1694891902"}, "stopId": "35518"}, {"stopSequence": 49, "arrival": {"time": "1694891970"}, "stopId": "35766"}, {"stopSequence": 50, "arrival": {"time": "1694892049"}, "stopId": "35767"}, {"stopSequence": 51, "arrival": {"time": "1694892126"}, "stopId": "35398"}, {"stopSequence": 52, "arrival": {"time": "1694892202"}, "stopId": "91055"}, {"stopSequence": 53, "arrival": {"time": "1694892298"}, "stopId": "91056"}, {"stopSequence": 54, "arrival": {"time": "1694892384"}, "stopId": "91057"}, {"stopSequence": 55, "arrival": {"time": "1694892430"}, "stopId": "91058"}, {"stopSequence": 56, "arrival": {"time": "1694892514"}, "stopId": "91059"}, {"stopSequence": 57, "arrival": {"time": "1694892585"}, "stopId": "91060"}, {"stopSequence": 58, "arrival": {"time": "1694892622"}, "stopId": "35769"}, {"stopSequence": 59, "arrival": {"time": "1694892662"}, "stopId": "91061"}], "vehicle": {"licensePlate": "XY7453"}, "timestamp": "1694888912"}, "vehicle": {"trip": {"tripId": "19401-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.824203, "longitude": -73.00877, "bearing": 332.0, "odometer": 0.0, "speed": 18.9}, "timestamp": "1694888912", "vehicle": {"licensePlate": "XY7453"}}}, {"id": "bdf79ae6-f542-4cc0-9f3b-999df29a42f6", "tripUpdate": {"trip": {"tripId": "19480-701ff27f-2", "startTime": "15:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694888981"}, "stopId": "35810"}, {"stopSequence": 2, "arrival": {"time": "1694889022"}, "stopId": "35813"}, {"stopSequence": 3, "arrival": {"time": "1694889084"}, "stopId": "91048"}, {"stopSequence": 4, "arrival": {"time": "1694889133"}, "stopId": "35650"}, {"stopSequence": 5, "arrival": {"time": "1694889213"}, "stopId": "91049"}, {"stopSequence": 6, "arrival": {"time": "1694889293"}, "stopId": "91043"}, {"stopSequence": 7, "arrival": {"time": "1694889307"}, "stopId": "35508"}, {"stopSequence": 8, "arrival": {"time": "1694889346"}, "stopId": "35514"}, {"stopSequence": 9, "arrival": {"time": "1694889396"}, "stopId": "35515"}, {"stopSequence": 10, "arrival": {"time": "1694889448"}, "stopId": "35516"}, {"stopSequence": 11, "arrival": {"time": "1694889481"}, "stopId": "35517"}, {"stopSequence": 12, "arrival": {"time": "1694889558"}, "stopId": "35763"}, {"stopSequence": 13, "arrival": {"time": "1694889620"}, "stopId": "35761"}, {"stopSequence": 14, "arrival": {"time": "1694889657"}, "stopId": "35522"}, {"stopSequence": 15, "arrival": {"time": "1694889700"}, "stopId": "35523"}, {"stopSequence": 16, "arrival": {"time": "1694889768"}, "stopId": "35524"}, {"stopSequence": 17, "arrival": {"time": "1694889865"}, "stopId": "35525"}, {"stopSequence": 18, "arrival": {"time": "1694890124"}, "stopId": "35786"}, {"stopSequence": 19, "arrival": {"time": "1694890188"}, "stopId": "35787"}, {"stopSequence": 20, "arrival": {"time": "1694890249"}, "stopId": "35788"}, {"stopSequence": 21, "arrival": {"time": "1694890347"}, "stopId": "35789"}, {"stopSequence": 22, "arrival": {"time": "1694890390"}, "stopId": "35790"}, {"stopSequence": 23, "arrival": {"time": "1694890471"}, "stopId": "35791"}, {"stopSequence": 24, "arrival": {"time": "1694890518"}, "stopId": "35792"}, {"stopSequence": 25, "arrival": {"time": "1694890575"}, "stopId": "35793"}, {"stopSequence": 26, "arrival": {"time": "1694890692"}, "stopId": "91116"}, {"stopSequence": 27, "arrival": {"time": "1694891190"}, "stopId": "35794"}, {"stopSequence": 28, "arrival": {"time": "1694891296"}, "stopId": "35796"}, {"stopSequence": 29, "arrival": {"time": "1694891351"}, "stopId": "35797"}, {"stopSequence": 30, "arrival": {"time": "1694891399"}, "stopId": "35798"}, {"stopSequence": 31, "arrival": {"time": "1694891444"}, "stopId": "35799"}, {"stopSequence": 32, "arrival": {"time": "1694891526"}, "stopId": "35800"}, {"stopSequence": 33, "arrival": {"time": "1694891586"}, "stopId": "35801"}, {"stopSequence": 34, "arrival": {"time": "1694891617"}, "stopId": "35802"}, {"stopSequence": 35, "arrival": {"time": "1694891676"}, "stopId": "35803"}, {"stopSequence": 36, "arrival": {"time": "1694891745"}, "stopId": "38507"}, {"stopSequence": 37, "arrival": {"time": "1694891809"}, "stopId": "34473"}, {"stopSequence": 38, "arrival": {"time": "1694891866"}, "stopId": "38500"}, {"stopSequence": 39, "arrival": {"time": "1694891926"}, "stopId": "35808"}, {"stopSequence": 40, "arrival": {"time": "1694892040"}, "stopId": "35814"}, {"stopSequence": 41, "arrival": {"time": "1694892146"}, "stopId": "35815"}, {"stopSequence": 42, "arrival": {"time": "1694892183"}, "stopId": "35816"}, {"stopSequence": 43, "arrival": {"time": "1694892201"}, "stopId": "35817"}, {"stopSequence": 44, "arrival": {"time": "1694892250"}, "stopId": "35818"}, {"stopSequence": 45, "arrival": {"time": "1694892306"}, "stopId": "35819"}, {"stopSequence": 46, "arrival": {"time": "1694892593"}, "stopId": "35822"}, {"stopSequence": 47, "arrival": {"time": "1694892658"}, "stopId": "35823"}, {"stopSequence": 48, "arrival": {"time": "1694892762"}, "stopId": "35723"}, {"stopSequence": 49, "arrival": {"time": "1694892837"}, "stopId": "35722"}, {"stopSequence": 50, "arrival": {"time": "1694892980"}, "stopId": "35826"}, {"stopSequence": 51, "arrival": {"time": "1694893083"}, "stopId": "35827"}, {"stopSequence": 52, "arrival": {"time": "1694893125"}, "stopId": "35828"}], "vehicle": {"licensePlate": "ZR7463"}, "timestamp": "1694888945"}, "vehicle": {"trip": {"tripId": "19480-701ff27f-2", "startTime": "15:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 0}, "position": {"latitude": -36.846367, "longitude": -73.14357, "bearing": 79.0, "odometer": 0.0, "speed": 9.7}, "timestamp": "1694888945", "vehicle": {"licensePlate": "ZR7463"}}}, {"id": "c9e111ac-34d8-4128-a635-c7cbeed09c38", "tripUpdate": {"trip": {"tripId": "19553-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694888950"}, "stopId": "35793"}, {"stopSequence": 29, "arrival": {"time": "1694889072"}, "stopId": "91116"}, {"stopSequence": 30, "arrival": {"time": "1694889546"}, "stopId": "35794"}, {"stopSequence": 31, "arrival": {"time": "1694889637"}, "stopId": "35796"}, {"stopSequence": 32, "arrival": {"time": "1694889676"}, "stopId": "35797"}, {"stopSequence": 33, "arrival": {"time": "1694889725"}, "stopId": "35798"}, {"stopSequence": 34, "arrival": {"time": "1694889763"}, "stopId": "35799"}, {"stopSequence": 35, "arrival": {"time": "1694889830"}, "stopId": "35800"}, {"stopSequence": 36, "arrival": {"time": "1694889878"}, "stopId": "35801"}, {"stopSequence": 37, "arrival": {"time": "1694889903"}, "stopId": "35802"}, {"stopSequence": 38, "arrival": {"time": "1694889948"}, "stopId": "35803"}, {"stopSequence": 39, "arrival": {"time": "1694890002"}, "stopId": "38507"}, {"stopSequence": 40, "arrival": {"time": "1694890052"}, "stopId": "34473"}, {"stopSequence": 41, "arrival": {"time": "1694890094"}, "stopId": "38500"}, {"stopSequence": 42, "arrival": {"time": "1694890131"}, "stopId": "35808"}, {"stopSequence": 43, "arrival": {"time": "1694890195"}, "stopId": "35710"}, {"stopSequence": 44, "arrival": {"time": "1694890229"}, "stopId": "50036"}, {"stopSequence": 45, "arrival": {"time": "1694890337"}, "stopId": "35712"}, {"stopSequence": 46, "arrival": {"time": "1694890430"}, "stopId": "35713"}], "vehicle": {"licensePlate": "FTPT71"}, "timestamp": "1694888917"}, "vehicle": {"trip": {"tripId": "19553-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "position": {"latitude": -36.83892, "longitude": -73.09308, "bearing": 94.0, "odometer": 0.0, "speed": 18.9}, "timestamp": "1694888917", "vehicle": {"licensePlate": "FTPT71"}}}, {"id": "cd5c311d-6826-4099-9fae-3d5c45b712b1", "tripUpdate": {"trip": {"tripId": "19625-701ff27f-2", "startTime": "14:08:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 42, "arrival": {"time": "1694889033"}, "stopId": "91058"}], "vehicle": {"licensePlate": "FXJV66"}, "timestamp": "1694888877"}, "vehicle": {"trip": {"tripId": "19625-701ff27f-2", "startTime": "14:08:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.845425, "longitude": -73.1483, "bearing": 5.0, "odometer": 0.0, "speed": 10.8}, "timestamp": "1694888877", "vehicle": {"licensePlate": "FXJV66"}}}, {"id": "25215522-6f4f-47fb-b657-5c9582306d62", "tripUpdate": {"trip": {"tripId": "19554-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694888988"}, "stopId": "34473"}, {"stopSequence": 41, "arrival": {"time": "1694889035"}, "stopId": "38500"}, {"stopSequence": 42, "arrival": {"time": "1694889075"}, "stopId": "35808"}, {"stopSequence": 43, "arrival": {"time": "1694889144"}, "stopId": "35710"}, {"stopSequence": 44, "arrival": {"time": "1694889181"}, "stopId": "50036"}, {"stopSequence": 45, "arrival": {"time": "1694889294"}, "stopId": "35712"}, {"stopSequence": 46, "arrival": {"time": "1694889388"}, "stopId": "35713"}], "vehicle": {"licensePlate": "LHFP65"}, "timestamp": "1694888983"}, "vehicle": {"trip": {"tripId": "19554-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "position": {"latitude": -36.8178, "longitude": -73.03844, "bearing": 62.0, "odometer": 0.0, "speed": 20.5}, "timestamp": "1694888983", "vehicle": {"licensePlate": "LHFP65"}}}, {"id": "77c6650d-e90b-468d-ac5a-860a74d6ac74", "tripUpdate": {"trip": {"tripId": "19556-701ff27f-2", "startTime": "15:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694888989"}, "stopId": "35876"}, {"stopSequence": 5, "arrival": {"time": "1694889079"}, "stopId": "35874"}, {"stopSequence": 6, "arrival": {"time": "1694889121"}, "stopId": "35873"}, {"stopSequence": 7, "arrival": {"time": "1694889159"}, "stopId": "35872"}, {"stopSequence": 8, "arrival": {"time": "1694889194"}, "stopId": "35871"}, {"stopSequence": 9, "arrival": {"time": "1694889241"}, "stopId": "35484"}, {"stopSequence": 10, "arrival": {"time": "1694889304"}, "stopId": "7175655"}, {"stopSequence": 11, "arrival": {"time": "1694889322"}, "stopId": "35776"}, {"stopSequence": 12, "arrival": {"time": "1694889368"}, "stopId": "35777"}, {"stopSequence": 13, "arrival": {"time": "1694889396"}, "stopId": "35778"}, {"stopSequence": 14, "arrival": {"time": "1694889461"}, "stopId": "35640"}, {"stopSequence": 15, "arrival": {"time": "1694889486"}, "stopId": "35781"}, {"stopSequence": 16, "arrival": {"time": "1694889516"}, "stopId": "35782"}, {"stopSequence": 17, "arrival": {"time": "1694889563"}, "stopId": "91038"}, {"stopSequence": 18, "arrival": {"time": "1694889672"}, "stopId": "35783"}, {"stopSequence": 19, "arrival": {"time": "1694889705"}, "stopId": "31013"}, {"stopSequence": 20, "arrival": {"time": "1694889826"}, "stopId": "35785"}, {"stopSequence": 21, "arrival": {"time": "1694890057"}, "stopId": "35786"}, {"stopSequence": 22, "arrival": {"time": "1694890122"}, "stopId": "35787"}, {"stopSequence": 23, "arrival": {"time": "1694890184"}, "stopId": "35788"}, {"stopSequence": 24, "arrival": {"time": "1694890281"}, "stopId": "35789"}, {"stopSequence": 25, "arrival": {"time": "1694890324"}, "stopId": "35790"}, {"stopSequence": 26, "arrival": {"time": "1694890404"}, "stopId": "35791"}, {"stopSequence": 27, "arrival": {"time": "1694890450"}, "stopId": "35792"}, {"stopSequence": 28, "arrival": {"time": "1694890507"}, "stopId": "35793"}, {"stopSequence": 29, "arrival": {"time": "1694890623"}, "stopId": "91116"}, {"stopSequence": 30, "arrival": {"time": "1694891115"}, "stopId": "35794"}, {"stopSequence": 31, "arrival": {"time": "1694891219"}, "stopId": "35796"}, {"stopSequence": 32, "arrival": {"time": "1694891264"}, "stopId": "35797"}, {"stopSequence": 33, "arrival": {"time": "1694891320"}, "stopId": "35798"}, {"stopSequence": 34, "arrival": {"time": "1694891365"}, "stopId": "35799"}, {"stopSequence": 35, "arrival": {"time": "1694891446"}, "stopId": "35800"}, {"stopSequence": 36, "arrival": {"time": "1694891504"}, "stopId": "35801"}, {"stopSequence": 37, "arrival": {"time": "1694891535"}, "stopId": "35802"}, {"stopSequence": 38, "arrival": {"time": "1694891591"}, "stopId": "35803"}, {"stopSequence": 39, "arrival": {"time": "1694891660"}, "stopId": "38507"}, {"stopSequence": 40, "arrival": {"time": "1694891723"}, "stopId": "34473"}, {"stopSequence": 41, "arrival": {"time": "1694891778"}, "stopId": "38500"}, {"stopSequence": 42, "arrival": {"time": "1694891826"}, "stopId": "35808"}, {"stopSequence": 43, "arrival": {"time": "1694891912"}, "stopId": "35710"}, {"stopSequence": 44, "arrival": {"time": "1694891958"}, "stopId": "50036"}, {"stopSequence": 45, "arrival": {"time": "1694892107"}, "stopId": "35712"}, {"stopSequence": 46, "arrival": {"time": "1694892238"}, "stopId": "35713"}], "vehicle": {"licensePlate": "WC2081"}, "timestamp": "1694888949"}, "vehicle": {"trip": {"tripId": "19556-701ff27f-2", "startTime": "15:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "position": {"latitude": -36.842815, "longitude": -73.14676, "bearing": 268.0, "odometer": 0.0, "speed": 8.1}, "timestamp": "1694888949", "vehicle": {"licensePlate": "WC2081"}}}, {"id": "4bc54ac0-cd1f-4c0f-bc05-6d29dd749a8f", "tripUpdate": {"trip": {"tripId": "19552-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694888960"}, "stopId": "35782"}, {"stopSequence": 17, "arrival": {"time": "1694889011"}, "stopId": "91038"}, {"stopSequence": 18, "arrival": {"time": "1694889127"}, "stopId": "35783"}, {"stopSequence": 19, "arrival": {"time": "1694889162"}, "stopId": "31013"}, {"stopSequence": 20, "arrival": {"time": "1694889289"}, "stopId": "35785"}, {"stopSequence": 21, "arrival": {"time": "1694889527"}, "stopId": "35786"}, {"stopSequence": 22, "arrival": {"time": "1694889594"}, "stopId": "35787"}, {"stopSequence": 23, "arrival": {"time": "1694889656"}, "stopId": "35788"}, {"stopSequence": 24, "arrival": {"time": "1694889753"}, "stopId": "35789"}, {"stopSequence": 25, "arrival": {"time": "1694889795"}, "stopId": "35790"}, {"stopSequence": 26, "arrival": {"time": "1694889874"}, "stopId": "35791"}, {"stopSequence": 27, "arrival": {"time": "1694889919"}, "stopId": "35792"}, {"stopSequence": 28, "arrival": {"time": "1694889975"}, "stopId": "35793"}, {"stopSequence": 29, "arrival": {"time": "1694890087"}, "stopId": "91116"}, {"stopSequence": 30, "arrival": {"time": "1694890548"}, "stopId": "35794"}, {"stopSequence": 31, "arrival": {"time": "1694890643"}, "stopId": "35796"}, {"stopSequence": 32, "arrival": {"time": "1694890683"}, "stopId": "35797"}, {"stopSequence": 33, "arrival": {"time": "1694890735"}, "stopId": "35798"}, {"stopSequence": 34, "arrival": {"time": "1694890775"}, "stopId": "35799"}, {"stopSequence": 35, "arrival": {"time": "1694890847"}, "stopId": "35800"}, {"stopSequence": 36, "arrival": {"time": "1694890899"}, "stopId": "35801"}, {"stopSequence": 37, "arrival": {"time": "1694890926"}, "stopId": "35802"}, {"stopSequence": 38, "arrival": {"time": "1694890975"}, "stopId": "35803"}, {"stopSequence": 39, "arrival": {"time": "1694891036"}, "stopId": "38507"}, {"stopSequence": 40, "arrival": {"time": "1694891091"}, "stopId": "34473"}, {"stopSequence": 41, "arrival": {"time": "1694891139"}, "stopId": "38500"}, {"stopSequence": 42, "arrival": {"time": "1694891181"}, "stopId": "35808"}, {"stopSequence": 43, "arrival": {"time": "1694891255"}, "stopId": "35710"}, {"stopSequence": 44, "arrival": {"time": "1694891295"}, "stopId": "50036"}, {"stopSequence": 45, "arrival": {"time": "1694891422"}, "stopId": "35712"}, {"stopSequence": 46, "arrival": {"time": "1694891532"}, "stopId": "35713"}], "vehicle": {"licensePlate": "YU5032"}, "timestamp": "1694888939"}, "vehicle": {"trip": {"tripId": "19552-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "position": {"latitude": -36.854763, "longitude": -73.13467, "bearing": 107.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888939", "vehicle": {"licensePlate": "YU5032"}}}, {"id": "ed563e8e-50d9-4ebe-87e9-e3d78da33a35", "tripUpdate": {"trip": {"tripId": "19627-701ff27f-2", "startTime": "14:38:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694888914"}, "stopId": "35745"}, {"stopSequence": 16, "arrival": {"time": "1694888942"}, "stopId": "15879953"}, {"stopSequence": 17, "arrival": {"time": "1694888965"}, "stopId": "35746"}, {"stopSequence": 18, "arrival": {"time": "1694889562"}, "stopId": "35748"}, {"stopSequence": 19, "arrival": {"time": "1694889623"}, "stopId": "35749"}, {"stopSequence": 20, "arrival": {"time": "1694889668"}, "stopId": "35750"}, {"stopSequence": 21, "arrival": {"time": "1694889744"}, "stopId": "35751"}, {"stopSequence": 22, "arrival": {"time": "1694889854"}, "stopId": "35752"}, {"stopSequence": 23, "arrival": {"time": "1694889989"}, "stopId": "35417"}, {"stopSequence": 24, "arrival": {"time": "1694890059"}, "stopId": "35755"}, {"stopSequence": 25, "arrival": {"time": "1694890266"}, "stopId": "35864"}, {"stopSequence": 26, "arrival": {"time": "1694890383"}, "stopId": "91039"}, {"stopSequence": 27, "arrival": {"time": "1694890524"}, "stopId": "35866"}, {"stopSequence": 28, "arrival": {"time": "1694890563"}, "stopId": "91040"}, {"stopSequence": 29, "arrival": {"time": "1694890603"}, "stopId": "35867"}, {"stopSequence": 30, "arrival": {"time": "1694890634"}, "stopId": "91066"}, {"stopSequence": 31, "arrival": {"time": "1694890684"}, "stopId": "35644"}, {"stopSequence": 32, "arrival": {"time": "1694890730"}, "stopId": "35868"}, {"stopSequence": 33, "arrival": {"time": "1694890755"}, "stopId": "35869"}, {"stopSequence": 34, "arrival": {"time": "1694890782"}, "stopId": "35870"}, {"stopSequence": 35, "arrival": {"time": "1694890818"}, "stopId": "91045"}, {"stopSequence": 36, "arrival": {"time": "1694890846"}, "stopId": "91089"}, {"stopSequence": 37, "arrival": {"time": "1694890876"}, "stopId": "35645"}, {"stopSequence": 38, "arrival": {"time": "1694890927"}, "stopId": "91090"}, {"stopSequence": 39, "arrival": {"time": "1694890981"}, "stopId": "91091"}, {"stopSequence": 40, "arrival": {"time": "1694891019"}, "stopId": "91092"}, {"stopSequence": 41, "arrival": {"time": "1694891059"}, "stopId": "35875"}, {"stopSequence": 42, "arrival": {"time": "1694891234"}, "stopId": "91058"}], "vehicle": {"licensePlate": "YX6713"}, "timestamp": "1694888910"}, "vehicle": {"trip": {"tripId": "19627-701ff27f-2", "startTime": "14:38:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.82558, "longitude": -73.05765, "bearing": 240.0, "odometer": 0.0, "speed": 2.2}, "timestamp": "1694888910", "vehicle": {"licensePlate": "YX6713"}}}, {"id": "eafca7c4-5119-42a4-83d8-4a0fe73a56a1", "tripUpdate": {"trip": {"tripId": "19628-701ff27f-2", "startTime": "14:53:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694888894"}, "stopId": "1-Nov"}, {"stopSequence": 15, "arrival": {"time": "1694888953"}, "stopId": "35745"}, {"stopSequence": 16, "arrival": {"time": "1694888980"}, "stopId": "15879953"}, {"stopSequence": 17, "arrival": {"time": "1694889003"}, "stopId": "35746"}, {"stopSequence": 18, "arrival": {"time": "1694889596"}, "stopId": "35748"}, {"stopSequence": 19, "arrival": {"time": "1694889656"}, "stopId": "35749"}, {"stopSequence": 20, "arrival": {"time": "1694889701"}, "stopId": "35750"}, {"stopSequence": 21, "arrival": {"time": "1694889776"}, "stopId": "35751"}, {"stopSequence": 22, "arrival": {"time": "1694889887"}, "stopId": "35752"}, {"stopSequence": 23, "arrival": {"time": "1694890022"}, "stopId": "35417"}, {"stopSequence": 24, "arrival": {"time": "1694890092"}, "stopId": "35755"}, {"stopSequence": 25, "arrival": {"time": "1694890299"}, "stopId": "35864"}, {"stopSequence": 26, "arrival": {"time": "1694890418"}, "stopId": "91039"}, {"stopSequence": 27, "arrival": {"time": "1694890560"}, "stopId": "35866"}, {"stopSequence": 28, "arrival": {"time": "1694890599"}, "stopId": "91040"}, {"stopSequence": 29, "arrival": {"time": "1694890639"}, "stopId": "35867"}, {"stopSequence": 30, "arrival": {"time": "1694890670"}, "stopId": "91066"}, {"stopSequence": 31, "arrival": {"time": "1694890720"}, "stopId": "35644"}, {"stopSequence": 32, "arrival": {"time": "1694890768"}, "stopId": "35868"}, {"stopSequence": 33, "arrival": {"time": "1694890793"}, "stopId": "35869"}, {"stopSequence": 34, "arrival": {"time": "1694890819"}, "stopId": "35870"}, {"stopSequence": 35, "arrival": {"time": "1694890856"}, "stopId": "91045"}, {"stopSequence": 36, "arrival": {"time": "1694890885"}, "stopId": "91089"}, {"stopSequence": 37, "arrival": {"time": "1694890915"}, "stopId": "35645"}, {"stopSequence": 38, "arrival": {"time": "1694890967"}, "stopId": "91090"}, {"stopSequence": 39, "arrival": {"time": "1694891021"}, "stopId": "91091"}, {"stopSequence": 40, "arrival": {"time": "1694891060"}, "stopId": "91092"}, {"stopSequence": 41, "arrival": {"time": "1694891100"}, "stopId": "35875"}, {"stopSequence": 42, "arrival": {"time": "1694891277"}, "stopId": "91058"}], "vehicle": {"licensePlate": "ZJ6737"}, "timestamp": "1694888879"}, "vehicle": {"trip": {"tripId": "19628-701ff27f-2", "startTime": "14:53:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.82421, "longitude": -73.054306, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888879", "vehicle": {"licensePlate": "ZJ6737"}}}, {"id": "a1ff5980-5ff4-429c-a120-2526f037f89e", "tripUpdate": {"trip": {"tripId": "19630-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 6, "arrival": {"time": "1694888898"}, "stopId": "8276831"}, {"stopSequence": 7, "arrival": {"time": "1694888928"}, "stopId": "1-Apr"}, {"stopSequence": 8, "arrival": {"time": "1694888980"}, "stopId": "1-May"}, {"stopSequence": 9, "arrival": {"time": "1694889023"}, "stopId": "1-Jun"}, {"stopSequence": 10, "arrival": {"time": "1694889083"}, "stopId": "1-Jul"}, {"stopSequence": 11, "arrival": {"time": "1694889117"}, "stopId": "1-Aug"}, {"stopSequence": 12, "arrival": {"time": "1694889157"}, "stopId": "1-Sep"}, {"stopSequence": 13, "arrival": {"time": "1694889220"}, "stopId": "1-Oct"}, {"stopSequence": 14, "arrival": {"time": "1694889271"}, "stopId": "1-Nov"}, {"stopSequence": 15, "arrival": {"time": "1694889326"}, "stopId": "35745"}, {"stopSequence": 16, "arrival": {"time": "1694889352"}, "stopId": "15879953"}, {"stopSequence": 17, "arrival": {"time": "1694889374"}, "stopId": "35746"}, {"stopSequence": 18, "arrival": {"time": "1694889949"}, "stopId": "35748"}, {"stopSequence": 19, "arrival": {"time": "1694890009"}, "stopId": "35749"}, {"stopSequence": 20, "arrival": {"time": "1694890053"}, "stopId": "35750"}, {"stopSequence": 21, "arrival": {"time": "1694890129"}, "stopId": "35751"}, {"stopSequence": 22, "arrival": {"time": "1694890240"}, "stopId": "35752"}, {"stopSequence": 23, "arrival": {"time": "1694890377"}, "stopId": "35417"}, {"stopSequence": 24, "arrival": {"time": "1694890449"}, "stopId": "35755"}, {"stopSequence": 25, "arrival": {"time": "1694890663"}, "stopId": "35864"}, {"stopSequence": 26, "arrival": {"time": "1694890787"}, "stopId": "91039"}, {"stopSequence": 27, "arrival": {"time": "1694890937"}, "stopId": "35866"}, {"stopSequence": 28, "arrival": {"time": "1694890979"}, "stopId": "91040"}, {"stopSequence": 29, "arrival": {"time": "1694891021"}, "stopId": "35867"}, {"stopSequence": 30, "arrival": {"time": "1694891054"}, "stopId": "91066"}, {"stopSequence": 31, "arrival": {"time": "1694891108"}, "stopId": "35644"}, {"stopSequence": 32, "arrival": {"time": "1694891158"}, "stopId": "35868"}, {"stopSequence": 33, "arrival": {"time": "1694891185"}, "stopId": "35869"}, {"stopSequence": 34, "arrival": {"time": "1694891214"}, "stopId": "35870"}, {"stopSequence": 35, "arrival": {"time": "1694891253"}, "stopId": "91045"}, {"stopSequence": 36, "arrival": {"time": "1694891284"}, "stopId": "91089"}, {"stopSequence": 37, "arrival": {"time": "1694891317"}, "stopId": "35645"}, {"stopSequence": 38, "arrival": {"time": "1694891373"}, "stopId": "91090"}, {"stopSequence": 39, "arrival": {"time": "1694891432"}, "stopId": "91091"}, {"stopSequence": 40, "arrival": {"time": "1694891474"}, "stopId": "91092"}, {"stopSequence": 41, "arrival": {"time": "1694891518"}, "stopId": "35875"}, {"stopSequence": 42, "arrival": {"time": "1694891713"}, "stopId": "91058"}], "vehicle": {"licensePlate": "ZT3763"}, "timestamp": "1694888888"}, "vehicle": {"trip": {"tripId": "19630-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.816887, "longitude": -73.036575, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888888", "vehicle": {"licensePlate": "ZT3763"}}}, {"id": "59f24102-217d-43ca-a1d6-f1a7d3e4fdfd", "tripUpdate": {"trip": {"tripId": "19555-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694888921"}, "stopId": "35786"}, {"stopSequence": 22, "arrival": {"time": "1694888993"}, "stopId": "35787"}, {"stopSequence": 23, "arrival": {"time": "1694889059"}, "stopId": "35788"}, {"stopSequence": 24, "arrival": {"time": "1694889163"}, "stopId": "35789"}, {"stopSequence": 25, "arrival": {"time": "1694889208"}, "stopId": "35790"}, {"stopSequence": 26, "arrival": {"time": "1694889290"}, "stopId": "35791"}, {"stopSequence": 27, "arrival": {"time": "1694889337"}, "stopId": "35792"}, {"stopSequence": 28, "arrival": {"time": "1694889395"}, "stopId": "35793"}, {"stopSequence": 29, "arrival": {"time": "1694889509"}, "stopId": "91116"}, {"stopSequence": 30, "arrival": {"time": "1694889966"}, "stopId": "35794"}, {"stopSequence": 31, "arrival": {"time": "1694890057"}, "stopId": "35796"}, {"stopSequence": 32, "arrival": {"time": "1694890096"}, "stopId": "35797"}, {"stopSequence": 33, "arrival": {"time": "1694890144"}, "stopId": "35798"}, {"stopSequence": 34, "arrival": {"time": "1694890182"}, "stopId": "35799"}, {"stopSequence": 35, "arrival": {"time": "1694890250"}, "stopId": "35800"}, {"stopSequence": 36, "arrival": {"time": "1694890299"}, "stopId": "35801"}, {"stopSequence": 37, "arrival": {"time": "1694890324"}, "stopId": "35802"}, {"stopSequence": 38, "arrival": {"time": "1694890370"}, "stopId": "35803"}, {"stopSequence": 39, "arrival": {"time": "1694890425"}, "stopId": "38507"}, {"stopSequence": 40, "arrival": {"time": "1694890476"}, "stopId": "34473"}, {"stopSequence": 41, "arrival": {"time": "1694890520"}, "stopId": "38500"}, {"stopSequence": 42, "arrival": {"time": "1694890558"}, "stopId": "35808"}, {"stopSequence": 43, "arrival": {"time": "1694890624"}, "stopId": "35710"}, {"stopSequence": 44, "arrival": {"time": "1694890660"}, "stopId": "50036"}, {"stopSequence": 45, "arrival": {"time": "1694890773"}, "stopId": "35712"}, {"stopSequence": 46, "arrival": {"time": "1694890871"}, "stopId": "35713"}], "vehicle": {"licensePlate": "ZT3966"}, "timestamp": "1694888918"}, "vehicle": {"trip": {"tripId": "19555-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 0}, "position": {"latitude": -36.837692, "longitude": -73.11749, "bearing": 97.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888918", "vehicle": {"licensePlate": "ZT3966"}}}, {"id": "8f5183a0-a2ba-45a2-b66b-c166ac75eff4", "tripUpdate": {"trip": {"tripId": "19626-701ff27f-2", "startTime": "14:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 26, "arrival": {"time": "1694888996"}, "stopId": "91039"}, {"stopSequence": 27, "arrival": {"time": "1694889145"}, "stopId": "35866"}, {"stopSequence": 28, "arrival": {"time": "1694889185"}, "stopId": "91040"}, {"stopSequence": 29, "arrival": {"time": "1694889226"}, "stopId": "35867"}, {"stopSequence": 30, "arrival": {"time": "1694889256"}, "stopId": "91066"}, {"stopSequence": 31, "arrival": {"time": "1694889306"}, "stopId": "35644"}, {"stopSequence": 32, "arrival": {"time": "1694889352"}, "stopId": "35868"}, {"stopSequence": 33, "arrival": {"time": "1694889376"}, "stopId": "35869"}, {"stopSequence": 34, "arrival": {"time": "1694889402"}, "stopId": "35870"}, {"stopSequence": 35, "arrival": {"time": "1694889436"}, "stopId": "91045"}, {"stopSequence": 36, "arrival": {"time": "1694889463"}, "stopId": "91089"}, {"stopSequence": 37, "arrival": {"time": "1694889492"}, "stopId": "35645"}, {"stopSequence": 38, "arrival": {"time": "1694889539"}, "stopId": "91090"}, {"stopSequence": 39, "arrival": {"time": "1694889589"}, "stopId": "91091"}, {"stopSequence": 40, "arrival": {"time": "1694889623"}, "stopId": "91092"}, {"stopSequence": 41, "arrival": {"time": "1694889659"}, "stopId": "35875"}, {"stopSequence": 42, "arrival": {"time": "1694889812"}, "stopId": "91058"}], "vehicle": {"licensePlate": "ZT4052"}, "timestamp": "1694888952"}, "vehicle": {"trip": {"tripId": "19626-701ff27f-2", "startTime": "14:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.84504, "longitude": -73.13036, "bearing": 191.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888952", "vehicle": {"licensePlate": "ZT4052"}}}, {"id": "a42728e7-5283-452c-a193-9bf516b8a0a8", "tripUpdate": {"trip": {"tripId": "19301-701ff27f-2", "startTime": "13:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 52, "arrival": {"time": "1694888578"}, "stopId": "35645"}, {"stopSequence": 53, "arrival": {"time": "1694888631"}, "stopId": "35646"}, {"stopSequence": 54, "arrival": {"time": "1694888668"}, "stopId": "35647"}, {"stopSequence": 55, "arrival": {"time": "1694888699"}, "stopId": "35648"}], "vehicle": {"licensePlate": "FHZZ92"}, "timestamp": "1694888528"}, "vehicle": {"trip": {"tripId": "19301-701ff27f-2", "startTime": "13:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 1}, "position": {"latitude": -36.84664, "longitude": -73.144, "bearing": 101.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888740", "vehicle": {"licensePlate": "FHZZ92"}}}, {"id": "52d2c045-6fee-49cd-a14c-9d59b4b41b49", "tripUpdate": {"trip": {"tripId": "19302-701ff27f-2", "startTime": "13:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 55, "arrival": {"time": "1694888770"}, "stopId": "35648"}], "vehicle": {"licensePlate": "HYYX57"}, "timestamp": "1694888765"}, "vehicle": {"trip": {"tripId": "19302-701ff27f-2", "startTime": "13:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 1}, "position": {"latitude": -36.84484, "longitude": -73.144516, "bearing": 355.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888823", "vehicle": {"licensePlate": "HYYX57"}}}, {"id": "ded46826-2669-46d9-8e3c-46ad99999eef", "tripUpdate": {"trip": {"tripId": "19303-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 18, "arrival": {"time": "1694888936"}, "stopId": "40272"}, {"stopSequence": 19, "arrival": {"time": "1694889077"}, "stopId": "39545"}, {"stopSequence": 20, "arrival": {"time": "1694889514"}, "stopId": "39541"}, {"stopSequence": 21, "arrival": {"time": "1694889544"}, "stopId": "39542"}, {"stopSequence": 22, "arrival": {"time": "1694889579"}, "stopId": "39543"}, {"stopSequence": 23, "arrival": {"time": "1694889764"}, "stopId": "35749"}, {"stopSequence": 24, "arrival": {"time": "1694889809"}, "stopId": "35750"}, {"stopSequence": 25, "arrival": {"time": "1694889884"}, "stopId": "35751"}, {"stopSequence": 26, "arrival": {"time": "1694889994"}, "stopId": "35752"}, {"stopSequence": 27, "arrival": {"time": "1694890129"}, "stopId": "35417"}, {"stopSequence": 28, "arrival": {"time": "1694890200"}, "stopId": "35755"}, {"stopSequence": 29, "arrival": {"time": "1694890409"}, "stopId": "35864"}, {"stopSequence": 30, "arrival": {"time": "1694890507"}, "stopId": "35865"}, {"stopSequence": 31, "arrival": {"time": "1694890555"}, "stopId": "35233"}, {"stopSequence": 32, "arrival": {"time": "1694890710"}, "stopId": "35234"}, {"stopSequence": 33, "arrival": {"time": "1694891062"}, "stopId": "35235"}, {"stopSequence": 34, "arrival": {"time": "1694891204"}, "stopId": "35236"}, {"stopSequence": 35, "arrival": {"time": "1694891424"}, "stopId": "91096"}, {"stopSequence": 36, "arrival": {"time": "1694891624"}, "stopId": "91097"}, {"stopSequence": 37, "arrival": {"time": "1694891802"}, "stopId": "91098"}, {"stopSequence": 38, "arrival": {"time": "1694891888"}, "stopId": "91099"}, {"stopSequence": 39, "arrival": {"time": "1694891931"}, "stopId": "91100"}, {"stopSequence": 40, "arrival": {"time": "1694891995"}, "stopId": "91101"}, {"stopSequence": 41, "arrival": {"time": "1694892045"}, "stopId": "91102"}, {"stopSequence": 42, "arrival": {"time": "1694892119"}, "stopId": "91103"}, {"stopSequence": 43, "arrival": {"time": "1694892243"}, "stopId": "91104"}, {"stopSequence": 44, "arrival": {"time": "1694892375"}, "stopId": "91105"}, {"stopSequence": 45, "arrival": {"time": "1694892871"}, "stopId": "91106"}, {"stopSequence": 46, "arrival": {"time": "1694892956"}, "stopId": "91107"}, {"stopSequence": 47, "arrival": {"time": "1694893036"}, "stopId": "91108"}, {"stopSequence": 48, "arrival": {"time": "1694893144"}, "stopId": "91109"}, {"stopSequence": 49, "arrival": {"time": "1694894042"}, "stopId": "91110"}, {"stopSequence": 50, "arrival": {"time": "1694894262"}, "stopId": "91111"}, {"stopSequence": 51, "arrival": {"time": "1694894426"}, "stopId": "91112"}, {"stopSequence": 52, "arrival": {"time": "1694894596"}, "stopId": "35645"}, {"stopSequence": 53, "arrival": {"time": "1694894734"}, "stopId": "35646"}, {"stopSequence": 54, "arrival": {"time": "1694894831"}, "stopId": "35647"}, {"stopSequence": 55, "arrival": {"time": "1694894918"}, "stopId": "35648"}], "vehicle": {"licensePlate": "LHFC91"}, "timestamp": "1694888888"}, "vehicle": {"trip": {"tripId": "19303-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 1}, "position": {"latitude": -36.828667, "longitude": -73.06496, "bearing": 250.0, "odometer": 0.0, "speed": 16.2}, "timestamp": "1694888888", "vehicle": {"licensePlate": "LHFC91"}}}, {"id": "5cccf38a-2d11-4475-becc-28ce4afb3acd", "tripUpdate": {"trip": {"tripId": "19342-701ff27f-2", "startTime": "14:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 39, "arrival": {"time": "1694889041"}, "stopId": "35796"}, {"stopSequence": 40, "arrival": {"time": "1694889093"}, "stopId": "35797"}, {"stopSequence": 41, "arrival": {"time": "1694889136"}, "stopId": "35798"}, {"stopSequence": 42, "arrival": {"time": "1694889176"}, "stopId": "35799"}, {"stopSequence": 43, "arrival": {"time": "1694889248"}, "stopId": "35800"}, {"stopSequence": 44, "arrival": {"time": "1694889298"}, "stopId": "35801"}, {"stopSequence": 45, "arrival": {"time": "1694889324"}, "stopId": "35802"}, {"stopSequence": 46, "arrival": {"time": "1694889370"}, "stopId": "35803"}, {"stopSequence": 47, "arrival": {"time": "1694889427"}, "stopId": "38507"}, {"stopSequence": 48, "arrival": {"time": "1694889478"}, "stopId": "34473"}, {"stopSequence": 49, "arrival": {"time": "1694889521"}, "stopId": "38500"}, {"stopSequence": 50, "arrival": {"time": "1694889558"}, "stopId": "35808"}, {"stopSequence": 51, "arrival": {"time": "1694889624"}, "stopId": "35710"}, {"stopSequence": 52, "arrival": {"time": "1694889668"}, "stopId": "50036"}, {"stopSequence": 53, "arrival": {"time": "1694889762"}, "stopId": "35712"}, {"stopSequence": 54, "arrival": {"time": "1694889856"}, "stopId": "35713"}], "vehicle": {"licensePlate": "YE2810"}, "timestamp": "1694888947"}, "vehicle": {"trip": {"tripId": "19342-701ff27f-2", "startTime": "14:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 0}, "position": {"latitude": -36.828613, "longitude": -73.063995, "bearing": 48.0, "odometer": 0.0, "speed": 2.2}, "timestamp": "1694888947", "vehicle": {"licensePlate": "YE2810"}}}, {"id": "15c1d274-eb5a-4c3f-a910-504a076427b2", "tripUpdate": {"trip": {"tripId": "19343-701ff27f-2", "startTime": "14:58:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694888972"}, "stopId": "91003"}, {"stopSequence": 10, "arrival": {"time": "1694889157"}, "stopId": "91004"}, {"stopSequence": 11, "arrival": {"time": "1694889237"}, "stopId": "91005"}, {"stopSequence": 12, "arrival": {"time": "1694889285"}, "stopId": "91156"}, {"stopSequence": 13, "arrival": {"time": "1694889327"}, "stopId": "91006"}, {"stopSequence": 14, "arrival": {"time": "1694889369"}, "stopId": "91157"}, {"stopSequence": 15, "arrival": {"time": "1694889561"}, "stopId": "50005"}, {"stopSequence": 16, "arrival": {"time": "1694889646"}, "stopId": "35259"}, {"stopSequence": 17, "arrival": {"time": "1694889777"}, "stopId": "35268"}, {"stopSequence": 18, "arrival": {"time": "1694889809"}, "stopId": "35269"}, {"stopSequence": 19, "arrival": {"time": "1694889855"}, "stopId": "35270"}, {"stopSequence": 20, "arrival": {"time": "1694890025"}, "stopId": "35271"}, {"stopSequence": 21, "arrival": {"time": "1694890334"}, "stopId": "35272"}, {"stopSequence": 22, "arrival": {"time": "1694890507"}, "stopId": "35273"}, {"stopSequence": 23, "arrival": {"time": "1694890545"}, "stopId": "35274"}, {"stopSequence": 24, "arrival": {"time": "1694890644"}, "stopId": "35785"}, {"stopSequence": 25, "arrival": {"time": "1694890896"}, "stopId": "35786"}, {"stopSequence": 26, "arrival": {"time": "1694890966"}, "stopId": "35787"}, {"stopSequence": 27, "arrival": {"time": "1694891034"}, "stopId": "35788"}, {"stopSequence": 28, "arrival": {"time": "1694891143"}, "stopId": "35789"}, {"stopSequence": 29, "arrival": {"time": "1694891192"}, "stopId": "35790"}, {"stopSequence": 30, "arrival": {"time": "1694891284"}, "stopId": "35791"}, {"stopSequence": 31, "arrival": {"time": "1694891337"}, "stopId": "35792"}, {"stopSequence": 32, "arrival": {"time": "1694891403"}, "stopId": "35793"}, {"stopSequence": 33, "arrival": {"time": "1694891484"}, "stopId": "39973"}, {"stopSequence": 34, "arrival": {"time": "1694891622"}, "stopId": "39974"}, {"stopSequence": 35, "arrival": {"time": "1694891668"}, "stopId": "39975"}, {"stopSequence": 36, "arrival": {"time": "1694892401"}, "stopId": "35225"}, {"stopSequence": 37, "arrival": {"time": "1694892528"}, "stopId": "16039072"}, {"stopSequence": 38, "arrival": {"time": "1694892559"}, "stopId": "35794"}, {"stopSequence": 39, "arrival": {"time": "1694892709"}, "stopId": "35796"}, {"stopSequence": 40, "arrival": {"time": "1694892790"}, "stopId": "35797"}, {"stopSequence": 41, "arrival": {"time": "1694892859"}, "stopId": "35798"}, {"stopSequence": 42, "arrival": {"time": "1694892926"}, "stopId": "35799"}, {"stopSequence": 43, "arrival": {"time": "1694893048"}, "stopId": "35800"}, {"stopSequence": 44, "arrival": {"time": "1694893137"}, "stopId": "35801"}, {"stopSequence": 45, "arrival": {"time": "1694893184"}, "stopId": "35802"}, {"stopSequence": 46, "arrival": {"time": "1694893271"}, "stopId": "35803"}, {"stopSequence": 47, "arrival": {"time": "1694893380"}, "stopId": "38507"}, {"stopSequence": 48, "arrival": {"time": "1694893480"}, "stopId": "34473"}, {"stopSequence": 49, "arrival": {"time": "1694893570"}, "stopId": "38500"}, {"stopSequence": 50, "arrival": {"time": "1694893648"}, "stopId": "35808"}, {"stopSequence": 51, "arrival": {"time": "1694893789"}, "stopId": "35710"}, {"stopSequence": 52, "arrival": {"time": "1694893888"}, "stopId": "50036"}, {"stopSequence": 53, "arrival": {"time": "1694894109"}, "stopId": "35712"}, {"stopSequence": 54, "arrival": {"time": "1694894346"}, "stopId": "35713"}], "vehicle": {"licensePlate": "YX6703"}, "timestamp": "1694888926"}, "vehicle": {"trip": {"tripId": "19343-701ff27f-2", "startTime": "14:58:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "587", "directionId": 0}, "position": {"latitude": -36.897297, "longitude": -73.15, "bearing": 182.0, "odometer": 0.0, "speed": 36.2}, "timestamp": "1694888926", "vehicle": {"licensePlate": "YX6703"}}}, {"id": "fd8c0ad2-0497-4c4f-b3e4-8edbbcd513ea", "tripUpdate": {"trip": {"tripId": "19742-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 20, "arrival": {"time": "1694888962"}, "stopId": "44635"}, {"stopSequence": 21, "arrival": {"time": "1694889023"}, "stopId": "5020123"}, {"stopSequence": 22, "arrival": {"time": "1694889082"}, "stopId": "5020122"}, {"stopSequence": 23, "arrival": {"time": "1694889158"}, "stopId": "44642"}, {"stopSequence": 24, "arrival": {"time": "1694889203"}, "stopId": "44643"}, {"stopSequence": 25, "arrival": {"time": "1694889243"}, "stopId": "44644"}, {"stopSequence": 26, "arrival": {"time": "1694889337"}, "stopId": "91116"}, {"stopSequence": 27, "arrival": {"time": "1694889800"}, "stopId": "35794"}, {"stopSequence": 28, "arrival": {"time": "1694889890"}, "stopId": "35796"}, {"stopSequence": 29, "arrival": {"time": "1694889938"}, "stopId": "35797"}, {"stopSequence": 30, "arrival": {"time": "1694889977"}, "stopId": "35798"}, {"stopSequence": 31, "arrival": {"time": "1694890015"}, "stopId": "35799"}, {"stopSequence": 32, "arrival": {"time": "1694890082"}, "stopId": "35800"}, {"stopSequence": 33, "arrival": {"time": "1694890130"}, "stopId": "35801"}, {"stopSequence": 34, "arrival": {"time": "1694890155"}, "stopId": "35802"}, {"stopSequence": 35, "arrival": {"time": "1694890202"}, "stopId": "35803"}, {"stopSequence": 36, "arrival": {"time": "1694890256"}, "stopId": "38507"}, {"stopSequence": 37, "arrival": {"time": "1694890305"}, "stopId": "34473"}, {"stopSequence": 38, "arrival": {"time": "1694890348"}, "stopId": "38500"}, {"stopSequence": 39, "arrival": {"time": "1694890394"}, "stopId": "35808"}, {"stopSequence": 40, "arrival": {"time": "1694890478"}, "stopId": "35814"}, {"stopSequence": 41, "arrival": {"time": "1694890546"}, "stopId": "35815"}, {"stopSequence": 42, "arrival": {"time": "1694890580"}, "stopId": "35816"}, {"stopSequence": 43, "arrival": {"time": "1694890592"}, "stopId": "35817"}, {"stopSequence": 44, "arrival": {"time": "1694890627"}, "stopId": "35818"}, {"stopSequence": 45, "arrival": {"time": "1694890666"}, "stopId": "35819"}, {"stopSequence": 46, "arrival": {"time": "1694890730"}, "stopId": "49417"}, {"stopSequence": 47, "arrival": {"time": "1694890808"}, "stopId": "49421"}, {"stopSequence": 48, "arrival": {"time": "1694890837"}, "stopId": "49422"}, {"stopSequence": 49, "arrival": {"time": "1694890920"}, "stopId": "49539"}, {"stopSequence": 50, "arrival": {"time": "1694890978"}, "stopId": "44677"}, {"stopSequence": 51, "arrival": {"time": "1694890991"}, "stopId": "44671"}, {"stopSequence": 52, "arrival": {"time": "1694891089"}, "stopId": "44674"}, {"stopSequence": 53, "arrival": {"time": "1694891115"}, "stopId": "44675"}, {"stopSequence": 54, "arrival": {"time": "1694891137"}, "stopId": "44776"}, {"stopSequence": 55, "arrival": {"time": "1694891162"}, "stopId": "44676"}], "vehicle": {"licensePlate": "FHDP34"}, "timestamp": "1694888956"}, "vehicle": {"trip": {"tripId": "19742-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 0}, "position": {"latitude": -36.8428, "longitude": -73.104614, "bearing": 122.0, "odometer": 0.0, "speed": 9.2}, "timestamp": "1694888956", "vehicle": {"licensePlate": "FHDP34"}}}, {"id": "c7652364-df72-43a0-98a8-a0c044f6c096", "tripUpdate": {"trip": {"tripId": "19852-701ff27f-2", "startTime": "13:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694888755"}, "stopId": "35666"}, {"stopSequence": 50, "arrival": {"time": "1694888799"}, "stopId": "35667"}, {"stopSequence": 51, "arrival": {"time": "1694888882"}, "stopId": "35669"}, {"stopSequence": 52, "arrival": {"time": "1694889004"}, "stopId": "35854"}, {"stopSequence": 53, "arrival": {"time": "1694889045"}, "stopId": "35430"}], "vehicle": {"licensePlate": "FXJS41"}, "timestamp": "1694888746"}, "vehicle": {"trip": {"tripId": "19852-701ff27f-2", "startTime": "13:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "position": {"latitude": -36.827488, "longitude": -73.12177, "bearing": 295.0, "odometer": 0.0, "speed": 19.4}, "timestamp": "1694888880", "vehicle": {"licensePlate": "FXJS41"}}}, {"id": "9a00609b-636c-47d9-8226-fb7611cc0419", "tripUpdate": {"trip": {"tripId": "19853-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 46, "arrival": {"time": "1694888921"}, "stopId": "35418"}, {"stopSequence": 47, "arrival": {"time": "1694888941"}, "stopId": "35664"}, {"stopSequence": 48, "arrival": {"time": "1694888977"}, "stopId": "91051"}, {"stopSequence": 49, "arrival": {"time": "1694889012"}, "stopId": "35666"}, {"stopSequence": 50, "arrival": {"time": "1694889055"}, "stopId": "35667"}, {"stopSequence": 51, "arrival": {"time": "1694889136"}, "stopId": "35669"}, {"stopSequence": 52, "arrival": {"time": "1694889257"}, "stopId": "35854"}, {"stopSequence": 53, "arrival": {"time": "1694889298"}, "stopId": "35430"}], "vehicle": {"licensePlate": "FXZY58"}, "timestamp": "1694888912"}, "vehicle": {"trip": {"tripId": "19853-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "position": {"latitude": -36.83748, "longitude": -73.11793, "bearing": 272.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888912", "vehicle": {"licensePlate": "FXZY58"}}}, {"id": "9a42a77e-ba42-4810-86d7-f2468e089d05", "tripUpdate": {"trip": {"tripId": "19854-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694888978"}, "stopId": "35223"}, {"stopSequence": 29, "arrival": {"time": "1694889019"}, "stopId": "39547"}, {"stopSequence": 30, "arrival": {"time": "1694889107"}, "stopId": "35224"}, {"stopSequence": 31, "arrival": {"time": "1694889292"}, "stopId": "35225"}, {"stopSequence": 32, "arrival": {"time": "1694889876"}, "stopId": "35409"}, {"stopSequence": 33, "arrival": {"time": "1694889911"}, "stopId": "35411"}, {"stopSequence": 34, "arrival": {"time": "1694889944"}, "stopId": "35412"}, {"stopSequence": 35, "arrival": {"time": "1694890050"}, "stopId": "44716"}, {"stopSequence": 36, "arrival": {"time": "1694890087"}, "stopId": "44717"}, {"stopSequence": 37, "arrival": {"time": "1694890157"}, "stopId": "44718"}, {"stopSequence": 38, "arrival": {"time": "1694890185"}, "stopId": "90010"}, {"stopSequence": 39, "arrival": {"time": "1694890333"}, "stopId": "44722"}, {"stopSequence": 40, "arrival": {"time": "1694890368"}, "stopId": "44723"}, {"stopSequence": 41, "arrival": {"time": "1694890417"}, "stopId": "44724"}, {"stopSequence": 42, "arrival": {"time": "1694890452"}, "stopId": "44725"}, {"stopSequence": 43, "arrival": {"time": "1694890487"}, "stopId": "44726"}, {"stopSequence": 44, "arrival": {"time": "1694890562"}, "stopId": "44727"}, {"stopSequence": 45, "arrival": {"time": "1694890597"}, "stopId": "35417"}, {"stopSequence": 46, "arrival": {"time": "1694890658"}, "stopId": "35418"}, {"stopSequence": 47, "arrival": {"time": "1694890676"}, "stopId": "35664"}, {"stopSequence": 48, "arrival": {"time": "1694890712"}, "stopId": "91051"}, {"stopSequence": 49, "arrival": {"time": "1694890745"}, "stopId": "35666"}, {"stopSequence": 50, "arrival": {"time": "1694890788"}, "stopId": "35667"}, {"stopSequence": 51, "arrival": {"time": "1694890870"}, "stopId": "35669"}, {"stopSequence": 52, "arrival": {"time": "1694890995"}, "stopId": "35854"}, {"stopSequence": 53, "arrival": {"time": "1694891038"}, "stopId": "35430"}], "vehicle": {"licensePlate": "GZSS52"}, "timestamp": "1694888925"}, "vehicle": {"trip": {"tripId": "19854-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "position": {"latitude": -36.83102, "longitude": -73.05643, "bearing": 151.0, "odometer": 0.0, "speed": 10.8}, "timestamp": "1694888925", "vehicle": {"licensePlate": "GZSS52"}}}, {"id": "341f5276-49ff-4190-972e-9764e23c2439", "tripUpdate": {"trip": {"tripId": "19743-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 10, "arrival": {"time": "1694888971"}, "stopId": "35858"}, {"stopSequence": 11, "arrival": {"time": "1694889021"}, "stopId": "35859"}, {"stopSequence": 12, "arrival": {"time": "1694889044"}, "stopId": "35665"}, {"stopSequence": 13, "arrival": {"time": "1694889077"}, "stopId": "35861"}, {"stopSequence": 14, "arrival": {"time": "1694889169"}, "stopId": "91119"}, {"stopSequence": 15, "arrival": {"time": "1694889184"}, "stopId": "44629"}, {"stopSequence": 16, "arrival": {"time": "1694889257"}, "stopId": "91007"}, {"stopSequence": 17, "arrival": {"time": "1694889277"}, "stopId": "44630"}, {"stopSequence": 18, "arrival": {"time": "1694889309"}, "stopId": "44631"}, {"stopSequence": 19, "arrival": {"time": "1694889385"}, "stopId": "44633"}, {"stopSequence": 20, "arrival": {"time": "1694889455"}, "stopId": "44635"}, {"stopSequence": 21, "arrival": {"time": "1694889511"}, "stopId": "5020123"}, {"stopSequence": 22, "arrival": {"time": "1694889567"}, "stopId": "5020122"}, {"stopSequence": 23, "arrival": {"time": "1694889639"}, "stopId": "44642"}, {"stopSequence": 24, "arrival": {"time": "1694889681"}, "stopId": "44643"}, {"stopSequence": 25, "arrival": {"time": "1694889719"}, "stopId": "44644"}, {"stopSequence": 26, "arrival": {"time": "1694889809"}, "stopId": "91116"}, {"stopSequence": 27, "arrival": {"time": "1694890264"}, "stopId": "35794"}, {"stopSequence": 28, "arrival": {"time": "1694890356"}, "stopId": "35796"}, {"stopSequence": 29, "arrival": {"time": "1694890404"}, "stopId": "35797"}, {"stopSequence": 30, "arrival": {"time": "1694890444"}, "stopId": "35798"}, {"stopSequence": 31, "arrival": {"time": "1694890483"}, "stopId": "35799"}, {"stopSequence": 32, "arrival": {"time": "1694890552"}, "stopId": "35800"}, {"stopSequence": 33, "arrival": {"time": "1694890602"}, "stopId": "35801"}, {"stopSequence": 34, "arrival": {"time": "1694890628"}, "stopId": "35802"}, {"stopSequence": 35, "arrival": {"time": "1694890676"}, "stopId": "35803"}, {"stopSequence": 36, "arrival": {"time": "1694890733"}, "stopId": "38507"}, {"stopSequence": 37, "arrival": {"time": "1694890785"}, "stopId": "34473"}, {"stopSequence": 38, "arrival": {"time": "1694890830"}, "stopId": "38500"}, {"stopSequence": 39, "arrival": {"time": "1694890878"}, "stopId": "35808"}, {"stopSequence": 40, "arrival": {"time": "1694890968"}, "stopId": "35814"}, {"stopSequence": 41, "arrival": {"time": "1694891041"}, "stopId": "35815"}, {"stopSequence": 42, "arrival": {"time": "1694891077"}, "stopId": "35816"}, {"stopSequence": 43, "arrival": {"time": "1694891091"}, "stopId": "35817"}, {"stopSequence": 44, "arrival": {"time": "1694891128"}, "stopId": "35818"}, {"stopSequence": 45, "arrival": {"time": "1694891171"}, "stopId": "35819"}, {"stopSequence": 46, "arrival": {"time": "1694891240"}, "stopId": "49417"}, {"stopSequence": 47, "arrival": {"time": "1694891325"}, "stopId": "49421"}, {"stopSequence": 48, "arrival": {"time": "1694891358"}, "stopId": "49422"}, {"stopSequence": 49, "arrival": {"time": "1694891449"}, "stopId": "49539"}, {"stopSequence": 50, "arrival": {"time": "1694891513"}, "stopId": "44677"}, {"stopSequence": 51, "arrival": {"time": "1694891528"}, "stopId": "44671"}, {"stopSequence": 52, "arrival": {"time": "1694891637"}, "stopId": "44674"}, {"stopSequence": 53, "arrival": {"time": "1694891666"}, "stopId": "44675"}, {"stopSequence": 54, "arrival": {"time": "1694891691"}, "stopId": "44776"}, {"stopSequence": 55, "arrival": {"time": "1694891719"}, "stopId": "44676"}], "vehicle": {"licensePlate": "HYCZ17"}, "timestamp": "1694888969"}, "vehicle": {"trip": {"tripId": "19743-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 0}, "position": {"latitude": -36.83169, "longitude": -73.120605, "bearing": 173.0, "odometer": 0.0, "speed": 16.7}, "timestamp": "1694888969", "vehicle": {"licensePlate": "HYCZ17"}}}, {"id": "a2acb4f3-a9ae-4c16-b8c3-5360758a5cf6", "tripUpdate": {"trip": {"tripId": "19856-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 17, "arrival": {"time": "1694888976"}, "stopId": "1-Mar"}, {"stopSequence": 18, "arrival": {"time": "1694889011"}, "stopId": "37465"}, {"stopSequence": 19, "arrival": {"time": "1694889115"}, "stopId": "39599"}, {"stopSequence": 20, "arrival": {"time": "1694889139"}, "stopId": "39600"}, {"stopSequence": 21, "arrival": {"time": "1694889208"}, "stopId": "37496"}, {"stopSequence": 22, "arrival": {"time": "1694889258"}, "stopId": "45064"}, {"stopSequence": 23, "arrival": {"time": "1694889333"}, "stopId": "37506"}, {"stopSequence": 24, "arrival": {"time": "1694889429"}, "stopId": "37520"}, {"stopSequence": 25, "arrival": {"time": "1694889536"}, "stopId": "37470"}, {"stopSequence": 26, "arrival": {"time": "1694889560"}, "stopId": "37477"}, {"stopSequence": 27, "arrival": {"time": "1694889589"}, "stopId": "91118"}, {"stopSequence": 28, "arrival": {"time": "1694889650"}, "stopId": "35223"}, {"stopSequence": 29, "arrival": {"time": "1694889688"}, "stopId": "39547"}, {"stopSequence": 30, "arrival": {"time": "1694889769"}, "stopId": "35224"}, {"stopSequence": 31, "arrival": {"time": "1694889944"}, "stopId": "35225"}, {"stopSequence": 32, "arrival": {"time": "1694890525"}, "stopId": "35409"}, {"stopSequence": 33, "arrival": {"time": "1694890562"}, "stopId": "35411"}, {"stopSequence": 34, "arrival": {"time": "1694890596"}, "stopId": "35412"}, {"stopSequence": 35, "arrival": {"time": "1694890707"}, "stopId": "44716"}, {"stopSequence": 36, "arrival": {"time": "1694890746"}, "stopId": "44717"}, {"stopSequence": 37, "arrival": {"time": "1694890821"}, "stopId": "44718"}, {"stopSequence": 38, "arrival": {"time": "1694890851"}, "stopId": "90010"}, {"stopSequence": 39, "arrival": {"time": "1694891011"}, "stopId": "44722"}, {"stopSequence": 40, "arrival": {"time": "1694891049"}, "stopId": "44723"}, {"stopSequence": 41, "arrival": {"time": "1694891103"}, "stopId": "44724"}, {"stopSequence": 42, "arrival": {"time": "1694891142"}, "stopId": "44725"}, {"stopSequence": 43, "arrival": {"time": "1694891180"}, "stopId": "44726"}, {"stopSequence": 44, "arrival": {"time": "1694891264"}, "stopId": "44727"}, {"stopSequence": 45, "arrival": {"time": "1694891303"}, "stopId": "35417"}, {"stopSequence": 46, "arrival": {"time": "1694891372"}, "stopId": "35418"}, {"stopSequence": 47, "arrival": {"time": "1694891394"}, "stopId": "35664"}, {"stopSequence": 48, "arrival": {"time": "1694891434"}, "stopId": "91051"}, {"stopSequence": 49, "arrival": {"time": "1694891472"}, "stopId": "35666"}, {"stopSequence": 50, "arrival": {"time": "1694891521"}, "stopId": "35667"}, {"stopSequence": 51, "arrival": {"time": "1694891615"}, "stopId": "35669"}, {"stopSequence": 52, "arrival": {"time": "1694891762"}, "stopId": "35854"}, {"stopSequence": 53, "arrival": {"time": "1694891813"}, "stopId": "35430"}], "vehicle": {"licensePlate": "LGKJ84"}, "timestamp": "1694888946"}, "vehicle": {"trip": {"tripId": "19856-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "588", "directionId": 1}, "position": {"latitude": -36.81603, "longitude": -73.034676, "bearing": 244.0, "odometer": 0.0, "speed": 11.9}, "timestamp": "1694888946", "vehicle": {"licensePlate": "LGKJ84"}}}, {"id": "fd64ecfe-42b1-4211-826d-6836193f077c", "tripUpdate": {"trip": {"tripId": "20093-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694888955"}, "stopId": "49433"}, {"stopSequence": 5, "arrival": {"time": "1694888977"}, "stopId": "49434"}, {"stopSequence": 6, "arrival": {"time": "1694889019"}, "stopId": "49419"}, {"stopSequence": 7, "arrival": {"time": "1694889047"}, "stopId": "49418"}, {"stopSequence": 8, "arrival": {"time": "1694889067"}, "stopId": "49417"}, {"stopSequence": 9, "arrival": {"time": "1694889096"}, "stopId": "35820"}, {"stopSequence": 10, "arrival": {"time": "1694889125"}, "stopId": "35729"}, {"stopSequence": 11, "arrival": {"time": "1694889150"}, "stopId": "35730"}, {"stopSequence": 12, "arrival": {"time": "1694889182"}, "stopId": "35731"}, {"stopSequence": 13, "arrival": {"time": "1694889248"}, "stopId": "35201"}, {"stopSequence": 14, "arrival": {"time": "1694889339"}, "stopId": "35202"}, {"stopSequence": 15, "arrival": {"time": "1694889369"}, "stopId": "35203"}, {"stopSequence": 16, "arrival": {"time": "1694889435"}, "stopId": "1-Feb"}, {"stopSequence": 17, "arrival": {"time": "1694889480"}, "stopId": "1-Mar"}, {"stopSequence": 18, "arrival": {"time": "1694889500"}, "stopId": "8276831"}, {"stopSequence": 19, "arrival": {"time": "1694889527"}, "stopId": "1-Apr"}, {"stopSequence": 20, "arrival": {"time": "1694889576"}, "stopId": "1-May"}, {"stopSequence": 21, "arrival": {"time": "1694889615"}, "stopId": "1-Jun"}, {"stopSequence": 22, "arrival": {"time": "1694889672"}, "stopId": "1-Jul"}, {"stopSequence": 23, "arrival": {"time": "1694889704"}, "stopId": "1-Aug"}, {"stopSequence": 24, "arrival": {"time": "1694889751"}, "stopId": "1-Sep"}, {"stopSequence": 25, "arrival": {"time": "1694889802"}, "stopId": "1-Oct"}, {"stopSequence": 26, "arrival": {"time": "1694889851"}, "stopId": "1-Nov"}, {"stopSequence": 27, "arrival": {"time": "1694889904"}, "stopId": "35745"}, {"stopSequence": 28, "arrival": {"time": "1694889929"}, "stopId": "15879953"}, {"stopSequence": 29, "arrival": {"time": "1694889950"}, "stopId": "35746"}, {"stopSequence": 30, "arrival": {"time": "1694890551"}, "stopId": "35409"}, {"stopSequence": 31, "arrival": {"time": "1694890592"}, "stopId": "35411"}, {"stopSequence": 32, "arrival": {"time": "1694890631"}, "stopId": "35412"}, {"stopSequence": 33, "arrival": {"time": "1694890789"}, "stopId": "5020101"}, {"stopSequence": 34, "arrival": {"time": "1694890853"}, "stopId": "44722"}, {"stopSequence": 35, "arrival": {"time": "1694890896"}, "stopId": "44723"}, {"stopSequence": 36, "arrival": {"time": "1694890942"}, "stopId": "44724"}, {"stopSequence": 37, "arrival": {"time": "1694890988"}, "stopId": "44725"}, {"stopSequence": 38, "arrival": {"time": "1694891024"}, "stopId": "44726"}, {"stopSequence": 39, "arrival": {"time": "1694891106"}, "stopId": "44727"}, {"stopSequence": 40, "arrival": {"time": "1694891211"}, "stopId": "35418"}, {"stopSequence": 41, "arrival": {"time": "1694891231"}, "stopId": "35664"}, {"stopSequence": 42, "arrival": {"time": "1694891270"}, "stopId": "91051"}, {"stopSequence": 43, "arrival": {"time": "1694891307"}, "stopId": "35666"}, {"stopSequence": 44, "arrival": {"time": "1694891354"}, "stopId": "35667"}, {"stopSequence": 45, "arrival": {"time": "1694891389"}, "stopId": "35668"}, {"stopSequence": 46, "arrival": {"time": "1694891419"}, "stopId": "35849"}, {"stopSequence": 47, "arrival": {"time": "1694891456"}, "stopId": "35850"}, {"stopSequence": 48, "arrival": {"time": "1694891484"}, "stopId": "35851"}, {"stopSequence": 49, "arrival": {"time": "1694891509"}, "stopId": "35852"}, {"stopSequence": 50, "arrival": {"time": "1694891540"}, "stopId": "35853"}, {"stopSequence": 51, "arrival": {"time": "1694891584"}, "stopId": "35854"}, {"stopSequence": 52, "arrival": {"time": "1694891626"}, "stopId": "35430"}], "vehicle": {"licensePlate": "FLHL13"}, "timestamp": "1694888946"}, "vehicle": {"trip": {"tripId": "20093-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 1}, "position": {"latitude": -36.824924, "longitude": -73.01551, "bearing": 301.0, "odometer": 0.0, "speed": 16.7}, "timestamp": "1694888946", "vehicle": {"licensePlate": "FLHL13"}}}, {"id": "64d10247-3d6b-4508-bdcb-302e7742d8a4", "tripUpdate": {"trip": {"tripId": "20091-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694888942"}, "stopId": "44723"}, {"stopSequence": 36, "arrival": {"time": "1694888989"}, "stopId": "44724"}, {"stopSequence": 37, "arrival": {"time": "1694889034"}, "stopId": "44725"}, {"stopSequence": 38, "arrival": {"time": "1694889070"}, "stopId": "44726"}, {"stopSequence": 39, "arrival": {"time": "1694889147"}, "stopId": "44727"}, {"stopSequence": 40, "arrival": {"time": "1694889244"}, "stopId": "35418"}, {"stopSequence": 41, "arrival": {"time": "1694889263"}, "stopId": "35664"}, {"stopSequence": 42, "arrival": {"time": "1694889298"}, "stopId": "91051"}, {"stopSequence": 43, "arrival": {"time": "1694889330"}, "stopId": "35666"}, {"stopSequence": 44, "arrival": {"time": "1694889372"}, "stopId": "35667"}, {"stopSequence": 45, "arrival": {"time": "1694889402"}, "stopId": "35668"}, {"stopSequence": 46, "arrival": {"time": "1694889427"}, "stopId": "35849"}, {"stopSequence": 47, "arrival": {"time": "1694889459"}, "stopId": "35850"}, {"stopSequence": 48, "arrival": {"time": "1694889482"}, "stopId": "35851"}, {"stopSequence": 49, "arrival": {"time": "1694889503"}, "stopId": "35852"}, {"stopSequence": 50, "arrival": {"time": "1694889529"}, "stopId": "35853"}, {"stopSequence": 51, "arrival": {"time": "1694889564"}, "stopId": "35854"}, {"stopSequence": 52, "arrival": {"time": "1694889599"}, "stopId": "35430"}], "vehicle": {"licensePlate": "FRVF49"}, "timestamp": "1694888905"}, "vehicle": {"trip": {"tripId": "20091-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 1}, "position": {"latitude": -36.84259, "longitude": -73.10489, "bearing": 303.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888905", "vehicle": {"licensePlate": "FRVF49"}}}, {"id": "a13b292e-d3e6-4987-a38d-8adf7ab5e217", "tripUpdate": {"trip": {"tripId": "20092-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694888918"}, "stopId": "35745"}, {"stopSequence": 28, "arrival": {"time": "1694888946"}, "stopId": "15879953"}, {"stopSequence": 29, "arrival": {"time": "1694888969"}, "stopId": "35746"}, {"stopSequence": 30, "arrival": {"time": "1694889592"}, "stopId": "35409"}, {"stopSequence": 31, "arrival": {"time": "1694889631"}, "stopId": "35411"}, {"stopSequence": 32, "arrival": {"time": "1694889669"}, "stopId": "35412"}, {"stopSequence": 33, "arrival": {"time": "1694889820"}, "stopId": "5020101"}, {"stopSequence": 34, "arrival": {"time": "1694889879"}, "stopId": "44722"}, {"stopSequence": 35, "arrival": {"time": "1694889919"}, "stopId": "44723"}, {"stopSequence": 36, "arrival": {"time": "1694889961"}, "stopId": "44724"}, {"stopSequence": 37, "arrival": {"time": "1694890002"}, "stopId": "44725"}, {"stopSequence": 38, "arrival": {"time": "1694890035"}, "stopId": "44726"}, {"stopSequence": 39, "arrival": {"time": "1694890108"}, "stopId": "44727"}, {"stopSequence": 40, "arrival": {"time": "1694890201"}, "stopId": "35418"}, {"stopSequence": 41, "arrival": {"time": "1694890218"}, "stopId": "35664"}, {"stopSequence": 42, "arrival": {"time": "1694890252"}, "stopId": "91051"}, {"stopSequence": 43, "arrival": {"time": "1694890284"}, "stopId": "35666"}, {"stopSequence": 44, "arrival": {"time": "1694890325"}, "stopId": "35667"}, {"stopSequence": 45, "arrival": {"time": "1694890354"}, "stopId": "35668"}, {"stopSequence": 46, "arrival": {"time": "1694890380"}, "stopId": "35849"}, {"stopSequence": 47, "arrival": {"time": "1694890411"}, "stopId": "35850"}, {"stopSequence": 48, "arrival": {"time": "1694890435"}, "stopId": "35851"}, {"stopSequence": 49, "arrival": {"time": "1694890455"}, "stopId": "35852"}, {"stopSequence": 50, "arrival": {"time": "1694890482"}, "stopId": "35853"}, {"stopSequence": 51, "arrival": {"time": "1694890518"}, "stopId": "35854"}, {"stopSequence": 52, "arrival": {"time": "1694890553"}, "stopId": "35430"}], "vehicle": {"licensePlate": "FXJS19"}, "timestamp": "1694888916"}, "vehicle": {"trip": {"tripId": "20092-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 1}, "position": {"latitude": -36.82561, "longitude": -73.05771, "bearing": 242.0, "odometer": 0.0, "speed": 7.0}, "timestamp": "1694888916", "vehicle": {"licensePlate": "FXJS19"}}}, {"id": "e6d245f6-5f50-4934-9aea-75416241f494", "tripUpdate": {"trip": {"tripId": "19978-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694888970"}, "stopId": "35287"}, {"stopSequence": 35, "arrival": {"time": "1694889044"}, "stopId": "42317"}, {"stopSequence": 36, "arrival": {"time": "1694889123"}, "stopId": "42319"}, {"stopSequence": 37, "arrival": {"time": "1694889200"}, "stopId": "42320"}, {"stopSequence": 38, "arrival": {"time": "1694889248"}, "stopId": "38514"}, {"stopSequence": 39, "arrival": {"time": "1694889295"}, "stopId": "34586"}, {"stopSequence": 40, "arrival": {"time": "1694889334"}, "stopId": "34587"}, {"stopSequence": 41, "arrival": {"time": "1694889359"}, "stopId": "34588"}, {"stopSequence": 42, "arrival": {"time": "1694889407"}, "stopId": "39497"}, {"stopSequence": 43, "arrival": {"time": "1694889441"}, "stopId": "49407"}, {"stopSequence": 44, "arrival": {"time": "1694889492"}, "stopId": "50034"}, {"stopSequence": 45, "arrival": {"time": "1694889536"}, "stopId": "40903"}, {"stopSequence": 46, "arrival": {"time": "1694889570"}, "stopId": "40904"}, {"stopSequence": 47, "arrival": {"time": "1694889614"}, "stopId": "35814"}, {"stopSequence": 48, "arrival": {"time": "1694889685"}, "stopId": "35815"}, {"stopSequence": 49, "arrival": {"time": "1694889713"}, "stopId": "35816"}, {"stopSequence": 50, "arrival": {"time": "1694889718"}, "stopId": "35817"}, {"stopSequence": 51, "arrival": {"time": "1694889759"}, "stopId": "35818"}, {"stopSequence": 52, "arrival": {"time": "1694889796"}, "stopId": "35819"}, {"stopSequence": 53, "arrival": {"time": "1694889857"}, "stopId": "49417"}, {"stopSequence": 54, "arrival": {"time": "1694889890"}, "stopId": "49420"}, {"stopSequence": 55, "arrival": {"time": "1694889930"}, "stopId": "49421"}, {"stopSequence": 56, "arrival": {"time": "1694889958"}, "stopId": "49422"}, {"stopSequence": 57, "arrival": {"time": "1694890003"}, "stopId": "49423"}, {"stopSequence": 58, "arrival": {"time": "1694890034"}, "stopId": "49539"}, {"stopSequence": 59, "arrival": {"time": "1694890087"}, "stopId": "44677"}, {"stopSequence": 60, "arrival": {"time": "1694890099"}, "stopId": "44671"}, {"stopSequence": 61, "arrival": {"time": "1694890187"}, "stopId": "44674"}, {"stopSequence": 62, "arrival": {"time": "1694890210"}, "stopId": "44675"}, {"stopSequence": 63, "arrival": {"time": "1694890230"}, "stopId": "44776"}, {"stopSequence": 64, "arrival": {"time": "1694890255"}, "stopId": "44676"}], "vehicle": {"licensePlate": "GVXX18"}, "timestamp": "1694888948"}, "vehicle": {"trip": {"tripId": "19978-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 0}, "position": {"latitude": -36.833015, "longitude": -73.05353, "bearing": 333.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888948", "vehicle": {"licensePlate": "GVXX18"}}}, {"id": "ff209772-ad9a-4385-9130-dbee9537ee46", "tripUpdate": {"trip": {"tripId": "19981-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889015"}, "stopId": "91119"}, {"stopSequence": 15, "arrival": {"time": "1694889030"}, "stopId": "44629"}, {"stopSequence": 16, "arrival": {"time": "1694889104"}, "stopId": "91007"}, {"stopSequence": 17, "arrival": {"time": "1694889125"}, "stopId": "44630"}, {"stopSequence": 18, "arrival": {"time": "1694889157"}, "stopId": "44631"}, {"stopSequence": 19, "arrival": {"time": "1694889235"}, "stopId": "44633"}, {"stopSequence": 20, "arrival": {"time": "1694889307"}, "stopId": "44635"}, {"stopSequence": 21, "arrival": {"time": "1694889335"}, "stopId": "44721"}, {"stopSequence": 22, "arrival": {"time": "1694889373"}, "stopId": "44720"}, {"stopSequence": 23, "arrival": {"time": "1694889459"}, "stopId": "44639"}, {"stopSequence": 24, "arrival": {"time": "1694889532"}, "stopId": "44640"}, {"stopSequence": 25, "arrival": {"time": "1694889586"}, "stopId": "44641"}, {"stopSequence": 26, "arrival": {"time": "1694889659"}, "stopId": "44642"}, {"stopSequence": 27, "arrival": {"time": "1694889704"}, "stopId": "44643"}, {"stopSequence": 28, "arrival": {"time": "1694889778"}, "stopId": "91158"}, {"stopSequence": 29, "arrival": {"time": "1694889846"}, "stopId": "39973"}, {"stopSequence": 30, "arrival": {"time": "1694889953"}, "stopId": "39974"}, {"stopSequence": 31, "arrival": {"time": "1694889990"}, "stopId": "39975"}, {"stopSequence": 32, "arrival": {"time": "1694890407"}, "stopId": "39546"}, {"stopSequence": 33, "arrival": {"time": "1694890544"}, "stopId": "35286"}, {"stopSequence": 34, "arrival": {"time": "1694890572"}, "stopId": "35287"}, {"stopSequence": 35, "arrival": {"time": "1694890642"}, "stopId": "42317"}, {"stopSequence": 36, "arrival": {"time": "1694890718"}, "stopId": "42319"}, {"stopSequence": 37, "arrival": {"time": "1694890795"}, "stopId": "42320"}, {"stopSequence": 38, "arrival": {"time": "1694890844"}, "stopId": "38514"}, {"stopSequence": 39, "arrival": {"time": "1694890893"}, "stopId": "34586"}, {"stopSequence": 40, "arrival": {"time": "1694890934"}, "stopId": "34587"}, {"stopSequence": 41, "arrival": {"time": "1694890960"}, "stopId": "34588"}, {"stopSequence": 42, "arrival": {"time": "1694891011"}, "stopId": "39497"}, {"stopSequence": 43, "arrival": {"time": "1694891047"}, "stopId": "49407"}, {"stopSequence": 44, "arrival": {"time": "1694891104"}, "stopId": "50034"}, {"stopSequence": 45, "arrival": {"time": "1694891153"}, "stopId": "40903"}, {"stopSequence": 46, "arrival": {"time": "1694891191"}, "stopId": "40904"}, {"stopSequence": 47, "arrival": {"time": "1694891240"}, "stopId": "35814"}, {"stopSequence": 48, "arrival": {"time": "1694891323"}, "stopId": "35815"}, {"stopSequence": 49, "arrival": {"time": "1694891356"}, "stopId": "35816"}, {"stopSequence": 50, "arrival": {"time": "1694891362"}, "stopId": "35817"}, {"stopSequence": 51, "arrival": {"time": "1694891411"}, "stopId": "35818"}, {"stopSequence": 52, "arrival": {"time": "1694891456"}, "stopId": "35819"}, {"stopSequence": 53, "arrival": {"time": "1694891531"}, "stopId": "49417"}, {"stopSequence": 54, "arrival": {"time": "1694891571"}, "stopId": "49420"}, {"stopSequence": 55, "arrival": {"time": "1694891622"}, "stopId": "49421"}, {"stopSequence": 56, "arrival": {"time": "1694891657"}, "stopId": "49422"}, {"stopSequence": 57, "arrival": {"time": "1694891716"}, "stopId": "49423"}, {"stopSequence": 58, "arrival": {"time": "1694891755"}, "stopId": "49539"}, {"stopSequence": 59, "arrival": {"time": "1694891825"}, "stopId": "44677"}, {"stopSequence": 60, "arrival": {"time": "1694891841"}, "stopId": "44671"}, {"stopSequence": 61, "arrival": {"time": "1694891960"}, "stopId": "44674"}, {"stopSequence": 62, "arrival": {"time": "1694891992"}, "stopId": "44675"}, {"stopSequence": 63, "arrival": {"time": "1694892019"}, "stopId": "44776"}, {"stopSequence": 64, "arrival": {"time": "1694892053"}, "stopId": "44676"}], "vehicle": {"licensePlate": "JFSP64"}, "timestamp": "1694888940"}, "vehicle": {"trip": {"tripId": "19981-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "589", "directionId": 0}, "position": {"latitude": -36.836933, "longitude": -73.11887, "bearing": 152.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888940", "vehicle": {"licensePlate": "JFSP64"}}}, {"id": "c34eb701-5649-44c8-abd5-cae7a9a7d395", "tripUpdate": {"trip": {"tripId": "20258-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 19, "arrival": {"time": "1694889046"}, "stopId": "14-May"}, {"stopSequence": 20, "arrival": {"time": "1694889086"}, "stopId": "14-Jun"}, {"stopSequence": 21, "arrival": {"time": "1694889140"}, "stopId": "14-Aug"}, {"stopSequence": 22, "arrival": {"time": "1694889186"}, "stopId": "50024"}, {"stopSequence": 23, "arrival": {"time": "1694889320"}, "stopId": "14-12"}, {"stopSequence": 24, "arrival": {"time": "1694889402"}, "stopId": "37471"}, {"stopSequence": 25, "arrival": {"time": "1694889435"}, "stopId": "37560"}, {"stopSequence": 26, "arrival": {"time": "1694889459"}, "stopId": "37564"}, {"stopSequence": 27, "arrival": {"time": "1694889508"}, "stopId": "37517"}, {"stopSequence": 28, "arrival": {"time": "1694889525"}, "stopId": "37475"}, {"stopSequence": 29, "arrival": {"time": "1694889562"}, "stopId": "37508"}, {"stopSequence": 30, "arrival": {"time": "1694889596"}, "stopId": "37476"}, {"stopSequence": 31, "arrival": {"time": "1694889621"}, "stopId": "37526"}, {"stopSequence": 32, "arrival": {"time": "1694889688"}, "stopId": "37567"}, {"stopSequence": 33, "arrival": {"time": "1694889710"}, "stopId": "13-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694889761"}, "stopId": "13-Feb"}, {"stopSequence": 35, "arrival": {"time": "1694889786"}, "stopId": "28-Jan"}, {"stopSequence": 36, "arrival": {"time": "1694889831"}, "stopId": "12-3"}, {"stopSequence": 37, "arrival": {"time": "1694889905"}, "stopId": "12-Jan"}, {"stopSequence": 38, "arrival": {"time": "1694889948"}, "stopId": "12-Feb"}, {"stopSequence": 39, "arrival": {"time": "1694889996"}, "stopId": "7-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694890048"}, "stopId": "7-Mar"}, {"stopSequence": 41, "arrival": {"time": "1694890179"}, "stopId": "7-Jun"}, {"stopSequence": 42, "arrival": {"time": "1694890248"}, "stopId": "7-Aug"}, {"stopSequence": 43, "arrival": {"time": "1694890314"}, "stopId": "6-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694890384"}, "stopId": "6-Mar"}, {"stopSequence": 45, "arrival": {"time": "1694890490"}, "stopId": "6-May"}, {"stopSequence": 46, "arrival": {"time": "1694890647"}, "stopId": "6-Jul"}, {"stopSequence": 47, "arrival": {"time": "1694890710"}, "stopId": "6-Sep"}, {"stopSequence": 48, "arrival": {"time": "1694890800"}, "stopId": "6-Nov"}, {"stopSequence": 49, "arrival": {"time": "1694890910"}, "stopId": "6-Dec"}, {"stopSequence": 50, "arrival": {"time": "1694891005"}, "stopId": "Jun-14"}, {"stopSequence": 51, "arrival": {"time": "1694891167"}, "stopId": "Jun-17"}, {"stopSequence": 52, "arrival": {"time": "1694891260"}, "stopId": "Jun-19"}, {"stopSequence": 53, "arrival": {"time": "1694891321"}, "stopId": "Jun-20"}, {"stopSequence": 54, "arrival": {"time": "1694891391"}, "stopId": "Jun-22"}, {"stopSequence": 55, "arrival": {"time": "1694891465"}, "stopId": "Jun-24"}, {"stopSequence": 56, "arrival": {"time": "1694891569"}, "stopId": "Jun-25"}, {"stopSequence": 57, "arrival": {"time": "1694891924"}, "stopId": "90003"}, {"stopSequence": 58, "arrival": {"time": "1694891984"}, "stopId": "90007"}, {"stopSequence": 59, "arrival": {"time": "1694892051"}, "stopId": "90008"}, {"stopSequence": 60, "arrival": {"time": "1694892201"}, "stopId": "39599"}, {"stopSequence": 61, "arrival": {"time": "1694892308"}, "stopId": "45011"}, {"stopSequence": 62, "arrival": {"time": "1694892453"}, "stopId": "39623"}, {"stopSequence": 63, "arrival": {"time": "1694892526"}, "stopId": "39624"}, {"stopSequence": 64, "arrival": {"time": "1694892627"}, "stopId": "90000"}, {"stopSequence": 65, "arrival": {"time": "1694892706"}, "stopId": "39628"}, {"stopSequence": 66, "arrival": {"time": "1694892830"}, "stopId": "39631"}, {"stopSequence": 67, "arrival": {"time": "1694892908"}, "stopId": "49311"}, {"stopSequence": 68, "arrival": {"time": "1694893003"}, "stopId": "39634"}, {"stopSequence": 69, "arrival": {"time": "1694893047"}, "stopId": "39635"}, {"stopSequence": 70, "arrival": {"time": "1694893128"}, "stopId": "39636"}, {"stopSequence": 71, "arrival": {"time": "1694893224"}, "stopId": "49503"}, {"stopSequence": 72, "arrival": {"time": "1694893462"}, "stopId": "39637"}, {"stopSequence": 73, "arrival": {"time": "1694893558"}, "stopId": "49317"}, {"stopSequence": 74, "arrival": {"time": "1694893623"}, "stopId": "49318"}, {"stopSequence": 75, "arrival": {"time": "1694893759"}, "stopId": "49319"}, {"stopSequence": 76, "arrival": {"time": "1694893895"}, "stopId": "39641"}, {"stopSequence": 77, "arrival": {"time": "1694894460"}, "stopId": "49323"}, {"stopSequence": 78, "arrival": {"time": "1694894547"}, "stopId": "49324"}, {"stopSequence": 79, "arrival": {"time": "1694894648"}, "stopId": "49325"}, {"stopSequence": 80, "arrival": {"time": "1694894817"}, "stopId": "49326"}, {"stopSequence": 81, "arrival": {"time": "1694894903"}, "stopId": "37425"}, {"stopSequence": 82, "arrival": {"time": "1694895009"}, "stopId": "37426"}, {"stopSequence": 83, "arrival": {"time": "1694895109"}, "stopId": "37427"}, {"stopSequence": 84, "arrival": {"time": "1694895279"}, "stopId": "8606049"}, {"stopSequence": 85, "arrival": {"time": "1694895443"}, "stopId": "37428"}, {"stopSequence": 86, "arrival": {"time": "1694895546"}, "stopId": "37429"}, {"stopSequence": 87, "arrival": {"time": "1694895683"}, "stopId": "37430"}, {"stopSequence": 88, "arrival": {"time": "1694895792"}, "stopId": "37431"}, {"stopSequence": 89, "arrival": {"time": "1694895895"}, "stopId": "37432"}, {"stopSequence": 90, "arrival": {"time": "1694896263"}, "stopId": "37433"}, {"stopSequence": 91, "arrival": {"time": "1694896613"}, "stopId": "37434"}, {"stopSequence": 92, "arrival": {"time": "1694896692"}, "stopId": "37435"}, {"stopSequence": 93, "arrival": {"time": "1694896926"}, "stopId": "37436"}, {"stopSequence": 94, "arrival": {"time": "1694897227"}, "stopId": "37437"}, {"stopSequence": 95, "arrival": {"time": "1694897478"}, "stopId": "49337"}, {"stopSequence": 96, "arrival": {"time": "1694897615"}, "stopId": "39661"}, {"stopSequence": 97, "arrival": {"time": "1694897867"}, "stopId": "39662"}, {"stopSequence": 98, "arrival": {"time": "1694898168"}, "stopId": "39663"}, {"stopSequence": 99, "arrival": {"time": "1694898398"}, "stopId": "49341"}, {"stopSequence": 100, "arrival": {"time": "1694898671"}, "stopId": "49342"}, {"stopSequence": 101, "arrival": {"time": "1694899266"}, "stopId": "49343"}, {"stopSequence": 102, "arrival": {"time": "1694900663"}, "stopId": "49344"}, {"stopSequence": 103, "arrival": {"time": "1694902077"}, "stopId": "49345"}, {"stopSequence": 104, "arrival": {"time": "1694903978"}, "stopId": "49346"}, {"stopSequence": 105, "arrival": {"time": "1694904752"}, "stopId": "49347"}, {"stopSequence": 106, "arrival": {"time": "1694908612"}, "stopId": "49348"}, {"stopSequence": 107, "arrival": {"time": "1694913185"}, "stopId": "42250"}], "vehicle": {"licensePlate": "BHCL61"}, "timestamp": "1694889032"}, "vehicle": {"trip": {"tripId": "20258-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "position": {"latitude": -36.713917, "longitude": -72.97418, "bearing": 188.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694889032", "vehicle": {"licensePlate": "BHCL61"}}}, {"id": "bc458934-4d0b-4289-ac9a-e8004ac82f18", "tripUpdate": {"trip": {"tripId": "20254-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 90, "arrival": {"time": "1694889067"}, "stopId": "37433"}, {"stopSequence": 91, "arrival": {"time": "1694889160"}, "stopId": "37434"}, {"stopSequence": 92, "arrival": {"time": "1694889180"}, "stopId": "37435"}, {"stopSequence": 93, "arrival": {"time": "1694889237"}, "stopId": "37436"}, {"stopSequence": 94, "arrival": {"time": "1694889306"}, "stopId": "37437"}, {"stopSequence": 95, "arrival": {"time": "1694889359"}, "stopId": "49337"}, {"stopSequence": 96, "arrival": {"time": "1694889387"}, "stopId": "39661"}, {"stopSequence": 97, "arrival": {"time": "1694889436"}, "stopId": "39662"}, {"stopSequence": 98, "arrival": {"time": "1694889492"}, "stopId": "39663"}, {"stopSequence": 99, "arrival": {"time": "1694889532"}, "stopId": "49341"}, {"stopSequence": 100, "arrival": {"time": "1694889578"}, "stopId": "49342"}, {"stopSequence": 101, "arrival": {"time": "1694889669"}, "stopId": "49343"}, {"stopSequence": 102, "arrival": {"time": "1694889849"}, "stopId": "49344"}, {"stopSequence": 103, "arrival": {"time": "1694889995"}, "stopId": "49345"}, {"stopSequence": 104, "arrival": {"time": "1694890152"}, "stopId": "49346"}, {"stopSequence": 105, "arrival": {"time": "1694890206"}, "stopId": "49347"}, {"stopSequence": 106, "arrival": {"time": "1694890417"}, "stopId": "49348"}, {"stopSequence": 107, "arrival": {"time": "1694890586"}, "stopId": "42250"}], "vehicle": {"licensePlate": "DPZZ33"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "20254-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "position": {"latitude": -36.792107, "longitude": -73.10383, "bearing": 32.0, "odometer": 0.0, "speed": 10.277778}, "timestamp": "1694889037", "vehicle": {"licensePlate": "DPZZ33"}}}, {"id": "8e4414d3-3c81-44ee-8fb3-2fd75a252760", "tripUpdate": {"trip": {"tripId": "20183-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694889033"}, "stopId": "42254"}, {"stopSequence": 5, "arrival": {"time": "1694889065"}, "stopId": "42255"}, {"stopSequence": 6, "arrival": {"time": "1694889101"}, "stopId": "42256"}, {"stopSequence": 7, "arrival": {"time": "1694889121"}, "stopId": "42257"}, {"stopSequence": 8, "arrival": {"time": "1694889144"}, "stopId": "42258"}, {"stopSequence": 9, "arrival": {"time": "1694889170"}, "stopId": "42259"}, {"stopSequence": 10, "arrival": {"time": "1694889224"}, "stopId": "42260"}, {"stopSequence": 11, "arrival": {"time": "1694889263"}, "stopId": "42261"}, {"stopSequence": 12, "arrival": {"time": "1694889294"}, "stopId": "45094"}, {"stopSequence": 13, "arrival": {"time": "1694889351"}, "stopId": "42263"}, {"stopSequence": 14, "arrival": {"time": "1694889396"}, "stopId": "45092"}, {"stopSequence": 15, "arrival": {"time": "1694889426"}, "stopId": "45091"}, {"stopSequence": 16, "arrival": {"time": "1694889462"}, "stopId": "45090"}, {"stopSequence": 17, "arrival": {"time": "1694889472"}, "stopId": "42266"}, {"stopSequence": 18, "arrival": {"time": "1694889527"}, "stopId": "45089"}, {"stopSequence": 19, "arrival": {"time": "1694889566"}, "stopId": "45088"}, {"stopSequence": 20, "arrival": {"time": "1694889596"}, "stopId": "42269"}, {"stopSequence": 21, "arrival": {"time": "1694889631"}, "stopId": "38611"}, {"stopSequence": 22, "arrival": {"time": "1694889639"}, "stopId": "44792"}, {"stopSequence": 23, "arrival": {"time": "1694889695"}, "stopId": "44790"}, {"stopSequence": 24, "arrival": {"time": "1694889728"}, "stopId": "38609"}, {"stopSequence": 25, "arrival": {"time": "1694889765"}, "stopId": "44791"}, {"stopSequence": 26, "arrival": {"time": "1694889825"}, "stopId": "44800"}, {"stopSequence": 27, "arrival": {"time": "1694889859"}, "stopId": "44799"}, {"stopSequence": 28, "arrival": {"time": "1694889908"}, "stopId": "44801"}, {"stopSequence": 29, "arrival": {"time": "1694889931"}, "stopId": "44802"}, {"stopSequence": 30, "arrival": {"time": "1694890000"}, "stopId": "44803"}, {"stopSequence": 31, "arrival": {"time": "1694890015"}, "stopId": "38602"}, {"stopSequence": 32, "arrival": {"time": "1694890271"}, "stopId": "38688"}, {"stopSequence": 33, "arrival": {"time": "1694890319"}, "stopId": "38673"}, {"stopSequence": 34, "arrival": {"time": "1694890394"}, "stopId": "39785"}, {"stopSequence": 35, "arrival": {"time": "1694890432"}, "stopId": "38664"}, {"stopSequence": 36, "arrival": {"time": "1694890485"}, "stopId": "38702"}, {"stopSequence": 37, "arrival": {"time": "1694890529"}, "stopId": "39787"}, {"stopSequence": 38, "arrival": {"time": "1694890571"}, "stopId": "38501"}, {"stopSequence": 39, "arrival": {"time": "1694890638"}, "stopId": "38692"}, {"stopSequence": 40, "arrival": {"time": "1694890708"}, "stopId": "38714"}, {"stopSequence": 41, "arrival": {"time": "1694890753"}, "stopId": "39791"}, {"stopSequence": 42, "arrival": {"time": "1694890784"}, "stopId": "38506"}, {"stopSequence": 43, "arrival": {"time": "1694890835"}, "stopId": "38635"}, {"stopSequence": 44, "arrival": {"time": "1694890870"}, "stopId": "38509"}, {"stopSequence": 45, "arrival": {"time": "1694890915"}, "stopId": "38642"}, {"stopSequence": 46, "arrival": {"time": "1694890961"}, "stopId": "39795"}, {"stopSequence": 47, "arrival": {"time": "1694890989"}, "stopId": "38502"}, {"stopSequence": 48, "arrival": {"time": "1694891060"}, "stopId": "38503"}, {"stopSequence": 49, "arrival": {"time": "1694891232"}, "stopId": "35691"}, {"stopSequence": 50, "arrival": {"time": "1694891348"}, "stopId": "35693"}, {"stopSequence": 51, "arrival": {"time": "1694891414"}, "stopId": "35694"}, {"stopSequence": 52, "arrival": {"time": "1694891451"}, "stopId": "35695"}, {"stopSequence": 53, "arrival": {"time": "1694891517"}, "stopId": "35696"}, {"stopSequence": 54, "arrival": {"time": "1694891710"}, "stopId": "35697"}, {"stopSequence": 55, "arrival": {"time": "1694891863"}, "stopId": "39778"}, {"stopSequence": 56, "arrival": {"time": "1694891999"}, "stopId": "35797"}, {"stopSequence": 57, "arrival": {"time": "1694892054"}, "stopId": "35798"}, {"stopSequence": 58, "arrival": {"time": "1694892106"}, "stopId": "35799"}, {"stopSequence": 59, "arrival": {"time": "1694892201"}, "stopId": "35800"}, {"stopSequence": 60, "arrival": {"time": "1694892271"}, "stopId": "35801"}, {"stopSequence": 61, "arrival": {"time": "1694892307"}, "stopId": "35802"}, {"stopSequence": 62, "arrival": {"time": "1694892376"}, "stopId": "35803"}, {"stopSequence": 63, "arrival": {"time": "1694892458"}, "stopId": "38507"}, {"stopSequence": 64, "arrival": {"time": "1694892534"}, "stopId": "34473"}, {"stopSequence": 65, "arrival": {"time": "1694892602"}, "stopId": "38500"}, {"stopSequence": 66, "arrival": {"time": "1694892673"}, "stopId": "35808"}, {"stopSequence": 67, "arrival": {"time": "1694892766"}, "stopId": "35710"}, {"stopSequence": 68, "arrival": {"time": "1694892840"}, "stopId": "50036"}, {"stopSequence": 69, "arrival": {"time": "1694893240"}, "stopId": "50037"}, {"stopSequence": 70, "arrival": {"time": "1694893514"}, "stopId": "50038"}, {"stopSequence": 71, "arrival": {"time": "1694893666"}, "stopId": "50039"}, {"stopSequence": 72, "arrival": {"time": "1694893793"}, "stopId": "50040"}, {"stopSequence": 73, "arrival": {"time": "1694893985"}, "stopId": "50041"}, {"stopSequence": 74, "arrival": {"time": "1694894318"}, "stopId": "Jun-15"}, {"stopSequence": 75, "arrival": {"time": "1694894548"}, "stopId": "Jun-13"}, {"stopSequence": 76, "arrival": {"time": "1694895084"}, "stopId": "6-Oct"}, {"stopSequence": 77, "arrival": {"time": "1694895255"}, "stopId": "6-Aug"}, {"stopSequence": 78, "arrival": {"time": "1694895769"}, "stopId": "6-Jun"}, {"stopSequence": 79, "arrival": {"time": "1694896190"}, "stopId": "6-Feb"}, {"stopSequence": 80, "arrival": {"time": "1694896769"}, "stopId": "7-Jul"}, {"stopSequence": 81, "arrival": {"time": "1694897057"}, "stopId": "7-May"}, {"stopSequence": 82, "arrival": {"time": "1694897196"}, "stopId": "1508142"}, {"stopSequence": 83, "arrival": {"time": "1694897720"}, "stopId": "7-Feb"}, {"stopSequence": 84, "arrival": {"time": "1694898059"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694898233"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694898467"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694898821"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694899091"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694899303"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694899693"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694900077"}, "stopId": "44866"}, {"stopSequence": 92, "arrival": {"time": "1694900385"}, "stopId": "44867"}, {"stopSequence": 93, "arrival": {"time": "1694900602"}, "stopId": "44868"}, {"stopSequence": 94, "arrival": {"time": "1694900831"}, "stopId": "44869"}, {"stopSequence": 95, "arrival": {"time": "1694901118"}, "stopId": "44870"}, {"stopSequence": 96, "arrival": {"time": "1694901429"}, "stopId": "44871"}, {"stopSequence": 97, "arrival": {"time": "1694901817"}, "stopId": "44872"}, {"stopSequence": 98, "arrival": {"time": "1694902481"}, "stopId": "50020"}, {"stopSequence": 99, "arrival": {"time": "1694903487"}, "stopId": "14-11"}, {"stopSequence": 100, "arrival": {"time": "1694903953"}, "stopId": "91162"}, {"stopSequence": 101, "arrival": {"time": "1694905130"}, "stopId": "50023"}, {"stopSequence": 102, "arrival": {"time": "1694906800"}, "stopId": "14-Jul"}, {"stopSequence": 103, "arrival": {"time": "1694907503"}, "stopId": "14-Apr"}, {"stopSequence": 104, "arrival": {"time": "1694908461"}, "stopId": "37474"}, {"stopSequence": 105, "arrival": {"time": "1694909557"}, "stopId": "44879"}], "vehicle": {"licensePlate": "HYHP87"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "20183-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 1}, "position": {"latitude": -36.74136, "longitude": -73.10762, "bearing": 150.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HYHP87"}}}, {"id": "0d6efc3b-9e7f-491e-8b26-2e51bd85c6f7", "tripUpdate": {"trip": {"tripId": "20182-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 33, "arrival": {"time": "1694889047"}, "stopId": "38673"}, {"stopSequence": 34, "arrival": {"time": "1694889128"}, "stopId": "39785"}, {"stopSequence": 35, "arrival": {"time": "1694889169"}, "stopId": "38664"}, {"stopSequence": 36, "arrival": {"time": "1694889225"}, "stopId": "38702"}, {"stopSequence": 37, "arrival": {"time": "1694889271"}, "stopId": "39787"}, {"stopSequence": 38, "arrival": {"time": "1694889314"}, "stopId": "38501"}, {"stopSequence": 39, "arrival": {"time": "1694889381"}, "stopId": "38692"}, {"stopSequence": 40, "arrival": {"time": "1694889451"}, "stopId": "38714"}, {"stopSequence": 41, "arrival": {"time": "1694889496"}, "stopId": "39791"}, {"stopSequence": 42, "arrival": {"time": "1694889527"}, "stopId": "38506"}, {"stopSequence": 43, "arrival": {"time": "1694889576"}, "stopId": "38635"}, {"stopSequence": 44, "arrival": {"time": "1694889609"}, "stopId": "38509"}, {"stopSequence": 45, "arrival": {"time": "1694889652"}, "stopId": "38642"}, {"stopSequence": 46, "arrival": {"time": "1694889695"}, "stopId": "39795"}, {"stopSequence": 47, "arrival": {"time": "1694889720"}, "stopId": "38502"}, {"stopSequence": 48, "arrival": {"time": "1694889786"}, "stopId": "38503"}, {"stopSequence": 49, "arrival": {"time": "1694889939"}, "stopId": "35691"}, {"stopSequence": 50, "arrival": {"time": "1694890040"}, "stopId": "35693"}, {"stopSequence": 51, "arrival": {"time": "1694890096"}, "stopId": "35694"}, {"stopSequence": 52, "arrival": {"time": "1694890127"}, "stopId": "35695"}, {"stopSequence": 53, "arrival": {"time": "1694890181"}, "stopId": "35696"}, {"stopSequence": 54, "arrival": {"time": "1694890337"}, "stopId": "35697"}, {"stopSequence": 55, "arrival": {"time": "1694890457"}, "stopId": "39778"}, {"stopSequence": 56, "arrival": {"time": "1694890561"}, "stopId": "35797"}, {"stopSequence": 57, "arrival": {"time": "1694890602"}, "stopId": "35798"}, {"stopSequence": 58, "arrival": {"time": "1694890640"}, "stopId": "35799"}, {"stopSequence": 59, "arrival": {"time": "1694890711"}, "stopId": "35800"}, {"stopSequence": 60, "arrival": {"time": "1694890761"}, "stopId": "35801"}, {"stopSequence": 61, "arrival": {"time": "1694890787"}, "stopId": "35802"}, {"stopSequence": 62, "arrival": {"time": "1694890836"}, "stopId": "35803"}, {"stopSequence": 63, "arrival": {"time": "1694890893"}, "stopId": "38507"}, {"stopSequence": 64, "arrival": {"time": "1694890946"}, "stopId": "34473"}, {"stopSequence": 65, "arrival": {"time": "1694890992"}, "stopId": "38500"}, {"stopSequence": 66, "arrival": {"time": "1694891041"}, "stopId": "35808"}, {"stopSequence": 67, "arrival": {"time": "1694891103"}, "stopId": "35710"}, {"stopSequence": 68, "arrival": {"time": "1694891151"}, "stopId": "50036"}, {"stopSequence": 69, "arrival": {"time": "1694891407"}, "stopId": "50037"}, {"stopSequence": 70, "arrival": {"time": "1694891574"}, "stopId": "50038"}, {"stopSequence": 71, "arrival": {"time": "1694891665"}, "stopId": "50039"}, {"stopSequence": 72, "arrival": {"time": "1694891738"}, "stopId": "50040"}, {"stopSequence": 73, "arrival": {"time": "1694891848"}, "stopId": "50041"}, {"stopSequence": 74, "arrival": {"time": "1694892033"}, "stopId": "Jun-15"}, {"stopSequence": 75, "arrival": {"time": "1694892156"}, "stopId": "Jun-13"}, {"stopSequence": 76, "arrival": {"time": "1694892431"}, "stopId": "6-Oct"}, {"stopSequence": 77, "arrival": {"time": "1694892516"}, "stopId": "6-Aug"}, {"stopSequence": 78, "arrival": {"time": "1694892761"}, "stopId": "6-Jun"}, {"stopSequence": 79, "arrival": {"time": "1694892952"}, "stopId": "6-Feb"}, {"stopSequence": 80, "arrival": {"time": "1694893204"}, "stopId": "7-Jul"}, {"stopSequence": 81, "arrival": {"time": "1694893324"}, "stopId": "7-May"}, {"stopSequence": 82, "arrival": {"time": "1694893380"}, "stopId": "1508142"}, {"stopSequence": 83, "arrival": {"time": "1694893588"}, "stopId": "7-Feb"}, {"stopSequence": 84, "arrival": {"time": "1694893718"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694893783"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694893869"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694893996"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694894090"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694894163"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694894293"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694894418"}, "stopId": "44866"}, {"stopSequence": 92, "arrival": {"time": "1694894515"}, "stopId": "44867"}, {"stopSequence": 93, "arrival": {"time": "1694894582"}, "stopId": "44868"}, {"stopSequence": 94, "arrival": {"time": "1694894652"}, "stopId": "44869"}, {"stopSequence": 95, "arrival": {"time": "1694894738"}, "stopId": "44870"}, {"stopSequence": 96, "arrival": {"time": "1694894829"}, "stopId": "44871"}, {"stopSequence": 97, "arrival": {"time": "1694894939"}, "stopId": "44872"}, {"stopSequence": 98, "arrival": {"time": "1694895121"}, "stopId": "50020"}, {"stopSequence": 99, "arrival": {"time": "1694895381"}, "stopId": "14-11"}, {"stopSequence": 100, "arrival": {"time": "1694895496"}, "stopId": "91162"}, {"stopSequence": 101, "arrival": {"time": "1694895771"}, "stopId": "50023"}, {"stopSequence": 102, "arrival": {"time": "1694896127"}, "stopId": "14-Jul"}, {"stopSequence": 103, "arrival": {"time": "1694896266"}, "stopId": "14-Apr"}, {"stopSequence": 104, "arrival": {"time": "1694896447"}, "stopId": "37474"}, {"stopSequence": 105, "arrival": {"time": "1694896642"}, "stopId": "44879"}], "vehicle": {"licensePlate": "JSBB54"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "20182-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 1}, "position": {"latitude": -36.77121, "longitude": -73.0858, "bearing": 181.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694889036", "vehicle": {"licensePlate": "JSBB54"}}}, {"id": "1f78272f-8840-4faf-b5cd-6ed247ddedbb", "tripUpdate": {"trip": {"tripId": "20257-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 37, "arrival": {"time": "1694889036"}, "stopId": "12-Jan"}, {"stopSequence": 38, "arrival": {"time": "1694889082"}, "stopId": "12-Feb"}, {"stopSequence": 39, "arrival": {"time": "1694889136"}, "stopId": "7-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694889192"}, "stopId": "7-Mar"}, {"stopSequence": 41, "arrival": {"time": "1694889332"}, "stopId": "7-Jun"}, {"stopSequence": 42, "arrival": {"time": "1694889404"}, "stopId": "7-Aug"}, {"stopSequence": 43, "arrival": {"time": "1694889472"}, "stopId": "6-Jan"}, {"stopSequence": 44, "arrival": {"time": "1694889543"}, "stopId": "6-Mar"}, {"stopSequence": 45, "arrival": {"time": "1694889650"}, "stopId": "6-May"}, {"stopSequence": 46, "arrival": {"time": "1694889804"}, "stopId": "6-Jul"}, {"stopSequence": 47, "arrival": {"time": "1694889865"}, "stopId": "6-Sep"}, {"stopSequence": 48, "arrival": {"time": "1694889950"}, "stopId": "6-Nov"}, {"stopSequence": 49, "arrival": {"time": "1694890054"}, "stopId": "6-Dec"}, {"stopSequence": 50, "arrival": {"time": "1694890142"}, "stopId": "Jun-14"}, {"stopSequence": 51, "arrival": {"time": "1694890288"}, "stopId": "Jun-17"}, {"stopSequence": 52, "arrival": {"time": "1694890371"}, "stopId": "Jun-19"}, {"stopSequence": 53, "arrival": {"time": "1694890425"}, "stopId": "Jun-20"}, {"stopSequence": 54, "arrival": {"time": "1694890486"}, "stopId": "Jun-22"}, {"stopSequence": 55, "arrival": {"time": "1694890549"}, "stopId": "Jun-24"}, {"stopSequence": 56, "arrival": {"time": "1694890639"}, "stopId": "Jun-25"}, {"stopSequence": 57, "arrival": {"time": "1694890932"}, "stopId": "90003"}, {"stopSequence": 58, "arrival": {"time": "1694890981"}, "stopId": "90007"}, {"stopSequence": 59, "arrival": {"time": "1694891034"}, "stopId": "90008"}, {"stopSequence": 60, "arrival": {"time": "1694891153"}, "stopId": "39599"}, {"stopSequence": 61, "arrival": {"time": "1694891237"}, "stopId": "45011"}, {"stopSequence": 62, "arrival": {"time": "1694891348"}, "stopId": "39623"}, {"stopSequence": 63, "arrival": {"time": "1694891404"}, "stopId": "39624"}, {"stopSequence": 64, "arrival": {"time": "1694891479"}, "stopId": "90000"}, {"stopSequence": 65, "arrival": {"time": "1694891539"}, "stopId": "39628"}, {"stopSequence": 66, "arrival": {"time": "1694891630"}, "stopId": "39631"}, {"stopSequence": 67, "arrival": {"time": "1694891688"}, "stopId": "49311"}, {"stopSequence": 68, "arrival": {"time": "1694891756"}, "stopId": "39634"}, {"stopSequence": 69, "arrival": {"time": "1694891788"}, "stopId": "39635"}, {"stopSequence": 70, "arrival": {"time": "1694891846"}, "stopId": "39636"}, {"stopSequence": 71, "arrival": {"time": "1694891914"}, "stopId": "49503"}, {"stopSequence": 72, "arrival": {"time": "1694892081"}, "stopId": "39637"}, {"stopSequence": 73, "arrival": {"time": "1694892147"}, "stopId": "49317"}, {"stopSequence": 74, "arrival": {"time": "1694892191"}, "stopId": "49318"}, {"stopSequence": 75, "arrival": {"time": "1694892283"}, "stopId": "49319"}, {"stopSequence": 76, "arrival": {"time": "1694892375"}, "stopId": "39641"}, {"stopSequence": 77, "arrival": {"time": "1694892742"}, "stopId": "49323"}, {"stopSequence": 78, "arrival": {"time": "1694892797"}, "stopId": "49324"}, {"stopSequence": 79, "arrival": {"time": "1694892861"}, "stopId": "49325"}, {"stopSequence": 80, "arrival": {"time": "1694892965"}, "stopId": "49326"}, {"stopSequence": 81, "arrival": {"time": "1694893018"}, "stopId": "37425"}, {"stopSequence": 82, "arrival": {"time": "1694893083"}, "stopId": "37426"}, {"stopSequence": 83, "arrival": {"time": "1694893144"}, "stopId": "37427"}, {"stopSequence": 84, "arrival": {"time": "1694893246"}, "stopId": "8606049"}, {"stopSequence": 85, "arrival": {"time": "1694893343"}, "stopId": "37428"}, {"stopSequence": 86, "arrival": {"time": "1694893404"}, "stopId": "37429"}, {"stopSequence": 87, "arrival": {"time": "1694893483"}, "stopId": "37430"}, {"stopSequence": 88, "arrival": {"time": "1694893547"}, "stopId": "37431"}, {"stopSequence": 89, "arrival": {"time": "1694893605"}, "stopId": "37432"}, {"stopSequence": 90, "arrival": {"time": "1694893812"}, "stopId": "37433"}, {"stopSequence": 91, "arrival": {"time": "1694894004"}, "stopId": "37434"}, {"stopSequence": 92, "arrival": {"time": "1694894047"}, "stopId": "37435"}, {"stopSequence": 93, "arrival": {"time": "1694894172"}, "stopId": "37436"}, {"stopSequence": 94, "arrival": {"time": "1694894330"}, "stopId": "37437"}, {"stopSequence": 95, "arrival": {"time": "1694894460"}, "stopId": "49337"}, {"stopSequence": 96, "arrival": {"time": "1694894530"}, "stopId": "39661"}, {"stopSequence": 97, "arrival": {"time": "1694894657"}, "stopId": "39662"}, {"stopSequence": 98, "arrival": {"time": "1694894805"}, "stopId": "39663"}, {"stopSequence": 99, "arrival": {"time": "1694894917"}, "stopId": "49341"}, {"stopSequence": 100, "arrival": {"time": "1694895047"}, "stopId": "49342"}, {"stopSequence": 101, "arrival": {"time": "1694895324"}, "stopId": "49343"}, {"stopSequence": 102, "arrival": {"time": "1694895936"}, "stopId": "49344"}, {"stopSequence": 103, "arrival": {"time": "1694896507"}, "stopId": "49345"}, {"stopSequence": 104, "arrival": {"time": "1694897207"}, "stopId": "49346"}, {"stopSequence": 105, "arrival": {"time": "1694897472"}, "stopId": "49347"}, {"stopSequence": 106, "arrival": {"time": "1694898652"}, "stopId": "49348"}, {"stopSequence": 107, "arrival": {"time": "1694899801"}, "stopId": "42250"}], "vehicle": {"licensePlate": "JWXV66"}, "timestamp": "1694889034"}, "vehicle": {"trip": {"tripId": "20257-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "position": {"latitude": -36.738255, "longitude": -72.99741, "bearing": 247.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889034", "vehicle": {"licensePlate": "JWXV66"}}}, {"id": "d264dfdd-b990-49ca-a5f2-d8ff18f07492", "tripUpdate": {"trip": {"tripId": "20256-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694889039"}, "stopId": "39599"}, {"stopSequence": 61, "arrival": {"time": "1694889120"}, "stopId": "45011"}, {"stopSequence": 62, "arrival": {"time": "1694889225"}, "stopId": "39623"}, {"stopSequence": 63, "arrival": {"time": "1694889276"}, "stopId": "39624"}, {"stopSequence": 64, "arrival": {"time": "1694889343"}, "stopId": "90000"}, {"stopSequence": 65, "arrival": {"time": "1694889395"}, "stopId": "39628"}, {"stopSequence": 66, "arrival": {"time": "1694889473"}, "stopId": "39631"}, {"stopSequence": 67, "arrival": {"time": "1694889520"}, "stopId": "49311"}, {"stopSequence": 68, "arrival": {"time": "1694889575"}, "stopId": "39634"}, {"stopSequence": 69, "arrival": {"time": "1694889601"}, "stopId": "39635"}, {"stopSequence": 70, "arrival": {"time": "1694889646"}, "stopId": "39636"}, {"stopSequence": 71, "arrival": {"time": "1694889699"}, "stopId": "49503"}, {"stopSequence": 72, "arrival": {"time": "1694889823"}, "stopId": "39637"}, {"stopSequence": 73, "arrival": {"time": "1694889871"}, "stopId": "49317"}, {"stopSequence": 74, "arrival": {"time": "1694889902"}, "stopId": "49318"}, {"stopSequence": 75, "arrival": {"time": "1694889966"}, "stopId": "49319"}, {"stopSequence": 76, "arrival": {"time": "1694890028"}, "stopId": "39641"}, {"stopSequence": 77, "arrival": {"time": "1694890262"}, "stopId": "49323"}, {"stopSequence": 78, "arrival": {"time": "1694890296"}, "stopId": "49324"}, {"stopSequence": 79, "arrival": {"time": "1694890334"}, "stopId": "49325"}, {"stopSequence": 80, "arrival": {"time": "1694890395"}, "stopId": "49326"}, {"stopSequence": 81, "arrival": {"time": "1694890426"}, "stopId": "37425"}, {"stopSequence": 82, "arrival": {"time": "1694890463"}, "stopId": "37426"}, {"stopSequence": 83, "arrival": {"time": "1694890497"}, "stopId": "37427"}, {"stopSequence": 84, "arrival": {"time": "1694890553"}, "stopId": "8606049"}, {"stopSequence": 85, "arrival": {"time": "1694890605"}, "stopId": "37428"}, {"stopSequence": 86, "arrival": {"time": "1694890637"}, "stopId": "37429"}, {"stopSequence": 87, "arrival": {"time": "1694890678"}, "stopId": "37430"}, {"stopSequence": 88, "arrival": {"time": "1694890711"}, "stopId": "37431"}, {"stopSequence": 89, "arrival": {"time": "1694890741"}, "stopId": "37432"}, {"stopSequence": 90, "arrival": {"time": "1694890843"}, "stopId": "37433"}, {"stopSequence": 91, "arrival": {"time": "1694890935"}, "stopId": "37434"}, {"stopSequence": 92, "arrival": {"time": "1694890955"}, "stopId": "37435"}, {"stopSequence": 93, "arrival": {"time": "1694891012"}, "stopId": "37436"}, {"stopSequence": 94, "arrival": {"time": "1694891083"}, "stopId": "37437"}, {"stopSequence": 95, "arrival": {"time": "1694891139"}, "stopId": "49337"}, {"stopSequence": 96, "arrival": {"time": "1694891169"}, "stopId": "39661"}, {"stopSequence": 97, "arrival": {"time": "1694891223"}, "stopId": "39662"}, {"stopSequence": 98, "arrival": {"time": "1694891284"}, "stopId": "39663"}, {"stopSequence": 99, "arrival": {"time": "1694891329"}, "stopId": "49341"}, {"stopSequence": 100, "arrival": {"time": "1694891380"}, "stopId": "49342"}, {"stopSequence": 101, "arrival": {"time": "1694891487"}, "stopId": "49343"}, {"stopSequence": 102, "arrival": {"time": "1694891706"}, "stopId": "49344"}, {"stopSequence": 103, "arrival": {"time": "1694891895"}, "stopId": "49345"}, {"stopSequence": 104, "arrival": {"time": "1694892107"}, "stopId": "49346"}, {"stopSequence": 105, "arrival": {"time": "1694892183"}, "stopId": "49347"}, {"stopSequence": 106, "arrival": {"time": "1694892492"}, "stopId": "49348"}, {"stopSequence": 107, "arrival": {"time": "1694892756"}, "stopId": "42250"}], "vehicle": {"licensePlate": "KLJL33"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "20256-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 0}, "position": {"latitude": -36.81917, "longitude": -73.03686, "bearing": 151.0, "odometer": 0.0, "speed": 11.666667}, "timestamp": "1694889035", "vehicle": {"licensePlate": "KLJL33"}}}, {"id": "4bb4bdbf-5e75-42ee-b66b-9a74e2daf707", "tripUpdate": {"trip": {"tripId": "20180-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 67, "arrival": {"time": "1694889011"}, "stopId": "35710"}, {"stopSequence": 68, "arrival": {"time": "1694889059"}, "stopId": "50036"}, {"stopSequence": 69, "arrival": {"time": "1694889299"}, "stopId": "50037"}, {"stopSequence": 70, "arrival": {"time": "1694889444"}, "stopId": "50038"}, {"stopSequence": 71, "arrival": {"time": "1694889520"}, "stopId": "50039"}, {"stopSequence": 72, "arrival": {"time": "1694889579"}, "stopId": "50040"}, {"stopSequence": 73, "arrival": {"time": "1694889666"}, "stopId": "50041"}, {"stopSequence": 74, "arrival": {"time": "1694889806"}, "stopId": "Jun-15"}, {"stopSequence": 75, "arrival": {"time": "1694889894"}, "stopId": "Jun-13"}, {"stopSequence": 76, "arrival": {"time": "1694890083"}, "stopId": "6-Oct"}, {"stopSequence": 77, "arrival": {"time": "1694890138"}, "stopId": "6-Aug"}, {"stopSequence": 78, "arrival": {"time": "1694890292"}, "stopId": "6-Jun"}, {"stopSequence": 79, "arrival": {"time": "1694890406"}, "stopId": "6-Feb"}, {"stopSequence": 80, "arrival": {"time": "1694890549"}, "stopId": "7-Jul"}, {"stopSequence": 81, "arrival": {"time": "1694890614"}, "stopId": "7-May"}, {"stopSequence": 82, "arrival": {"time": "1694890644"}, "stopId": "1508142"}, {"stopSequence": 83, "arrival": {"time": "1694890753"}, "stopId": "7-Feb"}, {"stopSequence": 84, "arrival": {"time": "1694890818"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694890850"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694890892"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694890953"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694890997"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694891030"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694891090"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694891145"}, "stopId": "44866"}, {"stopSequence": 92, "arrival": {"time": "1694891187"}, "stopId": "44867"}, {"stopSequence": 93, "arrival": {"time": "1694891216"}, "stopId": "44868"}, {"stopSequence": 94, "arrival": {"time": "1694891246"}, "stopId": "44869"}, {"stopSequence": 95, "arrival": {"time": "1694891282"}, "stopId": "44870"}, {"stopSequence": 96, "arrival": {"time": "1694891319"}, "stopId": "44871"}, {"stopSequence": 97, "arrival": {"time": "1694891364"}, "stopId": "44872"}, {"stopSequence": 98, "arrival": {"time": "1694891437"}, "stopId": "50020"}, {"stopSequence": 99, "arrival": {"time": "1694891537"}, "stopId": "14-11"}, {"stopSequence": 100, "arrival": {"time": "1694891580"}, "stopId": "91162"}, {"stopSequence": 101, "arrival": {"time": "1694891680"}, "stopId": "50023"}, {"stopSequence": 102, "arrival": {"time": "1694891803"}, "stopId": "14-Jul"}, {"stopSequence": 103, "arrival": {"time": "1694891850"}, "stopId": "14-Apr"}, {"stopSequence": 104, "arrival": {"time": "1694891910"}, "stopId": "37474"}, {"stopSequence": 105, "arrival": {"time": "1694891973"}, "stopId": "44879"}], "vehicle": {"licensePlate": "SWPX84"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "20180-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "590", "directionId": 1}, "position": {"latitude": -36.815304, "longitude": -73.0314, "bearing": 36.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694889004", "vehicle": {"licensePlate": "SWPX84"}}}, {"id": "20bc1f0b-d12d-4e05-9ebb-a04b3fc6ed73", "tripUpdate": {"trip": {"tripId": "20410-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889078"}, "stopId": "50017"}, {"stopSequence": 25, "arrival": {"time": "1694889121"}, "stopId": "45054"}, {"stopSequence": 26, "arrival": {"time": "1694889227"}, "stopId": "45055"}, {"stopSequence": 27, "arrival": {"time": "1694889269"}, "stopId": "45056"}, {"stopSequence": 28, "arrival": {"time": "1694889339"}, "stopId": "45057"}, {"stopSequence": 29, "arrival": {"time": "1694889345"}, "stopId": "44958"}, {"stopSequence": 30, "arrival": {"time": "1694889401"}, "stopId": "1508146"}, {"stopSequence": 31, "arrival": {"time": "1694889448"}, "stopId": "44957"}, {"stopSequence": 32, "arrival": {"time": "1694889483"}, "stopId": "44956"}, {"stopSequence": 33, "arrival": {"time": "1694889500"}, "stopId": "45060"}, {"stopSequence": 34, "arrival": {"time": "1694889611"}, "stopId": "6-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694889678"}, "stopId": "6-Mar"}, {"stopSequence": 36, "arrival": {"time": "1694889778"}, "stopId": "6-May"}, {"stopSequence": 37, "arrival": {"time": "1694889927"}, "stopId": "6-Jul"}, {"stopSequence": 38, "arrival": {"time": "1694889992"}, "stopId": "6-Sep"}, {"stopSequence": 39, "arrival": {"time": "1694890072"}, "stopId": "6-Nov"}, {"stopSequence": 40, "arrival": {"time": "1694890180"}, "stopId": "6-Dec"}, {"stopSequence": 41, "arrival": {"time": "1694890269"}, "stopId": "Jun-14"}, {"stopSequence": 42, "arrival": {"time": "1694890416"}, "stopId": "Jun-17"}, {"stopSequence": 43, "arrival": {"time": "1694890494"}, "stopId": "Jun-19"}, {"stopSequence": 44, "arrival": {"time": "1694890554"}, "stopId": "Jun-20"}, {"stopSequence": 45, "arrival": {"time": "1694890615"}, "stopId": "Jun-22"}, {"stopSequence": 46, "arrival": {"time": "1694890680"}, "stopId": "Jun-24"}, {"stopSequence": 47, "arrival": {"time": "1694890771"}, "stopId": "Jun-25"}, {"stopSequence": 48, "arrival": {"time": "1694891071"}, "stopId": "90003"}, {"stopSequence": 49, "arrival": {"time": "1694891121"}, "stopId": "90007"}, {"stopSequence": 50, "arrival": {"time": "1694891176"}, "stopId": "90008"}, {"stopSequence": 51, "arrival": {"time": "1694891298"}, "stopId": "39599"}, {"stopSequence": 52, "arrival": {"time": "1694891384"}, "stopId": "45011"}, {"stopSequence": 53, "arrival": {"time": "1694891499"}, "stopId": "39623"}, {"stopSequence": 54, "arrival": {"time": "1694891557"}, "stopId": "39624"}, {"stopSequence": 55, "arrival": {"time": "1694891635"}, "stopId": "90000"}, {"stopSequence": 56, "arrival": {"time": "1694891697"}, "stopId": "39628"}, {"stopSequence": 57, "arrival": {"time": "1694891792"}, "stopId": "39631"}, {"stopSequence": 58, "arrival": {"time": "1694891852"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694891920"}, "stopId": "39634"}, {"stopSequence": 60, "arrival": {"time": "1694891956"}, "stopId": "39635"}, {"stopSequence": 61, "arrival": {"time": "1694892017"}, "stopId": "39636"}, {"stopSequence": 62, "arrival": {"time": "1694892088"}, "stopId": "49503"}, {"stopSequence": 63, "arrival": {"time": "1694892263"}, "stopId": "39637"}, {"stopSequence": 64, "arrival": {"time": "1694892334"}, "stopId": "49317"}, {"stopSequence": 65, "arrival": {"time": "1694892379"}, "stopId": "49318"}, {"stopSequence": 66, "arrival": {"time": "1694892476"}, "stopId": "49319"}, {"stopSequence": 67, "arrival": {"time": "1694892573"}, "stopId": "39641"}, {"stopSequence": 68, "arrival": {"time": "1694892627"}, "stopId": "39642"}, {"stopSequence": 69, "arrival": {"time": "1694892949"}, "stopId": "49323"}, {"stopSequence": 70, "arrival": {"time": "1694893021"}, "stopId": "49324"}, {"stopSequence": 71, "arrival": {"time": "1694893088"}, "stopId": "49325"}, {"stopSequence": 72, "arrival": {"time": "1694893200"}, "stopId": "49326"}, {"stopSequence": 73, "arrival": {"time": "1694893256"}, "stopId": "37425"}, {"stopSequence": 74, "arrival": {"time": "1694893325"}, "stopId": "37426"}, {"stopSequence": 75, "arrival": {"time": "1694893408"}, "stopId": "37427"}, {"stopSequence": 76, "arrival": {"time": "1694893504"}, "stopId": "8606049"}, {"stopSequence": 77, "arrival": {"time": "1694893597"}, "stopId": "37428"}, {"stopSequence": 78, "arrival": {"time": "1694893680"}, "stopId": "37429"}, {"stopSequence": 79, "arrival": {"time": "1694893745"}, "stopId": "37430"}, {"stopSequence": 80, "arrival": {"time": "1694893815"}, "stopId": "37431"}, {"stopSequence": 81, "arrival": {"time": "1694893858"}, "stopId": "37432"}, {"stopSequence": 82, "arrival": {"time": "1694894102"}, "stopId": "37433"}, {"stopSequence": 83, "arrival": {"time": "1694894314"}, "stopId": "37434"}, {"stopSequence": 84, "arrival": {"time": "1694894361"}, "stopId": "37435"}, {"stopSequence": 85, "arrival": {"time": "1694894495"}, "stopId": "37436"}, {"stopSequence": 86, "arrival": {"time": "1694894668"}, "stopId": "37437"}, {"stopSequence": 87, "arrival": {"time": "1694894809"}, "stopId": "49337"}, {"stopSequence": 88, "arrival": {"time": "1694894885"}, "stopId": "39661"}, {"stopSequence": 89, "arrival": {"time": "1694895027"}, "stopId": "39662"}, {"stopSequence": 90, "arrival": {"time": "1694895177"}, "stopId": "39663"}, {"stopSequence": 91, "arrival": {"time": "1694895332"}, "stopId": "49341"}, {"stopSequence": 92, "arrival": {"time": "1694895459"}, "stopId": "49342"}, {"stopSequence": 93, "arrival": {"time": "1694895765"}, "stopId": "49343"}, {"stopSequence": 94, "arrival": {"time": "1694896449"}, "stopId": "49344"}, {"stopSequence": 95, "arrival": {"time": "1694897069"}, "stopId": "49345"}, {"stopSequence": 96, "arrival": {"time": "1694897889"}, "stopId": "49346"}, {"stopSequence": 97, "arrival": {"time": "1694898185"}, "stopId": "49347"}, {"stopSequence": 98, "arrival": {"time": "1694899558"}, "stopId": "49348"}, {"stopSequence": 99, "arrival": {"time": "1694900912"}, "stopId": "42250"}], "vehicle": {"licensePlate": "BTRB54"}, "timestamp": "1694889027"}, "vehicle": {"trip": {"tripId": "20410-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "position": {"latitude": -36.739647, "longitude": -72.99081, "bearing": 239.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889027", "vehicle": {"licensePlate": "BTRB54"}}}, {"id": "856ff56f-3f7e-42ad-b76b-79982816738a", "tripUpdate": {"trip": {"tripId": "20409-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 43, "arrival": {"time": "1694889008"}, "stopId": "Jun-19"}, {"stopSequence": 44, "arrival": {"time": "1694889072"}, "stopId": "Jun-20"}, {"stopSequence": 45, "arrival": {"time": "1694889136"}, "stopId": "Jun-22"}, {"stopSequence": 46, "arrival": {"time": "1694889204"}, "stopId": "Jun-24"}, {"stopSequence": 47, "arrival": {"time": "1694889296"}, "stopId": "Jun-25"}, {"stopSequence": 48, "arrival": {"time": "1694889584"}, "stopId": "90003"}, {"stopSequence": 49, "arrival": {"time": "1694889629"}, "stopId": "90007"}, {"stopSequence": 50, "arrival": {"time": "1694889679"}, "stopId": "90008"}, {"stopSequence": 51, "arrival": {"time": "1694889787"}, "stopId": "39599"}, {"stopSequence": 52, "arrival": {"time": "1694889861"}, "stopId": "45011"}, {"stopSequence": 53, "arrival": {"time": "1694889958"}, "stopId": "39623"}, {"stopSequence": 54, "arrival": {"time": "1694890005"}, "stopId": "39624"}, {"stopSequence": 55, "arrival": {"time": "1694890069"}, "stopId": "90000"}, {"stopSequence": 56, "arrival": {"time": "1694890118"}, "stopId": "39628"}, {"stopSequence": 57, "arrival": {"time": "1694890193"}, "stopId": "39631"}, {"stopSequence": 58, "arrival": {"time": "1694890240"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694890292"}, "stopId": "39634"}, {"stopSequence": 60, "arrival": {"time": "1694890319"}, "stopId": "39635"}, {"stopSequence": 61, "arrival": {"time": "1694890364"}, "stopId": "39636"}, {"stopSequence": 62, "arrival": {"time": "1694890417"}, "stopId": "49503"}, {"stopSequence": 63, "arrival": {"time": "1694890543"}, "stopId": "39637"}, {"stopSequence": 64, "arrival": {"time": "1694890593"}, "stopId": "49317"}, {"stopSequence": 65, "arrival": {"time": "1694890624"}, "stopId": "49318"}, {"stopSequence": 66, "arrival": {"time": "1694890691"}, "stopId": "49319"}, {"stopSequence": 67, "arrival": {"time": "1694890756"}, "stopId": "39641"}, {"stopSequence": 68, "arrival": {"time": "1694890792"}, "stopId": "39642"}, {"stopSequence": 69, "arrival": {"time": "1694891000"}, "stopId": "49323"}, {"stopSequence": 70, "arrival": {"time": "1694891045"}, "stopId": "49324"}, {"stopSequence": 71, "arrival": {"time": "1694891087"}, "stopId": "49325"}, {"stopSequence": 72, "arrival": {"time": "1694891155"}, "stopId": "49326"}, {"stopSequence": 73, "arrival": {"time": "1694891189"}, "stopId": "37425"}, {"stopSequence": 74, "arrival": {"time": "1694891230"}, "stopId": "37426"}, {"stopSequence": 75, "arrival": {"time": "1694891279"}, "stopId": "37427"}, {"stopSequence": 76, "arrival": {"time": "1694891335"}, "stopId": "8606049"}, {"stopSequence": 77, "arrival": {"time": "1694891389"}, "stopId": "37428"}, {"stopSequence": 78, "arrival": {"time": "1694891436"}, "stopId": "37429"}, {"stopSequence": 79, "arrival": {"time": "1694891472"}, "stopId": "37430"}, {"stopSequence": 80, "arrival": {"time": "1694891511"}, "stopId": "37431"}, {"stopSequence": 81, "arrival": {"time": "1694891535"}, "stopId": "37432"}, {"stopSequence": 82, "arrival": {"time": "1694891667"}, "stopId": "37433"}, {"stopSequence": 83, "arrival": {"time": "1694891778"}, "stopId": "37434"}, {"stopSequence": 84, "arrival": {"time": "1694891803"}, "stopId": "37435"}, {"stopSequence": 85, "arrival": {"time": "1694891871"}, "stopId": "37436"}, {"stopSequence": 86, "arrival": {"time": "1694891958"}, "stopId": "37437"}, {"stopSequence": 87, "arrival": {"time": "1694892027"}, "stopId": "49337"}, {"stopSequence": 88, "arrival": {"time": "1694892064"}, "stopId": "39661"}, {"stopSequence": 89, "arrival": {"time": "1694892132"}, "stopId": "39662"}, {"stopSequence": 90, "arrival": {"time": "1694892203"}, "stopId": "39663"}, {"stopSequence": 91, "arrival": {"time": "1694892274"}, "stopId": "49341"}, {"stopSequence": 92, "arrival": {"time": "1694892332"}, "stopId": "49342"}, {"stopSequence": 93, "arrival": {"time": "1694892468"}, "stopId": "49343"}, {"stopSequence": 94, "arrival": {"time": "1694892756"}, "stopId": "49344"}, {"stopSequence": 95, "arrival": {"time": "1694893001"}, "stopId": "49345"}, {"stopSequence": 96, "arrival": {"time": "1694893302"}, "stopId": "49346"}, {"stopSequence": 97, "arrival": {"time": "1694893405"}, "stopId": "49347"}, {"stopSequence": 98, "arrival": {"time": "1694893849"}, "stopId": "49348"}, {"stopSequence": 99, "arrival": {"time": "1694894240"}, "stopId": "42250"}], "vehicle": {"licensePlate": "DJZT67"}, "timestamp": "1694888992"}, "vehicle": {"trip": {"tripId": "20409-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "position": {"latitude": -36.790726, "longitude": -73.024895, "bearing": 200.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694888992", "vehicle": {"licensePlate": "DJZT67"}}}, {"id": "63018140-a8df-409e-ad2e-d0c4dffa1f18", "tripUpdate": {"trip": {"tripId": "20331-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 54, "arrival": {"time": "1694889073"}, "stopId": "38500"}, {"stopSequence": 55, "arrival": {"time": "1694889121"}, "stopId": "35808"}, {"stopSequence": 56, "arrival": {"time": "1694889183"}, "stopId": "35710"}, {"stopSequence": 57, "arrival": {"time": "1694889229"}, "stopId": "50036"}, {"stopSequence": 58, "arrival": {"time": "1694889462"}, "stopId": "50037"}, {"stopSequence": 59, "arrival": {"time": "1694889607"}, "stopId": "50038"}, {"stopSequence": 60, "arrival": {"time": "1694889683"}, "stopId": "50039"}, {"stopSequence": 61, "arrival": {"time": "1694889738"}, "stopId": "50040"}, {"stopSequence": 62, "arrival": {"time": "1694889826"}, "stopId": "50041"}, {"stopSequence": 63, "arrival": {"time": "1694889960"}, "stopId": "Jun-15"}, {"stopSequence": 64, "arrival": {"time": "1694890054"}, "stopId": "Jun-13"}, {"stopSequence": 65, "arrival": {"time": "1694890243"}, "stopId": "6-Oct"}, {"stopSequence": 66, "arrival": {"time": "1694890301"}, "stopId": "6-Aug"}, {"stopSequence": 67, "arrival": {"time": "1694890452"}, "stopId": "6-Jun"}, {"stopSequence": 68, "arrival": {"time": "1694890575"}, "stopId": "6-Feb"}, {"stopSequence": 69, "arrival": {"time": "1694890712"}, "stopId": "7-Jul"}, {"stopSequence": 70, "arrival": {"time": "1694890779"}, "stopId": "7-May"}, {"stopSequence": 71, "arrival": {"time": "1694890815"}, "stopId": "1508142"}, {"stopSequence": 72, "arrival": {"time": "1694890923"}, "stopId": "7-Feb"}, {"stopSequence": 73, "arrival": {"time": "1694890986"}, "stopId": "8-Jan"}, {"stopSequence": 74, "arrival": {"time": "1694891019"}, "stopId": "9-Jan"}, {"stopSequence": 75, "arrival": {"time": "1694891062"}, "stopId": "10-Apr"}, {"stopSequence": 76, "arrival": {"time": "1694891124"}, "stopId": "10-Jan"}, {"stopSequence": 77, "arrival": {"time": "1694891169"}, "stopId": "44863"}, {"stopSequence": 78, "arrival": {"time": "1694891204"}, "stopId": "10-Mar"}, {"stopSequence": 79, "arrival": {"time": "1694891265"}, "stopId": "11-Jan"}, {"stopSequence": 80, "arrival": {"time": "1694891321"}, "stopId": "44866"}, {"stopSequence": 81, "arrival": {"time": "1694891365"}, "stopId": "44867"}, {"stopSequence": 82, "arrival": {"time": "1694891395"}, "stopId": "44868"}, {"stopSequence": 83, "arrival": {"time": "1694891425"}, "stopId": "44869"}, {"stopSequence": 84, "arrival": {"time": "1694891463"}, "stopId": "44870"}, {"stopSequence": 85, "arrival": {"time": "1694891501"}, "stopId": "44871"}, {"stopSequence": 86, "arrival": {"time": "1694891548"}, "stopId": "44872"}, {"stopSequence": 87, "arrival": {"time": "1694891623"}, "stopId": "50020"}, {"stopSequence": 88, "arrival": {"time": "1694891723"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694891774"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694891875"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694892003"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694892052"}, "stopId": "14-Apr"}, {"stopSequence": 93, "arrival": {"time": "1694892115"}, "stopId": "37474"}, {"stopSequence": 94, "arrival": {"time": "1694892180"}, "stopId": "44879"}], "vehicle": {"licensePlate": "DKYW12"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "20331-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "position": {"latitude": -36.81754, "longitude": -73.037865, "bearing": 59.0, "odometer": 0.0, "speed": 7.2222223}, "timestamp": "1694889033", "vehicle": {"licensePlate": "DKYW12"}}}, {"id": "adea44f7-50cc-49b3-aa67-17a3fecdfba5", "tripUpdate": {"trip": {"tripId": "20408-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 56, "arrival": {"time": "1694888995"}, "stopId": "39628"}, {"stopSequence": 57, "arrival": {"time": "1694889077"}, "stopId": "39631"}, {"stopSequence": 58, "arrival": {"time": "1694889127"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694889182"}, "stopId": "39634"}, {"stopSequence": 60, "arrival": {"time": "1694889212"}, "stopId": "39635"}, {"stopSequence": 61, "arrival": {"time": "1694889259"}, "stopId": "39636"}, {"stopSequence": 62, "arrival": {"time": "1694889314"}, "stopId": "49503"}, {"stopSequence": 63, "arrival": {"time": "1694889442"}, "stopId": "39637"}, {"stopSequence": 64, "arrival": {"time": "1694889492"}, "stopId": "49317"}, {"stopSequence": 65, "arrival": {"time": "1694889523"}, "stopId": "49318"}, {"stopSequence": 66, "arrival": {"time": "1694889588"}, "stopId": "49319"}, {"stopSequence": 67, "arrival": {"time": "1694889651"}, "stopId": "39641"}, {"stopSequence": 68, "arrival": {"time": "1694889686"}, "stopId": "39642"}, {"stopSequence": 69, "arrival": {"time": "1694889879"}, "stopId": "49323"}, {"stopSequence": 70, "arrival": {"time": "1694889920"}, "stopId": "49324"}, {"stopSequence": 71, "arrival": {"time": "1694889957"}, "stopId": "49325"}, {"stopSequence": 72, "arrival": {"time": "1694890018"}, "stopId": "49326"}, {"stopSequence": 73, "arrival": {"time": "1694890048"}, "stopId": "37425"}, {"stopSequence": 74, "arrival": {"time": "1694890084"}, "stopId": "37426"}, {"stopSequence": 75, "arrival": {"time": "1694890127"}, "stopId": "37427"}, {"stopSequence": 76, "arrival": {"time": "1694890175"}, "stopId": "8606049"}, {"stopSequence": 77, "arrival": {"time": "1694890221"}, "stopId": "37428"}, {"stopSequence": 78, "arrival": {"time": "1694890260"}, "stopId": "37429"}, {"stopSequence": 79, "arrival": {"time": "1694890291"}, "stopId": "37430"}, {"stopSequence": 80, "arrival": {"time": "1694890323"}, "stopId": "37431"}, {"stopSequence": 81, "arrival": {"time": "1694890343"}, "stopId": "37432"}, {"stopSequence": 82, "arrival": {"time": "1694890451"}, "stopId": "37433"}, {"stopSequence": 83, "arrival": {"time": "1694890540"}, "stopId": "37434"}, {"stopSequence": 84, "arrival": {"time": "1694890560"}, "stopId": "37435"}, {"stopSequence": 85, "arrival": {"time": "1694890613"}, "stopId": "37436"}, {"stopSequence": 86, "arrival": {"time": "1694890681"}, "stopId": "37437"}, {"stopSequence": 87, "arrival": {"time": "1694890734"}, "stopId": "49337"}, {"stopSequence": 88, "arrival": {"time": "1694890762"}, "stopId": "39661"}, {"stopSequence": 89, "arrival": {"time": "1694890814"}, "stopId": "39662"}, {"stopSequence": 90, "arrival": {"time": "1694890866"}, "stopId": "39663"}, {"stopSequence": 91, "arrival": {"time": "1694890920"}, "stopId": "49341"}, {"stopSequence": 92, "arrival": {"time": "1694890962"}, "stopId": "49342"}, {"stopSequence": 93, "arrival": {"time": "1694891061"}, "stopId": "49343"}, {"stopSequence": 94, "arrival": {"time": "1694891263"}, "stopId": "49344"}, {"stopSequence": 95, "arrival": {"time": "1694891430"}, "stopId": "49345"}, {"stopSequence": 96, "arrival": {"time": "1694891628"}, "stopId": "49346"}, {"stopSequence": 97, "arrival": {"time": "1694891694"}, "stopId": "49347"}, {"stopSequence": 98, "arrival": {"time": "1694891971"}, "stopId": "49348"}, {"stopSequence": 99, "arrival": {"time": "1694892204"}, "stopId": "42250"}], "vehicle": {"licensePlate": "FHJF77"}, "timestamp": "1694888986"}, "vehicle": {"trip": {"tripId": "20408-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "position": {"latitude": -36.826458, "longitude": -73.05332, "bearing": 244.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "FHJF77"}}}, {"id": "81a4de54-c212-4560-8291-eb3f0262e89a", "tripUpdate": {"trip": {"tripId": "20334-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889046"}, "stopId": "4838438"}, {"stopSequence": 25, "arrival": {"time": "1694889197"}, "stopId": "44896"}, {"stopSequence": 26, "arrival": {"time": "1694889248"}, "stopId": "44897"}, {"stopSequence": 27, "arrival": {"time": "1694889323"}, "stopId": "44898"}, {"stopSequence": 28, "arrival": {"time": "1694889494"}, "stopId": "40993"}, {"stopSequence": 29, "arrival": {"time": "1694889977"}, "stopId": "40995"}, {"stopSequence": 30, "arrival": {"time": "1694890055"}, "stopId": "40996"}, {"stopSequence": 31, "arrival": {"time": "1694890130"}, "stopId": "40997"}, {"stopSequence": 32, "arrival": {"time": "1694890187"}, "stopId": "39614"}, {"stopSequence": 33, "arrival": {"time": "1694890234"}, "stopId": "39615"}, {"stopSequence": 34, "arrival": {"time": "1694890281"}, "stopId": "39616"}, {"stopSequence": 35, "arrival": {"time": "1694890335"}, "stopId": "39617"}, {"stopSequence": 36, "arrival": {"time": "1694890392"}, "stopId": "39618"}, {"stopSequence": 37, "arrival": {"time": "1694890437"}, "stopId": "39619"}, {"stopSequence": 38, "arrival": {"time": "1694890478"}, "stopId": "39620"}, {"stopSequence": 39, "arrival": {"time": "1694890544"}, "stopId": "39621"}, {"stopSequence": 40, "arrival": {"time": "1694890603"}, "stopId": "39623"}, {"stopSequence": 41, "arrival": {"time": "1694890751"}, "stopId": "39627"}, {"stopSequence": 42, "arrival": {"time": "1694890850"}, "stopId": "39631"}, {"stopSequence": 43, "arrival": {"time": "1694890899"}, "stopId": "49311"}, {"stopSequence": 44, "arrival": {"time": "1694890958"}, "stopId": "35796"}, {"stopSequence": 45, "arrival": {"time": "1694891010"}, "stopId": "35797"}, {"stopSequence": 46, "arrival": {"time": "1694891054"}, "stopId": "35798"}, {"stopSequence": 47, "arrival": {"time": "1694891095"}, "stopId": "35799"}, {"stopSequence": 48, "arrival": {"time": "1694891171"}, "stopId": "35800"}, {"stopSequence": 49, "arrival": {"time": "1694891225"}, "stopId": "35801"}, {"stopSequence": 50, "arrival": {"time": "1694891253"}, "stopId": "35802"}, {"stopSequence": 51, "arrival": {"time": "1694891307"}, "stopId": "35803"}, {"stopSequence": 52, "arrival": {"time": "1694891370"}, "stopId": "38507"}, {"stopSequence": 53, "arrival": {"time": "1694891428"}, "stopId": "34473"}, {"stopSequence": 54, "arrival": {"time": "1694891479"}, "stopId": "38500"}, {"stopSequence": 55, "arrival": {"time": "1694891533"}, "stopId": "35808"}, {"stopSequence": 56, "arrival": {"time": "1694891602"}, "stopId": "35710"}, {"stopSequence": 57, "arrival": {"time": "1694891656"}, "stopId": "50036"}, {"stopSequence": 58, "arrival": {"time": "1694891944"}, "stopId": "50037"}, {"stopSequence": 59, "arrival": {"time": "1694892139"}, "stopId": "50038"}, {"stopSequence": 60, "arrival": {"time": "1694892245"}, "stopId": "50039"}, {"stopSequence": 61, "arrival": {"time": "1694892326"}, "stopId": "50040"}, {"stopSequence": 62, "arrival": {"time": "1694892458"}, "stopId": "50041"}, {"stopSequence": 63, "arrival": {"time": "1694892670"}, "stopId": "Jun-15"}, {"stopSequence": 64, "arrival": {"time": "1694892825"}, "stopId": "Jun-13"}, {"stopSequence": 65, "arrival": {"time": "1694893160"}, "stopId": "6-Oct"}, {"stopSequence": 66, "arrival": {"time": "1694893270"}, "stopId": "6-Aug"}, {"stopSequence": 67, "arrival": {"time": "1694893568"}, "stopId": "6-Jun"}, {"stopSequence": 68, "arrival": {"time": "1694893825"}, "stopId": "6-Feb"}, {"stopSequence": 69, "arrival": {"time": "1694894131"}, "stopId": "7-Jul"}, {"stopSequence": 70, "arrival": {"time": "1694894286"}, "stopId": "7-May"}, {"stopSequence": 71, "arrival": {"time": "1694894374"}, "stopId": "1508142"}, {"stopSequence": 72, "arrival": {"time": "1694894639"}, "stopId": "7-Feb"}, {"stopSequence": 73, "arrival": {"time": "1694894802"}, "stopId": "8-Jan"}, {"stopSequence": 74, "arrival": {"time": "1694894889"}, "stopId": "9-Jan"}, {"stopSequence": 75, "arrival": {"time": "1694895004"}, "stopId": "10-Apr"}, {"stopSequence": 76, "arrival": {"time": "1694895174"}, "stopId": "10-Jan"}, {"stopSequence": 77, "arrival": {"time": "1694895302"}, "stopId": "44863"}, {"stopSequence": 78, "arrival": {"time": "1694895401"}, "stopId": "10-Mar"}, {"stopSequence": 79, "arrival": {"time": "1694895579"}, "stopId": "11-Jan"}, {"stopSequence": 80, "arrival": {"time": "1694895752"}, "stopId": "44866"}, {"stopSequence": 81, "arrival": {"time": "1694895887"}, "stopId": "44867"}, {"stopSequence": 82, "arrival": {"time": "1694895981"}, "stopId": "44868"}, {"stopSequence": 83, "arrival": {"time": "1694896078"}, "stopId": "44869"}, {"stopSequence": 84, "arrival": {"time": "1694896199"}, "stopId": "44870"}, {"stopSequence": 85, "arrival": {"time": "1694896328"}, "stopId": "44871"}, {"stopSequence": 86, "arrival": {"time": "1694896485"}, "stopId": "44872"}, {"stopSequence": 87, "arrival": {"time": "1694896747"}, "stopId": "50020"}, {"stopSequence": 88, "arrival": {"time": "1694897113"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694897307"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694897705"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694898242"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694898457"}, "stopId": "14-Apr"}, {"stopSequence": 93, "arrival": {"time": "1694898738"}, "stopId": "37474"}, {"stopSequence": 94, "arrival": {"time": "1694899045"}, "stopId": "44879"}], "vehicle": {"licensePlate": "HYYX83"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "20334-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "position": {"latitude": -36.76206, "longitude": -73.0883, "bearing": 154.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889004", "vehicle": {"licensePlate": "HYYX83"}}}, {"id": "67ad7a2d-b3eb-4a3c-b017-43380deee3e8", "tripUpdate": {"trip": {"tripId": "20411-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889028"}, "stopId": "44967"}, {"stopSequence": 2, "arrival": {"time": "1694889080"}, "stopId": "44968"}, {"stopSequence": 3, "arrival": {"time": "1694889152"}, "stopId": "45105"}, {"stopSequence": 4, "arrival": {"time": "1694889180"}, "stopId": "45106"}, {"stopSequence": 5, "arrival": {"time": "1694889251"}, "stopId": "45107"}, {"stopSequence": 6, "arrival": {"time": "1694889296"}, "stopId": "45108"}, {"stopSequence": 7, "arrival": {"time": "1694889328"}, "stopId": "14-Jun"}, {"stopSequence": 8, "arrival": {"time": "1694889393"}, "stopId": "14-Aug"}, {"stopSequence": 9, "arrival": {"time": "1694889439"}, "stopId": "50024"}, {"stopSequence": 10, "arrival": {"time": "1694889563"}, "stopId": "14-12"}, {"stopSequence": 11, "arrival": {"time": "1694889588"}, "stopId": "14-13"}, {"stopSequence": 12, "arrival": {"time": "1694889674"}, "stopId": "14-15"}, {"stopSequence": 13, "arrival": {"time": "1694889690"}, "stopId": "50022"}, {"stopSequence": 14, "arrival": {"time": "1694889735"}, "stopId": "50021"}, {"stopSequence": 15, "arrival": {"time": "1694889811"}, "stopId": "37475"}, {"stopSequence": 16, "arrival": {"time": "1694889847"}, "stopId": "37508"}, {"stopSequence": 17, "arrival": {"time": "1694889869"}, "stopId": "37476"}, {"stopSequence": 18, "arrival": {"time": "1694889902"}, "stopId": "37526"}, {"stopSequence": 19, "arrival": {"time": "1694889969"}, "stopId": "37567"}, {"stopSequence": 20, "arrival": {"time": "1694889991"}, "stopId": "13-Jan"}, {"stopSequence": 21, "arrival": {"time": "1694890041"}, "stopId": "13-Feb"}, {"stopSequence": 22, "arrival": {"time": "1694890058"}, "stopId": "28-Jan"}, {"stopSequence": 23, "arrival": {"time": "1694890117"}, "stopId": "50016"}, {"stopSequence": 24, "arrival": {"time": "1694890209"}, "stopId": "50017"}, {"stopSequence": 25, "arrival": {"time": "1694890249"}, "stopId": "45054"}, {"stopSequence": 26, "arrival": {"time": "1694890347"}, "stopId": "45055"}, {"stopSequence": 27, "arrival": {"time": "1694890387"}, "stopId": "45056"}, {"stopSequence": 28, "arrival": {"time": "1694890454"}, "stopId": "45057"}, {"stopSequence": 29, "arrival": {"time": "1694890460"}, "stopId": "44958"}, {"stopSequence": 30, "arrival": {"time": "1694890515"}, "stopId": "1508146"}, {"stopSequence": 31, "arrival": {"time": "1694890561"}, "stopId": "44957"}, {"stopSequence": 32, "arrival": {"time": "1694890596"}, "stopId": "44956"}, {"stopSequence": 33, "arrival": {"time": "1694890613"}, "stopId": "45060"}, {"stopSequence": 34, "arrival": {"time": "1694890726"}, "stopId": "6-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694890796"}, "stopId": "6-Mar"}, {"stopSequence": 36, "arrival": {"time": "1694890901"}, "stopId": "6-May"}, {"stopSequence": 37, "arrival": {"time": "1694891063"}, "stopId": "6-Jul"}, {"stopSequence": 38, "arrival": {"time": "1694891135"}, "stopId": "6-Sep"}, {"stopSequence": 39, "arrival": {"time": "1694891226"}, "stopId": "6-Nov"}, {"stopSequence": 40, "arrival": {"time": "1694891350"}, "stopId": "6-Dec"}, {"stopSequence": 41, "arrival": {"time": "1694891455"}, "stopId": "Jun-14"}, {"stopSequence": 42, "arrival": {"time": "1694891632"}, "stopId": "Jun-17"}, {"stopSequence": 43, "arrival": {"time": "1694891730"}, "stopId": "Jun-19"}, {"stopSequence": 44, "arrival": {"time": "1694891804"}, "stopId": "Jun-20"}, {"stopSequence": 45, "arrival": {"time": "1694891881"}, "stopId": "Jun-22"}, {"stopSequence": 46, "arrival": {"time": "1694891966"}, "stopId": "Jun-24"}, {"stopSequence": 47, "arrival": {"time": "1694892084"}, "stopId": "Jun-25"}, {"stopSequence": 48, "arrival": {"time": "1694892493"}, "stopId": "90003"}, {"stopSequence": 49, "arrival": {"time": "1694892563"}, "stopId": "90007"}, {"stopSequence": 50, "arrival": {"time": "1694892641"}, "stopId": "90008"}, {"stopSequence": 51, "arrival": {"time": "1694892818"}, "stopId": "39599"}, {"stopSequence": 52, "arrival": {"time": "1694892944"}, "stopId": "45011"}, {"stopSequence": 53, "arrival": {"time": "1694893118"}, "stopId": "39623"}, {"stopSequence": 54, "arrival": {"time": "1694893206"}, "stopId": "39624"}, {"stopSequence": 55, "arrival": {"time": "1694893327"}, "stopId": "90000"}, {"stopSequence": 56, "arrival": {"time": "1694893424"}, "stopId": "39628"}, {"stopSequence": 57, "arrival": {"time": "1694893575"}, "stopId": "39631"}, {"stopSequence": 58, "arrival": {"time": "1694893672"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694893783"}, "stopId": "39634"}, {"stopSequence": 60, "arrival": {"time": "1694893843"}, "stopId": "39635"}, {"stopSequence": 61, "arrival": {"time": "1694893944"}, "stopId": "39636"}, {"stopSequence": 62, "arrival": {"time": "1694894064"}, "stopId": "49503"}, {"stopSequence": 63, "arrival": {"time": "1694894365"}, "stopId": "39637"}, {"stopSequence": 64, "arrival": {"time": "1694894489"}, "stopId": "49317"}, {"stopSequence": 65, "arrival": {"time": "1694894570"}, "stopId": "49318"}, {"stopSequence": 66, "arrival": {"time": "1694894745"}, "stopId": "49319"}, {"stopSequence": 67, "arrival": {"time": "1694894921"}, "stopId": "39641"}, {"stopSequence": 68, "arrival": {"time": "1694895022"}, "stopId": "39642"}, {"stopSequence": 69, "arrival": {"time": "1694895641"}, "stopId": "49323"}, {"stopSequence": 70, "arrival": {"time": "1694895783"}, "stopId": "49324"}, {"stopSequence": 71, "arrival": {"time": "1694895919"}, "stopId": "49325"}, {"stopSequence": 72, "arrival": {"time": "1694896148"}, "stopId": "49326"}, {"stopSequence": 73, "arrival": {"time": "1694896266"}, "stopId": "37425"}, {"stopSequence": 74, "arrival": {"time": "1694896412"}, "stopId": "37426"}, {"stopSequence": 75, "arrival": {"time": "1694896587"}, "stopId": "37427"}, {"stopSequence": 76, "arrival": {"time": "1694896797"}, "stopId": "8606049"}, {"stopSequence": 77, "arrival": {"time": "1694897002"}, "stopId": "37428"}, {"stopSequence": 78, "arrival": {"time": "1694897188"}, "stopId": "37429"}, {"stopSequence": 79, "arrival": {"time": "1694897336"}, "stopId": "37430"}, {"stopSequence": 80, "arrival": {"time": "1694897498"}, "stopId": "37431"}, {"stopSequence": 81, "arrival": {"time": "1694897598"}, "stopId": "37432"}, {"stopSequence": 82, "arrival": {"time": "1694898180"}, "stopId": "37433"}, {"stopSequence": 83, "arrival": {"time": "1694898709"}, "stopId": "37434"}, {"stopSequence": 84, "arrival": {"time": "1694898831"}, "stopId": "37435"}, {"stopSequence": 85, "arrival": {"time": "1694899181"}, "stopId": "37436"}, {"stopSequence": 86, "arrival": {"time": "1694899643"}, "stopId": "37437"}, {"stopSequence": 87, "arrival": {"time": "1694900035"}, "stopId": "49337"}, {"stopSequence": 88, "arrival": {"time": "1694900250"}, "stopId": "39661"}, {"stopSequence": 89, "arrival": {"time": "1694900662"}, "stopId": "39662"}, {"stopSequence": 90, "arrival": {"time": "1694901109"}, "stopId": "39663"}, {"stopSequence": 91, "arrival": {"time": "1694901585"}, "stopId": "49341"}, {"stopSequence": 92, "arrival": {"time": "1694901988"}, "stopId": "49342"}, {"stopSequence": 93, "arrival": {"time": "1694903006"}, "stopId": "49343"}, {"stopSequence": 94, "arrival": {"time": "1694905542"}, "stopId": "49344"}, {"stopSequence": 95, "arrival": {"time": "1694908225"}, "stopId": "49345"}, {"stopSequence": 96, "arrival": {"time": "1694912500"}, "stopId": "49346"}, {"stopSequence": 97, "arrival": {"time": "1694914293"}, "stopId": "49347"}, {"stopSequence": 98, "arrival": {"time": "1694925184"}, "stopId": "49348"}, {"stopSequence": 99, "arrival": {"time": "1694943110"}, "stopId": "42250"}], "vehicle": {"licensePlate": "JFSL62"}, "timestamp": "1694889017"}, "vehicle": {"trip": {"tripId": "20411-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "position": {"latitude": -36.713715, "longitude": -72.97761, "bearing": 21.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889017", "vehicle": {"licensePlate": "JFSL62"}}}, {"id": "0ea29b65-ab82-4717-a3cd-b6936d7f0507", "tripUpdate": {"trip": {"tripId": "20330-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 62, "arrival": {"time": "1694889099"}, "stopId": "50041"}, {"stopSequence": 63, "arrival": {"time": "1694889243"}, "stopId": "Jun-15"}, {"stopSequence": 64, "arrival": {"time": "1694889343"}, "stopId": "Jun-13"}, {"stopSequence": 65, "arrival": {"time": "1694889539"}, "stopId": "6-Oct"}, {"stopSequence": 66, "arrival": {"time": "1694889598"}, "stopId": "6-Aug"}, {"stopSequence": 67, "arrival": {"time": "1694889750"}, "stopId": "6-Jun"}, {"stopSequence": 68, "arrival": {"time": "1694889871"}, "stopId": "6-Feb"}, {"stopSequence": 69, "arrival": {"time": "1694890003"}, "stopId": "7-Jul"}, {"stopSequence": 70, "arrival": {"time": "1694890067"}, "stopId": "7-May"}, {"stopSequence": 71, "arrival": {"time": "1694890101"}, "stopId": "1508142"}, {"stopSequence": 72, "arrival": {"time": "1694890202"}, "stopId": "7-Feb"}, {"stopSequence": 73, "arrival": {"time": "1694890261"}, "stopId": "8-Jan"}, {"stopSequence": 74, "arrival": {"time": "1694890291"}, "stopId": "9-Jan"}, {"stopSequence": 75, "arrival": {"time": "1694890330"}, "stopId": "10-Apr"}, {"stopSequence": 76, "arrival": {"time": "1694890387"}, "stopId": "10-Jan"}, {"stopSequence": 77, "arrival": {"time": "1694890428"}, "stopId": "44863"}, {"stopSequence": 78, "arrival": {"time": "1694890459"}, "stopId": "10-Mar"}, {"stopSequence": 79, "arrival": {"time": "1694890513"}, "stopId": "11-Jan"}, {"stopSequence": 80, "arrival": {"time": "1694890564"}, "stopId": "44866"}, {"stopSequence": 81, "arrival": {"time": "1694890603"}, "stopId": "44867"}, {"stopSequence": 82, "arrival": {"time": "1694890629"}, "stopId": "44868"}, {"stopSequence": 83, "arrival": {"time": "1694890656"}, "stopId": "44869"}, {"stopSequence": 84, "arrival": {"time": "1694890688"}, "stopId": "44870"}, {"stopSequence": 85, "arrival": {"time": "1694890722"}, "stopId": "44871"}, {"stopSequence": 86, "arrival": {"time": "1694890762"}, "stopId": "44872"}, {"stopSequence": 87, "arrival": {"time": "1694890827"}, "stopId": "50020"}, {"stopSequence": 88, "arrival": {"time": "1694890912"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694890956"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694891040"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694891147"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694891187"}, "stopId": "14-Apr"}, {"stopSequence": 93, "arrival": {"time": "1694891238"}, "stopId": "37474"}, {"stopSequence": 94, "arrival": {"time": "1694891291"}, "stopId": "44879"}], "vehicle": {"licensePlate": "JSBB30"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "20330-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "position": {"latitude": -36.790375, "longitude": -73.02451, "bearing": 19.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694889037", "vehicle": {"licensePlate": "JSBB30"}}}, {"id": "435debd1-4003-41d0-958f-9addc0eb3a5a", "tripUpdate": {"trip": {"tripId": "20332-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694889039"}, "stopId": "39623"}, {"stopSequence": 41, "arrival": {"time": "1694889194"}, "stopId": "39627"}, {"stopSequence": 42, "arrival": {"time": "1694889294"}, "stopId": "39631"}, {"stopSequence": 43, "arrival": {"time": "1694889342"}, "stopId": "49311"}, {"stopSequence": 44, "arrival": {"time": "1694889399"}, "stopId": "35796"}, {"stopSequence": 45, "arrival": {"time": "1694889448"}, "stopId": "35797"}, {"stopSequence": 46, "arrival": {"time": "1694889490"}, "stopId": "35798"}, {"stopSequence": 47, "arrival": {"time": "1694889528"}, "stopId": "35799"}, {"stopSequence": 48, "arrival": {"time": "1694889597"}, "stopId": "35800"}, {"stopSequence": 49, "arrival": {"time": "1694889646"}, "stopId": "35801"}, {"stopSequence": 50, "arrival": {"time": "1694889671"}, "stopId": "35802"}, {"stopSequence": 51, "arrival": {"time": "1694889718"}, "stopId": "35803"}, {"stopSequence": 52, "arrival": {"time": "1694889772"}, "stopId": "38507"}, {"stopSequence": 53, "arrival": {"time": "1694889822"}, "stopId": "34473"}, {"stopSequence": 54, "arrival": {"time": "1694889864"}, "stopId": "38500"}, {"stopSequence": 55, "arrival": {"time": "1694889909"}, "stopId": "35808"}, {"stopSequence": 56, "arrival": {"time": "1694889965"}, "stopId": "35710"}, {"stopSequence": 57, "arrival": {"time": "1694890009"}, "stopId": "50036"}, {"stopSequence": 58, "arrival": {"time": "1694890230"}, "stopId": "50037"}, {"stopSequence": 59, "arrival": {"time": "1694890373"}, "stopId": "50038"}, {"stopSequence": 60, "arrival": {"time": "1694890448"}, "stopId": "50039"}, {"stopSequence": 61, "arrival": {"time": "1694890504"}, "stopId": "50040"}, {"stopSequence": 62, "arrival": {"time": "1694890593"}, "stopId": "50041"}, {"stopSequence": 63, "arrival": {"time": "1694890732"}, "stopId": "Jun-15"}, {"stopSequence": 64, "arrival": {"time": "1694890831"}, "stopId": "Jun-13"}, {"stopSequence": 65, "arrival": {"time": "1694891034"}, "stopId": "6-Oct"}, {"stopSequence": 66, "arrival": {"time": "1694891098"}, "stopId": "6-Aug"}, {"stopSequence": 67, "arrival": {"time": "1694891266"}, "stopId": "6-Jun"}, {"stopSequence": 68, "arrival": {"time": "1694891406"}, "stopId": "6-Feb"}, {"stopSequence": 69, "arrival": {"time": "1694891565"}, "stopId": "7-Jul"}, {"stopSequence": 70, "arrival": {"time": "1694891643"}, "stopId": "7-May"}, {"stopSequence": 71, "arrival": {"time": "1694891686"}, "stopId": "1508142"}, {"stopSequence": 72, "arrival": {"time": "1694891814"}, "stopId": "7-Feb"}, {"stopSequence": 73, "arrival": {"time": "1694891890"}, "stopId": "8-Jan"}, {"stopSequence": 74, "arrival": {"time": "1694891931"}, "stopId": "9-Jan"}, {"stopSequence": 75, "arrival": {"time": "1694891983"}, "stopId": "10-Apr"}, {"stopSequence": 76, "arrival": {"time": "1694892059"}, "stopId": "10-Jan"}, {"stopSequence": 77, "arrival": {"time": "1694892115"}, "stopId": "44863"}, {"stopSequence": 78, "arrival": {"time": "1694892158"}, "stopId": "10-Mar"}, {"stopSequence": 79, "arrival": {"time": "1694892234"}, "stopId": "11-Jan"}, {"stopSequence": 80, "arrival": {"time": "1694892306"}, "stopId": "44866"}, {"stopSequence": 81, "arrival": {"time": "1694892362"}, "stopId": "44867"}, {"stopSequence": 82, "arrival": {"time": "1694892400"}, "stopId": "44868"}, {"stopSequence": 83, "arrival": {"time": "1694892439"}, "stopId": "44869"}, {"stopSequence": 84, "arrival": {"time": "1694892486"}, "stopId": "44870"}, {"stopSequence": 85, "arrival": {"time": "1694892537"}, "stopId": "44871"}, {"stopSequence": 86, "arrival": {"time": "1694892597"}, "stopId": "44872"}, {"stopSequence": 87, "arrival": {"time": "1694892695"}, "stopId": "50020"}, {"stopSequence": 88, "arrival": {"time": "1694892828"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694892896"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694893032"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694893207"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694893275"}, "stopId": "14-Apr"}, {"stopSequence": 93, "arrival": {"time": "1694893361"}, "stopId": "37474"}, {"stopSequence": 94, "arrival": {"time": "1694893453"}, "stopId": "44879"}], "vehicle": {"licensePlate": "KLLT57"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "20332-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "position": {"latitude": -36.823105, "longitude": -73.04513, "bearing": 241.0, "odometer": 0.0, "speed": 6.111111}, "timestamp": "1694889035", "vehicle": {"licensePlate": "KLLT57"}}}, {"id": "699fe76d-f94f-41bc-940e-06e8b7442626", "tripUpdate": {"trip": {"tripId": "20407-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 69, "arrival": {"time": "1694889005"}, "stopId": "49323"}, {"stopSequence": 70, "arrival": {"time": "1694889050"}, "stopId": "49324"}, {"stopSequence": 71, "arrival": {"time": "1694889092"}, "stopId": "49325"}, {"stopSequence": 72, "arrival": {"time": "1694889158"}, "stopId": "49326"}, {"stopSequence": 73, "arrival": {"time": "1694889190"}, "stopId": "37425"}, {"stopSequence": 74, "arrival": {"time": "1694889229"}, "stopId": "37426"}, {"stopSequence": 75, "arrival": {"time": "1694889273"}, "stopId": "37427"}, {"stopSequence": 76, "arrival": {"time": "1694889324"}, "stopId": "8606049"}, {"stopSequence": 77, "arrival": {"time": "1694889372"}, "stopId": "37428"}, {"stopSequence": 78, "arrival": {"time": "1694889413"}, "stopId": "37429"}, {"stopSequence": 79, "arrival": {"time": "1694889444"}, "stopId": "37430"}, {"stopSequence": 80, "arrival": {"time": "1694889478"}, "stopId": "37431"}, {"stopSequence": 81, "arrival": {"time": "1694889498"}, "stopId": "37432"}, {"stopSequence": 82, "arrival": {"time": "1694889606"}, "stopId": "37433"}, {"stopSequence": 83, "arrival": {"time": "1694889694"}, "stopId": "37434"}, {"stopSequence": 84, "arrival": {"time": "1694889714"}, "stopId": "37435"}, {"stopSequence": 85, "arrival": {"time": "1694889766"}, "stopId": "37436"}, {"stopSequence": 86, "arrival": {"time": "1694889831"}, "stopId": "37437"}, {"stopSequence": 87, "arrival": {"time": "1694889882"}, "stopId": "49337"}, {"stopSequence": 88, "arrival": {"time": "1694889908"}, "stopId": "39661"}, {"stopSequence": 89, "arrival": {"time": "1694889957"}, "stopId": "39662"}, {"stopSequence": 90, "arrival": {"time": "1694890006"}, "stopId": "39663"}, {"stopSequence": 91, "arrival": {"time": "1694890055"}, "stopId": "49341"}, {"stopSequence": 92, "arrival": {"time": "1694890094"}, "stopId": "49342"}, {"stopSequence": 93, "arrival": {"time": "1694890184"}, "stopId": "49343"}, {"stopSequence": 94, "arrival": {"time": "1694890364"}, "stopId": "49344"}, {"stopSequence": 95, "arrival": {"time": "1694890508"}, "stopId": "49345"}, {"stopSequence": 96, "arrival": {"time": "1694890676"}, "stopId": "49346"}, {"stopSequence": 97, "arrival": {"time": "1694890731"}, "stopId": "49347"}, {"stopSequence": 98, "arrival": {"time": "1694890956"}, "stopId": "49348"}, {"stopSequence": 99, "arrival": {"time": "1694891139"}, "stopId": "42250"}], "vehicle": {"licensePlate": "LJKK85"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "20407-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 0}, "position": {"latitude": -36.80122, "longitude": -73.083885, "bearing": 322.0, "odometer": 0.0, "speed": 13.333333}, "timestamp": "1694889004", "vehicle": {"licensePlate": "LJKK85"}}}, {"id": "185cfe55-6a41-408c-9b74-99371ef636b8", "tripUpdate": {"trip": {"tripId": "20560-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694889031"}, "stopId": "37523"}, {"stopSequence": 50, "arrival": {"time": "1694889074"}, "stopId": "37477"}, {"stopSequence": 51, "arrival": {"time": "1694889166"}, "stopId": "49310"}, {"stopSequence": 52, "arrival": {"time": "1694889199"}, "stopId": "49311"}, {"stopSequence": 53, "arrival": {"time": "1694889256"}, "stopId": "39634"}, {"stopSequence": 54, "arrival": {"time": "1694889282"}, "stopId": "39635"}, {"stopSequence": 55, "arrival": {"time": "1694889329"}, "stopId": "39636"}, {"stopSequence": 56, "arrival": {"time": "1694889384"}, "stopId": "49503"}, {"stopSequence": 57, "arrival": {"time": "1694889511"}, "stopId": "39637"}, {"stopSequence": 58, "arrival": {"time": "1694889561"}, "stopId": "49317"}, {"stopSequence": 59, "arrival": {"time": "1694889592"}, "stopId": "49318"}, {"stopSequence": 60, "arrival": {"time": "1694889657"}, "stopId": "49319"}, {"stopSequence": 61, "arrival": {"time": "1694889719"}, "stopId": "39641"}, {"stopSequence": 62, "arrival": {"time": "1694889784"}, "stopId": "38590"}, {"stopSequence": 63, "arrival": {"time": "1694890193"}, "stopId": "32575"}, {"stopSequence": 64, "arrival": {"time": "1694890242"}, "stopId": "4950738"}, {"stopSequence": 65, "arrival": {"time": "1694890495"}, "stopId": "38530"}, {"stopSequence": 66, "arrival": {"time": "1694890508"}, "stopId": "16005209"}, {"stopSequence": 67, "arrival": {"time": "1694890746"}, "stopId": "38531"}, {"stopSequence": 68, "arrival": {"time": "1694890802"}, "stopId": "8921285"}, {"stopSequence": 69, "arrival": {"time": "1694890918"}, "stopId": "38532"}, {"stopSequence": 70, "arrival": {"time": "1694890974"}, "stopId": "38533"}, {"stopSequence": 71, "arrival": {"time": "1694891032"}, "stopId": "38534"}, {"stopSequence": 72, "arrival": {"time": "1694891083"}, "stopId": "38535"}, {"stopSequence": 73, "arrival": {"time": "1694891154"}, "stopId": "38536"}, {"stopSequence": 74, "arrival": {"time": "1694891193"}, "stopId": "4838437"}, {"stopSequence": 75, "arrival": {"time": "1694891254"}, "stopId": "45085"}, {"stopSequence": 76, "arrival": {"time": "1694891343"}, "stopId": "45086"}, {"stopSequence": 77, "arrival": {"time": "1694891462"}, "stopId": "45087"}, {"stopSequence": 78, "arrival": {"time": "1694891491"}, "stopId": "45088"}, {"stopSequence": 79, "arrival": {"time": "1694891537"}, "stopId": "45089"}, {"stopSequence": 80, "arrival": {"time": "1694891618"}, "stopId": "45090"}, {"stopSequence": 81, "arrival": {"time": "1694891651"}, "stopId": "45091"}, {"stopSequence": 82, "arrival": {"time": "1694891698"}, "stopId": "45092"}, {"stopSequence": 83, "arrival": {"time": "1694891750"}, "stopId": "45093"}, {"stopSequence": 84, "arrival": {"time": "1694891811"}, "stopId": "45094"}, {"stopSequence": 85, "arrival": {"time": "1694891856"}, "stopId": "45095"}, {"stopSequence": 86, "arrival": {"time": "1694891909"}, "stopId": "45096"}, {"stopSequence": 87, "arrival": {"time": "1694892000"}, "stopId": "45098"}, {"stopSequence": 88, "arrival": {"time": "1694892041"}, "stopId": "45099"}, {"stopSequence": 89, "arrival": {"time": "1694892066"}, "stopId": "45100"}, {"stopSequence": 90, "arrival": {"time": "1694892107"}, "stopId": "45101"}, {"stopSequence": 91, "arrival": {"time": "1694892154"}, "stopId": "45102"}, {"stopSequence": 92, "arrival": {"time": "1694892190"}, "stopId": "45103"}, {"stopSequence": 93, "arrival": {"time": "1694892224"}, "stopId": "45104"}, {"stopSequence": 94, "arrival": {"time": "1694892260"}, "stopId": "45122"}, {"stopSequence": 95, "arrival": {"time": "1694892335"}, "stopId": "38630"}], "vehicle": {"licensePlate": "BLYV74"}, "timestamp": "1694889005"}, "vehicle": {"trip": {"tripId": "20560-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "position": {"latitude": -36.828518, "longitude": -73.05204, "bearing": 246.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889005", "vehicle": {"licensePlate": "BLYV74"}}}, {"id": "d8087585-a442-495b-9886-fedd15853dec", "tripUpdate": {"trip": {"tripId": "20562-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 20, "arrival": {"time": "1694889016"}, "stopId": "12-3"}, {"stopSequence": 21, "arrival": {"time": "1694889098"}, "stopId": "12-Jan"}, {"stopSequence": 22, "arrival": {"time": "1694889143"}, "stopId": "12-Feb"}, {"stopSequence": 23, "arrival": {"time": "1694889190"}, "stopId": "7-Jan"}, {"stopSequence": 24, "arrival": {"time": "1694889251"}, "stopId": "7-Mar"}, {"stopSequence": 25, "arrival": {"time": "1694889391"}, "stopId": "7-Jun"}, {"stopSequence": 26, "arrival": {"time": "1694889461"}, "stopId": "7-Aug"}, {"stopSequence": 27, "arrival": {"time": "1694889606"}, "stopId": "6-Mar"}, {"stopSequence": 28, "arrival": {"time": "1694889706"}, "stopId": "6-May"}, {"stopSequence": 29, "arrival": {"time": "1694889854"}, "stopId": "6-Jul"}, {"stopSequence": 30, "arrival": {"time": "1694889920"}, "stopId": "6-Sep"}, {"stopSequence": 31, "arrival": {"time": "1694890004"}, "stopId": "6-Nov"}, {"stopSequence": 32, "arrival": {"time": "1694890103"}, "stopId": "6-Dec"}, {"stopSequence": 33, "arrival": {"time": "1694890191"}, "stopId": "Jun-14"}, {"stopSequence": 34, "arrival": {"time": "1694890343"}, "stopId": "Jun-17"}, {"stopSequence": 35, "arrival": {"time": "1694890429"}, "stopId": "Jun-19"}, {"stopSequence": 36, "arrival": {"time": "1694890480"}, "stopId": "Jun-20"}, {"stopSequence": 37, "arrival": {"time": "1694890542"}, "stopId": "Jun-22"}, {"stopSequence": 38, "arrival": {"time": "1694890606"}, "stopId": "Jun-24"}, {"stopSequence": 39, "arrival": {"time": "1694890696"}, "stopId": "Jun-25"}, {"stopSequence": 40, "arrival": {"time": "1694890994"}, "stopId": "90003"}, {"stopSequence": 41, "arrival": {"time": "1694891043"}, "stopId": "90007"}, {"stopSequence": 42, "arrival": {"time": "1694891097"}, "stopId": "90008"}, {"stopSequence": 43, "arrival": {"time": "1694891218"}, "stopId": "39599"}, {"stopSequence": 44, "arrival": {"time": "1694891243"}, "stopId": "39600"}, {"stopSequence": 45, "arrival": {"time": "1694891318"}, "stopId": "37496"}, {"stopSequence": 46, "arrival": {"time": "1694891374"}, "stopId": "45064"}, {"stopSequence": 47, "arrival": {"time": "1694891458"}, "stopId": "37506"}, {"stopSequence": 48, "arrival": {"time": "1694891546"}, "stopId": "45069"}, {"stopSequence": 49, "arrival": {"time": "1694891681"}, "stopId": "37523"}, {"stopSequence": 50, "arrival": {"time": "1694891730"}, "stopId": "37477"}, {"stopSequence": 51, "arrival": {"time": "1694891840"}, "stopId": "49310"}, {"stopSequence": 52, "arrival": {"time": "1694891880"}, "stopId": "49311"}, {"stopSequence": 53, "arrival": {"time": "1694891952"}, "stopId": "39634"}, {"stopSequence": 54, "arrival": {"time": "1694891985"}, "stopId": "39635"}, {"stopSequence": 55, "arrival": {"time": "1694892047"}, "stopId": "39636"}, {"stopSequence": 56, "arrival": {"time": "1694892119"}, "stopId": "49503"}, {"stopSequence": 57, "arrival": {"time": "1694892295"}, "stopId": "39637"}, {"stopSequence": 58, "arrival": {"time": "1694892367"}, "stopId": "49317"}, {"stopSequence": 59, "arrival": {"time": "1694892413"}, "stopId": "49318"}, {"stopSequence": 60, "arrival": {"time": "1694892512"}, "stopId": "49319"}, {"stopSequence": 61, "arrival": {"time": "1694892609"}, "stopId": "39641"}, {"stopSequence": 62, "arrival": {"time": "1694892713"}, "stopId": "38590"}, {"stopSequence": 63, "arrival": {"time": "1694893454"}, "stopId": "32575"}, {"stopSequence": 64, "arrival": {"time": "1694893554"}, "stopId": "4950738"}, {"stopSequence": 65, "arrival": {"time": "1694894106"}, "stopId": "38530"}, {"stopSequence": 66, "arrival": {"time": "1694894137"}, "stopId": "16005209"}, {"stopSequence": 67, "arrival": {"time": "1694894728"}, "stopId": "38531"}, {"stopSequence": 68, "arrival": {"time": "1694894879"}, "stopId": "8921285"}, {"stopSequence": 69, "arrival": {"time": "1694895204"}, "stopId": "38532"}, {"stopSequence": 70, "arrival": {"time": "1694895367"}, "stopId": "38533"}, {"stopSequence": 71, "arrival": {"time": "1694895541"}, "stopId": "38534"}, {"stopSequence": 72, "arrival": {"time": "1694895702"}, "stopId": "38535"}, {"stopSequence": 73, "arrival": {"time": "1694895928"}, "stopId": "38536"}, {"stopSequence": 74, "arrival": {"time": "1694896059"}, "stopId": "4838437"}, {"stopSequence": 75, "arrival": {"time": "1694896264"}, "stopId": "45085"}, {"stopSequence": 76, "arrival": {"time": "1694896579"}, "stopId": "45086"}, {"stopSequence": 77, "arrival": {"time": "1694897024"}, "stopId": "45087"}, {"stopSequence": 78, "arrival": {"time": "1694897137"}, "stopId": "45088"}, {"stopSequence": 79, "arrival": {"time": "1694897321"}, "stopId": "45089"}, {"stopSequence": 80, "arrival": {"time": "1694897656"}, "stopId": "45090"}, {"stopSequence": 81, "arrival": {"time": "1694897797"}, "stopId": "45091"}, {"stopSequence": 82, "arrival": {"time": "1694898001"}, "stopId": "45092"}, {"stopSequence": 83, "arrival": {"time": "1694898236"}, "stopId": "45093"}, {"stopSequence": 84, "arrival": {"time": "1694898520"}, "stopId": "45094"}, {"stopSequence": 85, "arrival": {"time": "1694898734"}, "stopId": "45095"}, {"stopSequence": 86, "arrival": {"time": "1694898997"}, "stopId": "45096"}, {"stopSequence": 87, "arrival": {"time": "1694899466"}, "stopId": "45098"}, {"stopSequence": 88, "arrival": {"time": "1694899690"}, "stopId": "45099"}, {"stopSequence": 89, "arrival": {"time": "1694899828"}, "stopId": "45100"}, {"stopSequence": 90, "arrival": {"time": "1694900057"}, "stopId": "45101"}, {"stopSequence": 91, "arrival": {"time": "1694900328"}, "stopId": "45102"}, {"stopSequence": 92, "arrival": {"time": "1694900541"}, "stopId": "45103"}, {"stopSequence": 93, "arrival": {"time": "1694900746"}, "stopId": "45104"}, {"stopSequence": 94, "arrival": {"time": "1694900972"}, "stopId": "45122"}, {"stopSequence": 95, "arrival": {"time": "1694901459"}, "stopId": "38630"}], "vehicle": {"licensePlate": "DPZZ19"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "20562-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "position": {"latitude": -36.73681, "longitude": -72.99341, "bearing": 246.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "DPZZ19"}}}, {"id": "17afee49-1e12-4a99-9b51-b3008df11ea6", "tripUpdate": {"trip": {"tripId": "20486-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694889009"}, "stopId": "37586"}, {"stopSequence": 22, "arrival": {"time": "1694889035"}, "stopId": "37587"}, {"stopSequence": 23, "arrival": {"time": "1694889053"}, "stopId": "37588"}, {"stopSequence": 24, "arrival": {"time": "1694889105"}, "stopId": "37589"}, {"stopSequence": 25, "arrival": {"time": "1694889165"}, "stopId": "37590"}, {"stopSequence": 26, "arrival": {"time": "1694889208"}, "stopId": "37427"}, {"stopSequence": 27, "arrival": {"time": "1694889265"}, "stopId": "37426"}, {"stopSequence": 28, "arrival": {"time": "1694889303"}, "stopId": "37425"}, {"stopSequence": 29, "arrival": {"time": "1694889313"}, "stopId": "37593"}, {"stopSequence": 30, "arrival": {"time": "1694889338"}, "stopId": "38509"}, {"stopSequence": 31, "arrival": {"time": "1694889374"}, "stopId": "38642"}, {"stopSequence": 32, "arrival": {"time": "1694889418"}, "stopId": "39795"}, {"stopSequence": 33, "arrival": {"time": "1694889444"}, "stopId": "38502"}, {"stopSequence": 34, "arrival": {"time": "1694889511"}, "stopId": "38503"}, {"stopSequence": 35, "arrival": {"time": "1694889666"}, "stopId": "35691"}, {"stopSequence": 36, "arrival": {"time": "1694889706"}, "stopId": "35692"}, {"stopSequence": 37, "arrival": {"time": "1694889760"}, "stopId": "35693"}, {"stopSequence": 38, "arrival": {"time": "1694889816"}, "stopId": "35694"}, {"stopSequence": 39, "arrival": {"time": "1694889855"}, "stopId": "35695"}, {"stopSequence": 40, "arrival": {"time": "1694889901"}, "stopId": "35696"}, {"stopSequence": 41, "arrival": {"time": "1694890065"}, "stopId": "35697"}, {"stopSequence": 42, "arrival": {"time": "1694890184"}, "stopId": "39778"}, {"stopSequence": 43, "arrival": {"time": "1694890286"}, "stopId": "35797"}, {"stopSequence": 44, "arrival": {"time": "1694890326"}, "stopId": "35798"}, {"stopSequence": 45, "arrival": {"time": "1694890364"}, "stopId": "35799"}, {"stopSequence": 46, "arrival": {"time": "1694890432"}, "stopId": "35800"}, {"stopSequence": 47, "arrival": {"time": "1694890481"}, "stopId": "35801"}, {"stopSequence": 48, "arrival": {"time": "1694890507"}, "stopId": "35802"}, {"stopSequence": 49, "arrival": {"time": "1694890554"}, "stopId": "35803"}, {"stopSequence": 50, "arrival": {"time": "1694890609"}, "stopId": "38507"}, {"stopSequence": 51, "arrival": {"time": "1694890661"}, "stopId": "34473"}, {"stopSequence": 52, "arrival": {"time": "1694890705"}, "stopId": "38500"}, {"stopSequence": 53, "arrival": {"time": "1694890752"}, "stopId": "35808"}, {"stopSequence": 54, "arrival": {"time": "1694890812"}, "stopId": "35710"}, {"stopSequence": 55, "arrival": {"time": "1694890858"}, "stopId": "50036"}, {"stopSequence": 56, "arrival": {"time": "1694891102"}, "stopId": "50037"}, {"stopSequence": 57, "arrival": {"time": "1694891260"}, "stopId": "50038"}, {"stopSequence": 58, "arrival": {"time": "1694891346"}, "stopId": "50039"}, {"stopSequence": 59, "arrival": {"time": "1694891412"}, "stopId": "50040"}, {"stopSequence": 60, "arrival": {"time": "1694891512"}, "stopId": "50041"}, {"stopSequence": 61, "arrival": {"time": "1694891678"}, "stopId": "Jun-15"}, {"stopSequence": 62, "arrival": {"time": "1694891802"}, "stopId": "Jun-13"}, {"stopSequence": 63, "arrival": {"time": "1694892055"}, "stopId": "6-Oct"}, {"stopSequence": 64, "arrival": {"time": "1694892131"}, "stopId": "6-Aug"}, {"stopSequence": 65, "arrival": {"time": "1694892355"}, "stopId": "6-Jun"}, {"stopSequence": 66, "arrival": {"time": "1694892538"}, "stopId": "6-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694892812"}, "stopId": "44956"}, {"stopSequence": 68, "arrival": {"time": "1694892874"}, "stopId": "44957"}, {"stopSequence": 69, "arrival": {"time": "1694893058"}, "stopId": "45057"}, {"stopSequence": 70, "arrival": {"time": "1694893162"}, "stopId": "44963"}, {"stopSequence": 71, "arrival": {"time": "1694893259"}, "stopId": "44964"}, {"stopSequence": 72, "arrival": {"time": "1694893432"}, "stopId": "44965"}, {"stopSequence": 73, "arrival": {"time": "1694893436"}, "stopId": "50018"}, {"stopSequence": 74, "arrival": {"time": "1694893534"}, "stopId": "44959"}, {"stopSequence": 75, "arrival": {"time": "1694893717"}, "stopId": "10-Jan"}, {"stopSequence": 76, "arrival": {"time": "1694893798"}, "stopId": "44863"}, {"stopSequence": 77, "arrival": {"time": "1694893874"}, "stopId": "10-Mar"}, {"stopSequence": 78, "arrival": {"time": "1694893996"}, "stopId": "11-Jan"}, {"stopSequence": 79, "arrival": {"time": "1694894112"}, "stopId": "44866"}, {"stopSequence": 80, "arrival": {"time": "1694894203"}, "stopId": "44867"}, {"stopSequence": 81, "arrival": {"time": "1694894266"}, "stopId": "44868"}, {"stopSequence": 82, "arrival": {"time": "1694894331"}, "stopId": "44869"}, {"stopSequence": 83, "arrival": {"time": "1694894411"}, "stopId": "44870"}, {"stopSequence": 84, "arrival": {"time": "1694894558"}, "stopId": "44960"}, {"stopSequence": 85, "arrival": {"time": "1694894696"}, "stopId": "44961"}, {"stopSequence": 86, "arrival": {"time": "1694894808"}, "stopId": "14-15"}, {"stopSequence": 87, "arrival": {"time": "1694894913"}, "stopId": "44962"}, {"stopSequence": 88, "arrival": {"time": "1694895230"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694895350"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694895610"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694895953"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694896099"}, "stopId": "50025"}, {"stopSequence": 93, "arrival": {"time": "1694896279"}, "stopId": "50026"}, {"stopSequence": 94, "arrival": {"time": "1694896625"}, "stopId": "50027"}, {"stopSequence": 95, "arrival": {"time": "1694896925"}, "stopId": "37474"}, {"stopSequence": 96, "arrival": {"time": "1694897143"}, "stopId": "44879"}], "vehicle": {"licensePlate": "DRZG21"}, "timestamp": "1694889000"}, "vehicle": {"trip": {"tripId": "20486-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "position": {"latitude": -36.79475, "longitude": -73.101135, "bearing": 122.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694889000", "vehicle": {"licensePlate": "DRZG21"}}}, {"id": "be8c8b14-feb9-499f-b8ee-8e16c28533cd", "tripUpdate": {"trip": {"tripId": "20485-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694889101"}, "stopId": "35697"}, {"stopSequence": 42, "arrival": {"time": "1694889228"}, "stopId": "39778"}, {"stopSequence": 43, "arrival": {"time": "1694889336"}, "stopId": "35797"}, {"stopSequence": 44, "arrival": {"time": "1694889378"}, "stopId": "35798"}, {"stopSequence": 45, "arrival": {"time": "1694889416"}, "stopId": "35799"}, {"stopSequence": 46, "arrival": {"time": "1694889486"}, "stopId": "35800"}, {"stopSequence": 47, "arrival": {"time": "1694889535"}, "stopId": "35801"}, {"stopSequence": 48, "arrival": {"time": "1694889561"}, "stopId": "35802"}, {"stopSequence": 49, "arrival": {"time": "1694889608"}, "stopId": "35803"}, {"stopSequence": 50, "arrival": {"time": "1694889662"}, "stopId": "38507"}, {"stopSequence": 51, "arrival": {"time": "1694889712"}, "stopId": "34473"}, {"stopSequence": 52, "arrival": {"time": "1694889755"}, "stopId": "38500"}, {"stopSequence": 53, "arrival": {"time": "1694889800"}, "stopId": "35808"}, {"stopSequence": 54, "arrival": {"time": "1694889856"}, "stopId": "35710"}, {"stopSequence": 55, "arrival": {"time": "1694889900"}, "stopId": "50036"}, {"stopSequence": 56, "arrival": {"time": "1694890123"}, "stopId": "50037"}, {"stopSequence": 57, "arrival": {"time": "1694890262"}, "stopId": "50038"}, {"stopSequence": 58, "arrival": {"time": "1694890337"}, "stopId": "50039"}, {"stopSequence": 59, "arrival": {"time": "1694890394"}, "stopId": "50040"}, {"stopSequence": 60, "arrival": {"time": "1694890479"}, "stopId": "50041"}, {"stopSequence": 61, "arrival": {"time": "1694890616"}, "stopId": "Jun-15"}, {"stopSequence": 62, "arrival": {"time": "1694890717"}, "stopId": "Jun-13"}, {"stopSequence": 63, "arrival": {"time": "1694890918"}, "stopId": "6-Oct"}, {"stopSequence": 64, "arrival": {"time": "1694890977"}, "stopId": "6-Aug"}, {"stopSequence": 65, "arrival": {"time": "1694891147"}, "stopId": "6-Jun"}, {"stopSequence": 66, "arrival": {"time": "1694891284"}, "stopId": "6-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694891482"}, "stopId": "44956"}, {"stopSequence": 68, "arrival": {"time": "1694891526"}, "stopId": "44957"}, {"stopSequence": 69, "arrival": {"time": "1694891655"}, "stopId": "45057"}, {"stopSequence": 70, "arrival": {"time": "1694891727"}, "stopId": "44963"}, {"stopSequence": 71, "arrival": {"time": "1694891793"}, "stopId": "44964"}, {"stopSequence": 72, "arrival": {"time": "1694891909"}, "stopId": "44965"}, {"stopSequence": 73, "arrival": {"time": "1694891912"}, "stopId": "50018"}, {"stopSequence": 74, "arrival": {"time": "1694891977"}, "stopId": "44959"}, {"stopSequence": 75, "arrival": {"time": "1694892097"}, "stopId": "10-Jan"}, {"stopSequence": 76, "arrival": {"time": "1694892149"}, "stopId": "44863"}, {"stopSequence": 77, "arrival": {"time": "1694892198"}, "stopId": "10-Mar"}, {"stopSequence": 78, "arrival": {"time": "1694892275"}, "stopId": "11-Jan"}, {"stopSequence": 79, "arrival": {"time": "1694892349"}, "stopId": "44866"}, {"stopSequence": 80, "arrival": {"time": "1694892405"}, "stopId": "44867"}, {"stopSequence": 81, "arrival": {"time": "1694892444"}, "stopId": "44868"}, {"stopSequence": 82, "arrival": {"time": "1694892484"}, "stopId": "44869"}, {"stopSequence": 83, "arrival": {"time": "1694892532"}, "stopId": "44870"}, {"stopSequence": 84, "arrival": {"time": "1694892622"}, "stopId": "44960"}, {"stopSequence": 85, "arrival": {"time": "1694892704"}, "stopId": "44961"}, {"stopSequence": 86, "arrival": {"time": "1694892770"}, "stopId": "14-15"}, {"stopSequence": 87, "arrival": {"time": "1694892832"}, "stopId": "44962"}, {"stopSequence": 88, "arrival": {"time": "1694893014"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694893082"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694893226"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694893412"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694893490"}, "stopId": "50025"}, {"stopSequence": 93, "arrival": {"time": "1694893585"}, "stopId": "50026"}, {"stopSequence": 94, "arrival": {"time": "1694893763"}, "stopId": "50027"}, {"stopSequence": 95, "arrival": {"time": "1694893914"}, "stopId": "37474"}, {"stopSequence": 96, "arrival": {"time": "1694894022"}, "stopId": "44879"}], "vehicle": {"licensePlate": "FGPH73"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "20485-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "position": {"latitude": -36.818623, "longitude": -73.06675, "bearing": 146.0, "odometer": 0.0, "speed": 17.222221}, "timestamp": "1694889002", "vehicle": {"licensePlate": "FGPH73"}}}, {"id": "8af00e4e-961c-47b0-b8a8-0a07813a5346", "tripUpdate": {"trip": {"tripId": "20483-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 74, "arrival": {"time": "1694889020"}, "stopId": "44959"}, {"stopSequence": 75, "arrival": {"time": "1694889116"}, "stopId": "10-Jan"}, {"stopSequence": 76, "arrival": {"time": "1694889156"}, "stopId": "44863"}, {"stopSequence": 77, "arrival": {"time": "1694889192"}, "stopId": "10-Mar"}, {"stopSequence": 78, "arrival": {"time": "1694889249"}, "stopId": "11-Jan"}, {"stopSequence": 79, "arrival": {"time": "1694889301"}, "stopId": "44866"}, {"stopSequence": 80, "arrival": {"time": "1694889341"}, "stopId": "44867"}, {"stopSequence": 81, "arrival": {"time": "1694889367"}, "stopId": "44868"}, {"stopSequence": 82, "arrival": {"time": "1694889394"}, "stopId": "44869"}, {"stopSequence": 83, "arrival": {"time": "1694889426"}, "stopId": "44870"}, {"stopSequence": 84, "arrival": {"time": "1694889484"}, "stopId": "44960"}, {"stopSequence": 85, "arrival": {"time": "1694889536"}, "stopId": "44961"}, {"stopSequence": 86, "arrival": {"time": "1694889577"}, "stopId": "14-15"}, {"stopSequence": 87, "arrival": {"time": "1694889614"}, "stopId": "44962"}, {"stopSequence": 88, "arrival": {"time": "1694889720"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694889758"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694889836"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694889932"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694889970"}, "stopId": "50025"}, {"stopSequence": 93, "arrival": {"time": "1694890016"}, "stopId": "50026"}, {"stopSequence": 94, "arrival": {"time": "1694890100"}, "stopId": "50027"}, {"stopSequence": 95, "arrival": {"time": "1694890168"}, "stopId": "37474"}, {"stopSequence": 96, "arrival": {"time": "1694890215"}, "stopId": "44879"}], "vehicle": {"licensePlate": "HSTC55"}, "timestamp": "1694888990"}, "vehicle": {"trip": {"tripId": "20483-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "position": {"latitude": -36.742935, "longitude": -72.99238, "bearing": 338.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694888990", "vehicle": {"licensePlate": "HSTC55"}}}, {"id": "fc7e8c9f-efbb-4e11-b69c-158de259b6f2", "tripUpdate": {"trip": {"tripId": "20484-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 59, "arrival": {"time": "1694889005"}, "stopId": "50040"}, {"stopSequence": 60, "arrival": {"time": "1694889096"}, "stopId": "50041"}, {"stopSequence": 61, "arrival": {"time": "1694889240"}, "stopId": "Jun-15"}, {"stopSequence": 62, "arrival": {"time": "1694889342"}, "stopId": "Jun-13"}, {"stopSequence": 63, "arrival": {"time": "1694889537"}, "stopId": "6-Oct"}, {"stopSequence": 64, "arrival": {"time": "1694889592"}, "stopId": "6-Aug"}, {"stopSequence": 65, "arrival": {"time": "1694889748"}, "stopId": "6-Jun"}, {"stopSequence": 66, "arrival": {"time": "1694889868"}, "stopId": "6-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694890036"}, "stopId": "44956"}, {"stopSequence": 68, "arrival": {"time": "1694890073"}, "stopId": "44957"}, {"stopSequence": 69, "arrival": {"time": "1694890177"}, "stopId": "45057"}, {"stopSequence": 70, "arrival": {"time": "1694890234"}, "stopId": "44963"}, {"stopSequence": 71, "arrival": {"time": "1694890285"}, "stopId": "44964"}, {"stopSequence": 72, "arrival": {"time": "1694890375"}, "stopId": "44965"}, {"stopSequence": 73, "arrival": {"time": "1694890377"}, "stopId": "50018"}, {"stopSequence": 74, "arrival": {"time": "1694890426"}, "stopId": "44959"}, {"stopSequence": 75, "arrival": {"time": "1694890515"}, "stopId": "10-Jan"}, {"stopSequence": 76, "arrival": {"time": "1694890553"}, "stopId": "44863"}, {"stopSequence": 77, "arrival": {"time": "1694890588"}, "stopId": "10-Mar"}, {"stopSequence": 78, "arrival": {"time": "1694890643"}, "stopId": "11-Jan"}, {"stopSequence": 79, "arrival": {"time": "1694890695"}, "stopId": "44866"}, {"stopSequence": 80, "arrival": {"time": "1694890734"}, "stopId": "44867"}, {"stopSequence": 81, "arrival": {"time": "1694890761"}, "stopId": "44868"}, {"stopSequence": 82, "arrival": {"time": "1694890788"}, "stopId": "44869"}, {"stopSequence": 83, "arrival": {"time": "1694890821"}, "stopId": "44870"}, {"stopSequence": 84, "arrival": {"time": "1694890881"}, "stopId": "44960"}, {"stopSequence": 85, "arrival": {"time": "1694890936"}, "stopId": "44961"}, {"stopSequence": 86, "arrival": {"time": "1694890980"}, "stopId": "14-15"}, {"stopSequence": 87, "arrival": {"time": "1694891019"}, "stopId": "44962"}, {"stopSequence": 88, "arrival": {"time": "1694891136"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694891178"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694891267"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694891379"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694891425"}, "stopId": "50025"}, {"stopSequence": 93, "arrival": {"time": "1694891480"}, "stopId": "50026"}, {"stopSequence": 94, "arrival": {"time": "1694891582"}, "stopId": "50027"}, {"stopSequence": 95, "arrival": {"time": "1694891666"}, "stopId": "37474"}, {"stopSequence": 96, "arrival": {"time": "1694891725"}, "stopId": "44879"}], "vehicle": {"licensePlate": "HYCZ33"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "20484-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "position": {"latitude": -36.791847, "longitude": -73.02506, "bearing": 16.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694889002", "vehicle": {"licensePlate": "HYCZ33"}}}, {"id": "eab165b9-b2a2-40d7-b73d-21efbbed7c5b", "tripUpdate": {"trip": {"tripId": "20559-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 74, "arrival": {"time": "1694889028"}, "stopId": "4838437"}, {"stopSequence": 75, "arrival": {"time": "1694889086"}, "stopId": "45085"}, {"stopSequence": 76, "arrival": {"time": "1694889169"}, "stopId": "45086"}, {"stopSequence": 77, "arrival": {"time": "1694889276"}, "stopId": "45087"}, {"stopSequence": 78, "arrival": {"time": "1694889302"}, "stopId": "45088"}, {"stopSequence": 79, "arrival": {"time": "1694889342"}, "stopId": "45089"}, {"stopSequence": 80, "arrival": {"time": "1694889410"}, "stopId": "45090"}, {"stopSequence": 81, "arrival": {"time": "1694889438"}, "stopId": "45091"}, {"stopSequence": 82, "arrival": {"time": "1694889476"}, "stopId": "45092"}, {"stopSequence": 83, "arrival": {"time": "1694889518"}, "stopId": "45093"}, {"stopSequence": 84, "arrival": {"time": "1694889567"}, "stopId": "45094"}, {"stopSequence": 85, "arrival": {"time": "1694889601"}, "stopId": "45095"}, {"stopSequence": 86, "arrival": {"time": "1694889642"}, "stopId": "45096"}, {"stopSequence": 87, "arrival": {"time": "1694889710"}, "stopId": "45098"}, {"stopSequence": 88, "arrival": {"time": "1694889741"}, "stopId": "45099"}, {"stopSequence": 89, "arrival": {"time": "1694889759"}, "stopId": "45100"}, {"stopSequence": 90, "arrival": {"time": "1694889788"}, "stopId": "45101"}, {"stopSequence": 91, "arrival": {"time": "1694889822"}, "stopId": "45102"}, {"stopSequence": 92, "arrival": {"time": "1694889847"}, "stopId": "45103"}, {"stopSequence": 93, "arrival": {"time": "1694889871"}, "stopId": "45104"}, {"stopSequence": 94, "arrival": {"time": "1694889896"}, "stopId": "45122"}, {"stopSequence": 95, "arrival": {"time": "1694889947"}, "stopId": "38630"}], "vehicle": {"licensePlate": "JSBB20"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "20559-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "position": {"latitude": -36.76473, "longitude": -73.086464, "bearing": 334.0, "odometer": 0.0, "speed": 16.38889}, "timestamp": "1694889008", "vehicle": {"licensePlate": "JSBB20"}}}, {"id": "7623000a-a671-4c4a-800f-ee503cb0211b", "tripUpdate": {"trip": {"tripId": "20561-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 40, "arrival": {"time": "1694889283"}, "stopId": "90003"}, {"stopSequence": 41, "arrival": {"time": "1694889330"}, "stopId": "90007"}, {"stopSequence": 42, "arrival": {"time": "1694889381"}, "stopId": "90008"}, {"stopSequence": 43, "arrival": {"time": "1694889492"}, "stopId": "39599"}, {"stopSequence": 44, "arrival": {"time": "1694889515"}, "stopId": "39600"}, {"stopSequence": 45, "arrival": {"time": "1694889581"}, "stopId": "37496"}, {"stopSequence": 46, "arrival": {"time": "1694889630"}, "stopId": "45064"}, {"stopSequence": 47, "arrival": {"time": "1694889702"}, "stopId": "37506"}, {"stopSequence": 48, "arrival": {"time": "1694889775"}, "stopId": "45069"}, {"stopSequence": 49, "arrival": {"time": "1694889884"}, "stopId": "37523"}, {"stopSequence": 50, "arrival": {"time": "1694889924"}, "stopId": "37477"}, {"stopSequence": 51, "arrival": {"time": "1694890008"}, "stopId": "49310"}, {"stopSequence": 52, "arrival": {"time": "1694890039"}, "stopId": "49311"}, {"stopSequence": 53, "arrival": {"time": "1694890093"}, "stopId": "39634"}, {"stopSequence": 54, "arrival": {"time": "1694890118"}, "stopId": "39635"}, {"stopSequence": 55, "arrival": {"time": "1694890162"}, "stopId": "39636"}, {"stopSequence": 56, "arrival": {"time": "1694890214"}, "stopId": "49503"}, {"stopSequence": 57, "arrival": {"time": "1694890338"}, "stopId": "39637"}, {"stopSequence": 58, "arrival": {"time": "1694890387"}, "stopId": "49317"}, {"stopSequence": 59, "arrival": {"time": "1694890418"}, "stopId": "49318"}, {"stopSequence": 60, "arrival": {"time": "1694890483"}, "stopId": "49319"}, {"stopSequence": 61, "arrival": {"time": "1694890547"}, "stopId": "39641"}, {"stopSequence": 62, "arrival": {"time": "1694890613"}, "stopId": "38590"}, {"stopSequence": 63, "arrival": {"time": "1694891049"}, "stopId": "32575"}, {"stopSequence": 64, "arrival": {"time": "1694891103"}, "stopId": "4950738"}, {"stopSequence": 65, "arrival": {"time": "1694891389"}, "stopId": "38530"}, {"stopSequence": 66, "arrival": {"time": "1694891404"}, "stopId": "16005209"}, {"stopSequence": 67, "arrival": {"time": "1694891684"}, "stopId": "38531"}, {"stopSequence": 68, "arrival": {"time": "1694891752"}, "stopId": "8921285"}, {"stopSequence": 69, "arrival": {"time": "1694891893"}, "stopId": "38532"}, {"stopSequence": 70, "arrival": {"time": "1694891962"}, "stopId": "38533"}, {"stopSequence": 71, "arrival": {"time": "1694892033"}, "stopId": "38534"}, {"stopSequence": 72, "arrival": {"time": "1694892098"}, "stopId": "38535"}, {"stopSequence": 73, "arrival": {"time": "1694892188"}, "stopId": "38536"}, {"stopSequence": 74, "arrival": {"time": "1694892238"}, "stopId": "4838437"}, {"stopSequence": 75, "arrival": {"time": "1694892315"}, "stopId": "45085"}, {"stopSequence": 76, "arrival": {"time": "1694892431"}, "stopId": "45086"}, {"stopSequence": 77, "arrival": {"time": "1694892587"}, "stopId": "45087"}, {"stopSequence": 78, "arrival": {"time": "1694892625"}, "stopId": "45088"}, {"stopSequence": 79, "arrival": {"time": "1694892687"}, "stopId": "45089"}, {"stopSequence": 80, "arrival": {"time": "1694892796"}, "stopId": "45090"}, {"stopSequence": 81, "arrival": {"time": "1694892841"}, "stopId": "45091"}, {"stopSequence": 82, "arrival": {"time": "1694892904"}, "stopId": "45092"}, {"stopSequence": 83, "arrival": {"time": "1694892976"}, "stopId": "45093"}, {"stopSequence": 84, "arrival": {"time": "1694893060"}, "stopId": "45094"}, {"stopSequence": 85, "arrival": {"time": "1694893122"}, "stopId": "45095"}, {"stopSequence": 86, "arrival": {"time": "1694893197"}, "stopId": "45096"}, {"stopSequence": 87, "arrival": {"time": "1694893325"}, "stopId": "45098"}, {"stopSequence": 88, "arrival": {"time": "1694893384"}, "stopId": "45099"}, {"stopSequence": 89, "arrival": {"time": "1694893420"}, "stopId": "45100"}, {"stopSequence": 90, "arrival": {"time": "1694893479"}, "stopId": "45101"}, {"stopSequence": 91, "arrival": {"time": "1694893547"}, "stopId": "45102"}, {"stopSequence": 92, "arrival": {"time": "1694893599"}, "stopId": "45103"}, {"stopSequence": 93, "arrival": {"time": "1694893648"}, "stopId": "45104"}, {"stopSequence": 94, "arrival": {"time": "1694893701"}, "stopId": "45122"}, {"stopSequence": 95, "arrival": {"time": "1694893813"}, "stopId": "38630"}], "vehicle": {"licensePlate": "RJLV32"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "20561-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 0}, "position": {"latitude": -36.805134, "longitude": -73.02458, "bearing": 160.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694889010", "vehicle": {"licensePlate": "RJLV32"}}}, {"id": "161c593c-bd83-4318-879a-cec2967b3cca", "tripUpdate": {"trip": {"tripId": "20487-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889048"}, "stopId": "42365"}, {"stopSequence": 2, "arrival": {"time": "1694889255"}, "stopId": "42421"}, {"stopSequence": 3, "arrival": {"time": "1694889461"}, "stopId": "42422"}, {"stopSequence": 4, "arrival": {"time": "1694889537"}, "stopId": "42423"}, {"stopSequence": 5, "arrival": {"time": "1694889648"}, "stopId": "42424"}, {"stopSequence": 6, "arrival": {"time": "1694889835"}, "stopId": "42425"}, {"stopSequence": 7, "arrival": {"time": "1694890009"}, "stopId": "42426"}, {"stopSequence": 8, "arrival": {"time": "1694890062"}, "stopId": "42427"}, {"stopSequence": 9, "arrival": {"time": "1694890091"}, "stopId": "42428"}, {"stopSequence": 10, "arrival": {"time": "1694890120"}, "stopId": "42429"}, {"stopSequence": 11, "arrival": {"time": "1694890156"}, "stopId": "42430"}, {"stopSequence": 12, "arrival": {"time": "1694890205"}, "stopId": "42431"}, {"stopSequence": 13, "arrival": {"time": "1694890228"}, "stopId": "42432"}, {"stopSequence": 14, "arrival": {"time": "1694890314"}, "stopId": "42434"}, {"stopSequence": 15, "arrival": {"time": "1694890364"}, "stopId": "42435"}, {"stopSequence": 16, "arrival": {"time": "1694890409"}, "stopId": "4831075"}, {"stopSequence": 18, "arrival": {"time": "1694890479"}, "stopId": "37435"}, {"stopSequence": 19, "arrival": {"time": "1694890518"}, "stopId": "37583"}, {"stopSequence": 20, "arrival": {"time": "1694890687"}, "stopId": "37585"}, {"stopSequence": 21, "arrival": {"time": "1694890724"}, "stopId": "37586"}, {"stopSequence": 22, "arrival": {"time": "1694890749"}, "stopId": "37587"}, {"stopSequence": 23, "arrival": {"time": "1694890766"}, "stopId": "37588"}, {"stopSequence": 24, "arrival": {"time": "1694890816"}, "stopId": "37589"}, {"stopSequence": 25, "arrival": {"time": "1694890875"}, "stopId": "37590"}, {"stopSequence": 26, "arrival": {"time": "1694890918"}, "stopId": "37427"}, {"stopSequence": 27, "arrival": {"time": "1694890976"}, "stopId": "37426"}, {"stopSequence": 28, "arrival": {"time": "1694891015"}, "stopId": "37425"}, {"stopSequence": 29, "arrival": {"time": "1694891025"}, "stopId": "37593"}, {"stopSequence": 30, "arrival": {"time": "1694891052"}, "stopId": "38509"}, {"stopSequence": 31, "arrival": {"time": "1694891089"}, "stopId": "38642"}, {"stopSequence": 32, "arrival": {"time": "1694891137"}, "stopId": "39795"}, {"stopSequence": 33, "arrival": {"time": "1694891164"}, "stopId": "38502"}, {"stopSequence": 34, "arrival": {"time": "1694891238"}, "stopId": "38503"}, {"stopSequence": 35, "arrival": {"time": "1694891414"}, "stopId": "35691"}, {"stopSequence": 36, "arrival": {"time": "1694891461"}, "stopId": "35692"}, {"stopSequence": 37, "arrival": {"time": "1694891525"}, "stopId": "35693"}, {"stopSequence": 38, "arrival": {"time": "1694891594"}, "stopId": "35694"}, {"stopSequence": 39, "arrival": {"time": "1694891642"}, "stopId": "35695"}, {"stopSequence": 40, "arrival": {"time": "1694891699"}, "stopId": "35696"}, {"stopSequence": 41, "arrival": {"time": "1694891910"}, "stopId": "35697"}, {"stopSequence": 42, "arrival": {"time": "1694892071"}, "stopId": "39778"}, {"stopSequence": 43, "arrival": {"time": "1694892214"}, "stopId": "35797"}, {"stopSequence": 44, "arrival": {"time": "1694892271"}, "stopId": "35798"}, {"stopSequence": 45, "arrival": {"time": "1694892325"}, "stopId": "35799"}, {"stopSequence": 46, "arrival": {"time": "1694892426"}, "stopId": "35800"}, {"stopSequence": 47, "arrival": {"time": "1694892499"}, "stopId": "35801"}, {"stopSequence": 48, "arrival": {"time": "1694892538"}, "stopId": "35802"}, {"stopSequence": 49, "arrival": {"time": "1694892610"}, "stopId": "35803"}, {"stopSequence": 50, "arrival": {"time": "1694892697"}, "stopId": "38507"}, {"stopSequence": 51, "arrival": {"time": "1694892777"}, "stopId": "34473"}, {"stopSequence": 52, "arrival": {"time": "1694892849"}, "stopId": "38500"}, {"stopSequence": 53, "arrival": {"time": "1694892925"}, "stopId": "35808"}, {"stopSequence": 54, "arrival": {"time": "1694893024"}, "stopId": "35710"}, {"stopSequence": 55, "arrival": {"time": "1694893102"}, "stopId": "50036"}, {"stopSequence": 56, "arrival": {"time": "1694893530"}, "stopId": "50037"}, {"stopSequence": 57, "arrival": {"time": "1694893825"}, "stopId": "50038"}, {"stopSequence": 58, "arrival": {"time": "1694893991"}, "stopId": "50039"}, {"stopSequence": 59, "arrival": {"time": "1694894123"}, "stopId": "50040"}, {"stopSequence": 60, "arrival": {"time": "1694894326"}, "stopId": "50041"}, {"stopSequence": 61, "arrival": {"time": "1694894674"}, "stopId": "Jun-15"}, {"stopSequence": 62, "arrival": {"time": "1694894947"}, "stopId": "Jun-13"}, {"stopSequence": 63, "arrival": {"time": "1694895538"}, "stopId": "6-Oct"}, {"stopSequence": 64, "arrival": {"time": "1694895723"}, "stopId": "6-Aug"}, {"stopSequence": 65, "arrival": {"time": "1694896297"}, "stopId": "6-Jun"}, {"stopSequence": 66, "arrival": {"time": "1694896798"}, "stopId": "6-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694897599"}, "stopId": "44956"}, {"stopSequence": 68, "arrival": {"time": "1694897793"}, "stopId": "44957"}, {"stopSequence": 69, "arrival": {"time": "1694898385"}, "stopId": "45057"}, {"stopSequence": 70, "arrival": {"time": "1694898735"}, "stopId": "44963"}, {"stopSequence": 71, "arrival": {"time": "1694899071"}, "stopId": "44964"}, {"stopSequence": 72, "arrival": {"time": "1694899702"}, "stopId": "44965"}, {"stopSequence": 73, "arrival": {"time": "1694899716"}, "stopId": "50018"}, {"stopSequence": 74, "arrival": {"time": "1694900090"}, "stopId": "44959"}, {"stopSequence": 75, "arrival": {"time": "1694900829"}, "stopId": "10-Jan"}, {"stopSequence": 76, "arrival": {"time": "1694901169"}, "stopId": "44863"}, {"stopSequence": 77, "arrival": {"time": "1694901497"}, "stopId": "10-Mar"}, {"stopSequence": 78, "arrival": {"time": "1694902045"}, "stopId": "11-Jan"}, {"stopSequence": 79, "arrival": {"time": "1694902593"}, "stopId": "44866"}, {"stopSequence": 80, "arrival": {"time": "1694903037"}, "stopId": "44867"}, {"stopSequence": 81, "arrival": {"time": "1694903352"}, "stopId": "44868"}, {"stopSequence": 82, "arrival": {"time": "1694903687"}, "stopId": "44869"}, {"stopSequence": 83, "arrival": {"time": "1694904111"}, "stopId": "44870"}, {"stopSequence": 84, "arrival": {"time": "1694904931"}, "stopId": "44960"}, {"stopSequence": 85, "arrival": {"time": "1694905747"}, "stopId": "44961"}, {"stopSequence": 86, "arrival": {"time": "1694906446"}, "stopId": "14-15"}, {"stopSequence": 87, "arrival": {"time": "1694907130"}, "stopId": "44962"}, {"stopSequence": 88, "arrival": {"time": "1694909412"}, "stopId": "14-11"}, {"stopSequence": 89, "arrival": {"time": "1694910365"}, "stopId": "91162"}, {"stopSequence": 90, "arrival": {"time": "1694912637"}, "stopId": "50023"}, {"stopSequence": 91, "arrival": {"time": "1694916167"}, "stopId": "14-Jul"}, {"stopSequence": 92, "arrival": {"time": "1694917893"}, "stopId": "50025"}, {"stopSequence": 93, "arrival": {"time": "1694920237"}, "stopId": "50026"}, {"stopSequence": 94, "arrival": {"time": "1694925586"}, "stopId": "50027"}, {"stopSequence": 95, "arrival": {"time": "1694931421"}, "stopId": "37474"}, {"stopSequence": 96, "arrival": {"time": "1694936604"}, "stopId": "44879"}], "vehicle": {"licensePlate": "ZV8809"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "20487-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "592", "directionId": 1}, "position": {"latitude": -36.73753, "longitude": -73.11424, "bearing": 230.0, "odometer": 0.0, "speed": 10.277778}, "timestamp": "1694889037", "vehicle": {"licensePlate": "ZV8809"}}}, {"id": "edfbd7e6-de68-4254-afee-431b8b3f98a9", "tripUpdate": {"trip": {"tripId": "20714-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 30, "arrival": {"time": "1694889059"}, "stopId": "6-Jul"}, {"stopSequence": 31, "arrival": {"time": "1694889116"}, "stopId": "6-Sep"}, {"stopSequence": 32, "arrival": {"time": "1694889218"}, "stopId": "6-Nov"}, {"stopSequence": 33, "arrival": {"time": "1694889327"}, "stopId": "6-Dec"}, {"stopSequence": 34, "arrival": {"time": "1694889412"}, "stopId": "Jun-14"}, {"stopSequence": 35, "arrival": {"time": "1694889570"}, "stopId": "Jun-17"}, {"stopSequence": 36, "arrival": {"time": "1694889650"}, "stopId": "Jun-19"}, {"stopSequence": 37, "arrival": {"time": "1694889704"}, "stopId": "Jun-20"}, {"stopSequence": 38, "arrival": {"time": "1694889768"}, "stopId": "Jun-22"}, {"stopSequence": 39, "arrival": {"time": "1694889831"}, "stopId": "Jun-24"}, {"stopSequence": 40, "arrival": {"time": "1694889910"}, "stopId": "Jun-25"}, {"stopSequence": 41, "arrival": {"time": "1694890197"}, "stopId": "90003"}, {"stopSequence": 42, "arrival": {"time": "1694890242"}, "stopId": "90007"}, {"stopSequence": 43, "arrival": {"time": "1694890292"}, "stopId": "90008"}, {"stopSequence": 44, "arrival": {"time": "1694890400"}, "stopId": "39599"}, {"stopSequence": 45, "arrival": {"time": "1694890422"}, "stopId": "39600"}, {"stopSequence": 46, "arrival": {"time": "1694890488"}, "stopId": "37496"}, {"stopSequence": 47, "arrival": {"time": "1694890537"}, "stopId": "45064"}, {"stopSequence": 48, "arrival": {"time": "1694890610"}, "stopId": "37506"}, {"stopSequence": 49, "arrival": {"time": "1694890685"}, "stopId": "45069"}, {"stopSequence": 50, "arrival": {"time": "1694890799"}, "stopId": "37523"}, {"stopSequence": 51, "arrival": {"time": "1694890841"}, "stopId": "37477"}, {"stopSequence": 52, "arrival": {"time": "1694890931"}, "stopId": "49310"}, {"stopSequence": 53, "arrival": {"time": "1694890964"}, "stopId": "49311"}, {"stopSequence": 54, "arrival": {"time": "1694891023"}, "stopId": "39634"}, {"stopSequence": 55, "arrival": {"time": "1694891050"}, "stopId": "39635"}, {"stopSequence": 56, "arrival": {"time": "1694891100"}, "stopId": "39636"}, {"stopSequence": 57, "arrival": {"time": "1694891158"}, "stopId": "49503"}, {"stopSequence": 58, "arrival": {"time": "1694891297"}, "stopId": "39637"}, {"stopSequence": 59, "arrival": {"time": "1694891353"}, "stopId": "49317"}, {"stopSequence": 60, "arrival": {"time": "1694891389"}, "stopId": "49318"}, {"stopSequence": 61, "arrival": {"time": "1694891465"}, "stopId": "49319"}, {"stopSequence": 62, "arrival": {"time": "1694891539"}, "stopId": "39641"}, {"stopSequence": 63, "arrival": {"time": "1694891926"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694892008"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694892043"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694892107"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694892161"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694892221"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694892334"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694892412"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694892448"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694892554"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694892669"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694892740"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694892829"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694892897"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694893027"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694893090"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694893187"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694893332"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694893519"}, "stopId": "45087"}, {"stopSequence": 82, "arrival": {"time": "1694893661"}, "stopId": "45089"}, {"stopSequence": 83, "arrival": {"time": "1694893800"}, "stopId": "45090"}, {"stopSequence": 84, "arrival": {"time": "1694893877"}, "stopId": "45091"}, {"stopSequence": 85, "arrival": {"time": "1694893942"}, "stopId": "45092"}, {"stopSequence": 86, "arrival": {"time": "1694894036"}, "stopId": "45093"}, {"stopSequence": 87, "arrival": {"time": "1694894208"}, "stopId": "45095"}, {"stopSequence": 88, "arrival": {"time": "1694894312"}, "stopId": "45096"}, {"stopSequence": 89, "arrival": {"time": "1694894429"}, "stopId": "45097"}, {"stopSequence": 90, "arrival": {"time": "1694894511"}, "stopId": "45098"}, {"stopSequence": 91, "arrival": {"time": "1694894581"}, "stopId": "45099"}, {"stopSequence": 92, "arrival": {"time": "1694894634"}, "stopId": "45100"}, {"stopSequence": 93, "arrival": {"time": "1694894714"}, "stopId": "45101"}, {"stopSequence": 94, "arrival": {"time": "1694894802"}, "stopId": "45102"}, {"stopSequence": 95, "arrival": {"time": "1694894874"}, "stopId": "45103"}, {"stopSequence": 96, "arrival": {"time": "1694894942"}, "stopId": "45104"}, {"stopSequence": 97, "arrival": {"time": "1694894988"}, "stopId": "45122"}, {"stopSequence": 98, "arrival": {"time": "1694895170"}, "stopId": "38630"}], "vehicle": {"licensePlate": "CJVG74"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "20714-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "position": {"latitude": -36.766216, "longitude": -73.01145, "bearing": 212.0, "odometer": 0.0, "speed": 18.055555}, "timestamp": "1694889035", "vehicle": {"licensePlate": "CJVG74"}}}, {"id": "794037c5-550c-4ff3-a8e2-9a152dd9d746", "tripUpdate": {"trip": {"tripId": "20637-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694889025"}, "stopId": "38509"}, {"stopSequence": 32, "arrival": {"time": "1694889062"}, "stopId": "38642"}, {"stopSequence": 33, "arrival": {"time": "1694889109"}, "stopId": "39795"}, {"stopSequence": 34, "arrival": {"time": "1694889136"}, "stopId": "38502"}, {"stopSequence": 35, "arrival": {"time": "1694889206"}, "stopId": "38503"}, {"stopSequence": 36, "arrival": {"time": "1694889367"}, "stopId": "35691"}, {"stopSequence": 37, "arrival": {"time": "1694889467"}, "stopId": "35693"}, {"stopSequence": 38, "arrival": {"time": "1694889521"}, "stopId": "35694"}, {"stopSequence": 39, "arrival": {"time": "1694889561"}, "stopId": "35695"}, {"stopSequence": 40, "arrival": {"time": "1694889608"}, "stopId": "35696"}, {"stopSequence": 41, "arrival": {"time": "1694889774"}, "stopId": "35697"}, {"stopSequence": 42, "arrival": {"time": "1694889892"}, "stopId": "39778"}, {"stopSequence": 43, "arrival": {"time": "1694889994"}, "stopId": "35797"}, {"stopSequence": 44, "arrival": {"time": "1694890040"}, "stopId": "35798"}, {"stopSequence": 45, "arrival": {"time": "1694890071"}, "stopId": "35799"}, {"stopSequence": 46, "arrival": {"time": "1694890139"}, "stopId": "35800"}, {"stopSequence": 47, "arrival": {"time": "1694890187"}, "stopId": "35801"}, {"stopSequence": 48, "arrival": {"time": "1694890212"}, "stopId": "35802"}, {"stopSequence": 49, "arrival": {"time": "1694890258"}, "stopId": "35803"}, {"stopSequence": 50, "arrival": {"time": "1694890312"}, "stopId": "38507"}, {"stopSequence": 51, "arrival": {"time": "1694890362"}, "stopId": "34473"}, {"stopSequence": 52, "arrival": {"time": "1694890405"}, "stopId": "38500"}, {"stopSequence": 53, "arrival": {"time": "1694890450"}, "stopId": "35808"}, {"stopSequence": 54, "arrival": {"time": "1694890508"}, "stopId": "35710"}, {"stopSequence": 55, "arrival": {"time": "1694890552"}, "stopId": "50036"}, {"stopSequence": 56, "arrival": {"time": "1694890784"}, "stopId": "50037"}, {"stopSequence": 57, "arrival": {"time": "1694890933"}, "stopId": "50038"}, {"stopSequence": 58, "arrival": {"time": "1694891014"}, "stopId": "50039"}, {"stopSequence": 59, "arrival": {"time": "1694891077"}, "stopId": "50040"}, {"stopSequence": 60, "arrival": {"time": "1694891170"}, "stopId": "50041"}, {"stopSequence": 61, "arrival": {"time": "1694891323"}, "stopId": "Jun-15"}, {"stopSequence": 62, "arrival": {"time": "1694891437"}, "stopId": "Jun-13"}, {"stopSequence": 63, "arrival": {"time": "1694891668"}, "stopId": "6-Oct"}, {"stopSequence": 64, "arrival": {"time": "1694891737"}, "stopId": "6-Aug"}, {"stopSequence": 65, "arrival": {"time": "1694891938"}, "stopId": "6-Jun"}, {"stopSequence": 66, "arrival": {"time": "1694892102"}, "stopId": "6-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694892293"}, "stopId": "7-Jul"}, {"stopSequence": 68, "arrival": {"time": "1694892387"}, "stopId": "7-May"}, {"stopSequence": 69, "arrival": {"time": "1694892440"}, "stopId": "1508142"}, {"stopSequence": 70, "arrival": {"time": "1694892597"}, "stopId": "7-Feb"}, {"stopSequence": 71, "arrival": {"time": "1694892691"}, "stopId": "8-Jan"}, {"stopSequence": 72, "arrival": {"time": "1694892741"}, "stopId": "9-Jan"}, {"stopSequence": 73, "arrival": {"time": "1694892806"}, "stopId": "10-Apr"}, {"stopSequence": 74, "arrival": {"time": "1694892902"}, "stopId": "10-Jan"}, {"stopSequence": 75, "arrival": {"time": "1694892973"}, "stopId": "44863"}, {"stopSequence": 76, "arrival": {"time": "1694893028"}, "stopId": "10-Mar"}, {"stopSequence": 77, "arrival": {"time": "1694893124"}, "stopId": "11-Jan"}, {"stopSequence": 78, "arrival": {"time": "1694893217"}, "stopId": "44866"}, {"stopSequence": 79, "arrival": {"time": "1694893288"}, "stopId": "44867"}, {"stopSequence": 80, "arrival": {"time": "1694893337"}, "stopId": "44868"}, {"stopSequence": 81, "arrival": {"time": "1694893388"}, "stopId": "44869"}, {"stopSequence": 82, "arrival": {"time": "1694893450"}, "stopId": "44870"}, {"stopSequence": 83, "arrival": {"time": "1694893498"}, "stopId": "44871"}, {"stopSequence": 84, "arrival": {"time": "1694893592"}, "stopId": "44872"}, {"stopSequence": 85, "arrival": {"time": "1694893713"}, "stopId": "50020"}, {"stopSequence": 86, "arrival": {"time": "1694893909"}, "stopId": "14-11"}, {"stopSequence": 87, "arrival": {"time": "1694893994"}, "stopId": "91162"}, {"stopSequence": 88, "arrival": {"time": "1694894179"}, "stopId": "50023"}, {"stopSequence": 89, "arrival": {"time": "1694894419"}, "stopId": "14-Jul"}, {"stopSequence": 90, "arrival": {"time": "1694894513"}, "stopId": "14-Apr"}, {"stopSequence": 91, "arrival": {"time": "1694894633"}, "stopId": "37474"}, {"stopSequence": 92, "arrival": {"time": "1694894763"}, "stopId": "44879"}, {"stopSequence": 93, "arrival": {"time": "1694894827"}, "stopId": "44880"}, {"stopSequence": 94, "arrival": {"time": "1694894913"}, "stopId": "44881"}, {"stopSequence": 95, "arrival": {"time": "1694895138"}, "stopId": "38151"}, {"stopSequence": 96, "arrival": {"time": "1694895595"}, "stopId": "15-13"}, {"stopSequence": 97, "arrival": {"time": "1694895869"}, "stopId": "50029"}, {"stopSequence": 98, "arrival": {"time": "1694895912"}, "stopId": "50014"}, {"stopSequence": 99, "arrival": {"time": "1694895968"}, "stopId": "38204"}, {"stopSequence": 100, "arrival": {"time": "1694896120"}, "stopId": "50013"}, {"stopSequence": 101, "arrival": {"time": "1694896254"}, "stopId": "38127"}, {"stopSequence": 102, "arrival": {"time": "1694896314"}, "stopId": "38124"}, {"stopSequence": 103, "arrival": {"time": "1694896401"}, "stopId": "38194"}, {"stopSequence": 104, "arrival": {"time": "1694896407"}, "stopId": "50015"}, {"stopSequence": 105, "arrival": {"time": "1694897243"}, "stopId": "38149"}, {"stopSequence": 106, "arrival": {"time": "1694897541"}, "stopId": "14-Feb"}, {"stopSequence": 107, "arrival": {"time": "1694897608"}, "stopId": "50028"}], "vehicle": {"licensePlate": "DPZY91"}, "timestamp": "1694889007"}, "vehicle": {"trip": {"tripId": "20637-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "position": {"latitude": -36.79481, "longitude": -73.087135, "bearing": 89.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694889007", "vehicle": {"licensePlate": "DPZY91"}}}, {"id": "48edab0e-af17-482f-9f65-0ce5f395cf08", "tripUpdate": {"trip": {"tripId": "20636-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 54, "arrival": {"time": "1694889022"}, "stopId": "35710"}, {"stopSequence": 55, "arrival": {"time": "1694889070"}, "stopId": "50036"}, {"stopSequence": 56, "arrival": {"time": "1694889309"}, "stopId": "50037"}, {"stopSequence": 57, "arrival": {"time": "1694889454"}, "stopId": "50038"}, {"stopSequence": 58, "arrival": {"time": "1694889531"}, "stopId": "50039"}, {"stopSequence": 59, "arrival": {"time": "1694889589"}, "stopId": "50040"}, {"stopSequence": 60, "arrival": {"time": "1694889673"}, "stopId": "50041"}, {"stopSequence": 61, "arrival": {"time": "1694889808"}, "stopId": "Jun-15"}, {"stopSequence": 62, "arrival": {"time": "1694889905"}, "stopId": "Jun-13"}, {"stopSequence": 63, "arrival": {"time": "1694890093"}, "stopId": "6-Oct"}, {"stopSequence": 64, "arrival": {"time": "1694890148"}, "stopId": "6-Aug"}, {"stopSequence": 65, "arrival": {"time": "1694890302"}, "stopId": "6-Jun"}, {"stopSequence": 66, "arrival": {"time": "1694890423"}, "stopId": "6-Feb"}, {"stopSequence": 67, "arrival": {"time": "1694890559"}, "stopId": "7-Jul"}, {"stopSequence": 68, "arrival": {"time": "1694890624"}, "stopId": "7-May"}, {"stopSequence": 69, "arrival": {"time": "1694890660"}, "stopId": "1508142"}, {"stopSequence": 70, "arrival": {"time": "1694890765"}, "stopId": "7-Feb"}, {"stopSequence": 71, "arrival": {"time": "1694890827"}, "stopId": "8-Jan"}, {"stopSequence": 72, "arrival": {"time": "1694890859"}, "stopId": "9-Jan"}, {"stopSequence": 73, "arrival": {"time": "1694890901"}, "stopId": "10-Apr"}, {"stopSequence": 74, "arrival": {"time": "1694890962"}, "stopId": "10-Jan"}, {"stopSequence": 75, "arrival": {"time": "1694891006"}, "stopId": "44863"}, {"stopSequence": 76, "arrival": {"time": "1694891039"}, "stopId": "10-Mar"}, {"stopSequence": 77, "arrival": {"time": "1694891099"}, "stopId": "11-Jan"}, {"stopSequence": 78, "arrival": {"time": "1694891154"}, "stopId": "44866"}, {"stopSequence": 79, "arrival": {"time": "1694891196"}, "stopId": "44867"}, {"stopSequence": 80, "arrival": {"time": "1694891225"}, "stopId": "44868"}, {"stopSequence": 81, "arrival": {"time": "1694891255"}, "stopId": "44869"}, {"stopSequence": 82, "arrival": {"time": "1694891291"}, "stopId": "44870"}, {"stopSequence": 83, "arrival": {"time": "1694891318"}, "stopId": "44871"}, {"stopSequence": 84, "arrival": {"time": "1694891371"}, "stopId": "44872"}, {"stopSequence": 85, "arrival": {"time": "1694891439"}, "stopId": "50020"}, {"stopSequence": 86, "arrival": {"time": "1694891546"}, "stopId": "14-11"}, {"stopSequence": 87, "arrival": {"time": "1694891592"}, "stopId": "91162"}, {"stopSequence": 88, "arrival": {"time": "1694891689"}, "stopId": "50023"}, {"stopSequence": 89, "arrival": {"time": "1694891811"}, "stopId": "14-Jul"}, {"stopSequence": 90, "arrival": {"time": "1694891858"}, "stopId": "14-Apr"}, {"stopSequence": 91, "arrival": {"time": "1694891918"}, "stopId": "37474"}, {"stopSequence": 92, "arrival": {"time": "1694891981"}, "stopId": "44879"}, {"stopSequence": 93, "arrival": {"time": "1694892011"}, "stopId": "44880"}, {"stopSequence": 94, "arrival": {"time": "1694892052"}, "stopId": "44881"}, {"stopSequence": 95, "arrival": {"time": "1694892158"}, "stopId": "38151"}, {"stopSequence": 96, "arrival": {"time": "1694892362"}, "stopId": "15-13"}, {"stopSequence": 97, "arrival": {"time": "1694892480"}, "stopId": "50029"}, {"stopSequence": 98, "arrival": {"time": "1694892498"}, "stopId": "50014"}, {"stopSequence": 99, "arrival": {"time": "1694892522"}, "stopId": "38204"}, {"stopSequence": 100, "arrival": {"time": "1694892585"}, "stopId": "50013"}, {"stopSequence": 101, "arrival": {"time": "1694892640"}, "stopId": "38127"}, {"stopSequence": 102, "arrival": {"time": "1694892664"}, "stopId": "38124"}, {"stopSequence": 103, "arrival": {"time": "1694892699"}, "stopId": "38194"}, {"stopSequence": 104, "arrival": {"time": "1694892702"}, "stopId": "50015"}, {"stopSequence": 105, "arrival": {"time": "1694893022"}, "stopId": "38149"}, {"stopSequence": 106, "arrival": {"time": "1694893130"}, "stopId": "14-Feb"}, {"stopSequence": 107, "arrival": {"time": "1694893153"}, "stopId": "50028"}], "vehicle": {"licensePlate": "DRZG30"}, "timestamp": "1694889017"}, "vehicle": {"trip": {"tripId": "20636-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "position": {"latitude": -36.815224, "longitude": -73.031296, "bearing": 34.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694889017", "vehicle": {"licensePlate": "DRZG30"}}}, {"id": "b7b5d1df-3f78-4512-85e0-348cd64e859c", "tripUpdate": {"trip": {"tripId": "20634-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 93, "arrival": {"time": "1694889034"}, "stopId": "44880"}, {"stopSequence": 94, "arrival": {"time": "1694889067"}, "stopId": "44881"}, {"stopSequence": 95, "arrival": {"time": "1694889150"}, "stopId": "38151"}, {"stopSequence": 96, "arrival": {"time": "1694889300"}, "stopId": "15-13"}, {"stopSequence": 97, "arrival": {"time": "1694889382"}, "stopId": "50029"}, {"stopSequence": 98, "arrival": {"time": "1694889394"}, "stopId": "50014"}, {"stopSequence": 99, "arrival": {"time": "1694889410"}, "stopId": "38204"}, {"stopSequence": 100, "arrival": {"time": "1694889452"}, "stopId": "50013"}, {"stopSequence": 101, "arrival": {"time": "1694889487"}, "stopId": "38127"}, {"stopSequence": 102, "arrival": {"time": "1694889503"}, "stopId": "38124"}, {"stopSequence": 103, "arrival": {"time": "1694889525"}, "stopId": "38194"}, {"stopSequence": 104, "arrival": {"time": "1694889527"}, "stopId": "50015"}, {"stopSequence": 105, "arrival": {"time": "1694889718"}, "stopId": "38149"}, {"stopSequence": 106, "arrival": {"time": "1694889778"}, "stopId": "14-Feb"}, {"stopSequence": 107, "arrival": {"time": "1694889791"}, "stopId": "50028"}], "vehicle": {"licensePlate": "HYYX85"}, "timestamp": "1694889032"}, "vehicle": {"trip": {"tripId": "20634-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "position": {"latitude": -36.712463, "longitude": -72.97704, "bearing": 24.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694889032", "vehicle": {"licensePlate": "HYYX85"}}}, {"id": "c43608cf-7ce7-4147-9393-2984279ffb04", "tripUpdate": {"trip": {"tripId": "20712-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 63, "arrival": {"time": "1694889315"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694889379"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694889406"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694889454"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694889494"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694889538"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694889617"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694889670"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694889694"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694889764"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694889837"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694889880"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694889933"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694889974"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694890048"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694890083"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694890136"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694890213"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694890308"}, "stopId": "45087"}, {"stopSequence": 82, "arrival": {"time": "1694890377"}, "stopId": "45089"}, {"stopSequence": 83, "arrival": {"time": "1694890443"}, "stopId": "45090"}, {"stopSequence": 84, "arrival": {"time": "1694890478"}, "stopId": "45091"}, {"stopSequence": 85, "arrival": {"time": "1694890507"}, "stopId": "45092"}, {"stopSequence": 86, "arrival": {"time": "1694890550"}, "stopId": "45093"}, {"stopSequence": 87, "arrival": {"time": "1694890624"}, "stopId": "45095"}, {"stopSequence": 88, "arrival": {"time": "1694890668"}, "stopId": "45096"}, {"stopSequence": 89, "arrival": {"time": "1694890716"}, "stopId": "45097"}, {"stopSequence": 90, "arrival": {"time": "1694890749"}, "stopId": "45098"}, {"stopSequence": 91, "arrival": {"time": "1694890777"}, "stopId": "45099"}, {"stopSequence": 92, "arrival": {"time": "1694890797"}, "stopId": "45100"}, {"stopSequence": 93, "arrival": {"time": "1694890829"}, "stopId": "45101"}, {"stopSequence": 94, "arrival": {"time": "1694890862"}, "stopId": "45102"}, {"stopSequence": 95, "arrival": {"time": "1694890889"}, "stopId": "45103"}, {"stopSequence": 96, "arrival": {"time": "1694890914"}, "stopId": "45104"}, {"stopSequence": 97, "arrival": {"time": "1694890931"}, "stopId": "45122"}, {"stopSequence": 98, "arrival": {"time": "1694890997"}, "stopId": "38630"}], "vehicle": {"licensePlate": "JRZZ67"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "20712-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "position": {"latitude": -36.80806, "longitude": -73.077805, "bearing": 316.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889036", "vehicle": {"licensePlate": "JRZZ67"}}}, {"id": "0d96f58a-e591-4be6-93f9-39cd5b283831", "tripUpdate": {"trip": {"tripId": "20713-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 48, "arrival": {"time": "1694889035"}, "stopId": "37506"}, {"stopSequence": 49, "arrival": {"time": "1694889114"}, "stopId": "45069"}, {"stopSequence": 50, "arrival": {"time": "1694889232"}, "stopId": "37523"}, {"stopSequence": 51, "arrival": {"time": "1694889273"}, "stopId": "37477"}, {"stopSequence": 52, "arrival": {"time": "1694889362"}, "stopId": "49310"}, {"stopSequence": 53, "arrival": {"time": "1694889394"}, "stopId": "49311"}, {"stopSequence": 54, "arrival": {"time": "1694889450"}, "stopId": "39634"}, {"stopSequence": 55, "arrival": {"time": "1694889476"}, "stopId": "39635"}, {"stopSequence": 56, "arrival": {"time": "1694889522"}, "stopId": "39636"}, {"stopSequence": 57, "arrival": {"time": "1694889575"}, "stopId": "49503"}, {"stopSequence": 58, "arrival": {"time": "1694889699"}, "stopId": "39637"}, {"stopSequence": 59, "arrival": {"time": "1694889748"}, "stopId": "49317"}, {"stopSequence": 60, "arrival": {"time": "1694889779"}, "stopId": "49318"}, {"stopSequence": 61, "arrival": {"time": "1694889843"}, "stopId": "49319"}, {"stopSequence": 62, "arrival": {"time": "1694889905"}, "stopId": "39641"}, {"stopSequence": 63, "arrival": {"time": "1694890210"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694890272"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694890297"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694890344"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694890383"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694890426"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694890505"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694890559"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694890584"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694890655"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694890730"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694890776"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694890833"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694890876"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694890956"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694890994"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694891053"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694891138"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694891245"}, "stopId": "45087"}, {"stopSequence": 82, "arrival": {"time": "1694891325"}, "stopId": "45089"}, {"stopSequence": 83, "arrival": {"time": "1694891401"}, "stopId": "45090"}, {"stopSequence": 84, "arrival": {"time": "1694891443"}, "stopId": "45091"}, {"stopSequence": 85, "arrival": {"time": "1694891477"}, "stopId": "45092"}, {"stopSequence": 86, "arrival": {"time": "1694891527"}, "stopId": "45093"}, {"stopSequence": 87, "arrival": {"time": "1694891616"}, "stopId": "45095"}, {"stopSequence": 88, "arrival": {"time": "1694891668"}, "stopId": "45096"}, {"stopSequence": 89, "arrival": {"time": "1694891727"}, "stopId": "45097"}, {"stopSequence": 90, "arrival": {"time": "1694891767"}, "stopId": "45098"}, {"stopSequence": 91, "arrival": {"time": "1694891802"}, "stopId": "45099"}, {"stopSequence": 92, "arrival": {"time": "1694891828"}, "stopId": "45100"}, {"stopSequence": 93, "arrival": {"time": "1694891866"}, "stopId": "45101"}, {"stopSequence": 94, "arrival": {"time": "1694891908"}, "stopId": "45102"}, {"stopSequence": 95, "arrival": {"time": "1694891942"}, "stopId": "45103"}, {"stopSequence": 96, "arrival": {"time": "1694891974"}, "stopId": "45104"}, {"stopSequence": 97, "arrival": {"time": "1694891995"}, "stopId": "45122"}, {"stopSequence": 98, "arrival": {"time": "1694892078"}, "stopId": "38630"}], "vehicle": {"licensePlate": "LCTG72"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "20713-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "position": {"latitude": -36.82443, "longitude": -73.042336, "bearing": 247.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "LCTG72"}}}, {"id": "c9a132b5-ae8c-45df-b9dd-3661f86af0ea", "tripUpdate": {"trip": {"tripId": "20635-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 79, "arrival": {"time": "1694889071"}, "stopId": "44867"}, {"stopSequence": 80, "arrival": {"time": "1694889099"}, "stopId": "44868"}, {"stopSequence": 81, "arrival": {"time": "1694889127"}, "stopId": "44869"}, {"stopSequence": 82, "arrival": {"time": "1694889161"}, "stopId": "44870"}, {"stopSequence": 83, "arrival": {"time": "1694889187"}, "stopId": "44871"}, {"stopSequence": 84, "arrival": {"time": "1694889236"}, "stopId": "44872"}, {"stopSequence": 85, "arrival": {"time": "1694889296"}, "stopId": "50020"}, {"stopSequence": 86, "arrival": {"time": "1694889390"}, "stopId": "14-11"}, {"stopSequence": 87, "arrival": {"time": "1694889429"}, "stopId": "91162"}, {"stopSequence": 88, "arrival": {"time": "1694889509"}, "stopId": "50023"}, {"stopSequence": 89, "arrival": {"time": "1694889608"}, "stopId": "14-Jul"}, {"stopSequence": 90, "arrival": {"time": "1694889644"}, "stopId": "14-Apr"}, {"stopSequence": 91, "arrival": {"time": "1694889690"}, "stopId": "37474"}, {"stopSequence": 92, "arrival": {"time": "1694889737"}, "stopId": "44879"}, {"stopSequence": 93, "arrival": {"time": "1694889760"}, "stopId": "44880"}, {"stopSequence": 94, "arrival": {"time": "1694889790"}, "stopId": "44881"}, {"stopSequence": 95, "arrival": {"time": "1694889866"}, "stopId": "38151"}, {"stopSequence": 96, "arrival": {"time": "1694890006"}, "stopId": "15-13"}, {"stopSequence": 97, "arrival": {"time": "1694890084"}, "stopId": "50029"}, {"stopSequence": 98, "arrival": {"time": "1694890096"}, "stopId": "50014"}, {"stopSequence": 99, "arrival": {"time": "1694890111"}, "stopId": "38204"}, {"stopSequence": 100, "arrival": {"time": "1694890151"}, "stopId": "50013"}, {"stopSequence": 101, "arrival": {"time": "1694890185"}, "stopId": "38127"}, {"stopSequence": 102, "arrival": {"time": "1694890200"}, "stopId": "38124"}, {"stopSequence": 103, "arrival": {"time": "1694890222"}, "stopId": "38194"}, {"stopSequence": 104, "arrival": {"time": "1694890223"}, "stopId": "50015"}, {"stopSequence": 105, "arrival": {"time": "1694890412"}, "stopId": "38149"}, {"stopSequence": 106, "arrival": {"time": "1694890473"}, "stopId": "14-Feb"}, {"stopSequence": 107, "arrival": {"time": "1694890486"}, "stopId": "50028"}], "vehicle": {"licensePlate": "LRCH28"}, "timestamp": "1694889034"}, "vehicle": {"trip": {"tripId": "20635-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 1}, "position": {"latitude": -36.733704, "longitude": -72.98796, "bearing": 340.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694889034", "vehicle": {"licensePlate": "LRCH28"}}}, {"id": "88fd7614-ba09-4f95-a379-1f5ae36989fb", "tripUpdate": {"trip": {"tripId": "20711-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 83, "arrival": {"time": "1694888999"}, "stopId": "45090"}, {"stopSequence": 84, "arrival": {"time": "1694889038"}, "stopId": "45091"}, {"stopSequence": 85, "arrival": {"time": "1694889069"}, "stopId": "45092"}, {"stopSequence": 86, "arrival": {"time": "1694889114"}, "stopId": "45093"}, {"stopSequence": 87, "arrival": {"time": "1694889191"}, "stopId": "45095"}, {"stopSequence": 88, "arrival": {"time": "1694889236"}, "stopId": "45096"}, {"stopSequence": 89, "arrival": {"time": "1694889285"}, "stopId": "45097"}, {"stopSequence": 90, "arrival": {"time": "1694889318"}, "stopId": "45098"}, {"stopSequence": 91, "arrival": {"time": "1694889346"}, "stopId": "45099"}, {"stopSequence": 92, "arrival": {"time": "1694889366"}, "stopId": "45100"}, {"stopSequence": 93, "arrival": {"time": "1694889397"}, "stopId": "45101"}, {"stopSequence": 94, "arrival": {"time": "1694889430"}, "stopId": "45102"}, {"stopSequence": 95, "arrival": {"time": "1694889456"}, "stopId": "45103"}, {"stopSequence": 96, "arrival": {"time": "1694889480"}, "stopId": "45104"}, {"stopSequence": 97, "arrival": {"time": "1694889496"}, "stopId": "45122"}, {"stopSequence": 98, "arrival": {"time": "1694889558"}, "stopId": "38630"}], "vehicle": {"licensePlate": "LTHP32"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "20711-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "593", "directionId": 0}, "position": {"latitude": -36.750595, "longitude": -73.09539, "bearing": 336.0, "odometer": 0.0, "speed": 9.722222}, "timestamp": "1694888974", "vehicle": {"licensePlate": "LTHP32"}}}, {"id": "85a1b8cd-f2c1-4943-98b1-b99b56388a94", "tripUpdate": {"trip": {"tripId": "20834-701ff27f-2", "startTime": "14:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694889085"}, "stopId": "38611"}, {"stopSequence": 61, "arrival": {"time": "1694889125"}, "stopId": "38612"}, {"stopSequence": 62, "arrival": {"time": "1694889127"}, "stopId": "45088"}, {"stopSequence": 63, "arrival": {"time": "1694889180"}, "stopId": "45089"}, {"stopSequence": 64, "arrival": {"time": "1694889250"}, "stopId": "45090"}, {"stopSequence": 65, "arrival": {"time": "1694889281"}, "stopId": "45091"}, {"stopSequence": 66, "arrival": {"time": "1694889318"}, "stopId": "45092"}, {"stopSequence": 67, "arrival": {"time": "1694889363"}, "stopId": "45093"}, {"stopSequence": 68, "arrival": {"time": "1694889448"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694889489"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694889575"}, "stopId": "38622"}, {"stopSequence": 71, "arrival": {"time": "1694889892"}, "stopId": "45102"}, {"stopSequence": 72, "arrival": {"time": "1694889917"}, "stopId": "45103"}, {"stopSequence": 73, "arrival": {"time": "1694889940"}, "stopId": "45104"}, {"stopSequence": 74, "arrival": {"time": "1694889965"}, "stopId": "45122"}, {"stopSequence": 75, "arrival": {"time": "1694890017"}, "stopId": "38630"}, {"stopSequence": 76, "arrival": {"time": "1694890112"}, "stopId": "42365"}, {"stopSequence": 77, "arrival": {"time": "1694890229"}, "stopId": "49349"}, {"stopSequence": 78, "arrival": {"time": "1694890352"}, "stopId": "49350"}, {"stopSequence": 79, "arrival": {"time": "1694890398"}, "stopId": "49351"}, {"stopSequence": 80, "arrival": {"time": "1694890432"}, "stopId": "49352"}, {"stopSequence": 81, "arrival": {"time": "1694890464"}, "stopId": "49353"}, {"stopSequence": 82, "arrival": {"time": "1694890599"}, "stopId": "38567"}, {"stopSequence": 83, "arrival": {"time": "1694890674"}, "stopId": "38569"}, {"stopSequence": 84, "arrival": {"time": "1694890716"}, "stopId": "38570"}, {"stopSequence": 85, "arrival": {"time": "1694890773"}, "stopId": "38571"}], "vehicle": {"licensePlate": "BTXF73"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "20834-701ff27f-2", "startTime": "14:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 1}, "position": {"latitude": -36.758106, "longitude": -73.09518, "bearing": 19.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889037", "vehicle": {"licensePlate": "BTXF73"}}}, {"id": "0f61fd8c-595a-4fda-b308-0ccb386573f5", "tripUpdate": {"trip": {"tripId": "20836-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 26, "arrival": {"time": "1694889092"}, "stopId": "39637"}, {"stopSequence": 27, "arrival": {"time": "1694889144"}, "stopId": "49317"}, {"stopSequence": 28, "arrival": {"time": "1694889177"}, "stopId": "49318"}, {"stopSequence": 29, "arrival": {"time": "1694889246"}, "stopId": "49319"}, {"stopSequence": 30, "arrival": {"time": "1694889311"}, "stopId": "39641"}, {"stopSequence": 31, "arrival": {"time": "1694889347"}, "stopId": "39642"}, {"stopSequence": 32, "arrival": {"time": "1694889585"}, "stopId": "49324"}, {"stopSequence": 33, "arrival": {"time": "1694889626"}, "stopId": "49325"}, {"stopSequence": 34, "arrival": {"time": "1694889688"}, "stopId": "49326"}, {"stopSequence": 35, "arrival": {"time": "1694889713"}, "stopId": "39648"}, {"stopSequence": 36, "arrival": {"time": "1694889760"}, "stopId": "39649"}, {"stopSequence": 37, "arrival": {"time": "1694889791"}, "stopId": "45112"}, {"stopSequence": 38, "arrival": {"time": "1694889841"}, "stopId": "45113"}, {"stopSequence": 39, "arrival": {"time": "1694889919"}, "stopId": "37490"}, {"stopSequence": 40, "arrival": {"time": "1694889973"}, "stopId": "45115"}, {"stopSequence": 41, "arrival": {"time": "1694889997"}, "stopId": "45116"}, {"stopSequence": 42, "arrival": {"time": "1694890065"}, "stopId": "45118"}, {"stopSequence": 43, "arrival": {"time": "1694890138"}, "stopId": "45119"}, {"stopSequence": 44, "arrival": {"time": "1694890181"}, "stopId": "45120"}, {"stopSequence": 45, "arrival": {"time": "1694890235"}, "stopId": "45121"}, {"stopSequence": 46, "arrival": {"time": "1694890275"}, "stopId": "38535"}, {"stopSequence": 47, "arrival": {"time": "1694890350"}, "stopId": "38536"}, {"stopSequence": 48, "arrival": {"time": "1694890378"}, "stopId": "4838437"}, {"stopSequence": 49, "arrival": {"time": "1694890574"}, "stopId": "39397"}, {"stopSequence": 50, "arrival": {"time": "1694890598"}, "stopId": "39398"}, {"stopSequence": 51, "arrival": {"time": "1694890672"}, "stopId": "38601"}, {"stopSequence": 52, "arrival": {"time": "1694890742"}, "stopId": "38603"}, {"stopSequence": 53, "arrival": {"time": "1694890770"}, "stopId": "38607"}, {"stopSequence": 54, "arrival": {"time": "1694890824"}, "stopId": "39403"}, {"stopSequence": 55, "arrival": {"time": "1694890863"}, "stopId": "44799"}, {"stopSequence": 56, "arrival": {"time": "1694890900"}, "stopId": "44800"}, {"stopSequence": 57, "arrival": {"time": "1694890926"}, "stopId": "38608"}, {"stopSequence": 58, "arrival": {"time": "1694890995"}, "stopId": "38609"}, {"stopSequence": 59, "arrival": {"time": "1694891060"}, "stopId": "38610"}, {"stopSequence": 60, "arrival": {"time": "1694891112"}, "stopId": "38611"}, {"stopSequence": 61, "arrival": {"time": "1694891153"}, "stopId": "38612"}, {"stopSequence": 62, "arrival": {"time": "1694891156"}, "stopId": "45088"}, {"stopSequence": 63, "arrival": {"time": "1694891211"}, "stopId": "45089"}, {"stopSequence": 64, "arrival": {"time": "1694891287"}, "stopId": "45090"}, {"stopSequence": 65, "arrival": {"time": "1694891320"}, "stopId": "45091"}, {"stopSequence": 66, "arrival": {"time": "1694891362"}, "stopId": "45092"}, {"stopSequence": 67, "arrival": {"time": "1694891412"}, "stopId": "45093"}, {"stopSequence": 68, "arrival": {"time": "1694891511"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694891559"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694891664"}, "stopId": "38622"}, {"stopSequence": 71, "arrival": {"time": "1694892081"}, "stopId": "45102"}, {"stopSequence": 72, "arrival": {"time": "1694892117"}, "stopId": "45103"}, {"stopSequence": 73, "arrival": {"time": "1694892150"}, "stopId": "45104"}, {"stopSequence": 74, "arrival": {"time": "1694892186"}, "stopId": "45122"}, {"stopSequence": 75, "arrival": {"time": "1694892261"}, "stopId": "38630"}, {"stopSequence": 76, "arrival": {"time": "1694892403"}, "stopId": "42365"}, {"stopSequence": 77, "arrival": {"time": "1694892587"}, "stopId": "49349"}, {"stopSequence": 78, "arrival": {"time": "1694892789"}, "stopId": "49350"}, {"stopSequence": 79, "arrival": {"time": "1694892868"}, "stopId": "49351"}, {"stopSequence": 80, "arrival": {"time": "1694892925"}, "stopId": "49352"}, {"stopSequence": 81, "arrival": {"time": "1694892980"}, "stopId": "49353"}, {"stopSequence": 82, "arrival": {"time": "1694893225"}, "stopId": "38567"}, {"stopSequence": 83, "arrival": {"time": "1694893365"}, "stopId": "38569"}, {"stopSequence": 84, "arrival": {"time": "1694893447"}, "stopId": "38570"}, {"stopSequence": 85, "arrival": {"time": "1694893558"}, "stopId": "38571"}], "vehicle": {"licensePlate": "BZPT67"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "20836-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 1}, "position": {"latitude": -36.82053, "longitude": -73.065025, "bearing": 324.0, "odometer": 0.0, "speed": 15.833333}, "timestamp": "1694888974", "vehicle": {"licensePlate": "BZPT67"}}}, {"id": "a6a10381-4a67-4958-913f-e9b6529b50b6", "tripUpdate": {"trip": {"tripId": "20778-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 63, "arrival": {"time": "1694889026"}, "stopId": "35800"}, {"stopSequence": 64, "arrival": {"time": "1694889079"}, "stopId": "35801"}, {"stopSequence": 65, "arrival": {"time": "1694889106"}, "stopId": "35802"}, {"stopSequence": 66, "arrival": {"time": "1694889156"}, "stopId": "35803"}, {"stopSequence": 67, "arrival": {"time": "1694889214"}, "stopId": "38507"}, {"stopSequence": 68, "arrival": {"time": "1694889267"}, "stopId": "34473"}, {"stopSequence": 69, "arrival": {"time": "1694889312"}, "stopId": "38500"}, {"stopSequence": 70, "arrival": {"time": "1694889358"}, "stopId": "35808"}, {"stopSequence": 71, "arrival": {"time": "1694889417"}, "stopId": "35710"}, {"stopSequence": 72, "arrival": {"time": "1694889462"}, "stopId": "50036"}, {"stopSequence": 73, "arrival": {"time": "1694889690"}, "stopId": "50037"}, {"stopSequence": 74, "arrival": {"time": "1694889830"}, "stopId": "50038"}, {"stopSequence": 75, "arrival": {"time": "1694889904"}, "stopId": "50039"}, {"stopSequence": 76, "arrival": {"time": "1694889959"}, "stopId": "50040"}, {"stopSequence": 77, "arrival": {"time": "1694890047"}, "stopId": "50041"}, {"stopSequence": 78, "arrival": {"time": "1694890181"}, "stopId": "1566333"}, {"stopSequence": 79, "arrival": {"time": "1694890286"}, "stopId": "39334"}], "vehicle": {"licensePlate": "FGPH70"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "20778-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 0}, "position": {"latitude": -36.822628, "longitude": -73.050095, "bearing": 62.0, "odometer": 0.0, "speed": 6.6666665}, "timestamp": "1694889016", "vehicle": {"licensePlate": "FGPH70"}}}, {"id": "af6d5477-c81b-49af-a1d2-0dbf50861a0c", "tripUpdate": {"trip": {"tripId": "20837-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889020"}, "stopId": "Jun-17"}, {"stopSequence": 4, "arrival": {"time": "1694889105"}, "stopId": "Jun-19"}, {"stopSequence": 5, "arrival": {"time": "1694889168"}, "stopId": "Jun-20"}, {"stopSequence": 6, "arrival": {"time": "1694889232"}, "stopId": "Jun-22"}, {"stopSequence": 7, "arrival": {"time": "1694889298"}, "stopId": "Jun-24"}, {"stopSequence": 8, "arrival": {"time": "1694889389"}, "stopId": "Jun-25"}, {"stopSequence": 9, "arrival": {"time": "1694889675"}, "stopId": "90003"}, {"stopSequence": 10, "arrival": {"time": "1694889720"}, "stopId": "90007"}, {"stopSequence": 11, "arrival": {"time": "1694889769"}, "stopId": "90008"}, {"stopSequence": 12, "arrival": {"time": "1694889877"}, "stopId": "39599"}, {"stopSequence": 13, "arrival": {"time": "1694889899"}, "stopId": "39600"}, {"stopSequence": 14, "arrival": {"time": "1694889964"}, "stopId": "37496"}, {"stopSequence": 15, "arrival": {"time": "1694890012"}, "stopId": "45064"}, {"stopSequence": 16, "arrival": {"time": "1694890083"}, "stopId": "37506"}, {"stopSequence": 17, "arrival": {"time": "1694890156"}, "stopId": "45069"}, {"stopSequence": 18, "arrival": {"time": "1694890265"}, "stopId": "37523"}, {"stopSequence": 19, "arrival": {"time": "1694890304"}, "stopId": "37477"}, {"stopSequence": 20, "arrival": {"time": "1694890390"}, "stopId": "49310"}, {"stopSequence": 21, "arrival": {"time": "1694890421"}, "stopId": "49311"}, {"stopSequence": 22, "arrival": {"time": "1694890476"}, "stopId": "39634"}, {"stopSequence": 23, "arrival": {"time": "1694890501"}, "stopId": "39635"}, {"stopSequence": 24, "arrival": {"time": "1694890547"}, "stopId": "39636"}, {"stopSequence": 25, "arrival": {"time": "1694890600"}, "stopId": "49503"}, {"stopSequence": 26, "arrival": {"time": "1694890729"}, "stopId": "39637"}, {"stopSequence": 27, "arrival": {"time": "1694890779"}, "stopId": "49317"}, {"stopSequence": 28, "arrival": {"time": "1694890812"}, "stopId": "49318"}, {"stopSequence": 29, "arrival": {"time": "1694890880"}, "stopId": "49319"}, {"stopSequence": 30, "arrival": {"time": "1694890948"}, "stopId": "39641"}, {"stopSequence": 31, "arrival": {"time": "1694890985"}, "stopId": "39642"}, {"stopSequence": 32, "arrival": {"time": "1694891243"}, "stopId": "49324"}, {"stopSequence": 33, "arrival": {"time": "1694891290"}, "stopId": "49325"}, {"stopSequence": 34, "arrival": {"time": "1694891361"}, "stopId": "49326"}, {"stopSequence": 35, "arrival": {"time": "1694891391"}, "stopId": "39648"}, {"stopSequence": 36, "arrival": {"time": "1694891446"}, "stopId": "39649"}, {"stopSequence": 37, "arrival": {"time": "1694891483"}, "stopId": "45112"}, {"stopSequence": 38, "arrival": {"time": "1694891544"}, "stopId": "45113"}, {"stopSequence": 39, "arrival": {"time": "1694891640"}, "stopId": "37490"}, {"stopSequence": 40, "arrival": {"time": "1694891708"}, "stopId": "45115"}, {"stopSequence": 41, "arrival": {"time": "1694891738"}, "stopId": "45116"}, {"stopSequence": 42, "arrival": {"time": "1694891826"}, "stopId": "45118"}, {"stopSequence": 43, "arrival": {"time": "1694891922"}, "stopId": "45119"}, {"stopSequence": 44, "arrival": {"time": "1694891980"}, "stopId": "45120"}, {"stopSequence": 45, "arrival": {"time": "1694892053"}, "stopId": "45121"}, {"stopSequence": 46, "arrival": {"time": "1694892110"}, "stopId": "38535"}, {"stopSequence": 47, "arrival": {"time": "1694892215"}, "stopId": "38536"}, {"stopSequence": 48, "arrival": {"time": "1694892254"}, "stopId": "4838437"}, {"stopSequence": 49, "arrival": {"time": "1694892544"}, "stopId": "39397"}, {"stopSequence": 50, "arrival": {"time": "1694892581"}, "stopId": "39398"}, {"stopSequence": 51, "arrival": {"time": "1694892694"}, "stopId": "38601"}, {"stopSequence": 52, "arrival": {"time": "1694892805"}, "stopId": "38603"}, {"stopSequence": 53, "arrival": {"time": "1694892850"}, "stopId": "38607"}, {"stopSequence": 54, "arrival": {"time": "1694892937"}, "stopId": "39403"}, {"stopSequence": 55, "arrival": {"time": "1694893002"}, "stopId": "44799"}, {"stopSequence": 56, "arrival": {"time": "1694893063"}, "stopId": "44800"}, {"stopSequence": 57, "arrival": {"time": "1694893107"}, "stopId": "38608"}, {"stopSequence": 58, "arrival": {"time": "1694893224"}, "stopId": "38609"}, {"stopSequence": 59, "arrival": {"time": "1694893336"}, "stopId": "38610"}, {"stopSequence": 60, "arrival": {"time": "1694893429"}, "stopId": "38611"}, {"stopSequence": 61, "arrival": {"time": "1694893501"}, "stopId": "38612"}, {"stopSequence": 62, "arrival": {"time": "1694893507"}, "stopId": "45088"}, {"stopSequence": 63, "arrival": {"time": "1694893606"}, "stopId": "45089"}, {"stopSequence": 64, "arrival": {"time": "1694893746"}, "stopId": "45090"}, {"stopSequence": 65, "arrival": {"time": "1694893809"}, "stopId": "45091"}, {"stopSequence": 66, "arrival": {"time": "1694893887"}, "stopId": "45092"}, {"stopSequence": 67, "arrival": {"time": "1694893984"}, "stopId": "45093"}, {"stopSequence": 68, "arrival": {"time": "1694894176"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694894273"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694894487"}, "stopId": "38622"}, {"stopSequence": 71, "arrival": {"time": "1694895405"}, "stopId": "45102"}, {"stopSequence": 72, "arrival": {"time": "1694895488"}, "stopId": "45103"}, {"stopSequence": 73, "arrival": {"time": "1694895567"}, "stopId": "45104"}, {"stopSequence": 74, "arrival": {"time": "1694895652"}, "stopId": "45122"}, {"stopSequence": 75, "arrival": {"time": "1694895834"}, "stopId": "38630"}, {"stopSequence": 76, "arrival": {"time": "1694896191"}, "stopId": "42365"}, {"stopSequence": 77, "arrival": {"time": "1694896673"}, "stopId": "49349"}, {"stopSequence": 78, "arrival": {"time": "1694897234"}, "stopId": "49350"}, {"stopSequence": 79, "arrival": {"time": "1694897461"}, "stopId": "49351"}, {"stopSequence": 80, "arrival": {"time": "1694897630"}, "stopId": "49352"}, {"stopSequence": 81, "arrival": {"time": "1694897796"}, "stopId": "49353"}, {"stopSequence": 82, "arrival": {"time": "1694898564"}, "stopId": "38567"}, {"stopSequence": 83, "arrival": {"time": "1694899034"}, "stopId": "38569"}, {"stopSequence": 84, "arrival": {"time": "1694899315"}, "stopId": "38570"}, {"stopSequence": 85, "arrival": {"time": "1694899710"}, "stopId": "38571"}], "vehicle": {"licensePlate": "FGYP57"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "20837-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 1}, "position": {"latitude": -36.78752, "longitude": -73.02347, "bearing": 198.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694889010", "vehicle": {"licensePlate": "FGYP57"}}}, {"id": "1c3e5654-c8ac-4f28-8cd1-766651b9f45a", "tripUpdate": {"trip": {"tripId": "20780-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889035"}, "stopId": "42252"}, {"stopSequence": 15, "arrival": {"time": "1694889067"}, "stopId": "42253"}, {"stopSequence": 16, "arrival": {"time": "1694889109"}, "stopId": "42254"}, {"stopSequence": 17, "arrival": {"time": "1694889156"}, "stopId": "42255"}, {"stopSequence": 18, "arrival": {"time": "1694889184"}, "stopId": "42256"}, {"stopSequence": 19, "arrival": {"time": "1694889204"}, "stopId": "42257"}, {"stopSequence": 20, "arrival": {"time": "1694889227"}, "stopId": "42258"}, {"stopSequence": 21, "arrival": {"time": "1694889255"}, "stopId": "42259"}, {"stopSequence": 22, "arrival": {"time": "1694889306"}, "stopId": "42260"}, {"stopSequence": 23, "arrival": {"time": "1694889345"}, "stopId": "42261"}, {"stopSequence": 24, "arrival": {"time": "1694889375"}, "stopId": "45094"}, {"stopSequence": 25, "arrival": {"time": "1694889431"}, "stopId": "42263"}, {"stopSequence": 26, "arrival": {"time": "1694889476"}, "stopId": "45092"}, {"stopSequence": 27, "arrival": {"time": "1694889513"}, "stopId": "42265"}, {"stopSequence": 28, "arrival": {"time": "1694889552"}, "stopId": "42266"}, {"stopSequence": 29, "arrival": {"time": "1694889606"}, "stopId": "42267"}, {"stopSequence": 30, "arrival": {"time": "1694889645"}, "stopId": "42268"}, {"stopSequence": 31, "arrival": {"time": "1694889676"}, "stopId": "42269"}, {"stopSequence": 32, "arrival": {"time": "1694889722"}, "stopId": "44895"}, {"stopSequence": 33, "arrival": {"time": "1694889777"}, "stopId": "42270"}, {"stopSequence": 34, "arrival": {"time": "1694889829"}, "stopId": "42271"}, {"stopSequence": 35, "arrival": {"time": "1694889891"}, "stopId": "4838438"}, {"stopSequence": 36, "arrival": {"time": "1694890035"}, "stopId": "44896"}, {"stopSequence": 37, "arrival": {"time": "1694890082"}, "stopId": "44897"}, {"stopSequence": 38, "arrival": {"time": "1694890154"}, "stopId": "44898"}, {"stopSequence": 39, "arrival": {"time": "1694890320"}, "stopId": "40993"}, {"stopSequence": 40, "arrival": {"time": "1694890563"}, "stopId": "16005188"}, {"stopSequence": 41, "arrival": {"time": "1694890812"}, "stopId": "40995"}, {"stopSequence": 42, "arrival": {"time": "1694890895"}, "stopId": "40996"}, {"stopSequence": 43, "arrival": {"time": "1694890977"}, "stopId": "40997"}, {"stopSequence": 44, "arrival": {"time": "1694891039"}, "stopId": "39614"}, {"stopSequence": 45, "arrival": {"time": "1694891090"}, "stopId": "39615"}, {"stopSequence": 46, "arrival": {"time": "1694891143"}, "stopId": "39616"}, {"stopSequence": 47, "arrival": {"time": "1694891202"}, "stopId": "39617"}, {"stopSequence": 48, "arrival": {"time": "1694891266"}, "stopId": "39618"}, {"stopSequence": 49, "arrival": {"time": "1694891317"}, "stopId": "39619"}, {"stopSequence": 50, "arrival": {"time": "1694891365"}, "stopId": "39620"}, {"stopSequence": 51, "arrival": {"time": "1694891440"}, "stopId": "39621"}, {"stopSequence": 52, "arrival": {"time": "1694891496"}, "stopId": "38281"}, {"stopSequence": 53, "arrival": {"time": "1694891561"}, "stopId": "37506"}, {"stopSequence": 54, "arrival": {"time": "1694891650"}, "stopId": "45069"}, {"stopSequence": 55, "arrival": {"time": "1694891788"}, "stopId": "37523"}, {"stopSequence": 56, "arrival": {"time": "1694891839"}, "stopId": "37477"}, {"stopSequence": 57, "arrival": {"time": "1694891950"}, "stopId": "49310"}, {"stopSequence": 58, "arrival": {"time": "1694891991"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694892065"}, "stopId": "35796"}, {"stopSequence": 60, "arrival": {"time": "1694892131"}, "stopId": "35797"}, {"stopSequence": 61, "arrival": {"time": "1694892187"}, "stopId": "35798"}, {"stopSequence": 62, "arrival": {"time": "1694892240"}, "stopId": "35799"}, {"stopSequence": 63, "arrival": {"time": "1694892339"}, "stopId": "35800"}, {"stopSequence": 64, "arrival": {"time": "1694892410"}, "stopId": "35801"}, {"stopSequence": 65, "arrival": {"time": "1694892448"}, "stopId": "35802"}, {"stopSequence": 66, "arrival": {"time": "1694892519"}, "stopId": "35803"}, {"stopSequence": 67, "arrival": {"time": "1694892603"}, "stopId": "38507"}, {"stopSequence": 68, "arrival": {"time": "1694892682"}, "stopId": "34473"}, {"stopSequence": 69, "arrival": {"time": "1694892752"}, "stopId": "38500"}, {"stopSequence": 70, "arrival": {"time": "1694892826"}, "stopId": "35808"}, {"stopSequence": 71, "arrival": {"time": "1694892922"}, "stopId": "35710"}, {"stopSequence": 72, "arrival": {"time": "1694892998"}, "stopId": "50036"}, {"stopSequence": 73, "arrival": {"time": "1694893413"}, "stopId": "50037"}, {"stopSequence": 74, "arrival": {"time": "1694893698"}, "stopId": "50038"}, {"stopSequence": 75, "arrival": {"time": "1694893859"}, "stopId": "50039"}, {"stopSequence": 76, "arrival": {"time": "1694893982"}, "stopId": "50040"}, {"stopSequence": 77, "arrival": {"time": "1694894189"}, "stopId": "50041"}, {"stopSequence": 78, "arrival": {"time": "1694894528"}, "stopId": "1566333"}, {"stopSequence": 79, "arrival": {"time": "1694894814"}, "stopId": "39334"}], "vehicle": {"licensePlate": "XZ9735"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "20780-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "594", "directionId": 0}, "position": {"latitude": -36.73924, "longitude": -73.10915, "bearing": 153.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889035", "vehicle": {"licensePlate": "XZ9735"}}}, {"id": "2b296c55-1b60-42ad-86cb-73e5a3c759ed", "tripUpdate": {"trip": {"tripId": "20907-701ff27f-2", "startTime": "13:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 117, "arrival": {"time": "1694888827"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694888876"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694888923"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694889004"}, "stopId": "38433"}], "vehicle": {"licensePlate": "BLYF33"}, "timestamp": "1694888790"}, "vehicle": {"trip": {"tripId": "20907-701ff27f-2", "startTime": "13:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.712322, "longitude": -73.132225, "bearing": 240.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694889038", "vehicle": {"licensePlate": "BLYF33"}}}, {"id": "baae1773-c95f-475e-a651-7d93bb3c00db", "tripUpdate": {"trip": {"tripId": "20912-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 62, "arrival": {"time": "1694889242"}, "stopId": "49324"}, {"stopSequence": 63, "arrival": {"time": "1694889296"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694889343"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694889377"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694889416"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694889465"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694889508"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694889581"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694889640"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694889664"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694889734"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694889806"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694889850"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694889903"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694889944"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694890018"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694890053"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694890106"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694890182"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694890294"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694890370"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694890438"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694890526"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694890650"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694890717"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694890774"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694890873"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694890962"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694891047"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694891102"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694891224"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694891254"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694891307"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694891357"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694891403"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694891483"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694891528"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694891565"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694891606"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694891653"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694891774"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694891838"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694891929"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694891991"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694892028"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694892085"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694892161"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694892234"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694892477"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694892556"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694892624"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694892677"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694892773"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694892812"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694892854"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694892960"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694893041"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694893120"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694893262"}, "stopId": "38433"}], "vehicle": {"licensePlate": "CLFX61"}, "timestamp": "1694888992"}, "vehicle": {"trip": {"tripId": "20912-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.808495, "longitude": -73.07729, "bearing": 326.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888992", "vehicle": {"licensePlate": "CLFX61"}}}, {"id": "e4110f51-4f86-4889-9e5d-c4bf215559a7", "tripUpdate": {"trip": {"tripId": "20914-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 42, "arrival": {"time": "1694889088"}, "stopId": "39599"}, {"stopSequence": 43, "arrival": {"time": "1694889112"}, "stopId": "39600"}, {"stopSequence": 44, "arrival": {"time": "1694889182"}, "stopId": "37496"}, {"stopSequence": 45, "arrival": {"time": "1694889233"}, "stopId": "45064"}, {"stopSequence": 46, "arrival": {"time": "1694889309"}, "stopId": "37506"}, {"stopSequence": 47, "arrival": {"time": "1694889385"}, "stopId": "45069"}, {"stopSequence": 48, "arrival": {"time": "1694889498"}, "stopId": "37523"}, {"stopSequence": 49, "arrival": {"time": "1694889538"}, "stopId": "37477"}, {"stopSequence": 50, "arrival": {"time": "1694889624"}, "stopId": "49310"}, {"stopSequence": 51, "arrival": {"time": "1694889655"}, "stopId": "49311"}, {"stopSequence": 52, "arrival": {"time": "1694889710"}, "stopId": "39634"}, {"stopSequence": 53, "arrival": {"time": "1694889735"}, "stopId": "39635"}, {"stopSequence": 54, "arrival": {"time": "1694889780"}, "stopId": "39636"}, {"stopSequence": 55, "arrival": {"time": "1694889830"}, "stopId": "49503"}, {"stopSequence": 56, "arrival": {"time": "1694889955"}, "stopId": "39637"}, {"stopSequence": 57, "arrival": {"time": "1694890003"}, "stopId": "49317"}, {"stopSequence": 58, "arrival": {"time": "1694890034"}, "stopId": "49318"}, {"stopSequence": 59, "arrival": {"time": "1694890098"}, "stopId": "49319"}, {"stopSequence": 60, "arrival": {"time": "1694890160"}, "stopId": "39641"}, {"stopSequence": 61, "arrival": {"time": "1694890190"}, "stopId": "39642"}, {"stopSequence": 62, "arrival": {"time": "1694890427"}, "stopId": "49324"}, {"stopSequence": 63, "arrival": {"time": "1694890479"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694890525"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694890559"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694890597"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694890646"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694890691"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694890765"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694890827"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694890852"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694890926"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694891005"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694891053"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694891112"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694891157"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694891241"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694891281"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694891343"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694891433"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694891567"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694891661"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694891746"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694891858"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694892018"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694892107"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694892183"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694892318"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694892441"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694892562"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694892642"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694892819"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694892864"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694892943"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694893019"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694893090"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694893212"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694893282"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694893340"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694893405"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694893481"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694893677"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694893783"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694893938"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694894042"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694894107"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694894205"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694894339"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694894469"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694894915"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694895064"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694895195"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694895299"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694895488"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694895564"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694895648"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694895866"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694896034"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694896199"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694896505"}, "stopId": "38433"}], "vehicle": {"licensePlate": "CYSD51"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "20914-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.81642, "longitude": -73.03846, "bearing": 236.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "CYSD51"}}}, {"id": "a9720ff5-7291-4753-95f9-a91af589a7fd", "tripUpdate": {"trip": {"tripId": "20911-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 67, "arrival": {"time": "1694889063"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694889109"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694889187"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694889249"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694889275"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694889347"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694889423"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694889468"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694889523"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694889564"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694889640"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694889675"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694889729"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694889806"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694889917"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694889993"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694890060"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694890146"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694890266"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694890330"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694890385"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694890479"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694890563"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694890643"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694890695"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694890808"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694890836"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694890884"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694890930"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694890972"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694891045"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694891086"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694891119"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694891156"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694891198"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694891306"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694891363"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694891445"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694891499"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694891532"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694891581"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694891648"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694891712"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694891921"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694891988"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694892046"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694892092"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694892173"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694892205"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694892241"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694892330"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694892398"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694892463"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694892580"}, "stopId": "38433"}], "vehicle": {"licensePlate": "DDVZ66"}, "timestamp": "1694889032"}, "vehicle": {"trip": {"tripId": "20911-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.791115, "longitude": -73.0868, "bearing": 359.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694889032", "vehicle": {"licensePlate": "DDVZ66"}}}, {"id": "6da266c4-69b5-417b-adc6-f939e1a92dfc", "tripUpdate": {"trip": {"tripId": "20910-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 81, "arrival": {"time": "1694889117"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694889199"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694889270"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694889360"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694889484"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694889550"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694889605"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694889699"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694889782"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694889860"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694889910"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694890017"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694890044"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694890089"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694890132"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694890171"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694890238"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694890275"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694890305"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694890338"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694890377"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694890473"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694890523"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694890594"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694890641"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694890670"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694890712"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694890769"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694890823"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694890997"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694891052"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694891100"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694891137"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694891202"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694891228"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694891256"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694891327"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694891380"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694891431"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694891523"}, "stopId": "38433"}], "vehicle": {"licensePlate": "DTCG31"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "20910-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.75821, "longitude": -73.0904, "bearing": 334.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "DTCG31"}}}, {"id": "b42ccab1-6d11-4af0-b366-857c22bf5c7f", "tripUpdate": {"trip": {"tripId": "20998-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 45, "arrival": {"time": "1694888986"}, "stopId": "39785"}, {"stopSequence": 46, "arrival": {"time": "1694889027"}, "stopId": "38664"}, {"stopSequence": 47, "arrival": {"time": "1694889083"}, "stopId": "38702"}, {"stopSequence": 48, "arrival": {"time": "1694889129"}, "stopId": "39787"}, {"stopSequence": 49, "arrival": {"time": "1694889172"}, "stopId": "38501"}, {"stopSequence": 50, "arrival": {"time": "1694889240"}, "stopId": "38692"}, {"stopSequence": 51, "arrival": {"time": "1694889310"}, "stopId": "38714"}, {"stopSequence": 52, "arrival": {"time": "1694889358"}, "stopId": "39791"}, {"stopSequence": 53, "arrival": {"time": "1694889386"}, "stopId": "38506"}, {"stopSequence": 54, "arrival": {"time": "1694889435"}, "stopId": "38635"}, {"stopSequence": 55, "arrival": {"time": "1694889468"}, "stopId": "38509"}, {"stopSequence": 56, "arrival": {"time": "1694889511"}, "stopId": "38642"}, {"stopSequence": 57, "arrival": {"time": "1694889555"}, "stopId": "39795"}, {"stopSequence": 58, "arrival": {"time": "1694889587"}, "stopId": "38502"}, {"stopSequence": 59, "arrival": {"time": "1694889645"}, "stopId": "38503"}, {"stopSequence": 60, "arrival": {"time": "1694889799"}, "stopId": "35691"}, {"stopSequence": 61, "arrival": {"time": "1694889838"}, "stopId": "35692"}, {"stopSequence": 62, "arrival": {"time": "1694889895"}, "stopId": "35693"}, {"stopSequence": 63, "arrival": {"time": "1694889948"}, "stopId": "35694"}, {"stopSequence": 64, "arrival": {"time": "1694889986"}, "stopId": "35695"}, {"stopSequence": 65, "arrival": {"time": "1694890032"}, "stopId": "35696"}, {"stopSequence": 66, "arrival": {"time": "1694890199"}, "stopId": "35697"}, {"stopSequence": 67, "arrival": {"time": "1694890316"}, "stopId": "39778"}, {"stopSequence": 68, "arrival": {"time": "1694890420"}, "stopId": "35797"}, {"stopSequence": 69, "arrival": {"time": "1694890467"}, "stopId": "35798"}, {"stopSequence": 70, "arrival": {"time": "1694890499"}, "stopId": "35799"}, {"stopSequence": 71, "arrival": {"time": "1694890569"}, "stopId": "35800"}, {"stopSequence": 72, "arrival": {"time": "1694890619"}, "stopId": "35801"}, {"stopSequence": 73, "arrival": {"time": "1694890646"}, "stopId": "35802"}, {"stopSequence": 74, "arrival": {"time": "1694890694"}, "stopId": "35803"}, {"stopSequence": 75, "arrival": {"time": "1694890751"}, "stopId": "38507"}, {"stopSequence": 76, "arrival": {"time": "1694890804"}, "stopId": "34473"}, {"stopSequence": 77, "arrival": {"time": "1694890850"}, "stopId": "38500"}, {"stopSequence": 78, "arrival": {"time": "1694890899"}, "stopId": "35808"}, {"stopSequence": 79, "arrival": {"time": "1694890960"}, "stopId": "35710"}, {"stopSequence": 80, "arrival": {"time": "1694891009"}, "stopId": "50036"}, {"stopSequence": 81, "arrival": {"time": "1694891263"}, "stopId": "50037"}, {"stopSequence": 82, "arrival": {"time": "1694891429"}, "stopId": "50038"}, {"stopSequence": 83, "arrival": {"time": "1694891520"}, "stopId": "50039"}, {"stopSequence": 84, "arrival": {"time": "1694891588"}, "stopId": "50040"}, {"stopSequence": 85, "arrival": {"time": "1694891701"}, "stopId": "50041"}, {"stopSequence": 86, "arrival": {"time": "1694891879"}, "stopId": "Jun-15"}, {"stopSequence": 87, "arrival": {"time": "1694892006"}, "stopId": "Jun-13"}, {"stopSequence": 88, "arrival": {"time": "1694892280"}, "stopId": "6-Oct"}, {"stopSequence": 89, "arrival": {"time": "1694892357"}, "stopId": "6-Aug"}, {"stopSequence": 90, "arrival": {"time": "1694892606"}, "stopId": "6-Jun"}, {"stopSequence": 91, "arrival": {"time": "1694892808"}, "stopId": "6-Feb"}, {"stopSequence": 92, "arrival": {"time": "1694893042"}, "stopId": "7-Jul"}, {"stopSequence": 93, "arrival": {"time": "1694893164"}, "stopId": "7-May"}, {"stopSequence": 94, "arrival": {"time": "1694893230"}, "stopId": "1508142"}, {"stopSequence": 95, "arrival": {"time": "1694893417"}, "stopId": "7-Feb"}, {"stopSequence": 96, "arrival": {"time": "1694893552"}, "stopId": "8-Jan"}, {"stopSequence": 97, "arrival": {"time": "1694893616"}, "stopId": "9-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694893701"}, "stopId": "10-Apr"}, {"stopSequence": 99, "arrival": {"time": "1694893819"}, "stopId": "10-Jan"}, {"stopSequence": 100, "arrival": {"time": "1694893919"}, "stopId": "44863"}, {"stopSequence": 101, "arrival": {"time": "1694893991"}, "stopId": "10-Mar"}, {"stopSequence": 102, "arrival": {"time": "1694894120"}, "stopId": "11-Jan"}, {"stopSequence": 103, "arrival": {"time": "1694894243"}, "stopId": "44866"}, {"stopSequence": 104, "arrival": {"time": "1694894339"}, "stopId": "44867"}, {"stopSequence": 105, "arrival": {"time": "1694894405"}, "stopId": "44868"}, {"stopSequence": 106, "arrival": {"time": "1694894473"}, "stopId": "44869"}, {"stopSequence": 107, "arrival": {"time": "1694894558"}, "stopId": "44870"}, {"stopSequence": 108, "arrival": {"time": "1694894648"}, "stopId": "44871"}, {"stopSequence": 109, "arrival": {"time": "1694894756"}, "stopId": "44872"}, {"stopSequence": 110, "arrival": {"time": "1694894936"}, "stopId": "50020"}, {"stopSequence": 111, "arrival": {"time": "1694895192"}, "stopId": "14-11"}, {"stopSequence": 112, "arrival": {"time": "1694895313"}, "stopId": "91162"}, {"stopSequence": 113, "arrival": {"time": "1694895575"}, "stopId": "50023"}, {"stopSequence": 114, "arrival": {"time": "1694895922"}, "stopId": "14-Jul"}, {"stopSequence": 115, "arrival": {"time": "1694896059"}, "stopId": "14-Apr"}, {"stopSequence": 116, "arrival": {"time": "1694896237"}, "stopId": "37474"}, {"stopSequence": 117, "arrival": {"time": "1694896428"}, "stopId": "44879"}, {"stopSequence": 118, "arrival": {"time": "1694896519"}, "stopId": "44880"}, {"stopSequence": 119, "arrival": {"time": "1694896652"}, "stopId": "44881"}, {"stopSequence": 120, "arrival": {"time": "1694896751"}, "stopId": "50028"}], "vehicle": {"licensePlate": "FHFT19"}, "timestamp": "1694888916"}, "vehicle": {"trip": {"tripId": "20998-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "position": {"latitude": -36.77208, "longitude": -73.08588, "bearing": 256.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694888916", "vehicle": {"licensePlate": "FHFT19"}}}, {"id": "5b313258-850e-4211-afb5-045d76b847ba", "tripUpdate": {"trip": {"tripId": "20915-701ff27f-2", "startTime": "15:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889045"}, "stopId": "7-Jun"}, {"stopSequence": 25, "arrival": {"time": "1694889108"}, "stopId": "7-Aug"}, {"stopSequence": 26, "arrival": {"time": "1694889259"}, "stopId": "6-Mar"}, {"stopSequence": 27, "arrival": {"time": "1694889360"}, "stopId": "6-May"}, {"stopSequence": 28, "arrival": {"time": "1694889513"}, "stopId": "6-Jul"}, {"stopSequence": 29, "arrival": {"time": "1694889583"}, "stopId": "6-Sep"}, {"stopSequence": 30, "arrival": {"time": "1694889674"}, "stopId": "6-Nov"}, {"stopSequence": 31, "arrival": {"time": "1694889774"}, "stopId": "6-Dec"}, {"stopSequence": 32, "arrival": {"time": "1694889861"}, "stopId": "Jun-14"}, {"stopSequence": 33, "arrival": {"time": "1694890009"}, "stopId": "Jun-17"}, {"stopSequence": 34, "arrival": {"time": "1694890086"}, "stopId": "Jun-19"}, {"stopSequence": 35, "arrival": {"time": "1694890144"}, "stopId": "Jun-20"}, {"stopSequence": 36, "arrival": {"time": "1694890204"}, "stopId": "Jun-22"}, {"stopSequence": 37, "arrival": {"time": "1694890267"}, "stopId": "Jun-24"}, {"stopSequence": 38, "arrival": {"time": "1694890354"}, "stopId": "Jun-25"}, {"stopSequence": 39, "arrival": {"time": "1694890639"}, "stopId": "90003"}, {"stopSequence": 40, "arrival": {"time": "1694890686"}, "stopId": "90007"}, {"stopSequence": 41, "arrival": {"time": "1694890737"}, "stopId": "90008"}, {"stopSequence": 42, "arrival": {"time": "1694890851"}, "stopId": "39599"}, {"stopSequence": 43, "arrival": {"time": "1694890875"}, "stopId": "39600"}, {"stopSequence": 44, "arrival": {"time": "1694890944"}, "stopId": "37496"}, {"stopSequence": 45, "arrival": {"time": "1694890997"}, "stopId": "45064"}, {"stopSequence": 46, "arrival": {"time": "1694891075"}, "stopId": "37506"}, {"stopSequence": 47, "arrival": {"time": "1694891156"}, "stopId": "45069"}, {"stopSequence": 48, "arrival": {"time": "1694891280"}, "stopId": "37523"}, {"stopSequence": 49, "arrival": {"time": "1694891326"}, "stopId": "37477"}, {"stopSequence": 50, "arrival": {"time": "1694891426"}, "stopId": "49310"}, {"stopSequence": 51, "arrival": {"time": "1694891462"}, "stopId": "49311"}, {"stopSequence": 52, "arrival": {"time": "1694891527"}, "stopId": "39634"}, {"stopSequence": 53, "arrival": {"time": "1694891558"}, "stopId": "39635"}, {"stopSequence": 54, "arrival": {"time": "1694891613"}, "stopId": "39636"}, {"stopSequence": 55, "arrival": {"time": "1694891676"}, "stopId": "49503"}, {"stopSequence": 56, "arrival": {"time": "1694891836"}, "stopId": "39637"}, {"stopSequence": 57, "arrival": {"time": "1694891900"}, "stopId": "49317"}, {"stopSequence": 58, "arrival": {"time": "1694891941"}, "stopId": "49318"}, {"stopSequence": 59, "arrival": {"time": "1694892028"}, "stopId": "49319"}, {"stopSequence": 60, "arrival": {"time": "1694892114"}, "stopId": "39641"}, {"stopSequence": 61, "arrival": {"time": "1694892157"}, "stopId": "39642"}, {"stopSequence": 62, "arrival": {"time": "1694892506"}, "stopId": "49324"}, {"stopSequence": 63, "arrival": {"time": "1694892587"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694892659"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694892712"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694892774"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694892854"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694892927"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694893054"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694893161"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694893205"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694893336"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694893480"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694893569"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694893681"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694893768"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694893934"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694894014"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694894139"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694894329"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694894618"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694894829"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694895025"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694895291"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694895690"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694895920"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694896123"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694896495"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694896851"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694897212"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694897460"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694898035"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694898186"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694898457"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694898725"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694898983"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694899443"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694899717"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694899948"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694900215"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694900532"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694901400"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694901897"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694902660"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694903203"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694903554"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694904103"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694904894"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694905710"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694908915"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694910149"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694911324"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694912320"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694914284"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694915139"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694916137"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694918966"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694921458"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694924213"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694930340"}, "stopId": "38433"}], "vehicle": {"licensePlate": "HHBH25"}, "timestamp": "1694889005"}, "vehicle": {"trip": {"tripId": "20915-701ff27f-2", "startTime": "15:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.747627, "longitude": -73.00137, "bearing": 159.0, "odometer": 0.0, "speed": 19.444445}, "timestamp": "1694889005", "vehicle": {"licensePlate": "HHBH25"}}}, {"id": "d71d3d6c-b50a-4d6f-a7dc-54866d2b413e", "tripUpdate": {"trip": {"tripId": "20909-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 89, "arrival": {"time": "1694889002"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694889087"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694889141"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694889256"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694889284"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694889331"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694889376"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694889417"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694889485"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694889523"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694889554"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694889587"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694889626"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694889721"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694889771"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694889840"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694889885"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694889913"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694889953"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694890007"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694890058"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694890220"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694890270"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694890313"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694890347"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694890405"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694890428"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694890454"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694890516"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694890563"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694890608"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694890687"}, "stopId": "38433"}], "vehicle": {"licensePlate": "JBXY30"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "20909-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.72874, "longitude": -73.10958, "bearing": 18.0, "odometer": 0.0, "speed": 17.222221}, "timestamp": "1694888982", "vehicle": {"licensePlate": "JBXY30"}}}, {"id": "565709a4-bea3-4f0a-a8dc-83d9e510540f", "tripUpdate": {"trip": {"tripId": "20997-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 66, "arrival": {"time": "1694889130"}, "stopId": "35697"}, {"stopSequence": 67, "arrival": {"time": "1694889254"}, "stopId": "39778"}, {"stopSequence": 68, "arrival": {"time": "1694889360"}, "stopId": "35797"}, {"stopSequence": 69, "arrival": {"time": "1694889408"}, "stopId": "35798"}, {"stopSequence": 70, "arrival": {"time": "1694889440"}, "stopId": "35799"}, {"stopSequence": 71, "arrival": {"time": "1694889510"}, "stopId": "35800"}, {"stopSequence": 72, "arrival": {"time": "1694889558"}, "stopId": "35801"}, {"stopSequence": 73, "arrival": {"time": "1694889584"}, "stopId": "35802"}, {"stopSequence": 74, "arrival": {"time": "1694889631"}, "stopId": "35803"}, {"stopSequence": 75, "arrival": {"time": "1694889685"}, "stopId": "38507"}, {"stopSequence": 76, "arrival": {"time": "1694889734"}, "stopId": "34473"}, {"stopSequence": 77, "arrival": {"time": "1694889777"}, "stopId": "38500"}, {"stopSequence": 78, "arrival": {"time": "1694889822"}, "stopId": "35808"}, {"stopSequence": 79, "arrival": {"time": "1694889878"}, "stopId": "35710"}, {"stopSequence": 80, "arrival": {"time": "1694889922"}, "stopId": "50036"}, {"stopSequence": 81, "arrival": {"time": "1694890144"}, "stopId": "50037"}, {"stopSequence": 82, "arrival": {"time": "1694890285"}, "stopId": "50038"}, {"stopSequence": 83, "arrival": {"time": "1694890359"}, "stopId": "50039"}, {"stopSequence": 84, "arrival": {"time": "1694890415"}, "stopId": "50040"}, {"stopSequence": 85, "arrival": {"time": "1694890505"}, "stopId": "50041"}, {"stopSequence": 86, "arrival": {"time": "1694890644"}, "stopId": "Jun-15"}, {"stopSequence": 87, "arrival": {"time": "1694890741"}, "stopId": "Jun-13"}, {"stopSequence": 88, "arrival": {"time": "1694890944"}, "stopId": "6-Oct"}, {"stopSequence": 89, "arrival": {"time": "1694891000"}, "stopId": "6-Aug"}, {"stopSequence": 90, "arrival": {"time": "1694891176"}, "stopId": "6-Jun"}, {"stopSequence": 91, "arrival": {"time": "1694891314"}, "stopId": "6-Feb"}, {"stopSequence": 92, "arrival": {"time": "1694891470"}, "stopId": "7-Jul"}, {"stopSequence": 93, "arrival": {"time": "1694891549"}, "stopId": "7-May"}, {"stopSequence": 94, "arrival": {"time": "1694891592"}, "stopId": "1508142"}, {"stopSequence": 95, "arrival": {"time": "1694891711"}, "stopId": "7-Feb"}, {"stopSequence": 96, "arrival": {"time": "1694891795"}, "stopId": "8-Jan"}, {"stopSequence": 97, "arrival": {"time": "1694891835"}, "stopId": "9-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694891887"}, "stopId": "10-Apr"}, {"stopSequence": 99, "arrival": {"time": "1694891958"}, "stopId": "10-Jan"}, {"stopSequence": 100, "arrival": {"time": "1694892018"}, "stopId": "44863"}, {"stopSequence": 101, "arrival": {"time": "1694892061"}, "stopId": "10-Mar"}, {"stopSequence": 102, "arrival": {"time": "1694892136"}, "stopId": "11-Jan"}, {"stopSequence": 103, "arrival": {"time": "1694892207"}, "stopId": "44866"}, {"stopSequence": 104, "arrival": {"time": "1694892262"}, "stopId": "44867"}, {"stopSequence": 105, "arrival": {"time": "1694892300"}, "stopId": "44868"}, {"stopSequence": 106, "arrival": {"time": "1694892338"}, "stopId": "44869"}, {"stopSequence": 107, "arrival": {"time": "1694892385"}, "stopId": "44870"}, {"stopSequence": 108, "arrival": {"time": "1694892435"}, "stopId": "44871"}, {"stopSequence": 109, "arrival": {"time": "1694892495"}, "stopId": "44872"}, {"stopSequence": 110, "arrival": {"time": "1694892592"}, "stopId": "50020"}, {"stopSequence": 111, "arrival": {"time": "1694892728"}, "stopId": "14-11"}, {"stopSequence": 112, "arrival": {"time": "1694892791"}, "stopId": "91162"}, {"stopSequence": 113, "arrival": {"time": "1694892925"}, "stopId": "50023"}, {"stopSequence": 114, "arrival": {"time": "1694893098"}, "stopId": "14-Jul"}, {"stopSequence": 115, "arrival": {"time": "1694893165"}, "stopId": "14-Apr"}, {"stopSequence": 116, "arrival": {"time": "1694893250"}, "stopId": "37474"}, {"stopSequence": 117, "arrival": {"time": "1694893341"}, "stopId": "44879"}, {"stopSequence": 118, "arrival": {"time": "1694893383"}, "stopId": "44880"}, {"stopSequence": 119, "arrival": {"time": "1694893445"}, "stopId": "44881"}, {"stopSequence": 120, "arrival": {"time": "1694893490"}, "stopId": "50028"}], "vehicle": {"licensePlate": "JHJJ50"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "20997-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "position": {"latitude": -36.816204, "longitude": -73.06724, "bearing": 168.0, "odometer": 0.0, "speed": 11.666667}, "timestamp": "1694888972", "vehicle": {"licensePlate": "JHJJ50"}}}, {"id": "0ed5d52b-9dd2-400f-a8bb-fbad9df7a000", "tripUpdate": {"trip": {"tripId": "20913-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 60, "arrival": {"time": "1694888987"}, "stopId": "39641"}, {"stopSequence": 61, "arrival": {"time": "1694889020"}, "stopId": "39642"}, {"stopSequence": 62, "arrival": {"time": "1694889273"}, "stopId": "49324"}, {"stopSequence": 63, "arrival": {"time": "1694889327"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694889374"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694889407"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694889446"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694889495"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694889538"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694889611"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694889670"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694889694"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694889763"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694889836"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694889879"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694889932"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694889973"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694890047"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694890082"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694890135"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694890212"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694890323"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694890400"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694890468"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694890556"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694890681"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694890748"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694890805"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694890905"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694890994"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694891080"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694891136"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694891259"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694891289"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694891342"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694891393"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694891440"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694891520"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694891565"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694891602"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694891644"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694891692"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694891814"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1694891879"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1694891972"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1694892033"}, "stopId": "38568"}, {"stopSequence": 106, "arrival": {"time": "1694892072"}, "stopId": "38569"}, {"stopSequence": 107, "arrival": {"time": "1694892129"}, "stopId": "38570"}, {"stopSequence": 108, "arrival": {"time": "1694892206"}, "stopId": "38571"}, {"stopSequence": 109, "arrival": {"time": "1694892280"}, "stopId": "38572"}, {"stopSequence": 110, "arrival": {"time": "1694892527"}, "stopId": "38393"}, {"stopSequence": 111, "arrival": {"time": "1694892607"}, "stopId": "38394"}, {"stopSequence": 112, "arrival": {"time": "1694892676"}, "stopId": "38395"}, {"stopSequence": 113, "arrival": {"time": "1694892731"}, "stopId": "38396"}, {"stopSequence": 114, "arrival": {"time": "1694892828"}, "stopId": "38397"}, {"stopSequence": 115, "arrival": {"time": "1694892867"}, "stopId": "38398"}, {"stopSequence": 116, "arrival": {"time": "1694892910"}, "stopId": "38399"}, {"stopSequence": 117, "arrival": {"time": "1694893018"}, "stopId": "38400"}, {"stopSequence": 118, "arrival": {"time": "1694893101"}, "stopId": "38401"}, {"stopSequence": 119, "arrival": {"time": "1694893181"}, "stopId": "38402"}, {"stopSequence": 120, "arrival": {"time": "1694893326"}, "stopId": "38433"}], "vehicle": {"licensePlate": "JRZZ78"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "20913-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.809654, "longitude": -73.07567, "bearing": 302.0, "odometer": 0.0, "speed": 6.6666665}, "timestamp": "1694888984", "vehicle": {"licensePlate": "JRZZ78"}}}, {"id": "bac3c3cb-8dbb-4f89-aefb-4b1bf910378e", "tripUpdate": {"trip": {"tripId": "20916-701ff27f-2", "startTime": "15:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889058"}, "stopId": "44967"}, {"stopSequence": 3, "arrival": {"time": "1694889110"}, "stopId": "44968"}, {"stopSequence": 4, "arrival": {"time": "1694889167"}, "stopId": "14-May"}, {"stopSequence": 5, "arrival": {"time": "1694889199"}, "stopId": "14-Jun"}, {"stopSequence": 6, "arrival": {"time": "1694889258"}, "stopId": "14-Aug"}, {"stopSequence": 7, "arrival": {"time": "1694889305"}, "stopId": "50024"}, {"stopSequence": 8, "arrival": {"time": "1694889432"}, "stopId": "14-12"}, {"stopSequence": 9, "arrival": {"time": "1694889507"}, "stopId": "37471"}, {"stopSequence": 10, "arrival": {"time": "1694889539"}, "stopId": "37560"}, {"stopSequence": 11, "arrival": {"time": "1694889567"}, "stopId": "37564"}, {"stopSequence": 12, "arrival": {"time": "1694889604"}, "stopId": "37517"}, {"stopSequence": 13, "arrival": {"time": "1694889635"}, "stopId": "37475"}, {"stopSequence": 14, "arrival": {"time": "1694889669"}, "stopId": "37508"}, {"stopSequence": 15, "arrival": {"time": "1694889700"}, "stopId": "37476"}, {"stopSequence": 16, "arrival": {"time": "1694889725"}, "stopId": "37526"}, {"stopSequence": 17, "arrival": {"time": "1694889792"}, "stopId": "37567"}, {"stopSequence": 18, "arrival": {"time": "1694889814"}, "stopId": "13-Jan"}, {"stopSequence": 19, "arrival": {"time": "1694889934"}, "stopId": "12-3"}, {"stopSequence": 20, "arrival": {"time": "1694890009"}, "stopId": "12-Jan"}, {"stopSequence": 21, "arrival": {"time": "1694890051"}, "stopId": "12-Feb"}, {"stopSequence": 22, "arrival": {"time": "1694890102"}, "stopId": "7-Jan"}, {"stopSequence": 23, "arrival": {"time": "1694890155"}, "stopId": "7-Mar"}, {"stopSequence": 24, "arrival": {"time": "1694890294"}, "stopId": "7-Jun"}, {"stopSequence": 25, "arrival": {"time": "1694890353"}, "stopId": "7-Aug"}, {"stopSequence": 26, "arrival": {"time": "1694890496"}, "stopId": "6-Mar"}, {"stopSequence": 27, "arrival": {"time": "1694890595"}, "stopId": "6-May"}, {"stopSequence": 28, "arrival": {"time": "1694890749"}, "stopId": "6-Jul"}, {"stopSequence": 29, "arrival": {"time": "1694890821"}, "stopId": "6-Sep"}, {"stopSequence": 30, "arrival": {"time": "1694890917"}, "stopId": "6-Nov"}, {"stopSequence": 31, "arrival": {"time": "1694891025"}, "stopId": "6-Dec"}, {"stopSequence": 32, "arrival": {"time": "1694891122"}, "stopId": "Jun-14"}, {"stopSequence": 33, "arrival": {"time": "1694891290"}, "stopId": "Jun-17"}, {"stopSequence": 34, "arrival": {"time": "1694891380"}, "stopId": "Jun-19"}, {"stopSequence": 35, "arrival": {"time": "1694891449"}, "stopId": "Jun-20"}, {"stopSequence": 36, "arrival": {"time": "1694891521"}, "stopId": "Jun-22"}, {"stopSequence": 37, "arrival": {"time": "1694891598"}, "stopId": "Jun-24"}, {"stopSequence": 38, "arrival": {"time": "1694891707"}, "stopId": "Jun-25"}, {"stopSequence": 39, "arrival": {"time": "1694892077"}, "stopId": "90003"}, {"stopSequence": 40, "arrival": {"time": "1694892140"}, "stopId": "90007"}, {"stopSequence": 41, "arrival": {"time": "1694892210"}, "stopId": "90008"}, {"stopSequence": 42, "arrival": {"time": "1694892369"}, "stopId": "39599"}, {"stopSequence": 43, "arrival": {"time": "1694892402"}, "stopId": "39600"}, {"stopSequence": 44, "arrival": {"time": "1694892501"}, "stopId": "37496"}, {"stopSequence": 45, "arrival": {"time": "1694892576"}, "stopId": "45064"}, {"stopSequence": 46, "arrival": {"time": "1694892692"}, "stopId": "37506"}, {"stopSequence": 47, "arrival": {"time": "1694892813"}, "stopId": "45069"}, {"stopSequence": 48, "arrival": {"time": "1694893002"}, "stopId": "37523"}, {"stopSequence": 49, "arrival": {"time": "1694893072"}, "stopId": "37477"}, {"stopSequence": 50, "arrival": {"time": "1694893229"}, "stopId": "49310"}, {"stopSequence": 51, "arrival": {"time": "1694893287"}, "stopId": "49311"}, {"stopSequence": 52, "arrival": {"time": "1694893393"}, "stopId": "39634"}, {"stopSequence": 53, "arrival": {"time": "1694893442"}, "stopId": "39635"}, {"stopSequence": 54, "arrival": {"time": "1694893533"}, "stopId": "39636"}, {"stopSequence": 55, "arrival": {"time": "1694893638"}, "stopId": "49503"}, {"stopSequence": 56, "arrival": {"time": "1694893911"}, "stopId": "39637"}, {"stopSequence": 57, "arrival": {"time": "1694894022"}, "stopId": "49317"}, {"stopSequence": 58, "arrival": {"time": "1694894095"}, "stopId": "49318"}, {"stopSequence": 59, "arrival": {"time": "1694894251"}, "stopId": "49319"}, {"stopSequence": 60, "arrival": {"time": "1694894407"}, "stopId": "39641"}, {"stopSequence": 61, "arrival": {"time": "1694894485"}, "stopId": "39642"}, {"stopSequence": 62, "arrival": {"time": "1694895155"}, "stopId": "49324"}, {"stopSequence": 63, "arrival": {"time": "1694895316"}, "stopId": "49325"}, {"stopSequence": 64, "arrival": {"time": "1694895463"}, "stopId": "49326"}, {"stopSequence": 65, "arrival": {"time": "1694895573"}, "stopId": "39648"}, {"stopSequence": 66, "arrival": {"time": "1694895702"}, "stopId": "39649"}, {"stopSequence": 67, "arrival": {"time": "1694895871"}, "stopId": "45112"}, {"stopSequence": 68, "arrival": {"time": "1694896029"}, "stopId": "45113"}, {"stopSequence": 69, "arrival": {"time": "1694896307"}, "stopId": "37490"}, {"stopSequence": 70, "arrival": {"time": "1694896547"}, "stopId": "45115"}, {"stopSequence": 71, "arrival": {"time": "1694896648"}, "stopId": "45116"}, {"stopSequence": 72, "arrival": {"time": "1694896953"}, "stopId": "45118"}, {"stopSequence": 73, "arrival": {"time": "1694897297"}, "stopId": "45119"}, {"stopSequence": 74, "arrival": {"time": "1694897515"}, "stopId": "45120"}, {"stopSequence": 75, "arrival": {"time": "1694897796"}, "stopId": "45121"}, {"stopSequence": 76, "arrival": {"time": "1694898019"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694898455"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694898672"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694899019"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694899561"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694900437"}, "stopId": "38540"}, {"stopSequence": 82, "arrival": {"time": "1694901114"}, "stopId": "38544"}, {"stopSequence": 83, "arrival": {"time": "1694901771"}, "stopId": "38545"}, {"stopSequence": 84, "arrival": {"time": "1694902718"}, "stopId": "38546"}, {"stopSequence": 85, "arrival": {"time": "1694904264"}, "stopId": "38548"}, {"stopSequence": 86, "arrival": {"time": "1694905231"}, "stopId": "38549"}, {"stopSequence": 87, "arrival": {"time": "1694906135"}, "stopId": "38550"}, {"stopSequence": 88, "arrival": {"time": "1694907930"}, "stopId": "38551"}, {"stopSequence": 89, "arrival": {"time": "1694909838"}, "stopId": "38552"}, {"stopSequence": 90, "arrival": {"time": "1694912002"}, "stopId": "49359"}, {"stopSequence": 91, "arrival": {"time": "1694913638"}, "stopId": "49360"}, {"stopSequence": 92, "arrival": {"time": "1694918028"}, "stopId": "49361"}, {"stopSequence": 93, "arrival": {"time": "1694919342"}, "stopId": "49362"}, {"stopSequence": 94, "arrival": {"time": "1694921894"}, "stopId": "49363"}, {"stopSequence": 95, "arrival": {"time": "1694924716"}, "stopId": "49364"}, {"stopSequence": 96, "arrival": {"time": "1694927749"}, "stopId": "49365"}, {"stopSequence": 97, "arrival": {"time": "1694934162"}, "stopId": "38560"}, {"stopSequence": 98, "arrival": {"time": "1694938740"}, "stopId": "42857"}, {"stopSequence": 99, "arrival": {"time": "1694943165"}, "stopId": "38562"}, {"stopSequence": 100, "arrival": {"time": "1694949056"}, "stopId": "38563"}, {"stopSequence": 101, "arrival": {"time": "1694957520"}, "stopId": "42854"}, {"stopSequence": 102, "arrival": {"time": "1694994358"}, "stopId": "38565"}, {"stopSequence": 103, "arrival": {"time": "1695034704"}, "stopId": "40932"}, {"stopSequence": 104, "arrival": {"time": "1695202340"}, "stopId": "38567"}, {"stopSequence": 105, "arrival": {"time": "1696120712"}, "stopId": "38568"}], "vehicle": {"licensePlate": "WW3308"}, "timestamp": "1694889000"}, "vehicle": {"trip": {"tripId": "20916-701ff27f-2", "startTime": "15:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 0}, "position": {"latitude": -36.713024, "longitude": -72.9758, "bearing": 184.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889000", "vehicle": {"licensePlate": "WW3308"}}}, {"id": "362d640f-2223-49c7-89f5-1cc8f1a3e215", "tripUpdate": {"trip": {"tripId": "20999-701ff27f-2", "startTime": "15:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 17, "arrival": {"time": "1694889054"}, "stopId": "40932"}, {"stopSequence": 18, "arrival": {"time": "1694889103"}, "stopId": "42853"}, {"stopSequence": 19, "arrival": {"time": "1694889196"}, "stopId": "42854"}, {"stopSequence": 20, "arrival": {"time": "1694889254"}, "stopId": "42855"}, {"stopSequence": 21, "arrival": {"time": "1694889292"}, "stopId": "41975"}, {"stopSequence": 22, "arrival": {"time": "1694889315"}, "stopId": "42857"}, {"stopSequence": 23, "arrival": {"time": "1694889387"}, "stopId": "49108"}, {"stopSequence": 24, "arrival": {"time": "1694889432"}, "stopId": "49109"}, {"stopSequence": 25, "arrival": {"time": "1694889467"}, "stopId": "40363"}, {"stopSequence": 26, "arrival": {"time": "1694889631"}, "stopId": "38768"}, {"stopSequence": 27, "arrival": {"time": "1694889675"}, "stopId": "38769"}, {"stopSequence": 28, "arrival": {"time": "1694889715"}, "stopId": "49357"}, {"stopSequence": 29, "arrival": {"time": "1694889754"}, "stopId": "38771"}, {"stopSequence": 30, "arrival": {"time": "1694889797"}, "stopId": "38668"}, {"stopSequence": 31, "arrival": {"time": "1694889892"}, "stopId": "38661"}, {"stopSequence": 32, "arrival": {"time": "1694889973"}, "stopId": "38657"}, {"stopSequence": 33, "arrival": {"time": "1694890032"}, "stopId": "38743"}, {"stopSequence": 34, "arrival": {"time": "1694890096"}, "stopId": "38652"}, {"stopSequence": 35, "arrival": {"time": "1694890150"}, "stopId": "38721"}, {"stopSequence": 36, "arrival": {"time": "1694890208"}, "stopId": "38659"}, {"stopSequence": 37, "arrival": {"time": "1694890296"}, "stopId": "38674"}, {"stopSequence": 38, "arrival": {"time": "1694890364"}, "stopId": "38649"}, {"stopSequence": 39, "arrival": {"time": "1694890430"}, "stopId": "38718"}, {"stopSequence": 40, "arrival": {"time": "1694890497"}, "stopId": "38735"}, {"stopSequence": 41, "arrival": {"time": "1694890558"}, "stopId": "42270"}, {"stopSequence": 42, "arrival": {"time": "1694890605"}, "stopId": "42271"}, {"stopSequence": 43, "arrival": {"time": "1694890803"}, "stopId": "38688"}, {"stopSequence": 44, "arrival": {"time": "1694890861"}, "stopId": "38673"}, {"stopSequence": 45, "arrival": {"time": "1694890941"}, "stopId": "39785"}, {"stopSequence": 46, "arrival": {"time": "1694890982"}, "stopId": "38664"}, {"stopSequence": 47, "arrival": {"time": "1694891039"}, "stopId": "38702"}, {"stopSequence": 48, "arrival": {"time": "1694891086"}, "stopId": "39787"}, {"stopSequence": 49, "arrival": {"time": "1694891131"}, "stopId": "38501"}, {"stopSequence": 50, "arrival": {"time": "1694891204"}, "stopId": "38692"}, {"stopSequence": 51, "arrival": {"time": "1694891281"}, "stopId": "38714"}, {"stopSequence": 52, "arrival": {"time": "1694891334"}, "stopId": "39791"}, {"stopSequence": 53, "arrival": {"time": "1694891366"}, "stopId": "38506"}, {"stopSequence": 54, "arrival": {"time": "1694891422"}, "stopId": "38635"}, {"stopSequence": 55, "arrival": {"time": "1694891461"}, "stopId": "38509"}, {"stopSequence": 56, "arrival": {"time": "1694891512"}, "stopId": "38642"}, {"stopSequence": 57, "arrival": {"time": "1694891564"}, "stopId": "39795"}, {"stopSequence": 58, "arrival": {"time": "1694891603"}, "stopId": "38502"}, {"stopSequence": 59, "arrival": {"time": "1694891675"}, "stopId": "38503"}, {"stopSequence": 60, "arrival": {"time": "1694891872"}, "stopId": "35691"}, {"stopSequence": 61, "arrival": {"time": "1694891925"}, "stopId": "35692"}, {"stopSequence": 62, "arrival": {"time": "1694892001"}, "stopId": "35693"}, {"stopSequence": 63, "arrival": {"time": "1694892073"}, "stopId": "35694"}, {"stopSequence": 64, "arrival": {"time": "1694892128"}, "stopId": "35695"}, {"stopSequence": 65, "arrival": {"time": "1694892193"}, "stopId": "35696"}, {"stopSequence": 66, "arrival": {"time": "1694892438"}, "stopId": "35697"}, {"stopSequence": 67, "arrival": {"time": "1694892620"}, "stopId": "39778"}, {"stopSequence": 68, "arrival": {"time": "1694892787"}, "stopId": "35797"}, {"stopSequence": 69, "arrival": {"time": "1694892865"}, "stopId": "35798"}, {"stopSequence": 70, "arrival": {"time": "1694892919"}, "stopId": "35799"}, {"stopSequence": 71, "arrival": {"time": "1694893038"}, "stopId": "35800"}, {"stopSequence": 72, "arrival": {"time": "1694893125"}, "stopId": "35801"}, {"stopSequence": 73, "arrival": {"time": "1694893171"}, "stopId": "35802"}, {"stopSequence": 74, "arrival": {"time": "1694893257"}, "stopId": "35803"}, {"stopSequence": 75, "arrival": {"time": "1694893361"}, "stopId": "38507"}, {"stopSequence": 76, "arrival": {"time": "1694893459"}, "stopId": "34473"}, {"stopSequence": 77, "arrival": {"time": "1694893545"}, "stopId": "38500"}, {"stopSequence": 78, "arrival": {"time": "1694893638"}, "stopId": "35808"}, {"stopSequence": 79, "arrival": {"time": "1694893758"}, "stopId": "35710"}, {"stopSequence": 80, "arrival": {"time": "1694893854"}, "stopId": "50036"}, {"stopSequence": 81, "arrival": {"time": "1694894385"}, "stopId": "50037"}, {"stopSequence": 82, "arrival": {"time": "1694894759"}, "stopId": "50038"}, {"stopSequence": 83, "arrival": {"time": "1694894972"}, "stopId": "50039"}, {"stopSequence": 84, "arrival": {"time": "1694895136"}, "stopId": "50040"}, {"stopSequence": 85, "arrival": {"time": "1694895415"}, "stopId": "50041"}, {"stopSequence": 86, "arrival": {"time": "1694895880"}, "stopId": "Jun-15"}, {"stopSequence": 87, "arrival": {"time": "1694896231"}, "stopId": "Jun-13"}, {"stopSequence": 88, "arrival": {"time": "1694897039"}, "stopId": "6-Oct"}, {"stopSequence": 89, "arrival": {"time": "1694897283"}, "stopId": "6-Aug"}, {"stopSequence": 90, "arrival": {"time": "1694898115"}, "stopId": "6-Jun"}, {"stopSequence": 91, "arrival": {"time": "1694898848"}, "stopId": "6-Feb"}, {"stopSequence": 92, "arrival": {"time": "1694899774"}, "stopId": "7-Jul"}, {"stopSequence": 93, "arrival": {"time": "1694900290"}, "stopId": "7-May"}, {"stopSequence": 94, "arrival": {"time": "1694900582"}, "stopId": "1508142"}, {"stopSequence": 95, "arrival": {"time": "1694901450"}, "stopId": "7-Feb"}, {"stopSequence": 96, "arrival": {"time": "1694902121"}, "stopId": "8-Jan"}, {"stopSequence": 97, "arrival": {"time": "1694902456"}, "stopId": "9-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694902912"}, "stopId": "10-Apr"}, {"stopSequence": 99, "arrival": {"time": "1694903573"}, "stopId": "10-Jan"}, {"stopSequence": 100, "arrival": {"time": "1694904169"}, "stopId": "44863"}, {"stopSequence": 101, "arrival": {"time": "1694904609"}, "stopId": "10-Mar"}, {"stopSequence": 102, "arrival": {"time": "1694905439"}, "stopId": "11-Jan"}, {"stopSequence": 103, "arrival": {"time": "1694906285"}, "stopId": "44866"}, {"stopSequence": 104, "arrival": {"time": "1694906982"}, "stopId": "44867"}, {"stopSequence": 105, "arrival": {"time": "1694907484"}, "stopId": "44868"}, {"stopSequence": 106, "arrival": {"time": "1694908023"}, "stopId": "44869"}, {"stopSequence": 107, "arrival": {"time": "1694908714"}, "stopId": "44870"}, {"stopSequence": 108, "arrival": {"time": "1694909483"}, "stopId": "44871"}, {"stopSequence": 109, "arrival": {"time": "1694910470"}, "stopId": "44872"}, {"stopSequence": 110, "arrival": {"time": "1694912241"}, "stopId": "50020"}, {"stopSequence": 111, "arrival": {"time": "1694915137"}, "stopId": "14-11"}, {"stopSequence": 112, "arrival": {"time": "1694916682"}, "stopId": "91162"}, {"stopSequence": 113, "arrival": {"time": "1694920520"}, "stopId": "50023"}, {"stopSequence": 114, "arrival": {"time": "1694926951"}, "stopId": "14-Jul"}, {"stopSequence": 115, "arrival": {"time": "1694930055"}, "stopId": "14-Apr"}, {"stopSequence": 116, "arrival": {"time": "1694934714"}, "stopId": "37474"}, {"stopSequence": 117, "arrival": {"time": "1694940773"}, "stopId": "44879"}, {"stopSequence": 118, "arrival": {"time": "1694944145"}, "stopId": "44880"}, {"stopSequence": 119, "arrival": {"time": "1694949743"}, "stopId": "44881"}, {"stopSequence": 120, "arrival": {"time": "1694954596"}, "stopId": "50028"}], "vehicle": {"licensePlate": "ZN7803"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "20999-701ff27f-2", "startTime": "15:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "position": {"latitude": -36.724804, "longitude": -73.11804, "bearing": 122.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694889012", "vehicle": {"licensePlate": "ZN7803"}}}, {"id": "ae3c02f6-8010-4ba7-ad73-cf8d258b6bcf", "tripUpdate": {"trip": {"tripId": "21000-701ff27f-2", "startTime": "15:33:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694889010"}, "stopId": "40947"}, {"stopSequence": 17, "arrival": {"time": "1694889096"}, "stopId": "40932"}, {"stopSequence": 18, "arrival": {"time": "1694889146"}, "stopId": "42853"}, {"stopSequence": 19, "arrival": {"time": "1694889237"}, "stopId": "42854"}, {"stopSequence": 20, "arrival": {"time": "1694889295"}, "stopId": "42855"}, {"stopSequence": 21, "arrival": {"time": "1694889333"}, "stopId": "41975"}, {"stopSequence": 22, "arrival": {"time": "1694889355"}, "stopId": "42857"}, {"stopSequence": 23, "arrival": {"time": "1694889427"}, "stopId": "49108"}, {"stopSequence": 24, "arrival": {"time": "1694889472"}, "stopId": "49109"}, {"stopSequence": 25, "arrival": {"time": "1694889507"}, "stopId": "40363"}, {"stopSequence": 26, "arrival": {"time": "1694889670"}, "stopId": "38768"}, {"stopSequence": 27, "arrival": {"time": "1694889714"}, "stopId": "38769"}, {"stopSequence": 28, "arrival": {"time": "1694889754"}, "stopId": "49357"}, {"stopSequence": 29, "arrival": {"time": "1694889793"}, "stopId": "38771"}, {"stopSequence": 30, "arrival": {"time": "1694889836"}, "stopId": "38668"}, {"stopSequence": 31, "arrival": {"time": "1694889931"}, "stopId": "38661"}, {"stopSequence": 32, "arrival": {"time": "1694890012"}, "stopId": "38657"}, {"stopSequence": 33, "arrival": {"time": "1694890071"}, "stopId": "38743"}, {"stopSequence": 34, "arrival": {"time": "1694890135"}, "stopId": "38652"}, {"stopSequence": 35, "arrival": {"time": "1694890189"}, "stopId": "38721"}, {"stopSequence": 36, "arrival": {"time": "1694890246"}, "stopId": "38659"}, {"stopSequence": 37, "arrival": {"time": "1694890335"}, "stopId": "38674"}, {"stopSequence": 38, "arrival": {"time": "1694890404"}, "stopId": "38649"}, {"stopSequence": 39, "arrival": {"time": "1694890470"}, "stopId": "38718"}, {"stopSequence": 40, "arrival": {"time": "1694890537"}, "stopId": "38735"}, {"stopSequence": 41, "arrival": {"time": "1694890598"}, "stopId": "42270"}, {"stopSequence": 42, "arrival": {"time": "1694890646"}, "stopId": "42271"}, {"stopSequence": 43, "arrival": {"time": "1694890844"}, "stopId": "38688"}, {"stopSequence": 44, "arrival": {"time": "1694890903"}, "stopId": "38673"}, {"stopSequence": 45, "arrival": {"time": "1694890983"}, "stopId": "39785"}, {"stopSequence": 46, "arrival": {"time": "1694891024"}, "stopId": "38664"}, {"stopSequence": 47, "arrival": {"time": "1694891082"}, "stopId": "38702"}, {"stopSequence": 48, "arrival": {"time": "1694891130"}, "stopId": "39787"}, {"stopSequence": 49, "arrival": {"time": "1694891175"}, "stopId": "38501"}, {"stopSequence": 50, "arrival": {"time": "1694891249"}, "stopId": "38692"}, {"stopSequence": 51, "arrival": {"time": "1694891326"}, "stopId": "38714"}, {"stopSequence": 52, "arrival": {"time": "1694891380"}, "stopId": "39791"}, {"stopSequence": 53, "arrival": {"time": "1694891412"}, "stopId": "38506"}, {"stopSequence": 54, "arrival": {"time": "1694891469"}, "stopId": "38635"}, {"stopSequence": 55, "arrival": {"time": "1694891508"}, "stopId": "38509"}, {"stopSequence": 56, "arrival": {"time": "1694891560"}, "stopId": "38642"}, {"stopSequence": 57, "arrival": {"time": "1694891612"}, "stopId": "39795"}, {"stopSequence": 58, "arrival": {"time": "1694891652"}, "stopId": "38502"}, {"stopSequence": 59, "arrival": {"time": "1694891725"}, "stopId": "38503"}, {"stopSequence": 60, "arrival": {"time": "1694891925"}, "stopId": "35691"}, {"stopSequence": 61, "arrival": {"time": "1694891978"}, "stopId": "35692"}, {"stopSequence": 62, "arrival": {"time": "1694892055"}, "stopId": "35693"}, {"stopSequence": 63, "arrival": {"time": "1694892129"}, "stopId": "35694"}, {"stopSequence": 64, "arrival": {"time": "1694892184"}, "stopId": "35695"}, {"stopSequence": 65, "arrival": {"time": "1694892250"}, "stopId": "35696"}, {"stopSequence": 66, "arrival": {"time": "1694892500"}, "stopId": "35697"}, {"stopSequence": 67, "arrival": {"time": "1694892685"}, "stopId": "39778"}, {"stopSequence": 68, "arrival": {"time": "1694892855"}, "stopId": "35797"}, {"stopSequence": 69, "arrival": {"time": "1694892934"}, "stopId": "35798"}, {"stopSequence": 70, "arrival": {"time": "1694892989"}, "stopId": "35799"}, {"stopSequence": 71, "arrival": {"time": "1694893111"}, "stopId": "35800"}, {"stopSequence": 72, "arrival": {"time": "1694893200"}, "stopId": "35801"}, {"stopSequence": 73, "arrival": {"time": "1694893247"}, "stopId": "35802"}, {"stopSequence": 74, "arrival": {"time": "1694893336"}, "stopId": "35803"}, {"stopSequence": 75, "arrival": {"time": "1694893442"}, "stopId": "38507"}, {"stopSequence": 76, "arrival": {"time": "1694893541"}, "stopId": "34473"}, {"stopSequence": 77, "arrival": {"time": "1694893630"}, "stopId": "38500"}, {"stopSequence": 78, "arrival": {"time": "1694893725"}, "stopId": "35808"}, {"stopSequence": 79, "arrival": {"time": "1694893848"}, "stopId": "35710"}, {"stopSequence": 80, "arrival": {"time": "1694893946"}, "stopId": "50036"}, {"stopSequence": 81, "arrival": {"time": "1694894492"}, "stopId": "50037"}, {"stopSequence": 82, "arrival": {"time": "1694894876"}, "stopId": "50038"}, {"stopSequence": 83, "arrival": {"time": "1694895096"}, "stopId": "50039"}, {"stopSequence": 84, "arrival": {"time": "1694895265"}, "stopId": "50040"}, {"stopSequence": 85, "arrival": {"time": "1694895553"}, "stopId": "50041"}, {"stopSequence": 86, "arrival": {"time": "1694896034"}, "stopId": "Jun-15"}, {"stopSequence": 87, "arrival": {"time": "1694896398"}, "stopId": "Jun-13"}, {"stopSequence": 88, "arrival": {"time": "1694897238"}, "stopId": "6-Oct"}, {"stopSequence": 89, "arrival": {"time": "1694897492"}, "stopId": "6-Aug"}, {"stopSequence": 90, "arrival": {"time": "1694898362"}, "stopId": "6-Jun"}, {"stopSequence": 91, "arrival": {"time": "1694899129"}, "stopId": "6-Feb"}, {"stopSequence": 92, "arrival": {"time": "1694900104"}, "stopId": "7-Jul"}, {"stopSequence": 93, "arrival": {"time": "1694900649"}, "stopId": "7-May"}, {"stopSequence": 94, "arrival": {"time": "1694900958"}, "stopId": "1508142"}, {"stopSequence": 95, "arrival": {"time": "1694901879"}, "stopId": "7-Feb"}, {"stopSequence": 96, "arrival": {"time": "1694902593"}, "stopId": "8-Jan"}, {"stopSequence": 97, "arrival": {"time": "1694902951"}, "stopId": "9-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694903438"}, "stopId": "10-Apr"}, {"stopSequence": 99, "arrival": {"time": "1694904147"}, "stopId": "10-Jan"}, {"stopSequence": 100, "arrival": {"time": "1694904787"}, "stopId": "44863"}, {"stopSequence": 101, "arrival": {"time": "1694905262"}, "stopId": "10-Mar"}, {"stopSequence": 102, "arrival": {"time": "1694906159"}, "stopId": "11-Jan"}, {"stopSequence": 103, "arrival": {"time": "1694907077"}, "stopId": "44866"}, {"stopSequence": 104, "arrival": {"time": "1694907836"}, "stopId": "44867"}, {"stopSequence": 105, "arrival": {"time": "1694908385"}, "stopId": "44868"}, {"stopSequence": 106, "arrival": {"time": "1694908975"}, "stopId": "44869"}, {"stopSequence": 107, "arrival": {"time": "1694909734"}, "stopId": "44870"}, {"stopSequence": 108, "arrival": {"time": "1694910581"}, "stopId": "44871"}, {"stopSequence": 109, "arrival": {"time": "1694911673"}, "stopId": "44872"}, {"stopSequence": 110, "arrival": {"time": "1694913645"}, "stopId": "50020"}, {"stopSequence": 111, "arrival": {"time": "1694916907"}, "stopId": "14-11"}, {"stopSequence": 112, "arrival": {"time": "1694918665"}, "stopId": "91162"}, {"stopSequence": 113, "arrival": {"time": "1694923090"}, "stopId": "50023"}, {"stopSequence": 114, "arrival": {"time": "1694930692"}, "stopId": "14-Jul"}, {"stopSequence": 115, "arrival": {"time": "1694934448"}, "stopId": "14-Apr"}, {"stopSequence": 116, "arrival": {"time": "1694940196"}, "stopId": "37474"}, {"stopSequence": 117, "arrival": {"time": "1694947874"}, "stopId": "44879"}, {"stopSequence": 118, "arrival": {"time": "1694952252"}, "stopId": "44880"}, {"stopSequence": 119, "arrival": {"time": "1694959688"}, "stopId": "44881"}, {"stopSequence": 120, "arrival": {"time": "1694966312"}, "stopId": "50028"}], "vehicle": {"licensePlate": "ZY5139"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "21000-701ff27f-2", "startTime": "15:33:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "595", "directionId": 1}, "position": {"latitude": -36.72472, "longitude": -73.12035, "bearing": 118.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694889008", "vehicle": {"licensePlate": "ZY5139"}}}, {"id": "e27fde01-7114-4fb2-9308-a015d68c4ea3", "tripUpdate": {"trip": {"tripId": "21557-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694888987"}, "stopId": "39636"}, {"stopSequence": 35, "arrival": {"time": "1694889177"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694889229"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694889261"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694889329"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694889393"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694889626"}, "stopId": "49323"}, {"stopSequence": 41, "arrival": {"time": "1694889705"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694889767"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694889786"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694889856"}, "stopId": "36115"}, {"stopSequence": 45, "arrival": {"time": "1694889906"}, "stopId": "36116"}, {"stopSequence": 46, "arrival": {"time": "1694889938"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694889984"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694890024"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694890055"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694890086"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694890115"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694890181"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694890193"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694890232"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694890237"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694890270"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694890340"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694890369"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694890411"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694890453"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694890481"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694890510"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694890557"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694890615"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694890660"}, "stopId": "39664"}, {"stopSequence": 66, "arrival": {"time": "1694890707"}, "stopId": "39665"}, {"stopSequence": 67, "arrival": {"time": "1694890831"}, "stopId": "42655"}, {"stopSequence": 68, "arrival": {"time": "1694890879"}, "stopId": "49342"}], "vehicle": {"licensePlate": "DWHG74"}, "timestamp": "1694888986"}, "vehicle": {"trip": {"tripId": "21557-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 1}, "position": {"latitude": -36.823296, "longitude": -73.06303, "bearing": 326.0, "odometer": 0.0, "speed": 4.4444447}, "timestamp": "1694888986", "vehicle": {"licensePlate": "DWHG74"}}}, {"id": "97e8d47e-9423-4c19-8cef-a06601d2c8e2", "tripUpdate": {"trip": {"tripId": "21559-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 13, "arrival": {"time": "1694889022"}, "stopId": "35727"}, {"stopSequence": 14, "arrival": {"time": "1694889100"}, "stopId": "35820"}, {"stopSequence": 15, "arrival": {"time": "1694889138"}, "stopId": "35729"}, {"stopSequence": 16, "arrival": {"time": "1694889170"}, "stopId": "35730"}, {"stopSequence": 17, "arrival": {"time": "1694889203"}, "stopId": "35731"}, {"stopSequence": 18, "arrival": {"time": "1694889267"}, "stopId": "35201"}, {"stopSequence": 19, "arrival": {"time": "1694889360"}, "stopId": "35202"}, {"stopSequence": 20, "arrival": {"time": "1694889390"}, "stopId": "35203"}, {"stopSequence": 21, "arrival": {"time": "1694889457"}, "stopId": "1-Feb"}, {"stopSequence": 22, "arrival": {"time": "1694889502"}, "stopId": "1-Mar"}, {"stopSequence": 23, "arrival": {"time": "1694889535"}, "stopId": "37465"}, {"stopSequence": 24, "arrival": {"time": "1694889633"}, "stopId": "39599"}, {"stopSequence": 25, "arrival": {"time": "1694889707"}, "stopId": "45011"}, {"stopSequence": 26, "arrival": {"time": "1694889805"}, "stopId": "39623"}, {"stopSequence": 27, "arrival": {"time": "1694889852"}, "stopId": "39624"}, {"stopSequence": 28, "arrival": {"time": "1694889916"}, "stopId": "90000"}, {"stopSequence": 29, "arrival": {"time": "1694889966"}, "stopId": "39628"}, {"stopSequence": 30, "arrival": {"time": "1694890040"}, "stopId": "39631"}, {"stopSequence": 31, "arrival": {"time": "1694890086"}, "stopId": "49311"}, {"stopSequence": 32, "arrival": {"time": "1694890140"}, "stopId": "39634"}, {"stopSequence": 33, "arrival": {"time": "1694890165"}, "stopId": "39635"}, {"stopSequence": 34, "arrival": {"time": "1694890210"}, "stopId": "39636"}, {"stopSequence": 35, "arrival": {"time": "1694890386"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890435"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694890467"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694890532"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694890596"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694890834"}, "stopId": "49323"}, {"stopSequence": 41, "arrival": {"time": "1694890918"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694890985"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694891006"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694891083"}, "stopId": "36115"}, {"stopSequence": 45, "arrival": {"time": "1694891139"}, "stopId": "36116"}, {"stopSequence": 46, "arrival": {"time": "1694891174"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694891227"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694891273"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694891309"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694891346"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694891379"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694891457"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694891472"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694891519"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694891525"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694891565"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694891651"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694891687"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694891739"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694891793"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694891828"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694891866"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694891926"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694892003"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694892063"}, "stopId": "39664"}, {"stopSequence": 66, "arrival": {"time": "1694892124"}, "stopId": "39665"}, {"stopSequence": 67, "arrival": {"time": "1694892294"}, "stopId": "42655"}, {"stopSequence": 68, "arrival": {"time": "1694892361"}, "stopId": "49342"}], "vehicle": {"licensePlate": "JJJD19"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "21559-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 1}, "position": {"latitude": -36.8207, "longitude": -73.01223, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "JJJD19"}}}, {"id": "874c0b30-23ce-41e2-88ac-c515f3c8daad", "tripUpdate": {"trip": {"tripId": "21462-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 52, "arrival": {"time": "1694889102"}, "stopId": "37522"}, {"stopSequence": 53, "arrival": {"time": "1694889138"}, "stopId": "39599"}, {"stopSequence": 54, "arrival": {"time": "1694889180"}, "stopId": "50034"}, {"stopSequence": 55, "arrival": {"time": "1694889223"}, "stopId": "40903"}, {"stopSequence": 56, "arrival": {"time": "1694889256"}, "stopId": "40904"}, {"stopSequence": 57, "arrival": {"time": "1694889309"}, "stopId": "35814"}, {"stopSequence": 58, "arrival": {"time": "1694889382"}, "stopId": "35815"}, {"stopSequence": 59, "arrival": {"time": "1694889408"}, "stopId": "35816"}, {"stopSequence": 60, "arrival": {"time": "1694889425"}, "stopId": "35817"}, {"stopSequence": 61, "arrival": {"time": "1694889460"}, "stopId": "35818"}, {"stopSequence": 62, "arrival": {"time": "1694889499"}, "stopId": "35819"}, {"stopSequence": 63, "arrival": {"time": "1694889686"}, "stopId": "35822"}, {"stopSequence": 64, "arrival": {"time": "1694889736"}, "stopId": "35823"}, {"stopSequence": 65, "arrival": {"time": "1694889786"}, "stopId": "35723"}, {"stopSequence": 66, "arrival": {"time": "1694889829"}, "stopId": "35722"}, {"stopSequence": 67, "arrival": {"time": "1694889915"}, "stopId": "35826"}, {"stopSequence": 68, "arrival": {"time": "1694889976"}, "stopId": "35548"}, {"stopSequence": 69, "arrival": {"time": "1694890063"}, "stopId": "35547"}, {"stopSequence": 70, "arrival": {"time": "1694890127"}, "stopId": "35546"}, {"stopSequence": 71, "arrival": {"time": "1694890191"}, "stopId": "35553"}, {"stopSequence": 72, "arrival": {"time": "1694890245"}, "stopId": "35568"}], "vehicle": {"licensePlate": "JVTK96"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "21462-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 0}, "position": {"latitude": -36.820484, "longitude": -73.04214, "bearing": 62.0, "odometer": 0.0, "speed": 7.5}, "timestamp": "1694889014", "vehicle": {"licensePlate": "JVTK96"}}}, {"id": "7fbf4be1-a5ab-4040-af14-fb5779ada23d", "tripUpdate": {"trip": {"tripId": "21560-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694888978"}, "stopId": "35318"}, {"stopSequence": 3, "arrival": {"time": "1694889027"}, "stopId": "35319"}, {"stopSequence": 4, "arrival": {"time": "1694889052"}, "stopId": "40659"}, {"stopSequence": 5, "arrival": {"time": "1694889112"}, "stopId": "35718"}, {"stopSequence": 6, "arrival": {"time": "1694889153"}, "stopId": "35719"}, {"stopSequence": 7, "arrival": {"time": "1694889195"}, "stopId": "35720"}, {"stopSequence": 8, "arrival": {"time": "1694889227"}, "stopId": "35721"}, {"stopSequence": 9, "arrival": {"time": "1694889241"}, "stopId": "35722"}, {"stopSequence": 10, "arrival": {"time": "1694889290"}, "stopId": "35723"}, {"stopSequence": 11, "arrival": {"time": "1694889338"}, "stopId": "35724"}, {"stopSequence": 12, "arrival": {"time": "1694889407"}, "stopId": "35726"}, {"stopSequence": 13, "arrival": {"time": "1694889476"}, "stopId": "35727"}, {"stopSequence": 14, "arrival": {"time": "1694889549"}, "stopId": "35820"}, {"stopSequence": 15, "arrival": {"time": "1694889584"}, "stopId": "35729"}, {"stopSequence": 16, "arrival": {"time": "1694889615"}, "stopId": "35730"}, {"stopSequence": 17, "arrival": {"time": "1694889645"}, "stopId": "35731"}, {"stopSequence": 18, "arrival": {"time": "1694889706"}, "stopId": "35201"}, {"stopSequence": 19, "arrival": {"time": "1694889795"}, "stopId": "35202"}, {"stopSequence": 20, "arrival": {"time": "1694889824"}, "stopId": "35203"}, {"stopSequence": 21, "arrival": {"time": "1694889888"}, "stopId": "1-Feb"}, {"stopSequence": 22, "arrival": {"time": "1694889932"}, "stopId": "1-Mar"}, {"stopSequence": 23, "arrival": {"time": "1694889964"}, "stopId": "37465"}, {"stopSequence": 24, "arrival": {"time": "1694890060"}, "stopId": "39599"}, {"stopSequence": 25, "arrival": {"time": "1694890134"}, "stopId": "45011"}, {"stopSequence": 26, "arrival": {"time": "1694890231"}, "stopId": "39623"}, {"stopSequence": 27, "arrival": {"time": "1694890279"}, "stopId": "39624"}, {"stopSequence": 28, "arrival": {"time": "1694890343"}, "stopId": "90000"}, {"stopSequence": 29, "arrival": {"time": "1694890393"}, "stopId": "39628"}, {"stopSequence": 30, "arrival": {"time": "1694890469"}, "stopId": "39631"}, {"stopSequence": 31, "arrival": {"time": "1694890517"}, "stopId": "49311"}, {"stopSequence": 32, "arrival": {"time": "1694890572"}, "stopId": "39634"}, {"stopSequence": 33, "arrival": {"time": "1694890598"}, "stopId": "39635"}, {"stopSequence": 34, "arrival": {"time": "1694890644"}, "stopId": "39636"}, {"stopSequence": 35, "arrival": {"time": "1694890829"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890881"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694890914"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694890984"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694891052"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694891311"}, "stopId": "49323"}, {"stopSequence": 41, "arrival": {"time": "1694891404"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694891477"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694891500"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694891586"}, "stopId": "36115"}, {"stopSequence": 45, "arrival": {"time": "1694891649"}, "stopId": "36116"}, {"stopSequence": 46, "arrival": {"time": "1694891689"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694891749"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694891800"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694891842"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694891883"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694891921"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694892011"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694892027"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694892082"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694892089"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694892135"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694892235"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694892277"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694892338"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694892401"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694892443"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694892488"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694892559"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694892650"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694892722"}, "stopId": "39664"}, {"stopSequence": 66, "arrival": {"time": "1694892796"}, "stopId": "39665"}, {"stopSequence": 67, "arrival": {"time": "1694893001"}, "stopId": "42655"}, {"stopSequence": 68, "arrival": {"time": "1694893083"}, "stopId": "49342"}], "vehicle": {"licensePlate": "ZV7323"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "21560-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "598", "directionId": 1}, "position": {"latitude": -36.837143, "longitude": -73.00219, "bearing": 196.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694889012", "vehicle": {"licensePlate": "ZV7323"}}}, {"id": "bcd35849-9817-4987-9d79-7e02f6d94352", "tripUpdate": {"trip": {"tripId": "21663-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 38, "arrival": {"time": "1694889076"}, "stopId": "40996"}, {"stopSequence": 39, "arrival": {"time": "1694889157"}, "stopId": "40997"}, {"stopSequence": 40, "arrival": {"time": "1694889218"}, "stopId": "39614"}, {"stopSequence": 41, "arrival": {"time": "1694889267"}, "stopId": "39615"}, {"stopSequence": 42, "arrival": {"time": "1694889318"}, "stopId": "39616"}, {"stopSequence": 43, "arrival": {"time": "1694889373"}, "stopId": "39617"}, {"stopSequence": 44, "arrival": {"time": "1694889431"}, "stopId": "39618"}, {"stopSequence": 45, "arrival": {"time": "1694889477"}, "stopId": "39619"}, {"stopSequence": 46, "arrival": {"time": "1694889515"}, "stopId": "39620"}, {"stopSequence": 47, "arrival": {"time": "1694889585"}, "stopId": "39621"}, {"stopSequence": 48, "arrival": {"time": "1694889633"}, "stopId": "38281"}, {"stopSequence": 49, "arrival": {"time": "1694889687"}, "stopId": "37506"}, {"stopSequence": 50, "arrival": {"time": "1694889780"}, "stopId": "37520"}, {"stopSequence": 51, "arrival": {"time": "1694889885"}, "stopId": "37470"}, {"stopSequence": 52, "arrival": {"time": "1694889909"}, "stopId": "37477"}, {"stopSequence": 53, "arrival": {"time": "1694889937"}, "stopId": "91118"}, {"stopSequence": 54, "arrival": {"time": "1694889998"}, "stopId": "35223"}, {"stopSequence": 55, "arrival": {"time": "1694890042"}, "stopId": "39547"}, {"stopSequence": 56, "arrival": {"time": "1694890116"}, "stopId": "35224"}, {"stopSequence": 57, "arrival": {"time": "1694890285"}, "stopId": "35225"}, {"stopSequence": 58, "arrival": {"time": "1694890886"}, "stopId": "35409"}, {"stopSequence": 59, "arrival": {"time": "1694890924"}, "stopId": "35411"}, {"stopSequence": 60, "arrival": {"time": "1694890960"}, "stopId": "35412"}, {"stopSequence": 61, "arrival": {"time": "1694891087"}, "stopId": "35414"}, {"stopSequence": 62, "arrival": {"time": "1694891125"}, "stopId": "35415"}, {"stopSequence": 63, "arrival": {"time": "1694891153"}, "stopId": "35416"}, {"stopSequence": 64, "arrival": {"time": "1694891330"}, "stopId": "35752"}, {"stopSequence": 65, "arrival": {"time": "1694891490"}, "stopId": "35417"}, {"stopSequence": 66, "arrival": {"time": "1694891557"}, "stopId": "35418"}, {"stopSequence": 67, "arrival": {"time": "1694891581"}, "stopId": "35664"}, {"stopSequence": 68, "arrival": {"time": "1694891622"}, "stopId": "35665"}, {"stopSequence": 69, "arrival": {"time": "1694891658"}, "stopId": "35666"}, {"stopSequence": 70, "arrival": {"time": "1694891712"}, "stopId": "35667"}, {"stopSequence": 71, "arrival": {"time": "1694891749"}, "stopId": "35668"}, {"stopSequence": 72, "arrival": {"time": "1694891809"}, "stopId": "35669"}, {"stopSequence": 73, "arrival": {"time": "1694891897"}, "stopId": "35670"}, {"stopSequence": 74, "arrival": {"time": "1694891941"}, "stopId": "35671"}], "vehicle": {"licensePlate": "BXYT56"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "21663-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "position": {"latitude": -36.79908, "longitude": -73.05892, "bearing": 126.0, "odometer": 0.0, "speed": 16.38889}, "timestamp": "1694889004", "vehicle": {"licensePlate": "BXYT56"}}}, {"id": "f503df67-c5a2-457a-8682-44c6d2d38c86", "tripUpdate": {"trip": {"tripId": "21662-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 50, "arrival": {"time": "1694888861"}, "stopId": "37520"}, {"stopSequence": 51, "arrival": {"time": "1694888975"}, "stopId": "37470"}, {"stopSequence": 52, "arrival": {"time": "1694889001"}, "stopId": "37477"}, {"stopSequence": 53, "arrival": {"time": "1694889031"}, "stopId": "91118"}, {"stopSequence": 54, "arrival": {"time": "1694889096"}, "stopId": "35223"}, {"stopSequence": 55, "arrival": {"time": "1694889143"}, "stopId": "39547"}, {"stopSequence": 56, "arrival": {"time": "1694889221"}, "stopId": "35224"}, {"stopSequence": 57, "arrival": {"time": "1694889395"}, "stopId": "35225"}, {"stopSequence": 58, "arrival": {"time": "1694889979"}, "stopId": "35409"}, {"stopSequence": 59, "arrival": {"time": "1694890014"}, "stopId": "35411"}, {"stopSequence": 60, "arrival": {"time": "1694890047"}, "stopId": "35412"}, {"stopSequence": 61, "arrival": {"time": "1694890163"}, "stopId": "35414"}, {"stopSequence": 62, "arrival": {"time": "1694890198"}, "stopId": "35415"}, {"stopSequence": 63, "arrival": {"time": "1694890223"}, "stopId": "35416"}, {"stopSequence": 64, "arrival": {"time": "1694890380"}, "stopId": "35752"}, {"stopSequence": 65, "arrival": {"time": "1694890520"}, "stopId": "35417"}, {"stopSequence": 66, "arrival": {"time": "1694890577"}, "stopId": "35418"}, {"stopSequence": 67, "arrival": {"time": "1694890597"}, "stopId": "35664"}, {"stopSequence": 68, "arrival": {"time": "1694890633"}, "stopId": "35665"}, {"stopSequence": 69, "arrival": {"time": "1694890663"}, "stopId": "35666"}, {"stopSequence": 70, "arrival": {"time": "1694890709"}, "stopId": "35667"}, {"stopSequence": 71, "arrival": {"time": "1694890740"}, "stopId": "35668"}, {"stopSequence": 72, "arrival": {"time": "1694890790"}, "stopId": "35669"}, {"stopSequence": 73, "arrival": {"time": "1694890863"}, "stopId": "35670"}, {"stopSequence": 74, "arrival": {"time": "1694890900"}, "stopId": "35671"}], "vehicle": {"licensePlate": "DWHB85"}, "timestamp": "1694888850"}, "vehicle": {"trip": {"tripId": "21662-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "position": {"latitude": -36.826862, "longitude": -73.04811, "bearing": 234.0, "odometer": 0.0, "speed": 5.2777777}, "timestamp": "1694888850", "vehicle": {"licensePlate": "DWHB85"}}}, {"id": "b9b89734-0f29-4c10-b58d-07c6acf285cc", "tripUpdate": {"trip": {"tripId": "21660-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 73, "arrival": {"time": "1694888980"}, "stopId": "35670"}, {"stopSequence": 74, "arrival": {"time": "1694889016"}, "stopId": "35671"}], "vehicle": {"licensePlate": "FXJS17"}, "timestamp": "1694888970"}, "vehicle": {"trip": {"tripId": "21660-701ff27f-2", "startTime": "14:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "position": {"latitude": -36.828266, "longitude": -73.12576, "bearing": 294.0, "odometer": 0.0, "speed": 10.277778}, "timestamp": "1694888970", "vehicle": {"licensePlate": "FXJS17"}}}, {"id": "3149fe8b-8100-446b-a9da-0b7c5c2471e8", "tripUpdate": {"trip": {"tripId": "21665-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694889046"}, "stopId": "40749"}, {"stopSequence": 16, "arrival": {"time": "1694889089"}, "stopId": "42525"}, {"stopSequence": 17, "arrival": {"time": "1694889092"}, "stopId": "42526"}, {"stopSequence": 18, "arrival": {"time": "1694889128"}, "stopId": "40721"}, {"stopSequence": 19, "arrival": {"time": "1694889151"}, "stopId": "40720"}, {"stopSequence": 20, "arrival": {"time": "1694889170"}, "stopId": "42528"}, {"stopSequence": 21, "arrival": {"time": "1694889224"}, "stopId": "37432"}, {"stopSequence": 22, "arrival": {"time": "1694889256"}, "stopId": "37586"}, {"stopSequence": 23, "arrival": {"time": "1694889278"}, "stopId": "37430"}, {"stopSequence": 24, "arrival": {"time": "1694889298"}, "stopId": "37588"}, {"stopSequence": 25, "arrival": {"time": "1694889348"}, "stopId": "37589"}, {"stopSequence": 26, "arrival": {"time": "1694889428"}, "stopId": "37840"}, {"stopSequence": 27, "arrival": {"time": "1694889454"}, "stopId": "49140"}, {"stopSequence": 28, "arrival": {"time": "1694889494"}, "stopId": "49141"}, {"stopSequence": 29, "arrival": {"time": "1694889533"}, "stopId": "49142"}, {"stopSequence": 30, "arrival": {"time": "1694889570"}, "stopId": "49143"}, {"stopSequence": 31, "arrival": {"time": "1694889577"}, "stopId": "45112"}, {"stopSequence": 32, "arrival": {"time": "1694889628"}, "stopId": "45113"}, {"stopSequence": 33, "arrival": {"time": "1694889707"}, "stopId": "37490"}, {"stopSequence": 34, "arrival": {"time": "1694889793"}, "stopId": "37104"}, {"stopSequence": 35, "arrival": {"time": "1694889835"}, "stopId": "8606052"}, {"stopSequence": 36, "arrival": {"time": "1694890088"}, "stopId": "16005188"}, {"stopSequence": 37, "arrival": {"time": "1694890334"}, "stopId": "40995"}, {"stopSequence": 38, "arrival": {"time": "1694890406"}, "stopId": "40996"}, {"stopSequence": 39, "arrival": {"time": "1694890483"}, "stopId": "40997"}, {"stopSequence": 40, "arrival": {"time": "1694890541"}, "stopId": "39614"}, {"stopSequence": 41, "arrival": {"time": "1694890589"}, "stopId": "39615"}, {"stopSequence": 42, "arrival": {"time": "1694890638"}, "stopId": "39616"}, {"stopSequence": 43, "arrival": {"time": "1694890693"}, "stopId": "39617"}, {"stopSequence": 44, "arrival": {"time": "1694890752"}, "stopId": "39618"}, {"stopSequence": 45, "arrival": {"time": "1694890799"}, "stopId": "39619"}, {"stopSequence": 46, "arrival": {"time": "1694890838"}, "stopId": "39620"}, {"stopSequence": 47, "arrival": {"time": "1694890911"}, "stopId": "39621"}, {"stopSequence": 48, "arrival": {"time": "1694890962"}, "stopId": "38281"}, {"stopSequence": 49, "arrival": {"time": "1694891021"}, "stopId": "37506"}, {"stopSequence": 50, "arrival": {"time": "1694891124"}, "stopId": "37520"}, {"stopSequence": 51, "arrival": {"time": "1694891242"}, "stopId": "37470"}, {"stopSequence": 52, "arrival": {"time": "1694891269"}, "stopId": "37477"}, {"stopSequence": 53, "arrival": {"time": "1694891302"}, "stopId": "91118"}, {"stopSequence": 54, "arrival": {"time": "1694891373"}, "stopId": "35223"}, {"stopSequence": 55, "arrival": {"time": "1694891425"}, "stopId": "39547"}, {"stopSequence": 56, "arrival": {"time": "1694891514"}, "stopId": "35224"}, {"stopSequence": 57, "arrival": {"time": "1694891725"}, "stopId": "35225"}, {"stopSequence": 58, "arrival": {"time": "1694892544"}, "stopId": "35409"}, {"stopSequence": 59, "arrival": {"time": "1694892600"}, "stopId": "35411"}, {"stopSequence": 60, "arrival": {"time": "1694892653"}, "stopId": "35412"}, {"stopSequence": 61, "arrival": {"time": "1694892845"}, "stopId": "35414"}, {"stopSequence": 62, "arrival": {"time": "1694892904"}, "stopId": "35415"}, {"stopSequence": 63, "arrival": {"time": "1694892947"}, "stopId": "35416"}, {"stopSequence": 64, "arrival": {"time": "1694893228"}, "stopId": "35752"}, {"stopSequence": 65, "arrival": {"time": "1694893493"}, "stopId": "35417"}, {"stopSequence": 66, "arrival": {"time": "1694893605"}, "stopId": "35418"}, {"stopSequence": 67, "arrival": {"time": "1694893646"}, "stopId": "35664"}, {"stopSequence": 68, "arrival": {"time": "1694893718"}, "stopId": "35665"}, {"stopSequence": 69, "arrival": {"time": "1694893780"}, "stopId": "35666"}, {"stopSequence": 70, "arrival": {"time": "1694893875"}, "stopId": "35667"}, {"stopSequence": 71, "arrival": {"time": "1694893941"}, "stopId": "35668"}, {"stopSequence": 72, "arrival": {"time": "1694894049"}, "stopId": "35669"}, {"stopSequence": 73, "arrival": {"time": "1694894208"}, "stopId": "35670"}, {"stopSequence": 74, "arrival": {"time": "1694894290"}, "stopId": "35671"}], "vehicle": {"licensePlate": "GKLB58"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "21665-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 0}, "position": {"latitude": -36.789154, "longitude": -73.10639, "bearing": 210.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694889004", "vehicle": {"licensePlate": "GKLB58"}}}, {"id": "03ccd0c1-ae48-4e30-bec3-2f361cf56e29", "tripUpdate": {"trip": {"tripId": "21767-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694889070"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694889143"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694889192"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694889214"}, "stopId": "49329"}, {"stopSequence": 53, "arrival": {"time": "1694889272"}, "stopId": "49330"}, {"stopSequence": 54, "arrival": {"time": "1694889311"}, "stopId": "39652"}, {"stopSequence": 55, "arrival": {"time": "1694889373"}, "stopId": "36683"}, {"stopSequence": 56, "arrival": {"time": "1694889411"}, "stopId": "37428"}, {"stopSequence": 57, "arrival": {"time": "1694889452"}, "stopId": "37429"}, {"stopSequence": 58, "arrival": {"time": "1694889484"}, "stopId": "37430"}, {"stopSequence": 59, "arrival": {"time": "1694889516"}, "stopId": "37431"}, {"stopSequence": 60, "arrival": {"time": "1694889545"}, "stopId": "37432"}, {"stopSequence": 61, "arrival": {"time": "1694889612"}, "stopId": "40720"}, {"stopSequence": 62, "arrival": {"time": "1694889624"}, "stopId": "40721"}, {"stopSequence": 63, "arrival": {"time": "1694889664"}, "stopId": "40722"}, {"stopSequence": 64, "arrival": {"time": "1694889669"}, "stopId": "40723"}, {"stopSequence": 65, "arrival": {"time": "1694889702"}, "stopId": "40724"}, {"stopSequence": 66, "arrival": {"time": "1694889771"}, "stopId": "40725"}, {"stopSequence": 67, "arrival": {"time": "1694889800"}, "stopId": "37435"}, {"stopSequence": 68, "arrival": {"time": "1694889841"}, "stopId": "39658"}, {"stopSequence": 69, "arrival": {"time": "1694889883"}, "stopId": "39659"}, {"stopSequence": 70, "arrival": {"time": "1694889910"}, "stopId": "39660"}, {"stopSequence": 71, "arrival": {"time": "1694889939"}, "stopId": "39661"}, {"stopSequence": 72, "arrival": {"time": "1694889984"}, "stopId": "39662"}, {"stopSequence": 73, "arrival": {"time": "1694890040"}, "stopId": "39663"}, {"stopSequence": 74, "arrival": {"time": "1694890084"}, "stopId": "39664"}, {"stopSequence": 75, "arrival": {"time": "1694890128"}, "stopId": "39665"}, {"stopSequence": 76, "arrival": {"time": "1694890246"}, "stopId": "42655"}, {"stopSequence": 77, "arrival": {"time": "1694890292"}, "stopId": "49342"}], "vehicle": {"licensePlate": "GKXF28"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "21767-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "position": {"latitude": -36.78178, "longitude": -73.09073, "bearing": 110.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694889010", "vehicle": {"licensePlate": "GKXF28"}}}, {"id": "953505dd-893b-4305-91e6-b13067329b93", "tripUpdate": {"trip": {"tripId": "21765-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 63, "arrival": {"time": "1694889042"}, "stopId": "40722"}, {"stopSequence": 64, "arrival": {"time": "1694889047"}, "stopId": "40723"}, {"stopSequence": 65, "arrival": {"time": "1694889083"}, "stopId": "40724"}, {"stopSequence": 66, "arrival": {"time": "1694889158"}, "stopId": "40725"}, {"stopSequence": 67, "arrival": {"time": "1694889189"}, "stopId": "37435"}, {"stopSequence": 68, "arrival": {"time": "1694889233"}, "stopId": "39658"}, {"stopSequence": 69, "arrival": {"time": "1694889277"}, "stopId": "39659"}, {"stopSequence": 70, "arrival": {"time": "1694889306"}, "stopId": "39660"}, {"stopSequence": 71, "arrival": {"time": "1694889336"}, "stopId": "39661"}, {"stopSequence": 72, "arrival": {"time": "1694889383"}, "stopId": "39662"}, {"stopSequence": 73, "arrival": {"time": "1694889442"}, "stopId": "39663"}, {"stopSequence": 74, "arrival": {"time": "1694889487"}, "stopId": "39664"}, {"stopSequence": 75, "arrival": {"time": "1694889532"}, "stopId": "39665"}, {"stopSequence": 76, "arrival": {"time": "1694889652"}, "stopId": "42655"}, {"stopSequence": 77, "arrival": {"time": "1694889698"}, "stopId": "49342"}], "vehicle": {"licensePlate": "HCCR33"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "21765-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "position": {"latitude": -36.791992, "longitude": -73.106384, "bearing": 302.0, "odometer": 0.0, "speed": 14.444445}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HCCR33"}}}, {"id": "c09129e8-5768-452f-94b6-83a65d191591", "tripUpdate": {"trip": {"tripId": "21768-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694888974"}, "stopId": "44643"}, {"stopSequence": 23, "arrival": {"time": "1694889016"}, "stopId": "44644"}, {"stopSequence": 24, "arrival": {"time": "1694889110"}, "stopId": "91116"}, {"stopSequence": 25, "arrival": {"time": "1694889592"}, "stopId": "39545"}, {"stopSequence": 26, "arrival": {"time": "1694889757"}, "stopId": "39546"}, {"stopSequence": 27, "arrival": {"time": "1694889890"}, "stopId": "35286"}, {"stopSequence": 28, "arrival": {"time": "1694889917"}, "stopId": "35287"}, {"stopSequence": 29, "arrival": {"time": "1694889984"}, "stopId": "42317"}, {"stopSequence": 30, "arrival": {"time": "1694890035"}, "stopId": "42318"}, {"stopSequence": 31, "arrival": {"time": "1694890105"}, "stopId": "8606396"}, {"stopSequence": 32, "arrival": {"time": "1694890175"}, "stopId": "38514"}, {"stopSequence": 33, "arrival": {"time": "1694890213"}, "stopId": "38516"}, {"stopSequence": 34, "arrival": {"time": "1694890271"}, "stopId": "38518"}, {"stopSequence": 35, "arrival": {"time": "1694890369"}, "stopId": "38520"}, {"stopSequence": 36, "arrival": {"time": "1694890409"}, "stopId": "38521"}, {"stopSequence": 37, "arrival": {"time": "1694890458"}, "stopId": "38522"}, {"stopSequence": 38, "arrival": {"time": "1694890508"}, "stopId": "38523"}, {"stopSequence": 39, "arrival": {"time": "1694890560"}, "stopId": "38524"}, {"stopSequence": 40, "arrival": {"time": "1694890610"}, "stopId": "38525"}, {"stopSequence": 41, "arrival": {"time": "1694890662"}, "stopId": "38526"}, {"stopSequence": 42, "arrival": {"time": "1694890712"}, "stopId": "38527"}, {"stopSequence": 43, "arrival": {"time": "1694890801"}, "stopId": "38528"}, {"stopSequence": 44, "arrival": {"time": "1694890918"}, "stopId": "38529"}, {"stopSequence": 45, "arrival": {"time": "1694891143"}, "stopId": "38530"}, {"stopSequence": 46, "arrival": {"time": "1694891163"}, "stopId": "16005209"}, {"stopSequence": 47, "arrival": {"time": "1694891506"}, "stopId": "36001"}, {"stopSequence": 48, "arrival": {"time": "1694891692"}, "stopId": "42604"}, {"stopSequence": 49, "arrival": {"time": "1694891834"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694891924"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694891987"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694892015"}, "stopId": "49329"}, {"stopSequence": 53, "arrival": {"time": "1694892091"}, "stopId": "49330"}, {"stopSequence": 54, "arrival": {"time": "1694892144"}, "stopId": "39652"}, {"stopSequence": 55, "arrival": {"time": "1694892230"}, "stopId": "36683"}, {"stopSequence": 56, "arrival": {"time": "1694892284"}, "stopId": "37428"}, {"stopSequence": 57, "arrival": {"time": "1694892343"}, "stopId": "37429"}, {"stopSequence": 58, "arrival": {"time": "1694892391"}, "stopId": "37430"}, {"stopSequence": 59, "arrival": {"time": "1694892439"}, "stopId": "37431"}, {"stopSequence": 60, "arrival": {"time": "1694892483"}, "stopId": "37432"}, {"stopSequence": 61, "arrival": {"time": "1694892587"}, "stopId": "40720"}, {"stopSequence": 62, "arrival": {"time": "1694892606"}, "stopId": "40721"}, {"stopSequence": 63, "arrival": {"time": "1694892670"}, "stopId": "40722"}, {"stopSequence": 64, "arrival": {"time": "1694892678"}, "stopId": "40723"}, {"stopSequence": 65, "arrival": {"time": "1694892732"}, "stopId": "40724"}, {"stopSequence": 66, "arrival": {"time": "1694892850"}, "stopId": "40725"}, {"stopSequence": 67, "arrival": {"time": "1694892899"}, "stopId": "37435"}, {"stopSequence": 68, "arrival": {"time": "1694892972"}, "stopId": "39658"}, {"stopSequence": 69, "arrival": {"time": "1694893047"}, "stopId": "39659"}, {"stopSequence": 70, "arrival": {"time": "1694893096"}, "stopId": "39660"}, {"stopSequence": 71, "arrival": {"time": "1694893150"}, "stopId": "39661"}, {"stopSequence": 72, "arrival": {"time": "1694893235"}, "stopId": "39662"}, {"stopSequence": 73, "arrival": {"time": "1694893345"}, "stopId": "39663"}, {"stopSequence": 74, "arrival": {"time": "1694893431"}, "stopId": "39664"}, {"stopSequence": 75, "arrival": {"time": "1694893521"}, "stopId": "39665"}, {"stopSequence": 76, "arrival": {"time": "1694893772"}, "stopId": "42655"}, {"stopSequence": 77, "arrival": {"time": "1694893873"}, "stopId": "49342"}], "vehicle": {"licensePlate": "HRXJ94"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "21768-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "position": {"latitude": -36.842453, "longitude": -73.09267, "bearing": 50.0, "odometer": 0.0, "speed": 10.277778}, "timestamp": "1694888972", "vehicle": {"licensePlate": "HRXJ94"}}}, {"id": "f720cc13-652b-4e83-8d15-f950083146ad", "tripUpdate": {"trip": {"tripId": "21766-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 46, "arrival": {"time": "1694889016"}, "stopId": "16005209"}, {"stopSequence": 47, "arrival": {"time": "1694889330"}, "stopId": "36001"}, {"stopSequence": 48, "arrival": {"time": "1694889486"}, "stopId": "42604"}, {"stopSequence": 49, "arrival": {"time": "1694889598"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694889666"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694889713"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694889734"}, "stopId": "49329"}, {"stopSequence": 53, "arrival": {"time": "1694889789"}, "stopId": "49330"}, {"stopSequence": 54, "arrival": {"time": "1694889826"}, "stopId": "39652"}, {"stopSequence": 55, "arrival": {"time": "1694889885"}, "stopId": "36683"}, {"stopSequence": 56, "arrival": {"time": "1694889923"}, "stopId": "37428"}, {"stopSequence": 57, "arrival": {"time": "1694889962"}, "stopId": "37429"}, {"stopSequence": 58, "arrival": {"time": "1694889993"}, "stopId": "37430"}, {"stopSequence": 59, "arrival": {"time": "1694890025"}, "stopId": "37431"}, {"stopSequence": 60, "arrival": {"time": "1694890053"}, "stopId": "37432"}, {"stopSequence": 61, "arrival": {"time": "1694890119"}, "stopId": "40720"}, {"stopSequence": 62, "arrival": {"time": "1694890131"}, "stopId": "40721"}, {"stopSequence": 63, "arrival": {"time": "1694890170"}, "stopId": "40722"}, {"stopSequence": 64, "arrival": {"time": "1694890175"}, "stopId": "40723"}, {"stopSequence": 65, "arrival": {"time": "1694890208"}, "stopId": "40724"}, {"stopSequence": 66, "arrival": {"time": "1694890277"}, "stopId": "40725"}, {"stopSequence": 67, "arrival": {"time": "1694890306"}, "stopId": "37435"}, {"stopSequence": 68, "arrival": {"time": "1694890347"}, "stopId": "39658"}, {"stopSequence": 69, "arrival": {"time": "1694890390"}, "stopId": "39659"}, {"stopSequence": 70, "arrival": {"time": "1694890417"}, "stopId": "39660"}, {"stopSequence": 71, "arrival": {"time": "1694890446"}, "stopId": "39661"}, {"stopSequence": 72, "arrival": {"time": "1694890492"}, "stopId": "39662"}, {"stopSequence": 73, "arrival": {"time": "1694890550"}, "stopId": "39663"}, {"stopSequence": 74, "arrival": {"time": "1694890595"}, "stopId": "39664"}, {"stopSequence": 75, "arrival": {"time": "1694890641"}, "stopId": "39665"}, {"stopSequence": 76, "arrival": {"time": "1694890764"}, "stopId": "42655"}, {"stopSequence": 77, "arrival": {"time": "1694890812"}, "stopId": "49342"}], "vehicle": {"licensePlate": "JVTK78"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "21766-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "599", "directionId": 1}, "position": {"latitude": -36.791264, "longitude": -73.070206, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "JVTK78"}}}, {"id": "678f9cf2-a4ab-4877-b764-5f79ad4907bc", "tripUpdate": {"trip": {"tripId": "21943-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694888956"}, "stopId": "39623"}, {"stopSequence": 10, "arrival": {"time": "1694888998"}, "stopId": "39624"}, {"stopSequence": 11, "arrival": {"time": "1694889077"}, "stopId": "90000"}, {"stopSequence": 12, "arrival": {"time": "1694889130"}, "stopId": "39628"}, {"stopSequence": 13, "arrival": {"time": "1694889201"}, "stopId": "39631"}, {"stopSequence": 14, "arrival": {"time": "1694889258"}, "stopId": "49311"}, {"stopSequence": 15, "arrival": {"time": "1694889314"}, "stopId": "39634"}, {"stopSequence": 16, "arrival": {"time": "1694889340"}, "stopId": "39635"}, {"stopSequence": 17, "arrival": {"time": "1694889386"}, "stopId": "39636"}, {"stopSequence": 18, "arrival": {"time": "1694889564"}, "stopId": "39637"}, {"stopSequence": 19, "arrival": {"time": "1694889613"}, "stopId": "49317"}, {"stopSequence": 20, "arrival": {"time": "1694889644"}, "stopId": "49318"}, {"stopSequence": 21, "arrival": {"time": "1694889708"}, "stopId": "49319"}, {"stopSequence": 22, "arrival": {"time": "1694889771"}, "stopId": "39641"}, {"stopSequence": 23, "arrival": {"time": "1694889805"}, "stopId": "39642"}, {"stopSequence": 24, "arrival": {"time": "1694890053"}, "stopId": "39795"}, {"stopSequence": 25, "arrival": {"time": "1694890110"}, "stopId": "42642"}, {"stopSequence": 26, "arrival": {"time": "1694890141"}, "stopId": "42643"}, {"stopSequence": 27, "arrival": {"time": "1694890164"}, "stopId": "42644"}, {"stopSequence": 28, "arrival": {"time": "1694890188"}, "stopId": "42645"}, {"stopSequence": 29, "arrival": {"time": "1694890289"}, "stopId": "8606039"}, {"stopSequence": 30, "arrival": {"time": "1694890321"}, "stopId": "36489"}, {"stopSequence": 31, "arrival": {"time": "1694890350"}, "stopId": "36490"}, {"stopSequence": 32, "arrival": {"time": "1694890374"}, "stopId": "40714"}, {"stopSequence": 33, "arrival": {"time": "1694890437"}, "stopId": "8606049"}, {"stopSequence": 34, "arrival": {"time": "1694890484"}, "stopId": "37428"}, {"stopSequence": 35, "arrival": {"time": "1694890549"}, "stopId": "36551"}, {"stopSequence": 36, "arrival": {"time": "1694890570"}, "stopId": "36552"}, {"stopSequence": 37, "arrival": {"time": "1694890602"}, "stopId": "36553"}, {"stopSequence": 38, "arrival": {"time": "1694890629"}, "stopId": "36554"}, {"stopSequence": 39, "arrival": {"time": "1694890731"}, "stopId": "39657"}, {"stopSequence": 40, "arrival": {"time": "1694890771"}, "stopId": "39658"}, {"stopSequence": 41, "arrival": {"time": "1694890827"}, "stopId": "39659"}, {"stopSequence": 42, "arrival": {"time": "1694890856"}, "stopId": "39660"}, {"stopSequence": 43, "arrival": {"time": "1694890887"}, "stopId": "39661"}, {"stopSequence": 44, "arrival": {"time": "1694890937"}, "stopId": "39662"}, {"stopSequence": 45, "arrival": {"time": "1694890999"}, "stopId": "39663"}, {"stopSequence": 46, "arrival": {"time": "1694891048"}, "stopId": "39664"}, {"stopSequence": 47, "arrival": {"time": "1694891098"}, "stopId": "39665"}, {"stopSequence": 48, "arrival": {"time": "1694891183"}, "stopId": "42522"}, {"stopSequence": 49, "arrival": {"time": "1694891237"}, "stopId": "42524"}, {"stopSequence": 50, "arrival": {"time": "1694891292"}, "stopId": "39686"}, {"stopSequence": 51, "arrival": {"time": "1694891306"}, "stopId": "39687"}, {"stopSequence": 52, "arrival": {"time": "1694891483"}, "stopId": "39232"}, {"stopSequence": 53, "arrival": {"time": "1694891538"}, "stopId": "39233"}, {"stopSequence": 54, "arrival": {"time": "1694891616"}, "stopId": "39234"}, {"stopSequence": 55, "arrival": {"time": "1694891643"}, "stopId": "39235"}, {"stopSequence": 56, "arrival": {"time": "1694891813"}, "stopId": "49342"}, {"stopSequence": 57, "arrival": {"time": "1694891925"}, "stopId": "49343"}], "vehicle": {"licensePlate": "CPHG50"}, "timestamp": "1694888906"}, "vehicle": {"trip": {"tripId": "21943-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 1}, "position": {"latitude": -36.823658, "longitude": -73.03735, "bearing": 98.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694889006", "vehicle": {"licensePlate": "CPHG50"}}}, {"id": "8d26d673-0f76-44ac-97c0-60b07d394d63", "tripUpdate": {"trip": {"tripId": "21875-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 46, "arrival": {"time": "1694889009"}, "stopId": "35695"}, {"stopSequence": 47, "arrival": {"time": "1694889064"}, "stopId": "35696"}, {"stopSequence": 48, "arrival": {"time": "1694889243"}, "stopId": "35697"}, {"stopSequence": 49, "arrival": {"time": "1694889341"}, "stopId": "2-Jan"}, {"stopSequence": 50, "arrival": {"time": "1694889371"}, "stopId": "42460"}, {"stopSequence": 51, "arrival": {"time": "1694889411"}, "stopId": "35690"}, {"stopSequence": 52, "arrival": {"time": "1694889513"}, "stopId": "35700"}, {"stopSequence": 53, "arrival": {"time": "1694889598"}, "stopId": "35703"}, {"stopSequence": 54, "arrival": {"time": "1694889629"}, "stopId": "35704"}, {"stopSequence": 55, "arrival": {"time": "1694889643"}, "stopId": "35705"}, {"stopSequence": 56, "arrival": {"time": "1694889661"}, "stopId": "35706"}, {"stopSequence": 57, "arrival": {"time": "1694889715"}, "stopId": "35707"}, {"stopSequence": 58, "arrival": {"time": "1694889803"}, "stopId": "38281"}, {"stopSequence": 59, "arrival": {"time": "1694889857"}, "stopId": "34586"}, {"stopSequence": 60, "arrival": {"time": "1694889886"}, "stopId": "34587"}, {"stopSequence": 61, "arrival": {"time": "1694889911"}, "stopId": "34588"}, {"stopSequence": 62, "arrival": {"time": "1694889956"}, "stopId": "39497"}, {"stopSequence": 63, "arrival": {"time": "1694889989"}, "stopId": "49407"}, {"stopSequence": 64, "arrival": {"time": "1694890044"}, "stopId": "50034"}, {"stopSequence": 65, "arrival": {"time": "1694890082"}, "stopId": "40903"}, {"stopSequence": 66, "arrival": {"time": "1694890132"}, "stopId": "50035"}, {"stopSequence": 67, "arrival": {"time": "1694890369"}, "stopId": "35713"}], "vehicle": {"licensePlate": "FXVK53"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "21875-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 0}, "position": {"latitude": -36.812378, "longitude": -73.07034, "bearing": 118.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694888978", "vehicle": {"licensePlate": "FXVK53"}}}, {"id": "7ac558ac-405d-458b-9d6f-b9f60ba209fd", "tripUpdate": {"trip": {"tripId": "21942-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889079"}, "stopId": "90000"}, {"stopSequence": 12, "arrival": {"time": "1694889133"}, "stopId": "39628"}, {"stopSequence": 13, "arrival": {"time": "1694889204"}, "stopId": "39631"}, {"stopSequence": 14, "arrival": {"time": "1694889262"}, "stopId": "49311"}, {"stopSequence": 15, "arrival": {"time": "1694889320"}, "stopId": "39634"}, {"stopSequence": 16, "arrival": {"time": "1694889346"}, "stopId": "39635"}, {"stopSequence": 17, "arrival": {"time": "1694889392"}, "stopId": "39636"}, {"stopSequence": 18, "arrival": {"time": "1694889573"}, "stopId": "39637"}, {"stopSequence": 19, "arrival": {"time": "1694889622"}, "stopId": "49317"}, {"stopSequence": 20, "arrival": {"time": "1694889653"}, "stopId": "49318"}, {"stopSequence": 21, "arrival": {"time": "1694889717"}, "stopId": "49319"}, {"stopSequence": 22, "arrival": {"time": "1694889780"}, "stopId": "39641"}, {"stopSequence": 23, "arrival": {"time": "1694889814"}, "stopId": "39642"}, {"stopSequence": 24, "arrival": {"time": "1694890063"}, "stopId": "39795"}, {"stopSequence": 25, "arrival": {"time": "1694890119"}, "stopId": "42642"}, {"stopSequence": 26, "arrival": {"time": "1694890151"}, "stopId": "42643"}, {"stopSequence": 27, "arrival": {"time": "1694890174"}, "stopId": "42644"}, {"stopSequence": 28, "arrival": {"time": "1694890198"}, "stopId": "42645"}, {"stopSequence": 29, "arrival": {"time": "1694890298"}, "stopId": "8606039"}, {"stopSequence": 30, "arrival": {"time": "1694890329"}, "stopId": "36489"}, {"stopSequence": 31, "arrival": {"time": "1694890359"}, "stopId": "36490"}, {"stopSequence": 32, "arrival": {"time": "1694890382"}, "stopId": "40714"}, {"stopSequence": 33, "arrival": {"time": "1694890444"}, "stopId": "8606049"}, {"stopSequence": 34, "arrival": {"time": "1694890491"}, "stopId": "37428"}, {"stopSequence": 35, "arrival": {"time": "1694890555"}, "stopId": "36551"}, {"stopSequence": 36, "arrival": {"time": "1694890576"}, "stopId": "36552"}, {"stopSequence": 37, "arrival": {"time": "1694890607"}, "stopId": "36553"}, {"stopSequence": 38, "arrival": {"time": "1694890635"}, "stopId": "36554"}, {"stopSequence": 39, "arrival": {"time": "1694890735"}, "stopId": "39657"}, {"stopSequence": 40, "arrival": {"time": "1694890775"}, "stopId": "39658"}, {"stopSequence": 41, "arrival": {"time": "1694890829"}, "stopId": "39659"}, {"stopSequence": 42, "arrival": {"time": "1694890858"}, "stopId": "39660"}, {"stopSequence": 43, "arrival": {"time": "1694890889"}, "stopId": "39661"}, {"stopSequence": 44, "arrival": {"time": "1694890938"}, "stopId": "39662"}, {"stopSequence": 45, "arrival": {"time": "1694890999"}, "stopId": "39663"}, {"stopSequence": 46, "arrival": {"time": "1694891047"}, "stopId": "39664"}, {"stopSequence": 47, "arrival": {"time": "1694891096"}, "stopId": "39665"}, {"stopSequence": 48, "arrival": {"time": "1694891179"}, "stopId": "42522"}, {"stopSequence": 49, "arrival": {"time": "1694891232"}, "stopId": "42524"}, {"stopSequence": 50, "arrival": {"time": "1694891286"}, "stopId": "39686"}, {"stopSequence": 51, "arrival": {"time": "1694891300"}, "stopId": "39687"}, {"stopSequence": 52, "arrival": {"time": "1694891473"}, "stopId": "39232"}, {"stopSequence": 53, "arrival": {"time": "1694891526"}, "stopId": "39233"}, {"stopSequence": 54, "arrival": {"time": "1694891602"}, "stopId": "39234"}, {"stopSequence": 55, "arrival": {"time": "1694891628"}, "stopId": "39235"}, {"stopSequence": 56, "arrival": {"time": "1694891793"}, "stopId": "49342"}, {"stopSequence": 57, "arrival": {"time": "1694891902"}, "stopId": "49343"}], "vehicle": {"licensePlate": "HSBW84"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "21942-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 1}, "position": {"latitude": -36.82414, "longitude": -73.0478, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HSBW84"}}}, {"id": "338c046b-3057-41cd-8c19-2b6c3cd877a7", "tripUpdate": {"trip": {"tripId": "21941-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 23, "arrival": {"time": "1694889023"}, "stopId": "39642"}, {"stopSequence": 24, "arrival": {"time": "1694889292"}, "stopId": "39795"}, {"stopSequence": 25, "arrival": {"time": "1694889351"}, "stopId": "42642"}, {"stopSequence": 26, "arrival": {"time": "1694889384"}, "stopId": "42643"}, {"stopSequence": 27, "arrival": {"time": "1694889408"}, "stopId": "42644"}, {"stopSequence": 28, "arrival": {"time": "1694889433"}, "stopId": "42645"}, {"stopSequence": 29, "arrival": {"time": "1694889535"}, "stopId": "8606039"}, {"stopSequence": 30, "arrival": {"time": "1694889568"}, "stopId": "36489"}, {"stopSequence": 31, "arrival": {"time": "1694889597"}, "stopId": "36490"}, {"stopSequence": 32, "arrival": {"time": "1694889621"}, "stopId": "40714"}, {"stopSequence": 33, "arrival": {"time": "1694889683"}, "stopId": "8606049"}, {"stopSequence": 34, "arrival": {"time": "1694889729"}, "stopId": "37428"}, {"stopSequence": 35, "arrival": {"time": "1694889792"}, "stopId": "36551"}, {"stopSequence": 36, "arrival": {"time": "1694889813"}, "stopId": "36552"}, {"stopSequence": 37, "arrival": {"time": "1694889843"}, "stopId": "36553"}, {"stopSequence": 38, "arrival": {"time": "1694889870"}, "stopId": "36554"}, {"stopSequence": 39, "arrival": {"time": "1694889966"}, "stopId": "39657"}, {"stopSequence": 40, "arrival": {"time": "1694890004"}, "stopId": "39658"}, {"stopSequence": 41, "arrival": {"time": "1694890055"}, "stopId": "39659"}, {"stopSequence": 42, "arrival": {"time": "1694890082"}, "stopId": "39660"}, {"stopSequence": 43, "arrival": {"time": "1694890111"}, "stopId": "39661"}, {"stopSequence": 44, "arrival": {"time": "1694890156"}, "stopId": "39662"}, {"stopSequence": 45, "arrival": {"time": "1694890213"}, "stopId": "39663"}, {"stopSequence": 46, "arrival": {"time": "1694890256"}, "stopId": "39664"}, {"stopSequence": 47, "arrival": {"time": "1694890301"}, "stopId": "39665"}, {"stopSequence": 48, "arrival": {"time": "1694890375"}, "stopId": "42522"}, {"stopSequence": 49, "arrival": {"time": "1694890423"}, "stopId": "42524"}, {"stopSequence": 50, "arrival": {"time": "1694890470"}, "stopId": "39686"}, {"stopSequence": 51, "arrival": {"time": "1694890482"}, "stopId": "39687"}, {"stopSequence": 52, "arrival": {"time": "1694890633"}, "stopId": "39232"}, {"stopSequence": 53, "arrival": {"time": "1694890679"}, "stopId": "39233"}, {"stopSequence": 54, "arrival": {"time": "1694890744"}, "stopId": "39234"}, {"stopSequence": 55, "arrival": {"time": "1694890766"}, "stopId": "39235"}, {"stopSequence": 56, "arrival": {"time": "1694890904"}, "stopId": "49342"}, {"stopSequence": 57, "arrival": {"time": "1694890994"}, "stopId": "49343"}], "vehicle": {"licensePlate": "RVFC75"}, "timestamp": "1694889022"}, "vehicle": {"trip": {"tripId": "21941-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 1}, "position": {"latitude": -36.808548, "longitude": -73.077255, "bearing": 324.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889022", "vehicle": {"licensePlate": "RVFC75"}}}, {"id": "3257727b-615e-4997-8e57-9dca8cb38f95", "tripUpdate": {"trip": {"tripId": "21877-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694888940"}, "stopId": "42427"}, {"stopSequence": 4, "arrival": {"time": "1694888969"}, "stopId": "42428"}, {"stopSequence": 5, "arrival": {"time": "1694889010"}, "stopId": "42429"}, {"stopSequence": 6, "arrival": {"time": "1694889110"}, "stopId": "39668"}, {"stopSequence": 7, "arrival": {"time": "1694889134"}, "stopId": "39234"}, {"stopSequence": 8, "arrival": {"time": "1694889140"}, "stopId": "39669"}, {"stopSequence": 9, "arrival": {"time": "1694889169"}, "stopId": "39670"}, {"stopSequence": 10, "arrival": {"time": "1694889191"}, "stopId": "39233"}, {"stopSequence": 11, "arrival": {"time": "1694889232"}, "stopId": "36752"}, {"stopSequence": 12, "arrival": {"time": "1694889322"}, "stopId": "39231"}, {"stopSequence": 13, "arrival": {"time": "1694889364"}, "stopId": "8606050"}, {"stopSequence": 14, "arrival": {"time": "1694889390"}, "stopId": "36754"}, {"stopSequence": 15, "arrival": {"time": "1694889444"}, "stopId": "37101"}, {"stopSequence": 16, "arrival": {"time": "1694889492"}, "stopId": "42653"}, {"stopSequence": 17, "arrival": {"time": "1694889529"}, "stopId": "42654"}, {"stopSequence": 18, "arrival": {"time": "1694889573"}, "stopId": "37046"}, {"stopSequence": 19, "arrival": {"time": "1694889619"}, "stopId": "37047"}, {"stopSequence": 20, "arrival": {"time": "1694889657"}, "stopId": "37048"}, {"stopSequence": 21, "arrival": {"time": "1694889693"}, "stopId": "42431"}, {"stopSequence": 22, "arrival": {"time": "1694889711"}, "stopId": "42432"}, {"stopSequence": 23, "arrival": {"time": "1694889761"}, "stopId": "37578"}, {"stopSequence": 24, "arrival": {"time": "1694889798"}, "stopId": "39660"}, {"stopSequence": 25, "arrival": {"time": "1694889825"}, "stopId": "39659"}, {"stopSequence": 26, "arrival": {"time": "1694889869"}, "stopId": "37581"}, {"stopSequence": 27, "arrival": {"time": "1694889897"}, "stopId": "37436"}, {"stopSequence": 28, "arrival": {"time": "1694890008"}, "stopId": "36768"}, {"stopSequence": 29, "arrival": {"time": "1694890047"}, "stopId": "36769"}, {"stopSequence": 30, "arrival": {"time": "1694890099"}, "stopId": "36771"}, {"stopSequence": 31, "arrival": {"time": "1694890122"}, "stopId": "36772"}, {"stopSequence": 32, "arrival": {"time": "1694890197"}, "stopId": "37590"}, {"stopSequence": 33, "arrival": {"time": "1694890260"}, "stopId": "40760"}, {"stopSequence": 34, "arrival": {"time": "1694890288"}, "stopId": "36686"}, {"stopSequence": 35, "arrival": {"time": "1694890317"}, "stopId": "36687"}, {"stopSequence": 36, "arrival": {"time": "1694890343"}, "stopId": "8606039"}, {"stopSequence": 37, "arrival": {"time": "1694890384"}, "stopId": "42532"}, {"stopSequence": 38, "arrival": {"time": "1694890435"}, "stopId": "42533"}, {"stopSequence": 39, "arrival": {"time": "1694890493"}, "stopId": "42534"}, {"stopSequence": 40, "arrival": {"time": "1694890532"}, "stopId": "42535"}, {"stopSequence": 41, "arrival": {"time": "1694890622"}, "stopId": "38502"}, {"stopSequence": 42, "arrival": {"time": "1694890683"}, "stopId": "38503"}, {"stopSequence": 43, "arrival": {"time": "1694890849"}, "stopId": "35691"}, {"stopSequence": 44, "arrival": {"time": "1694890955"}, "stopId": "35693"}, {"stopSequence": 45, "arrival": {"time": "1694891014"}, "stopId": "35694"}, {"stopSequence": 46, "arrival": {"time": "1694891053"}, "stopId": "35695"}, {"stopSequence": 47, "arrival": {"time": "1694891111"}, "stopId": "35696"}, {"stopSequence": 48, "arrival": {"time": "1694891307"}, "stopId": "35697"}, {"stopSequence": 49, "arrival": {"time": "1694891420"}, "stopId": "2-Jan"}, {"stopSequence": 50, "arrival": {"time": "1694891456"}, "stopId": "42460"}, {"stopSequence": 51, "arrival": {"time": "1694891505"}, "stopId": "35690"}, {"stopSequence": 52, "arrival": {"time": "1694891631"}, "stopId": "35700"}, {"stopSequence": 53, "arrival": {"time": "1694891741"}, "stopId": "35703"}, {"stopSequence": 54, "arrival": {"time": "1694891782"}, "stopId": "35704"}, {"stopSequence": 55, "arrival": {"time": "1694891801"}, "stopId": "35705"}, {"stopSequence": 56, "arrival": {"time": "1694891826"}, "stopId": "35706"}, {"stopSequence": 57, "arrival": {"time": "1694891899"}, "stopId": "35707"}, {"stopSequence": 58, "arrival": {"time": "1694892022"}, "stopId": "38281"}, {"stopSequence": 59, "arrival": {"time": "1694892101"}, "stopId": "34586"}, {"stopSequence": 60, "arrival": {"time": "1694892143"}, "stopId": "34587"}, {"stopSequence": 61, "arrival": {"time": "1694892180"}, "stopId": "34588"}, {"stopSequence": 62, "arrival": {"time": "1694892247"}, "stopId": "39497"}, {"stopSequence": 63, "arrival": {"time": "1694892298"}, "stopId": "49407"}, {"stopSequence": 64, "arrival": {"time": "1694892384"}, "stopId": "50034"}, {"stopSequence": 65, "arrival": {"time": "1694892445"}, "stopId": "40903"}, {"stopSequence": 66, "arrival": {"time": "1694892525"}, "stopId": "50035"}, {"stopSequence": 67, "arrival": {"time": "1694892933"}, "stopId": "35713"}], "vehicle": {"licensePlate": "RW9701"}, "timestamp": "1694888838"}, "vehicle": {"trip": {"tripId": "21877-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "600", "directionId": 0}, "position": {"latitude": -36.773693, "longitude": -73.11395, "bearing": 166.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694888838", "vehicle": {"licensePlate": "RW9701"}}}, {"id": "1b151cf4-c0ee-47ac-913b-a629fc850a45", "tripUpdate": {"trip": {"tripId": "22075-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 17, "arrival": {"time": "1694889051"}, "stopId": "38528"}, {"stopSequence": 18, "arrival": {"time": "1694889178"}, "stopId": "38529"}, {"stopSequence": 19, "arrival": {"time": "1694889388"}, "stopId": "38530"}, {"stopSequence": 20, "arrival": {"time": "1694889401"}, "stopId": "16005209"}, {"stopSequence": 21, "arrival": {"time": "1694889700"}, "stopId": "36001"}, {"stopSequence": 22, "arrival": {"time": "1694889850"}, "stopId": "42604"}, {"stopSequence": 23, "arrival": {"time": "1694889960"}, "stopId": "38692"}, {"stopSequence": 24, "arrival": {"time": "1694890027"}, "stopId": "38714"}, {"stopSequence": 25, "arrival": {"time": "1694890073"}, "stopId": "39791"}, {"stopSequence": 26, "arrival": {"time": "1694890094"}, "stopId": "49329"}, {"stopSequence": 27, "arrival": {"time": "1694890148"}, "stopId": "49330"}, {"stopSequence": 28, "arrival": {"time": "1694890192"}, "stopId": "39652"}, {"stopSequence": 29, "arrival": {"time": "1694890245"}, "stopId": "36683"}, {"stopSequence": 30, "arrival": {"time": "1694890263"}, "stopId": "37590"}, {"stopSequence": 31, "arrival": {"time": "1694890325"}, "stopId": "40760"}, {"stopSequence": 32, "arrival": {"time": "1694890353"}, "stopId": "36686"}, {"stopSequence": 33, "arrival": {"time": "1694890382"}, "stopId": "36687"}, {"stopSequence": 34, "arrival": {"time": "1694890407"}, "stopId": "8606039"}, {"stopSequence": 35, "arrival": {"time": "1694890446"}, "stopId": "36641"}, {"stopSequence": 36, "arrival": {"time": "1694890571"}, "stopId": "36689"}, {"stopSequence": 37, "arrival": {"time": "1694890616"}, "stopId": "36690"}, {"stopSequence": 38, "arrival": {"time": "1694890670"}, "stopId": "36691"}, {"stopSequence": 39, "arrival": {"time": "1694890705"}, "stopId": "36692"}, {"stopSequence": 40, "arrival": {"time": "1694890722"}, "stopId": "36693"}, {"stopSequence": 41, "arrival": {"time": "1694890768"}, "stopId": "40036"}, {"stopSequence": 42, "arrival": {"time": "1694890830"}, "stopId": "36695"}, {"stopSequence": 43, "arrival": {"time": "1694890880"}, "stopId": "36696"}, {"stopSequence": 44, "arrival": {"time": "1694890943"}, "stopId": "39229"}, {"stopSequence": 45, "arrival": {"time": "1694890979"}, "stopId": "32587"}, {"stopSequence": 46, "arrival": {"time": "1694891038"}, "stopId": "39139"}, {"stopSequence": 47, "arrival": {"time": "1694891344"}, "stopId": "36699"}, {"stopSequence": 48, "arrival": {"time": "1694891373"}, "stopId": "36700"}, {"stopSequence": 49, "arrival": {"time": "1694891409"}, "stopId": "36701"}, {"stopSequence": 50, "arrival": {"time": "1694891433"}, "stopId": "36702"}, {"stopSequence": 51, "arrival": {"time": "1694891448"}, "stopId": "36703"}, {"stopSequence": 52, "arrival": {"time": "1694891482"}, "stopId": "36704"}, {"stopSequence": 53, "arrival": {"time": "1694891536"}, "stopId": "39231"}, {"stopSequence": 54, "arrival": {"time": "1694891630"}, "stopId": "39232"}, {"stopSequence": 55, "arrival": {"time": "1694891685"}, "stopId": "39233"}, {"stopSequence": 56, "arrival": {"time": "1694891764"}, "stopId": "39234"}, {"stopSequence": 57, "arrival": {"time": "1694891791"}, "stopId": "39235"}, {"stopSequence": 58, "arrival": {"time": "1694891964"}, "stopId": "49342"}, {"stopSequence": 59, "arrival": {"time": "1694892087"}, "stopId": "49343"}], "vehicle": {"licensePlate": "BBFV12"}, "timestamp": "1694889000"}, "vehicle": {"trip": {"tripId": "22075-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 1}, "position": {"latitude": -36.80314, "longitude": -73.05522, "bearing": 334.0, "odometer": 0.0, "speed": 4.4444447}, "timestamp": "1694889000", "vehicle": {"licensePlate": "BBFV12"}}}, {"id": "16bc65ce-2e7a-4064-8ebb-fbcafbb45818", "tripUpdate": {"trip": {"tripId": "22009-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694888988"}, "stopId": "3890531"}, {"stopSequence": 29, "arrival": {"time": "1694889028"}, "stopId": "3890533"}, {"stopSequence": 30, "arrival": {"time": "1694889067"}, "stopId": "32571"}, {"stopSequence": 31, "arrival": {"time": "1694889132"}, "stopId": "32736"}, {"stopSequence": 32, "arrival": {"time": "1694889173"}, "stopId": "8606039"}, {"stopSequence": 33, "arrival": {"time": "1694889206"}, "stopId": "36489"}, {"stopSequence": 34, "arrival": {"time": "1694889237"}, "stopId": "36490"}, {"stopSequence": 35, "arrival": {"time": "1694889262"}, "stopId": "40714"}, {"stopSequence": 36, "arrival": {"time": "1694889326"}, "stopId": "8606049"}, {"stopSequence": 37, "arrival": {"time": "1694889365"}, "stopId": "37840"}, {"stopSequence": 38, "arrival": {"time": "1694889390"}, "stopId": "49140"}, {"stopSequence": 39, "arrival": {"time": "1694889431"}, "stopId": "49141"}, {"stopSequence": 40, "arrival": {"time": "1694889470"}, "stopId": "49142"}, {"stopSequence": 41, "arrival": {"time": "1694889507"}, "stopId": "49143"}, {"stopSequence": 42, "arrival": {"time": "1694889514"}, "stopId": "45112"}, {"stopSequence": 43, "arrival": {"time": "1694889565"}, "stopId": "45113"}, {"stopSequence": 44, "arrival": {"time": "1694889644"}, "stopId": "37490"}, {"stopSequence": 45, "arrival": {"time": "1694889733"}, "stopId": "37104"}, {"stopSequence": 46, "arrival": {"time": "1694889773"}, "stopId": "8606052"}, {"stopSequence": 47, "arrival": {"time": "1694890026"}, "stopId": "16005188"}, {"stopSequence": 48, "arrival": {"time": "1694890265"}, "stopId": "40995"}, {"stopSequence": 49, "arrival": {"time": "1694890344"}, "stopId": "40996"}, {"stopSequence": 50, "arrival": {"time": "1694890420"}, "stopId": "40997"}, {"stopSequence": 51, "arrival": {"time": "1694890478"}, "stopId": "39614"}, {"stopSequence": 52, "arrival": {"time": "1694890527"}, "stopId": "39615"}, {"stopSequence": 53, "arrival": {"time": "1694890575"}, "stopId": "39616"}, {"stopSequence": 54, "arrival": {"time": "1694890630"}, "stopId": "39617"}, {"stopSequence": 55, "arrival": {"time": "1694890689"}, "stopId": "39618"}, {"stopSequence": 56, "arrival": {"time": "1694890736"}, "stopId": "39619"}, {"stopSequence": 57, "arrival": {"time": "1694890776"}, "stopId": "39620"}, {"stopSequence": 58, "arrival": {"time": "1694890847"}, "stopId": "39621"}, {"stopSequence": 59, "arrival": {"time": "1694890909"}, "stopId": "39623"}, {"stopSequence": 60, "arrival": {"time": "1694890960"}, "stopId": "39624"}, {"stopSequence": 61, "arrival": {"time": "1694891030"}, "stopId": "90000"}, {"stopSequence": 62, "arrival": {"time": "1694891085"}, "stopId": "39628"}, {"stopSequence": 63, "arrival": {"time": "1694891169"}, "stopId": "39631"}, {"stopSequence": 64, "arrival": {"time": "1694891222"}, "stopId": "49311"}], "vehicle": {"licensePlate": "BFPV68"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "22009-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 0}, "position": {"latitude": -36.80395, "longitude": -73.10168, "bearing": 122.0, "odometer": 0.0, "speed": 13.888889}, "timestamp": "1694888974", "vehicle": {"licensePlate": "BFPV68"}}}, {"id": "01045ffd-3e51-4f12-aa59-9b8d48d48289", "tripUpdate": {"trip": {"tripId": "22007-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 50, "arrival": {"time": "1694889045"}, "stopId": "40997"}, {"stopSequence": 51, "arrival": {"time": "1694889107"}, "stopId": "39614"}, {"stopSequence": 52, "arrival": {"time": "1694889158"}, "stopId": "39615"}, {"stopSequence": 53, "arrival": {"time": "1694889209"}, "stopId": "39616"}, {"stopSequence": 54, "arrival": {"time": "1694889265"}, "stopId": "39617"}, {"stopSequence": 55, "arrival": {"time": "1694889325"}, "stopId": "39618"}, {"stopSequence": 56, "arrival": {"time": "1694889372"}, "stopId": "39619"}, {"stopSequence": 57, "arrival": {"time": "1694889411"}, "stopId": "39620"}, {"stopSequence": 58, "arrival": {"time": "1694889480"}, "stopId": "39621"}, {"stopSequence": 59, "arrival": {"time": "1694889539"}, "stopId": "39623"}, {"stopSequence": 60, "arrival": {"time": "1694889587"}, "stopId": "39624"}, {"stopSequence": 61, "arrival": {"time": "1694889652"}, "stopId": "90000"}, {"stopSequence": 62, "arrival": {"time": "1694889702"}, "stopId": "39628"}, {"stopSequence": 63, "arrival": {"time": "1694889777"}, "stopId": "39631"}, {"stopSequence": 64, "arrival": {"time": "1694889823"}, "stopId": "49311"}], "vehicle": {"licensePlate": "CYSD25"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "22007-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 0}, "position": {"latitude": -36.803387, "longitude": -73.055115, "bearing": 146.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889016", "vehicle": {"licensePlate": "CYSD25"}}}, {"id": "242d228a-2a04-4245-a207-302a6eca0ec0", "tripUpdate": {"trip": {"tripId": "22076-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889075"}, "stopId": "35700"}, {"stopSequence": 2, "arrival": {"time": "1694889106"}, "stopId": "35701"}, {"stopSequence": 3, "arrival": {"time": "1694889174"}, "stopId": "35703"}, {"stopSequence": 4, "arrival": {"time": "1694889189"}, "stopId": "35704"}, {"stopSequence": 5, "arrival": {"time": "1694889213"}, "stopId": "35705"}, {"stopSequence": 6, "arrival": {"time": "1694889232"}, "stopId": "35706"}, {"stopSequence": 7, "arrival": {"time": "1694889289"}, "stopId": "35707"}, {"stopSequence": 8, "arrival": {"time": "1694889315"}, "stopId": "35708"}, {"stopSequence": 9, "arrival": {"time": "1694889382"}, "stopId": "38520"}, {"stopSequence": 10, "arrival": {"time": "1694889423"}, "stopId": "38521"}, {"stopSequence": 11, "arrival": {"time": "1694889472"}, "stopId": "38522"}, {"stopSequence": 12, "arrival": {"time": "1694889522"}, "stopId": "38523"}, {"stopSequence": 13, "arrival": {"time": "1694889574"}, "stopId": "38524"}, {"stopSequence": 14, "arrival": {"time": "1694889622"}, "stopId": "38525"}, {"stopSequence": 15, "arrival": {"time": "1694889673"}, "stopId": "38526"}, {"stopSequence": 16, "arrival": {"time": "1694889721"}, "stopId": "38527"}, {"stopSequence": 17, "arrival": {"time": "1694889806"}, "stopId": "38528"}, {"stopSequence": 18, "arrival": {"time": "1694889923"}, "stopId": "38529"}, {"stopSequence": 19, "arrival": {"time": "1694890122"}, "stopId": "38530"}, {"stopSequence": 20, "arrival": {"time": "1694890135"}, "stopId": "16005209"}, {"stopSequence": 21, "arrival": {"time": "1694890429"}, "stopId": "36001"}, {"stopSequence": 22, "arrival": {"time": "1694890583"}, "stopId": "42604"}, {"stopSequence": 23, "arrival": {"time": "1694890696"}, "stopId": "38692"}, {"stopSequence": 24, "arrival": {"time": "1694890767"}, "stopId": "38714"}, {"stopSequence": 25, "arrival": {"time": "1694890816"}, "stopId": "39791"}, {"stopSequence": 26, "arrival": {"time": "1694890838"}, "stopId": "49329"}, {"stopSequence": 27, "arrival": {"time": "1694890897"}, "stopId": "49330"}, {"stopSequence": 28, "arrival": {"time": "1694890944"}, "stopId": "39652"}, {"stopSequence": 29, "arrival": {"time": "1694891002"}, "stopId": "36683"}, {"stopSequence": 30, "arrival": {"time": "1694891022"}, "stopId": "37590"}, {"stopSequence": 31, "arrival": {"time": "1694891090"}, "stopId": "40760"}, {"stopSequence": 32, "arrival": {"time": "1694891121"}, "stopId": "36686"}, {"stopSequence": 33, "arrival": {"time": "1694891153"}, "stopId": "36687"}, {"stopSequence": 34, "arrival": {"time": "1694891182"}, "stopId": "8606039"}, {"stopSequence": 35, "arrival": {"time": "1694891225"}, "stopId": "36641"}, {"stopSequence": 36, "arrival": {"time": "1694891368"}, "stopId": "36689"}, {"stopSequence": 37, "arrival": {"time": "1694891418"}, "stopId": "36690"}, {"stopSequence": 38, "arrival": {"time": "1694891482"}, "stopId": "36691"}, {"stopSequence": 39, "arrival": {"time": "1694891523"}, "stopId": "36692"}, {"stopSequence": 40, "arrival": {"time": "1694891542"}, "stopId": "36693"}, {"stopSequence": 41, "arrival": {"time": "1694891596"}, "stopId": "40036"}, {"stopSequence": 42, "arrival": {"time": "1694891669"}, "stopId": "36695"}, {"stopSequence": 43, "arrival": {"time": "1694891729"}, "stopId": "36696"}, {"stopSequence": 44, "arrival": {"time": "1694891805"}, "stopId": "39229"}, {"stopSequence": 45, "arrival": {"time": "1694891848"}, "stopId": "32587"}, {"stopSequence": 46, "arrival": {"time": "1694891920"}, "stopId": "39139"}, {"stopSequence": 47, "arrival": {"time": "1694892300"}, "stopId": "36699"}, {"stopSequence": 48, "arrival": {"time": "1694892337"}, "stopId": "36700"}, {"stopSequence": 49, "arrival": {"time": "1694892382"}, "stopId": "36701"}, {"stopSequence": 50, "arrival": {"time": "1694892414"}, "stopId": "36702"}, {"stopSequence": 51, "arrival": {"time": "1694892433"}, "stopId": "36703"}, {"stopSequence": 52, "arrival": {"time": "1694892476"}, "stopId": "36704"}, {"stopSequence": 53, "arrival": {"time": "1694892546"}, "stopId": "39231"}, {"stopSequence": 54, "arrival": {"time": "1694892668"}, "stopId": "39232"}, {"stopSequence": 55, "arrival": {"time": "1694892741"}, "stopId": "39233"}, {"stopSequence": 56, "arrival": {"time": "1694892847"}, "stopId": "39234"}, {"stopSequence": 57, "arrival": {"time": "1694892883"}, "stopId": "39235"}, {"stopSequence": 58, "arrival": {"time": "1694893115"}, "stopId": "49342"}, {"stopSequence": 59, "arrival": {"time": "1694893284"}, "stopId": "49343"}], "vehicle": {"licensePlate": "RSZJ30"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "22076-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "601", "directionId": 1}, "position": {"latitude": -36.828327, "longitude": -73.05977, "bearing": 332.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888982", "vehicle": {"licensePlate": "RSZJ30"}}}, {"id": "b7070b35-28ea-414a-acfd-f794fce3bde7", "tripUpdate": {"trip": {"tripId": "22150-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "602", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 47, "arrival": {"time": "1694888985"}, "stopId": "45069"}, {"stopSequence": 48, "arrival": {"time": "1694889104"}, "stopId": "37523"}, {"stopSequence": 49, "arrival": {"time": "1694889146"}, "stopId": "37477"}], "vehicle": {"licensePlate": "WD9973"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "22150-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "602", "directionId": 0}, "position": {"latitude": -36.826504, "longitude": -73.047386, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "WD9973"}}}, {"id": "f482c20d-c72a-4efe-8048-c530b05a15a8", "tripUpdate": {"trip": {"tripId": "22151-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "602", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 36, "arrival": {"time": "1694889026"}, "stopId": "40997"}, {"stopSequence": 37, "arrival": {"time": "1694889088"}, "stopId": "39614"}, {"stopSequence": 38, "arrival": {"time": "1694889138"}, "stopId": "39615"}, {"stopSequence": 39, "arrival": {"time": "1694889190"}, "stopId": "39616"}, {"stopSequence": 40, "arrival": {"time": "1694889246"}, "stopId": "39617"}, {"stopSequence": 41, "arrival": {"time": "1694889305"}, "stopId": "39618"}, {"stopSequence": 42, "arrival": {"time": "1694889350"}, "stopId": "39619"}, {"stopSequence": 43, "arrival": {"time": "1694889392"}, "stopId": "39620"}, {"stopSequence": 44, "arrival": {"time": "1694889460"}, "stopId": "39621"}, {"stopSequence": 45, "arrival": {"time": "1694889506"}, "stopId": "38281"}, {"stopSequence": 46, "arrival": {"time": "1694889563"}, "stopId": "37506"}, {"stopSequence": 47, "arrival": {"time": "1694889637"}, "stopId": "45069"}, {"stopSequence": 48, "arrival": {"time": "1694889747"}, "stopId": "37523"}, {"stopSequence": 49, "arrival": {"time": "1694889786"}, "stopId": "37477"}], "vehicle": {"licensePlate": "WJ2140"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "22151-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "602", "directionId": 0}, "position": {"latitude": -36.802902, "longitude": -73.055466, "bearing": 152.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694888984", "vehicle": {"licensePlate": "WJ2140"}}}, {"id": "d8f7e17e-05b0-4a47-a206-96c6ad837f6e", "tripUpdate": {"trip": {"tripId": "22322-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 39, "arrival": {"time": "1694888985"}, "stopId": "35694"}, {"stopSequence": 40, "arrival": {"time": "1694889019"}, "stopId": "35695"}, {"stopSequence": 41, "arrival": {"time": "1694889032"}, "stopId": "49317"}, {"stopSequence": 42, "arrival": {"time": "1694889114"}, "stopId": "49318"}, {"stopSequence": 43, "arrival": {"time": "1694889210"}, "stopId": "35696"}, {"stopSequence": 44, "arrival": {"time": "1694889384"}, "stopId": "35697"}, {"stopSequence": 45, "arrival": {"time": "1694889481"}, "stopId": "2-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694889510"}, "stopId": "42460"}, {"stopSequence": 47, "arrival": {"time": "1694889568"}, "stopId": "39726"}, {"stopSequence": 48, "arrival": {"time": "1694889589"}, "stopId": "2-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694889644"}, "stopId": "1566281"}, {"stopSequence": 50, "arrival": {"time": "1694889672"}, "stopId": "42315"}, {"stopSequence": 51, "arrival": {"time": "1694889694"}, "stopId": "42316"}, {"stopSequence": 52, "arrival": {"time": "1694889744"}, "stopId": "42317"}, {"stopSequence": 53, "arrival": {"time": "1694889817"}, "stopId": "42319"}, {"stopSequence": 54, "arrival": {"time": "1694889889"}, "stopId": "42320"}, {"stopSequence": 55, "arrival": {"time": "1694889935"}, "stopId": "38514"}, {"stopSequence": 56, "arrival": {"time": "1694889989"}, "stopId": "34586"}, {"stopSequence": 57, "arrival": {"time": "1694890017"}, "stopId": "34587"}, {"stopSequence": 58, "arrival": {"time": "1694890039"}, "stopId": "34588"}, {"stopSequence": 59, "arrival": {"time": "1694890087"}, "stopId": "39497"}, {"stopSequence": 60, "arrival": {"time": "1694890120"}, "stopId": "49407"}, {"stopSequence": 61, "arrival": {"time": "1694890176"}, "stopId": "50034"}, {"stopSequence": 62, "arrival": {"time": "1694890214"}, "stopId": "40903"}, {"stopSequence": 63, "arrival": {"time": "1694890263"}, "stopId": "50035"}, {"stopSequence": 64, "arrival": {"time": "1694890312"}, "stopId": "50036"}, {"stopSequence": 65, "arrival": {"time": "1694890410"}, "stopId": "35712"}, {"stopSequence": 66, "arrival": {"time": "1694890503"}, "stopId": "35713"}], "vehicle": {"licensePlate": "CYJS26"}, "timestamp": "1694888984"}, "vehicle": {"trip": {"tripId": "22322-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "position": {"latitude": -36.812424, "longitude": -73.07031, "bearing": 122.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694888984", "vehicle": {"licensePlate": "CYJS26"}}}, {"id": "f7d7c5ef-fc5b-41cd-b1fd-99eb004c51fc", "tripUpdate": {"trip": {"tripId": "22320-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 65, "arrival": {"time": "1694889028"}, "stopId": "35712"}, {"stopSequence": 66, "arrival": {"time": "1694889127"}, "stopId": "35713"}], "vehicle": {"licensePlate": "DSJL16"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "22320-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "position": {"latitude": -36.811367, "longitude": -73.027275, "bearing": 80.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888988", "vehicle": {"licensePlate": "DSJL16"}}}, {"id": "442ad282-837c-4e27-998a-f7c4a8a3fda7", "tripUpdate": {"trip": {"tripId": "22323-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889030"}, "stopId": "39791"}, {"stopSequence": 29, "arrival": {"time": "1694889059"}, "stopId": "38506"}, {"stopSequence": 30, "arrival": {"time": "1694889111"}, "stopId": "38635"}, {"stopSequence": 31, "arrival": {"time": "1694889156"}, "stopId": "38509"}, {"stopSequence": 32, "arrival": {"time": "1694889192"}, "stopId": "38642"}, {"stopSequence": 33, "arrival": {"time": "1694889237"}, "stopId": "39795"}, {"stopSequence": 34, "arrival": {"time": "1694889271"}, "stopId": "38502"}, {"stopSequence": 35, "arrival": {"time": "1694889328"}, "stopId": "38503"}, {"stopSequence": 36, "arrival": {"time": "1694889499"}, "stopId": "35691"}, {"stopSequence": 37, "arrival": {"time": "1694889525"}, "stopId": "35692"}, {"stopSequence": 38, "arrival": {"time": "1694889587"}, "stopId": "35693"}, {"stopSequence": 39, "arrival": {"time": "1694889648"}, "stopId": "35694"}, {"stopSequence": 40, "arrival": {"time": "1694889680"}, "stopId": "35695"}, {"stopSequence": 41, "arrival": {"time": "1694889692"}, "stopId": "49317"}, {"stopSequence": 42, "arrival": {"time": "1694889767"}, "stopId": "49318"}, {"stopSequence": 43, "arrival": {"time": "1694889857"}, "stopId": "35696"}, {"stopSequence": 44, "arrival": {"time": "1694890023"}, "stopId": "35697"}, {"stopSequence": 45, "arrival": {"time": "1694890116"}, "stopId": "2-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694890145"}, "stopId": "42460"}, {"stopSequence": 47, "arrival": {"time": "1694890201"}, "stopId": "39726"}, {"stopSequence": 48, "arrival": {"time": "1694890222"}, "stopId": "2-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694890277"}, "stopId": "1566281"}, {"stopSequence": 50, "arrival": {"time": "1694890304"}, "stopId": "42315"}, {"stopSequence": 51, "arrival": {"time": "1694890327"}, "stopId": "42316"}, {"stopSequence": 52, "arrival": {"time": "1694890377"}, "stopId": "42317"}, {"stopSequence": 53, "arrival": {"time": "1694890451"}, "stopId": "42319"}, {"stopSequence": 54, "arrival": {"time": "1694890525"}, "stopId": "42320"}, {"stopSequence": 55, "arrival": {"time": "1694890572"}, "stopId": "38514"}, {"stopSequence": 56, "arrival": {"time": "1694890628"}, "stopId": "34586"}, {"stopSequence": 57, "arrival": {"time": "1694890658"}, "stopId": "34587"}, {"stopSequence": 58, "arrival": {"time": "1694890680"}, "stopId": "34588"}, {"stopSequence": 59, "arrival": {"time": "1694890731"}, "stopId": "39497"}, {"stopSequence": 60, "arrival": {"time": "1694890766"}, "stopId": "49407"}, {"stopSequence": 61, "arrival": {"time": "1694890825"}, "stopId": "50034"}, {"stopSequence": 62, "arrival": {"time": "1694890865"}, "stopId": "40903"}, {"stopSequence": 63, "arrival": {"time": "1694890918"}, "stopId": "50035"}, {"stopSequence": 64, "arrival": {"time": "1694890971"}, "stopId": "50036"}, {"stopSequence": 65, "arrival": {"time": "1694891078"}, "stopId": "35712"}, {"stopSequence": 66, "arrival": {"time": "1694891181"}, "stopId": "35713"}], "vehicle": {"licensePlate": "FXRZ34"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "22323-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "position": {"latitude": -36.787624, "longitude": -73.08695, "bearing": 180.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "FXRZ34"}}}, {"id": "9fafcf83-7a61-4857-8e18-1db851f4a819", "tripUpdate": {"trip": {"tripId": "22238-701ff27f-2", "startTime": "15:27:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694888994"}, "stopId": "39625"}, {"stopSequence": 12, "arrival": {"time": "1694889068"}, "stopId": "39628"}, {"stopSequence": 13, "arrival": {"time": "1694889149"}, "stopId": "39631"}, {"stopSequence": 14, "arrival": {"time": "1694889199"}, "stopId": "49311"}, {"stopSequence": 15, "arrival": {"time": "1694889256"}, "stopId": "39634"}, {"stopSequence": 16, "arrival": {"time": "1694889282"}, "stopId": "39635"}, {"stopSequence": 17, "arrival": {"time": "1694889329"}, "stopId": "39636"}, {"stopSequence": 18, "arrival": {"time": "1694889383"}, "stopId": "49503"}, {"stopSequence": 19, "arrival": {"time": "1694889511"}, "stopId": "39637"}, {"stopSequence": 20, "arrival": {"time": "1694889560"}, "stopId": "49317"}, {"stopSequence": 21, "arrival": {"time": "1694889591"}, "stopId": "49318"}, {"stopSequence": 22, "arrival": {"time": "1694889656"}, "stopId": "49319"}, {"stopSequence": 23, "arrival": {"time": "1694889724"}, "stopId": "39641"}, {"stopSequence": 24, "arrival": {"time": "1694889753"}, "stopId": "39642"}, {"stopSequence": 25, "arrival": {"time": "1694890025"}, "stopId": "49325"}, {"stopSequence": 26, "arrival": {"time": "1694890086"}, "stopId": "49326"}, {"stopSequence": 27, "arrival": {"time": "1694890111"}, "stopId": "39648"}, {"stopSequence": 28, "arrival": {"time": "1694890158"}, "stopId": "39649"}, {"stopSequence": 29, "arrival": {"time": "1694890196"}, "stopId": "45112"}, {"stopSequence": 30, "arrival": {"time": "1694890239"}, "stopId": "45113"}, {"stopSequence": 31, "arrival": {"time": "1694890317"}, "stopId": "37490"}, {"stopSequence": 32, "arrival": {"time": "1694890470"}, "stopId": "42604"}, {"stopSequence": 33, "arrival": {"time": "1694890513"}, "stopId": "42605"}, {"stopSequence": 34, "arrival": {"time": "1694890571"}, "stopId": "42606"}, {"stopSequence": 35, "arrival": {"time": "1694890606"}, "stopId": "42607"}, {"stopSequence": 36, "arrival": {"time": "1694890663"}, "stopId": "42608"}, {"stopSequence": 37, "arrival": {"time": "1694890707"}, "stopId": "49335"}, {"stopSequence": 38, "arrival": {"time": "1694890758"}, "stopId": "49336"}, {"stopSequence": 39, "arrival": {"time": "1694890852"}, "stopId": "37437"}, {"stopSequence": 40, "arrival": {"time": "1694890900"}, "stopId": "49337"}, {"stopSequence": 41, "arrival": {"time": "1694890938"}, "stopId": "39661"}, {"stopSequence": 42, "arrival": {"time": "1694890981"}, "stopId": "39662"}, {"stopSequence": 43, "arrival": {"time": "1694891041"}, "stopId": "39663"}, {"stopSequence": 44, "arrival": {"time": "1694891089"}, "stopId": "39664"}, {"stopSequence": 45, "arrival": {"time": "1694891139"}, "stopId": "39665"}, {"stopSequence": 46, "arrival": {"time": "1694891251"}, "stopId": "39666"}, {"stopSequence": 47, "arrival": {"time": "1694891289"}, "stopId": "39667"}, {"stopSequence": 48, "arrival": {"time": "1694891352"}, "stopId": "36935"}, {"stopSequence": 49, "arrival": {"time": "1694891387"}, "stopId": "36936"}, {"stopSequence": 50, "arrival": {"time": "1694891515"}, "stopId": "49343"}], "vehicle": {"licensePlate": "KHJL48"}, "timestamp": "1694888992"}, "vehicle": {"trip": {"tripId": "22238-701ff27f-2", "startTime": "15:27:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 1}, "position": {"latitude": -36.825165, "longitude": -73.05009, "bearing": 222.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888992", "vehicle": {"licensePlate": "KHJL48"}}}, {"id": "ac4eac7a-9f59-428e-9395-a73fcdd29dfe", "tripUpdate": {"trip": {"tripId": "22321-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 54, "arrival": {"time": "1694889076"}, "stopId": "42320"}, {"stopSequence": 55, "arrival": {"time": "1694889126"}, "stopId": "38514"}, {"stopSequence": 56, "arrival": {"time": "1694889184"}, "stopId": "34586"}, {"stopSequence": 57, "arrival": {"time": "1694889214"}, "stopId": "34587"}, {"stopSequence": 58, "arrival": {"time": "1694889237"}, "stopId": "34588"}, {"stopSequence": 59, "arrival": {"time": "1694889289"}, "stopId": "39497"}, {"stopSequence": 60, "arrival": {"time": "1694889323"}, "stopId": "49407"}, {"stopSequence": 61, "arrival": {"time": "1694889381"}, "stopId": "50034"}, {"stopSequence": 62, "arrival": {"time": "1694889421"}, "stopId": "40903"}, {"stopSequence": 63, "arrival": {"time": "1694889471"}, "stopId": "50035"}, {"stopSequence": 64, "arrival": {"time": "1694889522"}, "stopId": "50036"}, {"stopSequence": 65, "arrival": {"time": "1694889620"}, "stopId": "35712"}, {"stopSequence": 66, "arrival": {"time": "1694889713"}, "stopId": "35713"}], "vehicle": {"licensePlate": "RKKW56"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "22321-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "position": {"latitude": -36.8284, "longitude": -73.04879, "bearing": 60.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889004", "vehicle": {"licensePlate": "RKKW56"}}}, {"id": "cf4da3f1-e731-4ab9-8c1a-405226369379", "tripUpdate": {"trip": {"tripId": "22324-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 13, "arrival": {"time": "1694889019"}, "stopId": "37048"}, {"stopSequence": 14, "arrival": {"time": "1694889060"}, "stopId": "42431"}, {"stopSequence": 15, "arrival": {"time": "1694889080"}, "stopId": "42432"}, {"stopSequence": 16, "arrival": {"time": "1694889133"}, "stopId": "37578"}, {"stopSequence": 17, "arrival": {"time": "1694889170"}, "stopId": "42434"}, {"stopSequence": 18, "arrival": {"time": "1694889221"}, "stopId": "42435"}, {"stopSequence": 19, "arrival": {"time": "1694889268"}, "stopId": "4831075"}, {"stopSequence": 20, "arrival": {"time": "1694889315"}, "stopId": "49135"}, {"stopSequence": 21, "arrival": {"time": "1694889357"}, "stopId": "49136"}, {"stopSequence": 22, "arrival": {"time": "1694889457"}, "stopId": "42438"}, {"stopSequence": 23, "arrival": {"time": "1694889486"}, "stopId": "37442"}, {"stopSequence": 24, "arrival": {"time": "1694889554"}, "stopId": "42440"}, {"stopSequence": 25, "arrival": {"time": "1694889590"}, "stopId": "42441"}, {"stopSequence": 26, "arrival": {"time": "1694889698"}, "stopId": "38692"}, {"stopSequence": 27, "arrival": {"time": "1694889766"}, "stopId": "38714"}, {"stopSequence": 28, "arrival": {"time": "1694889813"}, "stopId": "39791"}, {"stopSequence": 29, "arrival": {"time": "1694889840"}, "stopId": "38506"}, {"stopSequence": 30, "arrival": {"time": "1694889887"}, "stopId": "38635"}, {"stopSequence": 31, "arrival": {"time": "1694889929"}, "stopId": "38509"}, {"stopSequence": 32, "arrival": {"time": "1694889963"}, "stopId": "38642"}, {"stopSequence": 33, "arrival": {"time": "1694890005"}, "stopId": "39795"}, {"stopSequence": 34, "arrival": {"time": "1694890037"}, "stopId": "38502"}, {"stopSequence": 35, "arrival": {"time": "1694890091"}, "stopId": "38503"}, {"stopSequence": 36, "arrival": {"time": "1694890256"}, "stopId": "35691"}, {"stopSequence": 37, "arrival": {"time": "1694890282"}, "stopId": "35692"}, {"stopSequence": 38, "arrival": {"time": "1694890343"}, "stopId": "35693"}, {"stopSequence": 39, "arrival": {"time": "1694890405"}, "stopId": "35694"}, {"stopSequence": 40, "arrival": {"time": "1694890437"}, "stopId": "35695"}, {"stopSequence": 41, "arrival": {"time": "1694890449"}, "stopId": "49317"}, {"stopSequence": 42, "arrival": {"time": "1694890525"}, "stopId": "49318"}, {"stopSequence": 43, "arrival": {"time": "1694890617"}, "stopId": "35696"}, {"stopSequence": 44, "arrival": {"time": "1694890790"}, "stopId": "35697"}, {"stopSequence": 45, "arrival": {"time": "1694890890"}, "stopId": "2-Jan"}, {"stopSequence": 46, "arrival": {"time": "1694890921"}, "stopId": "42460"}, {"stopSequence": 47, "arrival": {"time": "1694890981"}, "stopId": "39726"}, {"stopSequence": 48, "arrival": {"time": "1694891004"}, "stopId": "2-Mar"}, {"stopSequence": 49, "arrival": {"time": "1694891064"}, "stopId": "1566281"}, {"stopSequence": 50, "arrival": {"time": "1694891094"}, "stopId": "42315"}, {"stopSequence": 51, "arrival": {"time": "1694891119"}, "stopId": "42316"}, {"stopSequence": 52, "arrival": {"time": "1694891175"}, "stopId": "42317"}, {"stopSequence": 53, "arrival": {"time": "1694891258"}, "stopId": "42319"}, {"stopSequence": 54, "arrival": {"time": "1694891341"}, "stopId": "42320"}, {"stopSequence": 55, "arrival": {"time": "1694891395"}, "stopId": "38514"}, {"stopSequence": 56, "arrival": {"time": "1694891458"}, "stopId": "34586"}, {"stopSequence": 57, "arrival": {"time": "1694891492"}, "stopId": "34587"}, {"stopSequence": 58, "arrival": {"time": "1694891518"}, "stopId": "34588"}, {"stopSequence": 59, "arrival": {"time": "1694891578"}, "stopId": "39497"}, {"stopSequence": 60, "arrival": {"time": "1694891618"}, "stopId": "49407"}, {"stopSequence": 61, "arrival": {"time": "1694891687"}, "stopId": "50034"}, {"stopSequence": 62, "arrival": {"time": "1694891736"}, "stopId": "40903"}, {"stopSequence": 63, "arrival": {"time": "1694891798"}, "stopId": "50035"}, {"stopSequence": 64, "arrival": {"time": "1694891862"}, "stopId": "50036"}, {"stopSequence": 65, "arrival": {"time": "1694891991"}, "stopId": "35712"}, {"stopSequence": 66, "arrival": {"time": "1694892117"}, "stopId": "35713"}], "vehicle": {"licensePlate": "RKKW58"}, "timestamp": "1694889018"}, "vehicle": {"trip": {"tripId": "22324-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 0}, "position": {"latitude": -36.781178, "longitude": -73.10902, "bearing": 346.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889018", "vehicle": {"licensePlate": "RKKW58"}}}, {"id": "ca011d57-0e4f-45f4-90db-533cfaf2d25d", "tripUpdate": {"trip": {"tripId": "22239-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694888990"}, "stopId": "35203"}, {"stopSequence": 4, "arrival": {"time": "1694889059"}, "stopId": "1-Feb"}, {"stopSequence": 5, "arrival": {"time": "1694889114"}, "stopId": "1-Mar"}, {"stopSequence": 6, "arrival": {"time": "1694889148"}, "stopId": "37465"}, {"stopSequence": 7, "arrival": {"time": "1694889251"}, "stopId": "39599"}, {"stopSequence": 8, "arrival": {"time": "1694889328"}, "stopId": "45011"}, {"stopSequence": 9, "arrival": {"time": "1694889429"}, "stopId": "39623"}, {"stopSequence": 10, "arrival": {"time": "1694889478"}, "stopId": "39624"}, {"stopSequence": 11, "arrival": {"time": "1694889524"}, "stopId": "39625"}, {"stopSequence": 12, "arrival": {"time": "1694889593"}, "stopId": "39628"}, {"stopSequence": 13, "arrival": {"time": "1694889669"}, "stopId": "39631"}, {"stopSequence": 14, "arrival": {"time": "1694889715"}, "stopId": "49311"}, {"stopSequence": 15, "arrival": {"time": "1694889770"}, "stopId": "39634"}, {"stopSequence": 16, "arrival": {"time": "1694889795"}, "stopId": "39635"}, {"stopSequence": 17, "arrival": {"time": "1694889839"}, "stopId": "39636"}, {"stopSequence": 18, "arrival": {"time": "1694889891"}, "stopId": "49503"}, {"stopSequence": 19, "arrival": {"time": "1694890014"}, "stopId": "39637"}, {"stopSequence": 20, "arrival": {"time": "1694890063"}, "stopId": "49317"}, {"stopSequence": 21, "arrival": {"time": "1694890093"}, "stopId": "49318"}, {"stopSequence": 22, "arrival": {"time": "1694890157"}, "stopId": "49319"}, {"stopSequence": 23, "arrival": {"time": "1694890225"}, "stopId": "39641"}, {"stopSequence": 24, "arrival": {"time": "1694890254"}, "stopId": "39642"}, {"stopSequence": 25, "arrival": {"time": "1694890530"}, "stopId": "49325"}, {"stopSequence": 26, "arrival": {"time": "1694890593"}, "stopId": "49326"}, {"stopSequence": 27, "arrival": {"time": "1694890619"}, "stopId": "39648"}, {"stopSequence": 28, "arrival": {"time": "1694890667"}, "stopId": "39649"}, {"stopSequence": 29, "arrival": {"time": "1694890708"}, "stopId": "45112"}, {"stopSequence": 30, "arrival": {"time": "1694890752"}, "stopId": "45113"}, {"stopSequence": 31, "arrival": {"time": "1694890835"}, "stopId": "37490"}, {"stopSequence": 32, "arrival": {"time": "1694890999"}, "stopId": "42604"}, {"stopSequence": 33, "arrival": {"time": "1694891045"}, "stopId": "42605"}, {"stopSequence": 34, "arrival": {"time": "1694891107"}, "stopId": "42606"}, {"stopSequence": 35, "arrival": {"time": "1694891145"}, "stopId": "42607"}, {"stopSequence": 36, "arrival": {"time": "1694891208"}, "stopId": "42608"}, {"stopSequence": 37, "arrival": {"time": "1694891257"}, "stopId": "49335"}, {"stopSequence": 38, "arrival": {"time": "1694891313"}, "stopId": "49336"}, {"stopSequence": 39, "arrival": {"time": "1694891417"}, "stopId": "37437"}, {"stopSequence": 40, "arrival": {"time": "1694891471"}, "stopId": "49337"}, {"stopSequence": 41, "arrival": {"time": "1694891514"}, "stopId": "39661"}, {"stopSequence": 42, "arrival": {"time": "1694891562"}, "stopId": "39662"}, {"stopSequence": 43, "arrival": {"time": "1694891629"}, "stopId": "39663"}, {"stopSequence": 44, "arrival": {"time": "1694891684"}, "stopId": "39664"}, {"stopSequence": 45, "arrival": {"time": "1694891741"}, "stopId": "39665"}, {"stopSequence": 46, "arrival": {"time": "1694891870"}, "stopId": "39666"}, {"stopSequence": 47, "arrival": {"time": "1694891914"}, "stopId": "39667"}, {"stopSequence": 48, "arrival": {"time": "1694891988"}, "stopId": "36935"}, {"stopSequence": 49, "arrival": {"time": "1694892028"}, "stopId": "36936"}, {"stopSequence": 50, "arrival": {"time": "1694892179"}, "stopId": "49343"}], "vehicle": {"licensePlate": "RKYG37"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "22239-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "603", "directionId": 1}, "position": {"latitude": -36.814995, "longitude": -73.02962, "bearing": 284.0, "odometer": 0.0, "speed": 5.5555553}, "timestamp": "1694888980", "vehicle": {"licensePlate": "RKYG37"}}}, {"id": "66edff6c-8802-4eb0-864d-adb1fbbdb468", "tripUpdate": {"trip": {"tripId": "22506-701ff27f-2", "startTime": "15:33:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889132"}, "stopId": "37577"}, {"stopSequence": 2, "arrival": {"time": "1694889189"}, "stopId": "37578"}, {"stopSequence": 3, "arrival": {"time": "1694889233"}, "stopId": "39660"}, {"stopSequence": 4, "arrival": {"time": "1694889261"}, "stopId": "39659"}, {"stopSequence": 5, "arrival": {"time": "1694889308"}, "stopId": "37581"}, {"stopSequence": 6, "arrival": {"time": "1694889341"}, "stopId": "37435"}, {"stopSequence": 7, "arrival": {"time": "1694889384"}, "stopId": "37583"}, {"stopSequence": 8, "arrival": {"time": "1694889454"}, "stopId": "37584"}, {"stopSequence": 9, "arrival": {"time": "1694889553"}, "stopId": "37432"}, {"stopSequence": 10, "arrival": {"time": "1694889583"}, "stopId": "37586"}, {"stopSequence": 11, "arrival": {"time": "1694889605"}, "stopId": "37430"}, {"stopSequence": 12, "arrival": {"time": "1694889632"}, "stopId": "37588"}, {"stopSequence": 13, "arrival": {"time": "1694889672"}, "stopId": "37589"}, {"stopSequence": 14, "arrival": {"time": "1694889728"}, "stopId": "37590"}, {"stopSequence": 15, "arrival": {"time": "1694889775"}, "stopId": "37591"}, {"stopSequence": 16, "arrival": {"time": "1694889827"}, "stopId": "37592"}, {"stopSequence": 17, "arrival": {"time": "1694889868"}, "stopId": "37593"}, {"stopSequence": 18, "arrival": {"time": "1694889893"}, "stopId": "38509"}, {"stopSequence": 19, "arrival": {"time": "1694889927"}, "stopId": "38642"}, {"stopSequence": 20, "arrival": {"time": "1694889965"}, "stopId": "39795"}, {"stopSequence": 21, "arrival": {"time": "1694890001"}, "stopId": "38502"}, {"stopSequence": 22, "arrival": {"time": "1694890059"}, "stopId": "38503"}, {"stopSequence": 23, "arrival": {"time": "1694890213"}, "stopId": "35691"}, {"stopSequence": 24, "arrival": {"time": "1694890306"}, "stopId": "35693"}, {"stopSequence": 25, "arrival": {"time": "1694890363"}, "stopId": "35694"}, {"stopSequence": 26, "arrival": {"time": "1694890403"}, "stopId": "35695"}, {"stopSequence": 27, "arrival": {"time": "1694890450"}, "stopId": "35696"}, {"stopSequence": 28, "arrival": {"time": "1694890621"}, "stopId": "35697"}, {"stopSequence": 29, "arrival": {"time": "1694890726"}, "stopId": "2-Jan"}, {"stopSequence": 30, "arrival": {"time": "1694890755"}, "stopId": "42460"}, {"stopSequence": 31, "arrival": {"time": "1694890793"}, "stopId": "35690"}, {"stopSequence": 32, "arrival": {"time": "1694890895"}, "stopId": "35700"}, {"stopSequence": 33, "arrival": {"time": "1694890925"}, "stopId": "35701"}, {"stopSequence": 34, "arrival": {"time": "1694890995"}, "stopId": "35703"}, {"stopSequence": 35, "arrival": {"time": "1694891011"}, "stopId": "35704"}, {"stopSequence": 36, "arrival": {"time": "1694891034"}, "stopId": "35705"}, {"stopSequence": 37, "arrival": {"time": "1694891055"}, "stopId": "35706"}, {"stopSequence": 38, "arrival": {"time": "1694891114"}, "stopId": "35707"}, {"stopSequence": 39, "arrival": {"time": "1694891142"}, "stopId": "35708"}, {"stopSequence": 40, "arrival": {"time": "1694891168"}, "stopId": "35709"}, {"stopSequence": 41, "arrival": {"time": "1694891234"}, "stopId": "40306"}, {"stopSequence": 42, "arrival": {"time": "1694891306"}, "stopId": "40308"}, {"stopSequence": 43, "arrival": {"time": "1694891391"}, "stopId": "40309"}, {"stopSequence": 44, "arrival": {"time": "1694891528"}, "stopId": "39504"}, {"stopSequence": 45, "arrival": {"time": "1694891565"}, "stopId": "39595"}, {"stopSequence": 46, "arrival": {"time": "1694891584"}, "stopId": "39759"}, {"stopSequence": 47, "arrival": {"time": "1694891681"}, "stopId": "37627"}, {"stopSequence": 48, "arrival": {"time": "1694891881"}, "stopId": "39712"}, {"stopSequence": 49, "arrival": {"time": "1694891921"}, "stopId": "39714"}, {"stopSequence": 50, "arrival": {"time": "1694891964"}, "stopId": "39715"}, {"stopSequence": 51, "arrival": {"time": "1694891996"}, "stopId": "39470"}, {"stopSequence": 52, "arrival": {"time": "1694892142"}, "stopId": "39611"}, {"stopSequence": 53, "arrival": {"time": "1694892228"}, "stopId": "37636"}, {"stopSequence": 54, "arrival": {"time": "1694892389"}, "stopId": "37637"}, {"stopSequence": 55, "arrival": {"time": "1694892474"}, "stopId": "37639"}, {"stopSequence": 56, "arrival": {"time": "1694892532"}, "stopId": "39200"}, {"stopSequence": 57, "arrival": {"time": "1694892644"}, "stopId": "40191"}, {"stopSequence": 58, "arrival": {"time": "1694892690"}, "stopId": "40192"}, {"stopSequence": 59, "arrival": {"time": "1694892762"}, "stopId": "40193"}, {"stopSequence": 60, "arrival": {"time": "1694892816"}, "stopId": "40194"}, {"stopSequence": 61, "arrival": {"time": "1694892955"}, "stopId": "38025"}, {"stopSequence": 62, "arrival": {"time": "1694892988"}, "stopId": "38026"}, {"stopSequence": 63, "arrival": {"time": "1694893035"}, "stopId": "38027"}, {"stopSequence": 64, "arrival": {"time": "1694893054"}, "stopId": "38028"}, {"stopSequence": 65, "arrival": {"time": "1694893085"}, "stopId": "38029"}, {"stopSequence": 66, "arrival": {"time": "1694893129"}, "stopId": "38030"}, {"stopSequence": 67, "arrival": {"time": "1694893177"}, "stopId": "38031"}, {"stopSequence": 68, "arrival": {"time": "1694893234"}, "stopId": "38032"}], "vehicle": {"licensePlate": "FXRS16"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "22506-701ff27f-2", "startTime": "15:33:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 0}, "position": {"latitude": -36.779396, "longitude": -73.09925, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "FXRS16"}}}, {"id": "859fab00-4f3a-4298-bc43-3a007111296e", "tripUpdate": {"trip": {"tripId": "22599-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 10, "arrival": {"time": "1694889062"}, "stopId": "39536"}, {"stopSequence": 11, "arrival": {"time": "1694889097"}, "stopId": "16206048"}, {"stopSequence": 12, "arrival": {"time": "1694889119"}, "stopId": "39537"}, {"stopSequence": 13, "arrival": {"time": "1694889137"}, "stopId": "40192"}, {"stopSequence": 14, "arrival": {"time": "1694889166"}, "stopId": "39429"}, {"stopSequence": 15, "arrival": {"time": "1694889203"}, "stopId": "39430"}, {"stopSequence": 16, "arrival": {"time": "1694889220"}, "stopId": "37300"}, {"stopSequence": 17, "arrival": {"time": "1694889248"}, "stopId": "39562"}, {"stopSequence": 18, "arrival": {"time": "1694889284"}, "stopId": "39563"}, {"stopSequence": 19, "arrival": {"time": "1694889302"}, "stopId": "39564"}, {"stopSequence": 20, "arrival": {"time": "1694889313"}, "stopId": "37638"}, {"stopSequence": 21, "arrival": {"time": "1694889349"}, "stopId": "39587"}, {"stopSequence": 22, "arrival": {"time": "1694889383"}, "stopId": "39588"}, {"stopSequence": 23, "arrival": {"time": "1694889436"}, "stopId": "39589"}, {"stopSequence": 24, "arrival": {"time": "1694889468"}, "stopId": "37322"}, {"stopSequence": 25, "arrival": {"time": "1694889497"}, "stopId": "37323"}, {"stopSequence": 26, "arrival": {"time": "1694889593"}, "stopId": "39558"}, {"stopSequence": 27, "arrival": {"time": "1694889645"}, "stopId": "39985"}, {"stopSequence": 28, "arrival": {"time": "1694889703"}, "stopId": "37325"}, {"stopSequence": 29, "arrival": {"time": "1694889739"}, "stopId": "37364"}, {"stopSequence": 30, "arrival": {"time": "1694889871"}, "stopId": "37366"}, {"stopSequence": 31, "arrival": {"time": "1694889907"}, "stopId": "39594"}, {"stopSequence": 32, "arrival": {"time": "1694890015"}, "stopId": "39505"}, {"stopSequence": 33, "arrival": {"time": "1694890043"}, "stopId": "39506"}, {"stopSequence": 34, "arrival": {"time": "1694890071"}, "stopId": "90003"}, {"stopSequence": 35, "arrival": {"time": "1694890115"}, "stopId": "90007"}, {"stopSequence": 36, "arrival": {"time": "1694890155"}, "stopId": "40830"}, {"stopSequence": 37, "arrival": {"time": "1694890191"}, "stopId": "40831"}, {"stopSequence": 38, "arrival": {"time": "1694890272"}, "stopId": "39599"}, {"stopSequence": 39, "arrival": {"time": "1694890294"}, "stopId": "39600"}, {"stopSequence": 40, "arrival": {"time": "1694890359"}, "stopId": "37496"}, {"stopSequence": 41, "arrival": {"time": "1694890408"}, "stopId": "45064"}, {"stopSequence": 42, "arrival": {"time": "1694890480"}, "stopId": "37506"}, {"stopSequence": 43, "arrival": {"time": "1694890515"}, "stopId": "49496"}, {"stopSequence": 44, "arrival": {"time": "1694890556"}, "stopId": "49497"}, {"stopSequence": 45, "arrival": {"time": "1694890580"}, "stopId": "39624"}, {"stopSequence": 46, "arrival": {"time": "1694890646"}, "stopId": "90000"}, {"stopSequence": 47, "arrival": {"time": "1694890697"}, "stopId": "39628"}, {"stopSequence": 48, "arrival": {"time": "1694890776"}, "stopId": "39631"}, {"stopSequence": 49, "arrival": {"time": "1694890825"}, "stopId": "49311"}, {"stopSequence": 50, "arrival": {"time": "1694890882"}, "stopId": "39634"}, {"stopSequence": 51, "arrival": {"time": "1694890908"}, "stopId": "39635"}, {"stopSequence": 52, "arrival": {"time": "1694890957"}, "stopId": "39636"}, {"stopSequence": 53, "arrival": {"time": "1694891151"}, "stopId": "39637"}, {"stopSequence": 54, "arrival": {"time": "1694891205"}, "stopId": "49317"}, {"stopSequence": 55, "arrival": {"time": "1694891240"}, "stopId": "49318"}, {"stopSequence": 56, "arrival": {"time": "1694891314"}, "stopId": "49319"}, {"stopSequence": 57, "arrival": {"time": "1694891387"}, "stopId": "39641"}, {"stopSequence": 58, "arrival": {"time": "1694891428"}, "stopId": "39642"}, {"stopSequence": 59, "arrival": {"time": "1694891763"}, "stopId": "49325"}, {"stopSequence": 60, "arrival": {"time": "1694891842"}, "stopId": "49326"}, {"stopSequence": 61, "arrival": {"time": "1694891881"}, "stopId": "37425"}, {"stopSequence": 62, "arrival": {"time": "1694891929"}, "stopId": "37426"}, {"stopSequence": 63, "arrival": {"time": "1694891986"}, "stopId": "37427"}, {"stopSequence": 64, "arrival": {"time": "1694892052"}, "stopId": "8606049"}, {"stopSequence": 65, "arrival": {"time": "1694892116"}, "stopId": "37428"}, {"stopSequence": 66, "arrival": {"time": "1694892172"}, "stopId": "37429"}, {"stopSequence": 67, "arrival": {"time": "1694892217"}, "stopId": "37430"}, {"stopSequence": 68, "arrival": {"time": "1694892262"}, "stopId": "37431"}, {"stopSequence": 69, "arrival": {"time": "1694892304"}, "stopId": "37432"}, {"stopSequence": 70, "arrival": {"time": "1694892450"}, "stopId": "37433"}, {"stopSequence": 71, "arrival": {"time": "1694892585"}, "stopId": "37434"}, {"stopSequence": 72, "arrival": {"time": "1694892615"}, "stopId": "37435"}, {"stopSequence": 73, "arrival": {"time": "1694892682"}, "stopId": "39658"}, {"stopSequence": 74, "arrival": {"time": "1694892751"}, "stopId": "39659"}, {"stopSequence": 75, "arrival": {"time": "1694892796"}, "stopId": "39660"}, {"stopSequence": 76, "arrival": {"time": "1694892845"}, "stopId": "39661"}, {"stopSequence": 77, "arrival": {"time": "1694892932"}, "stopId": "37440"}, {"stopSequence": 78, "arrival": {"time": "1694893124"}, "stopId": "37441"}, {"stopSequence": 79, "arrival": {"time": "1694893410"}, "stopId": "37442"}], "vehicle": {"licensePlate": "FYDV83"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "22599-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 1}, "position": {"latitude": -36.786724, "longitude": -73.04305, "bearing": 182.0, "odometer": 0.0, "speed": 7.2222223}, "timestamp": "1694889010", "vehicle": {"licensePlate": "FYDV83"}}}, {"id": "3396f6bd-6605-4ddd-aa3d-f3870926e6e9", "tripUpdate": {"trip": {"tripId": "22504-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889114"}, "stopId": "35693"}, {"stopSequence": 25, "arrival": {"time": "1694889175"}, "stopId": "35694"}, {"stopSequence": 26, "arrival": {"time": "1694889217"}, "stopId": "35695"}, {"stopSequence": 27, "arrival": {"time": "1694889266"}, "stopId": "35696"}, {"stopSequence": 28, "arrival": {"time": "1694889441"}, "stopId": "35697"}, {"stopSequence": 29, "arrival": {"time": "1694889544"}, "stopId": "2-Jan"}, {"stopSequence": 30, "arrival": {"time": "1694889572"}, "stopId": "42460"}, {"stopSequence": 31, "arrival": {"time": "1694889609"}, "stopId": "35690"}, {"stopSequence": 32, "arrival": {"time": "1694889705"}, "stopId": "35700"}, {"stopSequence": 33, "arrival": {"time": "1694889733"}, "stopId": "35701"}, {"stopSequence": 34, "arrival": {"time": "1694889797"}, "stopId": "35703"}, {"stopSequence": 35, "arrival": {"time": "1694889812"}, "stopId": "35704"}, {"stopSequence": 36, "arrival": {"time": "1694889833"}, "stopId": "35705"}, {"stopSequence": 37, "arrival": {"time": "1694889852"}, "stopId": "35706"}, {"stopSequence": 38, "arrival": {"time": "1694889906"}, "stopId": "35707"}, {"stopSequence": 39, "arrival": {"time": "1694889930"}, "stopId": "35708"}, {"stopSequence": 40, "arrival": {"time": "1694889953"}, "stopId": "35709"}, {"stopSequence": 41, "arrival": {"time": "1694890011"}, "stopId": "40306"}, {"stopSequence": 42, "arrival": {"time": "1694890073"}, "stopId": "40308"}, {"stopSequence": 43, "arrival": {"time": "1694890146"}, "stopId": "40309"}, {"stopSequence": 44, "arrival": {"time": "1694890259"}, "stopId": "39504"}, {"stopSequence": 45, "arrival": {"time": "1694890290"}, "stopId": "39595"}, {"stopSequence": 46, "arrival": {"time": "1694890305"}, "stopId": "39759"}, {"stopSequence": 47, "arrival": {"time": "1694890383"}, "stopId": "37627"}, {"stopSequence": 48, "arrival": {"time": "1694890539"}, "stopId": "39712"}, {"stopSequence": 49, "arrival": {"time": "1694890570"}, "stopId": "39714"}, {"stopSequence": 50, "arrival": {"time": "1694890603"}, "stopId": "39715"}, {"stopSequence": 51, "arrival": {"time": "1694890627"}, "stopId": "39470"}, {"stopSequence": 52, "arrival": {"time": "1694890736"}, "stopId": "39611"}, {"stopSequence": 53, "arrival": {"time": "1694890799"}, "stopId": "37636"}, {"stopSequence": 54, "arrival": {"time": "1694890915"}, "stopId": "37637"}, {"stopSequence": 55, "arrival": {"time": "1694890974"}, "stopId": "37639"}, {"stopSequence": 56, "arrival": {"time": "1694891015"}, "stopId": "39200"}, {"stopSequence": 57, "arrival": {"time": "1694891092"}, "stopId": "40191"}, {"stopSequence": 58, "arrival": {"time": "1694891123"}, "stopId": "40192"}, {"stopSequence": 59, "arrival": {"time": "1694891172"}, "stopId": "40193"}, {"stopSequence": 60, "arrival": {"time": "1694891208"}, "stopId": "40194"}, {"stopSequence": 61, "arrival": {"time": "1694891299"}, "stopId": "38025"}, {"stopSequence": 62, "arrival": {"time": "1694891321"}, "stopId": "38026"}, {"stopSequence": 63, "arrival": {"time": "1694891352"}, "stopId": "38027"}, {"stopSequence": 64, "arrival": {"time": "1694891364"}, "stopId": "38028"}, {"stopSequence": 65, "arrival": {"time": "1694891383"}, "stopId": "38029"}, {"stopSequence": 66, "arrival": {"time": "1694891412"}, "stopId": "38030"}, {"stopSequence": 67, "arrival": {"time": "1694891443"}, "stopId": "38031"}, {"stopSequence": 68, "arrival": {"time": "1694891479"}, "stopId": "38032"}], "vehicle": {"licensePlate": "JGJV34"}, "timestamp": "1694889021"}, "vehicle": {"trip": {"tripId": "22504-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 0}, "position": {"latitude": -36.808502, "longitude": -73.07746, "bearing": 147.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889021", "vehicle": {"licensePlate": "JGJV34"}}}, {"id": "45a577e9-30e0-4471-be43-b88a2e3f895a", "tripUpdate": {"trip": {"tripId": "22597-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889014"}, "stopId": "90007"}, {"stopSequence": 36, "arrival": {"time": "1694889058"}, "stopId": "40830"}, {"stopSequence": 37, "arrival": {"time": "1694889097"}, "stopId": "40831"}, {"stopSequence": 38, "arrival": {"time": "1694889184"}, "stopId": "39599"}, {"stopSequence": 39, "arrival": {"time": "1694889207"}, "stopId": "39600"}, {"stopSequence": 40, "arrival": {"time": "1694889276"}, "stopId": "37496"}, {"stopSequence": 41, "arrival": {"time": "1694889326"}, "stopId": "45064"}, {"stopSequence": 42, "arrival": {"time": "1694889400"}, "stopId": "37506"}, {"stopSequence": 43, "arrival": {"time": "1694889435"}, "stopId": "49496"}, {"stopSequence": 44, "arrival": {"time": "1694889476"}, "stopId": "49497"}, {"stopSequence": 45, "arrival": {"time": "1694889501"}, "stopId": "39624"}, {"stopSequence": 46, "arrival": {"time": "1694889566"}, "stopId": "90000"}, {"stopSequence": 47, "arrival": {"time": "1694889616"}, "stopId": "39628"}, {"stopSequence": 48, "arrival": {"time": "1694889691"}, "stopId": "39631"}, {"stopSequence": 49, "arrival": {"time": "1694889737"}, "stopId": "49311"}, {"stopSequence": 50, "arrival": {"time": "1694889792"}, "stopId": "39634"}, {"stopSequence": 51, "arrival": {"time": "1694889816"}, "stopId": "39635"}, {"stopSequence": 52, "arrival": {"time": "1694889861"}, "stopId": "39636"}, {"stopSequence": 53, "arrival": {"time": "1694890036"}, "stopId": "39637"}, {"stopSequence": 54, "arrival": {"time": "1694890085"}, "stopId": "49317"}, {"stopSequence": 55, "arrival": {"time": "1694890115"}, "stopId": "49318"}, {"stopSequence": 56, "arrival": {"time": "1694890180"}, "stopId": "49319"}, {"stopSequence": 57, "arrival": {"time": "1694890242"}, "stopId": "39641"}, {"stopSequence": 58, "arrival": {"time": "1694890277"}, "stopId": "39642"}, {"stopSequence": 59, "arrival": {"time": "1694890553"}, "stopId": "49325"}, {"stopSequence": 60, "arrival": {"time": "1694890616"}, "stopId": "49326"}, {"stopSequence": 61, "arrival": {"time": "1694890647"}, "stopId": "37425"}, {"stopSequence": 62, "arrival": {"time": "1694890685"}, "stopId": "37426"}, {"stopSequence": 63, "arrival": {"time": "1694890729"}, "stopId": "37427"}, {"stopSequence": 64, "arrival": {"time": "1694890780"}, "stopId": "8606049"}, {"stopSequence": 65, "arrival": {"time": "1694890829"}, "stopId": "37428"}, {"stopSequence": 66, "arrival": {"time": "1694890872"}, "stopId": "37429"}, {"stopSequence": 67, "arrival": {"time": "1694890906"}, "stopId": "37430"}, {"stopSequence": 68, "arrival": {"time": "1694890939"}, "stopId": "37431"}, {"stopSequence": 69, "arrival": {"time": "1694890971"}, "stopId": "37432"}, {"stopSequence": 70, "arrival": {"time": "1694891078"}, "stopId": "37433"}, {"stopSequence": 71, "arrival": {"time": "1694891175"}, "stopId": "37434"}, {"stopSequence": 72, "arrival": {"time": "1694891197"}, "stopId": "37435"}, {"stopSequence": 73, "arrival": {"time": "1694891244"}, "stopId": "39658"}, {"stopSequence": 74, "arrival": {"time": "1694891293"}, "stopId": "39659"}, {"stopSequence": 75, "arrival": {"time": "1694891324"}, "stopId": "39660"}, {"stopSequence": 76, "arrival": {"time": "1694891358"}, "stopId": "39661"}, {"stopSequence": 77, "arrival": {"time": "1694891418"}, "stopId": "37440"}, {"stopSequence": 78, "arrival": {"time": "1694891548"}, "stopId": "37441"}, {"stopSequence": 79, "arrival": {"time": "1694891737"}, "stopId": "37442"}], "vehicle": {"licensePlate": "JRKL26"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "22597-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 1}, "position": {"latitude": -36.813797, "longitude": -73.032295, "bearing": 236.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694888978", "vehicle": {"licensePlate": "JRKL26"}}}, {"id": "25aac175-203e-47d6-95a5-1e7d0d4e3317", "tripUpdate": {"trip": {"tripId": "22502-701ff27f-2", "startTime": "14:53:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694888987"}, "stopId": "40306"}, {"stopSequence": 42, "arrival": {"time": "1694889056"}, "stopId": "40308"}, {"stopSequence": 43, "arrival": {"time": "1694889135"}, "stopId": "40309"}, {"stopSequence": 44, "arrival": {"time": "1694889255"}, "stopId": "39504"}, {"stopSequence": 45, "arrival": {"time": "1694889288"}, "stopId": "39595"}, {"stopSequence": 46, "arrival": {"time": "1694889304"}, "stopId": "39759"}, {"stopSequence": 47, "arrival": {"time": "1694889384"}, "stopId": "37627"}, {"stopSequence": 48, "arrival": {"time": "1694889542"}, "stopId": "39712"}, {"stopSequence": 49, "arrival": {"time": "1694889573"}, "stopId": "39714"}, {"stopSequence": 50, "arrival": {"time": "1694889605"}, "stopId": "39715"}, {"stopSequence": 51, "arrival": {"time": "1694889629"}, "stopId": "39470"}, {"stopSequence": 52, "arrival": {"time": "1694889734"}, "stopId": "39611"}, {"stopSequence": 53, "arrival": {"time": "1694889794"}, "stopId": "37636"}, {"stopSequence": 54, "arrival": {"time": "1694889903"}, "stopId": "37637"}, {"stopSequence": 55, "arrival": {"time": "1694889958"}, "stopId": "37639"}, {"stopSequence": 56, "arrival": {"time": "1694889995"}, "stopId": "39200"}, {"stopSequence": 57, "arrival": {"time": "1694890065"}, "stopId": "40191"}, {"stopSequence": 58, "arrival": {"time": "1694890093"}, "stopId": "40192"}, {"stopSequence": 59, "arrival": {"time": "1694890136"}, "stopId": "40193"}, {"stopSequence": 60, "arrival": {"time": "1694890168"}, "stopId": "40194"}, {"stopSequence": 61, "arrival": {"time": "1694890249"}, "stopId": "38025"}, {"stopSequence": 62, "arrival": {"time": "1694890267"}, "stopId": "38026"}, {"stopSequence": 63, "arrival": {"time": "1694890294"}, "stopId": "38027"}, {"stopSequence": 64, "arrival": {"time": "1694890304"}, "stopId": "38028"}, {"stopSequence": 65, "arrival": {"time": "1694890321"}, "stopId": "38029"}, {"stopSequence": 66, "arrival": {"time": "1694890346"}, "stopId": "38030"}, {"stopSequence": 67, "arrival": {"time": "1694890372"}, "stopId": "38031"}, {"stopSequence": 68, "arrival": {"time": "1694890403"}, "stopId": "38032"}], "vehicle": {"licensePlate": "JVTK75"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "22502-701ff27f-2", "startTime": "14:53:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "604", "directionId": 0}, "position": {"latitude": -36.81887, "longitude": -73.04342, "bearing": 330.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694888974", "vehicle": {"licensePlate": "JVTK75"}}}, {"id": "f759ebf8-8032-49b2-8d28-bbb2757b1590", "tripUpdate": {"trip": {"tripId": "22672-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 42, "arrival": {"time": "1694889084"}, "stopId": "37465"}, {"stopSequence": 43, "arrival": {"time": "1694889133"}, "stopId": "39503"}, {"stopSequence": 44, "arrival": {"time": "1694889236"}, "stopId": "39504"}, {"stopSequence": 45, "arrival": {"time": "1694889258"}, "stopId": "39595"}, {"stopSequence": 46, "arrival": {"time": "1694889279"}, "stopId": "39759"}, {"stopSequence": 47, "arrival": {"time": "1694889341"}, "stopId": "39760"}, {"stopSequence": 48, "arrival": {"time": "1694889381"}, "stopId": "39761"}, {"stopSequence": 49, "arrival": {"time": "1694889420"}, "stopId": "39511"}, {"stopSequence": 50, "arrival": {"time": "1694889542"}, "stopId": "39763"}, {"stopSequence": 51, "arrival": {"time": "1694889585"}, "stopId": "39764"}, {"stopSequence": 52, "arrival": {"time": "1694889620"}, "stopId": "39765"}, {"stopSequence": 53, "arrival": {"time": "1694889643"}, "stopId": "39529"}, {"stopSequence": 54, "arrival": {"time": "1694889704"}, "stopId": "39530"}, {"stopSequence": 55, "arrival": {"time": "1694889750"}, "stopId": "40150"}, {"stopSequence": 56, "arrival": {"time": "1694889851"}, "stopId": "40152"}, {"stopSequence": 57, "arrival": {"time": "1694889957"}, "stopId": "38025"}, {"stopSequence": 58, "arrival": {"time": "1694889975"}, "stopId": "38026"}, {"stopSequence": 59, "arrival": {"time": "1694890002"}, "stopId": "38027"}, {"stopSequence": 60, "arrival": {"time": "1694890012"}, "stopId": "38028"}, {"stopSequence": 61, "arrival": {"time": "1694890033"}, "stopId": "38029"}, {"stopSequence": 62, "arrival": {"time": "1694890053"}, "stopId": "38030"}, {"stopSequence": 63, "arrival": {"time": "1694890079"}, "stopId": "38031"}, {"stopSequence": 64, "arrival": {"time": "1694890162"}, "stopId": "16206047"}, {"stopSequence": 65, "arrival": {"time": "1694890295"}, "stopId": "39214"}, {"stopSequence": 66, "arrival": {"time": "1694890349"}, "stopId": "39215"}, {"stopSequence": 67, "arrival": {"time": "1694890462"}, "stopId": "16027103"}, {"stopSequence": 68, "arrival": {"time": "1694890605"}, "stopId": "4950739"}, {"stopSequence": 69, "arrival": {"time": "1694890809"}, "stopId": "40978"}], "vehicle": {"licensePlate": "DLRD47"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "22672-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 0}, "position": {"latitude": -36.819134, "longitude": -73.03529, "bearing": 328.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694889004", "vehicle": {"licensePlate": "DLRD47"}}}, {"id": "8b6fd731-e8d4-4ccd-9d15-5607ac484279", "tripUpdate": {"trip": {"tripId": "22739-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694889014"}, "stopId": "39599"}, {"stopSequence": 32, "arrival": {"time": "1694889095"}, "stopId": "45011"}, {"stopSequence": 33, "arrival": {"time": "1694889200"}, "stopId": "39623"}, {"stopSequence": 34, "arrival": {"time": "1694889250"}, "stopId": "39624"}, {"stopSequence": 35, "arrival": {"time": "1694889298"}, "stopId": "39625"}, {"stopSequence": 36, "arrival": {"time": "1694889370"}, "stopId": "39628"}, {"stopSequence": 37, "arrival": {"time": "1694889447"}, "stopId": "39631"}, {"stopSequence": 38, "arrival": {"time": "1694889494"}, "stopId": "49311"}, {"stopSequence": 39, "arrival": {"time": "1694889549"}, "stopId": "39634"}, {"stopSequence": 40, "arrival": {"time": "1694889575"}, "stopId": "39635"}, {"stopSequence": 41, "arrival": {"time": "1694889620"}, "stopId": "39636"}, {"stopSequence": 42, "arrival": {"time": "1694889796"}, "stopId": "39637"}, {"stopSequence": 43, "arrival": {"time": "1694889845"}, "stopId": "49317"}, {"stopSequence": 44, "arrival": {"time": "1694889875"}, "stopId": "49318"}, {"stopSequence": 45, "arrival": {"time": "1694889939"}, "stopId": "49319"}, {"stopSequence": 46, "arrival": {"time": "1694890001"}, "stopId": "39641"}, {"stopSequence": 47, "arrival": {"time": "1694890036"}, "stopId": "39642"}, {"stopSequence": 48, "arrival": {"time": "1694890229"}, "stopId": "49323"}, {"stopSequence": 49, "arrival": {"time": "1694890308"}, "stopId": "49325"}, {"stopSequence": 50, "arrival": {"time": "1694890369"}, "stopId": "49326"}, {"stopSequence": 51, "arrival": {"time": "1694890400"}, "stopId": "37425"}, {"stopSequence": 52, "arrival": {"time": "1694890437"}, "stopId": "37426"}, {"stopSequence": 53, "arrival": {"time": "1694890480"}, "stopId": "37427"}, {"stopSequence": 54, "arrival": {"time": "1694890529"}, "stopId": "8606049"}, {"stopSequence": 55, "arrival": {"time": "1694890567"}, "stopId": "37840"}, {"stopSequence": 56, "arrival": {"time": "1694890587"}, "stopId": "39653"}, {"stopSequence": 57, "arrival": {"time": "1694890613"}, "stopId": "39654"}, {"stopSequence": 58, "arrival": {"time": "1694890644"}, "stopId": "49334"}, {"stopSequence": 59, "arrival": {"time": "1694890704"}, "stopId": "49335"}, {"stopSequence": 60, "arrival": {"time": "1694890752"}, "stopId": "49336"}, {"stopSequence": 61, "arrival": {"time": "1694890880"}, "stopId": "42436"}, {"stopSequence": 62, "arrival": {"time": "1694890916"}, "stopId": "4831072"}, {"stopSequence": 63, "arrival": {"time": "1694890928"}, "stopId": "42437"}, {"stopSequence": 64, "arrival": {"time": "1694890987"}, "stopId": "42438"}, {"stopSequence": 65, "arrival": {"time": "1694891018"}, "stopId": "37442"}, {"stopSequence": 66, "arrival": {"time": "1694891046"}, "stopId": "37850"}, {"stopSequence": 67, "arrival": {"time": "1694891095"}, "stopId": "32692"}, {"stopSequence": 68, "arrival": {"time": "1694891119"}, "stopId": "37852"}, {"stopSequence": 69, "arrival": {"time": "1694891145"}, "stopId": "37853"}], "vehicle": {"licensePlate": "HBSK84"}, "timestamp": "1694888973"}, "vehicle": {"trip": {"tripId": "22739-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 1}, "position": {"latitude": -36.817745, "longitude": -73.03773, "bearing": 153.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694888973", "vehicle": {"licensePlate": "HBSK84"}}}, {"id": "759bd548-4d85-4058-8803-c1ffca660bf5", "tripUpdate": {"trip": {"tripId": "22738-701ff27f-2", "startTime": "14:43:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 48, "arrival": {"time": "1694889148"}, "stopId": "49323"}, {"stopSequence": 49, "arrival": {"time": "1694889232"}, "stopId": "49325"}, {"stopSequence": 50, "arrival": {"time": "1694889297"}, "stopId": "49326"}, {"stopSequence": 51, "arrival": {"time": "1694889328"}, "stopId": "37425"}, {"stopSequence": 52, "arrival": {"time": "1694889366"}, "stopId": "37426"}, {"stopSequence": 53, "arrival": {"time": "1694889410"}, "stopId": "37427"}, {"stopSequence": 54, "arrival": {"time": "1694889460"}, "stopId": "8606049"}, {"stopSequence": 55, "arrival": {"time": "1694889498"}, "stopId": "37840"}, {"stopSequence": 56, "arrival": {"time": "1694889517"}, "stopId": "39653"}, {"stopSequence": 57, "arrival": {"time": "1694889543"}, "stopId": "39654"}, {"stopSequence": 58, "arrival": {"time": "1694889573"}, "stopId": "49334"}, {"stopSequence": 59, "arrival": {"time": "1694889632"}, "stopId": "49335"}, {"stopSequence": 60, "arrival": {"time": "1694889678"}, "stopId": "49336"}, {"stopSequence": 61, "arrival": {"time": "1694889798"}, "stopId": "42436"}, {"stopSequence": 62, "arrival": {"time": "1694889832"}, "stopId": "4831072"}, {"stopSequence": 63, "arrival": {"time": "1694889843"}, "stopId": "42437"}, {"stopSequence": 64, "arrival": {"time": "1694889897"}, "stopId": "42438"}, {"stopSequence": 65, "arrival": {"time": "1694889926"}, "stopId": "37442"}, {"stopSequence": 66, "arrival": {"time": "1694889950"}, "stopId": "37850"}, {"stopSequence": 67, "arrival": {"time": "1694889994"}, "stopId": "32692"}, {"stopSequence": 68, "arrival": {"time": "1694890016"}, "stopId": "37852"}, {"stopSequence": 69, "arrival": {"time": "1694890039"}, "stopId": "37853"}], "vehicle": {"licensePlate": "HRCC75"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "22738-701ff27f-2", "startTime": "14:43:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 1}, "position": {"latitude": -36.80602, "longitude": -73.07951, "bearing": 336.0, "odometer": 0.0, "speed": 16.11111}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HRCC75"}}}, {"id": "4af2b46e-7d07-4e8f-9a6a-e27bcbbcff65", "tripUpdate": {"trip": {"tripId": "22740-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889113"}, "stopId": "40977"}, {"stopSequence": 2, "arrival": {"time": "1694889310"}, "stopId": "16206049"}, {"stopSequence": 3, "arrival": {"time": "1694889371"}, "stopId": "16206051"}, {"stopSequence": 4, "arrival": {"time": "1694889437"}, "stopId": "39576"}, {"stopSequence": 5, "arrival": {"time": "1694889487"}, "stopId": "39214"}, {"stopSequence": 6, "arrival": {"time": "1694889669"}, "stopId": "38032"}, {"stopSequence": 7, "arrival": {"time": "1694889691"}, "stopId": "39678"}, {"stopSequence": 8, "arrival": {"time": "1694889710"}, "stopId": "39679"}, {"stopSequence": 9, "arrival": {"time": "1694889741"}, "stopId": "39580"}, {"stopSequence": 10, "arrival": {"time": "1694889768"}, "stopId": "39581"}, {"stopSequence": 11, "arrival": {"time": "1694889783"}, "stopId": "39582"}, {"stopSequence": 12, "arrival": {"time": "1694889794"}, "stopId": "39583"}, {"stopSequence": 13, "arrival": {"time": "1694889815"}, "stopId": "39584"}, {"stopSequence": 14, "arrival": {"time": "1694889853"}, "stopId": "39585"}, {"stopSequence": 15, "arrival": {"time": "1694889934"}, "stopId": "40196"}, {"stopSequence": 16, "arrival": {"time": "1694889977"}, "stopId": "40151"}, {"stopSequence": 17, "arrival": {"time": "1694890111"}, "stopId": "39700"}, {"stopSequence": 18, "arrival": {"time": "1694890153"}, "stopId": "39701"}, {"stopSequence": 19, "arrival": {"time": "1694890190"}, "stopId": "39702"}, {"stopSequence": 20, "arrival": {"time": "1694890202"}, "stopId": "39703"}, {"stopSequence": 21, "arrival": {"time": "1694890249"}, "stopId": "39704"}, {"stopSequence": 22, "arrival": {"time": "1694890276"}, "stopId": "39918"}, {"stopSequence": 23, "arrival": {"time": "1694890315"}, "stopId": "39513"}, {"stopSequence": 24, "arrival": {"time": "1694890357"}, "stopId": "39591"}, {"stopSequence": 25, "arrival": {"time": "1694890385"}, "stopId": "39592"}, {"stopSequence": 26, "arrival": {"time": "1694890443"}, "stopId": "39593"}, {"stopSequence": 27, "arrival": {"time": "1694890480"}, "stopId": "39594"}, {"stopSequence": 28, "arrival": {"time": "1694890603"}, "stopId": "39596"}, {"stopSequence": 29, "arrival": {"time": "1694890639"}, "stopId": "39597"}, {"stopSequence": 30, "arrival": {"time": "1694890685"}, "stopId": "39598"}, {"stopSequence": 31, "arrival": {"time": "1694890785"}, "stopId": "39599"}, {"stopSequence": 32, "arrival": {"time": "1694890864"}, "stopId": "45011"}, {"stopSequence": 33, "arrival": {"time": "1694890970"}, "stopId": "39623"}, {"stopSequence": 34, "arrival": {"time": "1694891023"}, "stopId": "39624"}, {"stopSequence": 35, "arrival": {"time": "1694891073"}, "stopId": "39625"}, {"stopSequence": 36, "arrival": {"time": "1694891150"}, "stopId": "39628"}, {"stopSequence": 37, "arrival": {"time": "1694891235"}, "stopId": "39631"}, {"stopSequence": 38, "arrival": {"time": "1694891288"}, "stopId": "49311"}, {"stopSequence": 39, "arrival": {"time": "1694891352"}, "stopId": "39634"}, {"stopSequence": 40, "arrival": {"time": "1694891381"}, "stopId": "39635"}, {"stopSequence": 41, "arrival": {"time": "1694891435"}, "stopId": "39636"}, {"stopSequence": 42, "arrival": {"time": "1694891650"}, "stopId": "39637"}, {"stopSequence": 43, "arrival": {"time": "1694891711"}, "stopId": "49317"}, {"stopSequence": 44, "arrival": {"time": "1694891751"}, "stopId": "49318"}, {"stopSequence": 45, "arrival": {"time": "1694891834"}, "stopId": "49319"}, {"stopSequence": 46, "arrival": {"time": "1694891917"}, "stopId": "39641"}, {"stopSequence": 47, "arrival": {"time": "1694891964"}, "stopId": "39642"}, {"stopSequence": 48, "arrival": {"time": "1694892236"}, "stopId": "49323"}, {"stopSequence": 49, "arrival": {"time": "1694892352"}, "stopId": "49325"}, {"stopSequence": 50, "arrival": {"time": "1694892445"}, "stopId": "49326"}, {"stopSequence": 51, "arrival": {"time": "1694892492"}, "stopId": "37425"}, {"stopSequence": 52, "arrival": {"time": "1694892549"}, "stopId": "37426"}, {"stopSequence": 53, "arrival": {"time": "1694892617"}, "stopId": "37427"}, {"stopSequence": 54, "arrival": {"time": "1694892695"}, "stopId": "8606049"}, {"stopSequence": 55, "arrival": {"time": "1694892757"}, "stopId": "37840"}, {"stopSequence": 56, "arrival": {"time": "1694892789"}, "stopId": "39653"}, {"stopSequence": 57, "arrival": {"time": "1694892832"}, "stopId": "39654"}, {"stopSequence": 58, "arrival": {"time": "1694892882"}, "stopId": "49334"}, {"stopSequence": 59, "arrival": {"time": "1694892984"}, "stopId": "49335"}, {"stopSequence": 60, "arrival": {"time": "1694893067"}, "stopId": "49336"}, {"stopSequence": 61, "arrival": {"time": "1694893292"}, "stopId": "42436"}, {"stopSequence": 62, "arrival": {"time": "1694893357"}, "stopId": "4831072"}, {"stopSequence": 63, "arrival": {"time": "1694893378"}, "stopId": "42437"}, {"stopSequence": 64, "arrival": {"time": "1694893488"}, "stopId": "42438"}, {"stopSequence": 65, "arrival": {"time": "1694893547"}, "stopId": "37442"}, {"stopSequence": 66, "arrival": {"time": "1694893598"}, "stopId": "37850"}, {"stopSequence": 67, "arrival": {"time": "1694893692"}, "stopId": "32692"}, {"stopSequence": 68, "arrival": {"time": "1694893739"}, "stopId": "37852"}, {"stopSequence": 69, "arrival": {"time": "1694893790"}, "stopId": "37853"}], "vehicle": {"licensePlate": "PDBV48"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "22740-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 1}, "position": {"latitude": -36.789078, "longitude": -73.0617, "bearing": 204.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888972", "vehicle": {"licensePlate": "PDBV48"}}}, {"id": "707d1c6a-cd15-4ec5-87e8-025b72aabf80", "tripUpdate": {"trip": {"tripId": "22673-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 23, "arrival": {"time": "1694889037"}, "stopId": "35694"}, {"stopSequence": 24, "arrival": {"time": "1694889080"}, "stopId": "35695"}, {"stopSequence": 25, "arrival": {"time": "1694889307"}, "stopId": "35697"}, {"stopSequence": 26, "arrival": {"time": "1694889429"}, "stopId": "39778"}, {"stopSequence": 27, "arrival": {"time": "1694889468"}, "stopId": "37986"}, {"stopSequence": 28, "arrival": {"time": "1694889509"}, "stopId": "37987"}, {"stopSequence": 29, "arrival": {"time": "1694889535"}, "stopId": "37988"}, {"stopSequence": 30, "arrival": {"time": "1694889608"}, "stopId": "49393"}, {"stopSequence": 31, "arrival": {"time": "1694889655"}, "stopId": "49394"}, {"stopSequence": 32, "arrival": {"time": "1694889705"}, "stopId": "50004"}, {"stopSequence": 33, "arrival": {"time": "1694889777"}, "stopId": "50030"}, {"stopSequence": 34, "arrival": {"time": "1694889819"}, "stopId": "3-Mar"}, {"stopSequence": 35, "arrival": {"time": "1694889874"}, "stopId": "50031"}, {"stopSequence": 36, "arrival": {"time": "1694889899"}, "stopId": "49398"}, {"stopSequence": 37, "arrival": {"time": "1694889922"}, "stopId": "50032"}, {"stopSequence": 38, "arrival": {"time": "1694889965"}, "stopId": "39495"}, {"stopSequence": 39, "arrival": {"time": "1694890048"}, "stopId": "50033"}, {"stopSequence": 40, "arrival": {"time": "1694890083"}, "stopId": "39497"}, {"stopSequence": 41, "arrival": {"time": "1694890116"}, "stopId": "49407"}, {"stopSequence": 42, "arrival": {"time": "1694890228"}, "stopId": "37465"}, {"stopSequence": 43, "arrival": {"time": "1694890273"}, "stopId": "39503"}, {"stopSequence": 44, "arrival": {"time": "1694890370"}, "stopId": "39504"}, {"stopSequence": 45, "arrival": {"time": "1694890391"}, "stopId": "39595"}, {"stopSequence": 46, "arrival": {"time": "1694890411"}, "stopId": "39759"}, {"stopSequence": 47, "arrival": {"time": "1694890471"}, "stopId": "39760"}, {"stopSequence": 48, "arrival": {"time": "1694890510"}, "stopId": "39761"}, {"stopSequence": 49, "arrival": {"time": "1694890548"}, "stopId": "39511"}, {"stopSequence": 50, "arrival": {"time": "1694890671"}, "stopId": "39763"}, {"stopSequence": 51, "arrival": {"time": "1694890715"}, "stopId": "39764"}, {"stopSequence": 52, "arrival": {"time": "1694890751"}, "stopId": "39765"}, {"stopSequence": 53, "arrival": {"time": "1694890776"}, "stopId": "39529"}, {"stopSequence": 54, "arrival": {"time": "1694890840"}, "stopId": "39530"}, {"stopSequence": 55, "arrival": {"time": "1694890888"}, "stopId": "40150"}, {"stopSequence": 56, "arrival": {"time": "1694890997"}, "stopId": "40152"}, {"stopSequence": 57, "arrival": {"time": "1694891114"}, "stopId": "38025"}, {"stopSequence": 58, "arrival": {"time": "1694891135"}, "stopId": "38026"}, {"stopSequence": 59, "arrival": {"time": "1694891164"}, "stopId": "38027"}, {"stopSequence": 60, "arrival": {"time": "1694891176"}, "stopId": "38028"}, {"stopSequence": 61, "arrival": {"time": "1694891199"}, "stopId": "38029"}, {"stopSequence": 62, "arrival": {"time": "1694891222"}, "stopId": "38030"}, {"stopSequence": 63, "arrival": {"time": "1694891252"}, "stopId": "38031"}, {"stopSequence": 64, "arrival": {"time": "1694891348"}, "stopId": "16206047"}, {"stopSequence": 65, "arrival": {"time": "1694891505"}, "stopId": "39214"}, {"stopSequence": 66, "arrival": {"time": "1694891570"}, "stopId": "39215"}, {"stopSequence": 67, "arrival": {"time": "1694891709"}, "stopId": "16027103"}, {"stopSequence": 68, "arrival": {"time": "1694891890"}, "stopId": "4950739"}, {"stopSequence": 69, "arrival": {"time": "1694892157"}, "stopId": "40978"}], "vehicle": {"licensePlate": "RTZZ80"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "22673-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "605", "directionId": 0}, "position": {"latitude": -36.811745, "longitude": -73.071724, "bearing": 120.0, "odometer": 0.0, "speed": 14.166667}, "timestamp": "1694889014", "vehicle": {"licensePlate": "RTZZ80"}}}, {"id": "f127cc61-f8d9-4215-83db-6460de2e816b", "tripUpdate": {"trip": {"tripId": "fe471c50-7-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 57, "arrival": {"time": "1694889221"}, "stopId": "91159"}, {"stopSequence": 58, "arrival": {"time": "1694889337"}, "stopId": "38026"}, {"stopSequence": 59, "arrival": {"time": "1694889358"}, "stopId": "38027"}, {"stopSequence": 60, "arrival": {"time": "1694889378"}, "stopId": "38028"}, {"stopSequence": 61, "arrival": {"time": "1694889396"}, "stopId": "38029"}, {"stopSequence": 62, "arrival": {"time": "1694889421"}, "stopId": "38030"}, {"stopSequence": 63, "arrival": {"time": "1694889448"}, "stopId": "38031"}, {"stopSequence": 64, "arrival": {"time": "1694889530"}, "stopId": "16206047"}, {"stopSequence": 65, "arrival": {"time": "1694889663"}, "stopId": "39214"}, {"stopSequence": 66, "arrival": {"time": "1694889717"}, "stopId": "39215"}, {"stopSequence": 67, "arrival": {"time": "1694889829"}, "stopId": "16027103"}, {"stopSequence": 68, "arrival": {"time": "1694890068"}, "stopId": "95000"}, {"stopSequence": 69, "arrival": {"time": "1694890171"}, "stopId": "40978"}], "vehicle": {"licensePlate": "FXRR80"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "fe471c50-7-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 0}, "position": {"latitude": -36.791336, "longitude": -73.03575, "bearing": 38.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694889036", "vehicle": {"licensePlate": "FXRR80"}}}, {"id": "745a9437-4f76-457c-9868-cfcdadea67c4", "tripUpdate": {"trip": {"tripId": "d6a001c3-5-701ff27f-2", "startTime": "14:57:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889025"}, "stopId": "50004"}, {"stopSequence": 36, "arrival": {"time": "1694889102"}, "stopId": "50030"}, {"stopSequence": 37, "arrival": {"time": "1694889156"}, "stopId": "3-Mar"}, {"stopSequence": 38, "arrival": {"time": "1694889207"}, "stopId": "50031"}, {"stopSequence": 39, "arrival": {"time": "1694889233"}, "stopId": "49398"}, {"stopSequence": 40, "arrival": {"time": "1694889258"}, "stopId": "50032"}, {"stopSequence": 41, "arrival": {"time": "1694889303"}, "stopId": "39495"}, {"stopSequence": 42, "arrival": {"time": "1694889390"}, "stopId": "50033"}, {"stopSequence": 43, "arrival": {"time": "1694889427"}, "stopId": "39497"}, {"stopSequence": 44, "arrival": {"time": "1694889461"}, "stopId": "49407"}, {"stopSequence": 45, "arrival": {"time": "1694889575"}, "stopId": "37465"}, {"stopSequence": 46, "arrival": {"time": "1694889621"}, "stopId": "39503"}, {"stopSequence": 47, "arrival": {"time": "1694889718"}, "stopId": "39504"}, {"stopSequence": 48, "arrival": {"time": "1694889736"}, "stopId": "39595"}, {"stopSequence": 49, "arrival": {"time": "1694889759"}, "stopId": "39759"}, {"stopSequence": 50, "arrival": {"time": "1694889818"}, "stopId": "39760"}, {"stopSequence": 51, "arrival": {"time": "1694889856"}, "stopId": "39761"}, {"stopSequence": 52, "arrival": {"time": "1694889894"}, "stopId": "39511"}, {"stopSequence": 53, "arrival": {"time": "1694890007"}, "stopId": "39763"}, {"stopSequence": 54, "arrival": {"time": "1694890050"}, "stopId": "39764"}, {"stopSequence": 55, "arrival": {"time": "1694890084"}, "stopId": "39765"}, {"stopSequence": 56, "arrival": {"time": "1694890107"}, "stopId": "39529"}, {"stopSequence": 57, "arrival": {"time": "1694890377"}, "stopId": "91159"}, {"stopSequence": 58, "arrival": {"time": "1694890488"}, "stopId": "38026"}, {"stopSequence": 59, "arrival": {"time": "1694890508"}, "stopId": "38027"}, {"stopSequence": 60, "arrival": {"time": "1694890528"}, "stopId": "38028"}, {"stopSequence": 61, "arrival": {"time": "1694890545"}, "stopId": "38029"}, {"stopSequence": 62, "arrival": {"time": "1694890570"}, "stopId": "38030"}, {"stopSequence": 63, "arrival": {"time": "1694890597"}, "stopId": "38031"}, {"stopSequence": 64, "arrival": {"time": "1694890680"}, "stopId": "16206047"}, {"stopSequence": 65, "arrival": {"time": "1694890817"}, "stopId": "39214"}, {"stopSequence": 66, "arrival": {"time": "1694890874"}, "stopId": "39215"}, {"stopSequence": 67, "arrival": {"time": "1694890995"}, "stopId": "16027103"}, {"stopSequence": 68, "arrival": {"time": "1694891263"}, "stopId": "95000"}, {"stopSequence": 69, "arrival": {"time": "1694891383"}, "stopId": "40978"}], "vehicle": {"licensePlate": "JLZB26"}, "timestamp": "1694888996"}, "vehicle": {"trip": {"tripId": "d6a001c3-5-701ff27f-2", "startTime": "14:57:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 0}, "position": {"latitude": -36.828106, "longitude": -73.05195, "bearing": 150.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694888996", "vehicle": {"licensePlate": "JLZB26"}}}, {"id": "2ae3d711-3a8e-45e3-9769-8e89c945e278", "tripUpdate": {"trip": {"tripId": "08422e60-e-701ff27f-2", "startTime": "15:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694889180"}, "stopId": "40199"}, {"stopSequence": 16, "arrival": {"time": "1694889221"}, "stopId": "39700"}, {"stopSequence": 17, "arrival": {"time": "1694889265"}, "stopId": "39701"}, {"stopSequence": 18, "arrival": {"time": "1694889297"}, "stopId": "39702"}, {"stopSequence": 19, "arrival": {"time": "1694889317"}, "stopId": "39703"}, {"stopSequence": 20, "arrival": {"time": "1694889366"}, "stopId": "39704"}, {"stopSequence": 21, "arrival": {"time": "1694889392"}, "stopId": "39918"}, {"stopSequence": 22, "arrival": {"time": "1694889434"}, "stopId": "39513"}, {"stopSequence": 23, "arrival": {"time": "1694889477"}, "stopId": "39591"}, {"stopSequence": 24, "arrival": {"time": "1694889502"}, "stopId": "39592"}, {"stopSequence": 25, "arrival": {"time": "1694889564"}, "stopId": "39593"}, {"stopSequence": 26, "arrival": {"time": "1694889594"}, "stopId": "39594"}, {"stopSequence": 27, "arrival": {"time": "1694889721"}, "stopId": "39596"}, {"stopSequence": 28, "arrival": {"time": "1694889753"}, "stopId": "39597"}, {"stopSequence": 29, "arrival": {"time": "1694889801"}, "stopId": "39598"}, {"stopSequence": 30, "arrival": {"time": "1694889896"}, "stopId": "39599"}, {"stopSequence": 31, "arrival": {"time": "1694889970"}, "stopId": "45011"}, {"stopSequence": 32, "arrival": {"time": "1694890067"}, "stopId": "39623"}, {"stopSequence": 33, "arrival": {"time": "1694890114"}, "stopId": "39624"}, {"stopSequence": 34, "arrival": {"time": "1694890155"}, "stopId": "39625"}, {"stopSequence": 35, "arrival": {"time": "1694890222"}, "stopId": "39628"}, {"stopSequence": 36, "arrival": {"time": "1694890302"}, "stopId": "39631"}, {"stopSequence": 37, "arrival": {"time": "1694890349"}, "stopId": "49311"}, {"stopSequence": 38, "arrival": {"time": "1694890404"}, "stopId": "39634"}, {"stopSequence": 39, "arrival": {"time": "1694890425"}, "stopId": "39635"}, {"stopSequence": 40, "arrival": {"time": "1694890474"}, "stopId": "39636"}, {"stopSequence": 41, "arrival": {"time": "1694890527"}, "stopId": "49503"}, {"stopSequence": 42, "arrival": {"time": "1694890651"}, "stopId": "39637"}, {"stopSequence": 43, "arrival": {"time": "1694890703"}, "stopId": "49317"}, {"stopSequence": 44, "arrival": {"time": "1694890735"}, "stopId": "49318"}, {"stopSequence": 45, "arrival": {"time": "1694890805"}, "stopId": "49319"}, {"stopSequence": 46, "arrival": {"time": "1694890871"}, "stopId": "39641"}, {"stopSequence": 47, "arrival": {"time": "1694891208"}, "stopId": "49325"}, {"stopSequence": 48, "arrival": {"time": "1694891283"}, "stopId": "40711"}, {"stopSequence": 49, "arrival": {"time": "1694891328"}, "stopId": "40712"}, {"stopSequence": 50, "arrival": {"time": "1694891363"}, "stopId": "40713"}, {"stopSequence": 51, "arrival": {"time": "1694891393"}, "stopId": "40714"}, {"stopSequence": 52, "arrival": {"time": "1694891467"}, "stopId": "8606049"}, {"stopSequence": 53, "arrival": {"time": "1694891503"}, "stopId": "37840"}, {"stopSequence": 54, "arrival": {"time": "1694891523"}, "stopId": "39653"}, {"stopSequence": 55, "arrival": {"time": "1694891558"}, "stopId": "39654"}, {"stopSequence": 56, "arrival": {"time": "1694891595"}, "stopId": "49334"}, {"stopSequence": 57, "arrival": {"time": "1694891673"}, "stopId": "49335"}, {"stopSequence": 58, "arrival": {"time": "1694891726"}, "stopId": "49336"}, {"stopSequence": 59, "arrival": {"time": "1694891879"}, "stopId": "42436"}, {"stopSequence": 60, "arrival": {"time": "1694891923"}, "stopId": "4831072"}, {"stopSequence": 61, "arrival": {"time": "1694891937"}, "stopId": "42437"}, {"stopSequence": 62, "arrival": {"time": "1694892020"}, "stopId": "42438"}, {"stopSequence": 63, "arrival": {"time": "1694892054"}, "stopId": "37442"}, {"stopSequence": 64, "arrival": {"time": "1694892094"}, "stopId": "37850"}, {"stopSequence": 65, "arrival": {"time": "1694892143"}, "stopId": "32692"}, {"stopSequence": 66, "arrival": {"time": "1694892175"}, "stopId": "37852"}, {"stopSequence": 67, "arrival": {"time": "1694892209"}, "stopId": "37853"}], "vehicle": {"licensePlate": "PCLT47"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "08422e60-e-701ff27f-2", "startTime": "15:18:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 1}, "position": {"latitude": -36.787262, "longitude": -73.03594, "bearing": 128.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694889006", "vehicle": {"licensePlate": "PCLT47"}}}, {"id": "4d0e03b1-171b-4d05-a1b2-04ba23c610e7", "tripUpdate": {"trip": {"tripId": "248a74d6-1-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 6, "arrival": {"time": "1694889012"}, "stopId": "4831075"}, {"stopSequence": 7, "arrival": {"time": "1694889060"}, "stopId": "49135"}, {"stopSequence": 8, "arrival": {"time": "1694889104"}, "stopId": "49136"}, {"stopSequence": 9, "arrival": {"time": "1694889181"}, "stopId": "49137"}, {"stopSequence": 10, "arrival": {"time": "1694889205"}, "stopId": "49138"}, {"stopSequence": 11, "arrival": {"time": "1694889223"}, "stopId": "49139"}, {"stopSequence": 12, "arrival": {"time": "1694889269"}, "stopId": "36683"}, {"stopSequence": 13, "arrival": {"time": "1694889288"}, "stopId": "37590"}, {"stopSequence": 14, "arrival": {"time": "1694889344"}, "stopId": "40760"}, {"stopSequence": 15, "arrival": {"time": "1694889375"}, "stopId": "40713"}, {"stopSequence": 16, "arrival": {"time": "1694889413"}, "stopId": "40762"}, {"stopSequence": 17, "arrival": {"time": "1694889463"}, "stopId": "40763"}, {"stopSequence": 18, "arrival": {"time": "1694889499"}, "stopId": "38642"}, {"stopSequence": 19, "arrival": {"time": "1694889541"}, "stopId": "39795"}, {"stopSequence": 20, "arrival": {"time": "1694889576"}, "stopId": "38502"}, {"stopSequence": 21, "arrival": {"time": "1694889635"}, "stopId": "38503"}, {"stopSequence": 22, "arrival": {"time": "1694889789"}, "stopId": "35691"}, {"stopSequence": 23, "arrival": {"time": "1694889829"}, "stopId": "35692"}, {"stopSequence": 24, "arrival": {"time": "1694889885"}, "stopId": "35693"}, {"stopSequence": 25, "arrival": {"time": "1694889938"}, "stopId": "35694"}, {"stopSequence": 26, "arrival": {"time": "1694889977"}, "stopId": "35695"}, {"stopSequence": 27, "arrival": {"time": "1694890023"}, "stopId": "35696"}, {"stopSequence": 28, "arrival": {"time": "1694890189"}, "stopId": "35697"}, {"stopSequence": 29, "arrival": {"time": "1694890305"}, "stopId": "39778"}, {"stopSequence": 30, "arrival": {"time": "1694890344"}, "stopId": "37986"}, {"stopSequence": 31, "arrival": {"time": "1694890384"}, "stopId": "37987"}, {"stopSequence": 32, "arrival": {"time": "1694890410"}, "stopId": "37988"}, {"stopSequence": 33, "arrival": {"time": "1694890483"}, "stopId": "49393"}, {"stopSequence": 34, "arrival": {"time": "1694890530"}, "stopId": "49394"}, {"stopSequence": 35, "arrival": {"time": "1694890581"}, "stopId": "50004"}, {"stopSequence": 36, "arrival": {"time": "1694890654"}, "stopId": "50030"}, {"stopSequence": 37, "arrival": {"time": "1694890706"}, "stopId": "3-Mar"}, {"stopSequence": 38, "arrival": {"time": "1694890756"}, "stopId": "50031"}, {"stopSequence": 39, "arrival": {"time": "1694890782"}, "stopId": "49398"}, {"stopSequence": 40, "arrival": {"time": "1694890807"}, "stopId": "50032"}, {"stopSequence": 41, "arrival": {"time": "1694890852"}, "stopId": "39495"}, {"stopSequence": 42, "arrival": {"time": "1694890941"}, "stopId": "50033"}, {"stopSequence": 43, "arrival": {"time": "1694890980"}, "stopId": "39497"}, {"stopSequence": 44, "arrival": {"time": "1694891016"}, "stopId": "49407"}, {"stopSequence": 45, "arrival": {"time": "1694891140"}, "stopId": "37465"}, {"stopSequence": 46, "arrival": {"time": "1694891191"}, "stopId": "39503"}, {"stopSequence": 47, "arrival": {"time": "1694891300"}, "stopId": "39504"}, {"stopSequence": 48, "arrival": {"time": "1694891321"}, "stopId": "39595"}, {"stopSequence": 49, "arrival": {"time": "1694891348"}, "stopId": "39759"}, {"stopSequence": 50, "arrival": {"time": "1694891417"}, "stopId": "39760"}, {"stopSequence": 51, "arrival": {"time": "1694891463"}, "stopId": "39761"}, {"stopSequence": 52, "arrival": {"time": "1694891508"}, "stopId": "39511"}, {"stopSequence": 53, "arrival": {"time": "1694891648"}, "stopId": "39763"}, {"stopSequence": 54, "arrival": {"time": "1694891701"}, "stopId": "39764"}, {"stopSequence": 55, "arrival": {"time": "1694891745"}, "stopId": "39765"}, {"stopSequence": 56, "arrival": {"time": "1694891774"}, "stopId": "39529"}, {"stopSequence": 57, "arrival": {"time": "1694892136"}, "stopId": "91159"}, {"stopSequence": 58, "arrival": {"time": "1694892293"}, "stopId": "38026"}, {"stopSequence": 59, "arrival": {"time": "1694892322"}, "stopId": "38027"}, {"stopSequence": 60, "arrival": {"time": "1694892351"}, "stopId": "38028"}, {"stopSequence": 61, "arrival": {"time": "1694892376"}, "stopId": "38029"}, {"stopSequence": 62, "arrival": {"time": "1694892412"}, "stopId": "38030"}, {"stopSequence": 63, "arrival": {"time": "1694892452"}, "stopId": "38031"}, {"stopSequence": 64, "arrival": {"time": "1694892575"}, "stopId": "16206047"}, {"stopSequence": 65, "arrival": {"time": "1694892788"}, "stopId": "39214"}, {"stopSequence": 66, "arrival": {"time": "1694892879"}, "stopId": "39215"}, {"stopSequence": 67, "arrival": {"time": "1694893075"}, "stopId": "16027103"}, {"stopSequence": 68, "arrival": {"time": "1694893534"}, "stopId": "95000"}, {"stopSequence": 69, "arrival": {"time": "1694893751"}, "stopId": "40978"}], "vehicle": {"licensePlate": "PDBV46"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "248a74d6-1-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 0}, "position": {"latitude": -36.78656, "longitude": -73.101616, "bearing": 162.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694889012", "vehicle": {"licensePlate": "PDBV46"}}}, {"id": "7773b2be-eaa4-4301-9729-1fa15f2c2e76", "tripUpdate": {"trip": {"tripId": "c930d348-a-701ff27f-2", "startTime": "14:51:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694888949"}, "stopId": "39628"}, {"stopSequence": 36, "arrival": {"time": "1694889037"}, "stopId": "39631"}, {"stopSequence": 37, "arrival": {"time": "1694889087"}, "stopId": "49311"}, {"stopSequence": 38, "arrival": {"time": "1694889145"}, "stopId": "39634"}, {"stopSequence": 39, "arrival": {"time": "1694889168"}, "stopId": "39635"}, {"stopSequence": 40, "arrival": {"time": "1694889219"}, "stopId": "39636"}, {"stopSequence": 41, "arrival": {"time": "1694889273"}, "stopId": "49503"}, {"stopSequence": 42, "arrival": {"time": "1694889397"}, "stopId": "39637"}, {"stopSequence": 43, "arrival": {"time": "1694889449"}, "stopId": "49317"}, {"stopSequence": 44, "arrival": {"time": "1694889481"}, "stopId": "49318"}, {"stopSequence": 45, "arrival": {"time": "1694889548"}, "stopId": "49319"}, {"stopSequence": 46, "arrival": {"time": "1694889610"}, "stopId": "39641"}, {"stopSequence": 47, "arrival": {"time": "1694889917"}, "stopId": "49325"}, {"stopSequence": 48, "arrival": {"time": "1694889982"}, "stopId": "40711"}, {"stopSequence": 49, "arrival": {"time": "1694890021"}, "stopId": "40712"}, {"stopSequence": 50, "arrival": {"time": "1694890051"}, "stopId": "40713"}, {"stopSequence": 51, "arrival": {"time": "1694890077"}, "stopId": "40714"}, {"stopSequence": 52, "arrival": {"time": "1694890139"}, "stopId": "8606049"}, {"stopSequence": 53, "arrival": {"time": "1694890169"}, "stopId": "37840"}, {"stopSequence": 54, "arrival": {"time": "1694890186"}, "stopId": "39653"}, {"stopSequence": 55, "arrival": {"time": "1694890215"}, "stopId": "39654"}, {"stopSequence": 56, "arrival": {"time": "1694890244"}, "stopId": "49334"}, {"stopSequence": 57, "arrival": {"time": "1694890308"}, "stopId": "49335"}, {"stopSequence": 58, "arrival": {"time": "1694890350"}, "stopId": "49336"}, {"stopSequence": 59, "arrival": {"time": "1694890471"}, "stopId": "42436"}, {"stopSequence": 60, "arrival": {"time": "1694890504"}, "stopId": "4831072"}, {"stopSequence": 61, "arrival": {"time": "1694890515"}, "stopId": "42437"}, {"stopSequence": 62, "arrival": {"time": "1694890579"}, "stopId": "42438"}, {"stopSequence": 63, "arrival": {"time": "1694890605"}, "stopId": "37442"}, {"stopSequence": 64, "arrival": {"time": "1694890634"}, "stopId": "37850"}, {"stopSequence": 65, "arrival": {"time": "1694890671"}, "stopId": "32692"}, {"stopSequence": 66, "arrival": {"time": "1694890695"}, "stopId": "37852"}, {"stopSequence": 67, "arrival": {"time": "1694890720"}, "stopId": "37853"}], "vehicle": {"licensePlate": "RJHS95"}, "timestamp": "1694888936"}, "vehicle": {"trip": {"tripId": "c930d348-a-701ff27f-2", "startTime": "14:51:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "606", "directionId": 1}, "position": {"latitude": -36.82623, "longitude": -73.05285, "bearing": 242.0, "odometer": 0.0, "speed": 6.6666665}, "timestamp": "1694888936", "vehicle": {"licensePlate": "RJHS95"}}}, {"id": "eddbf425-d866-49c5-8c1b-5c62cd31ab74", "tripUpdate": {"trip": {"tripId": "22949-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "607", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 23, "arrival": {"time": "1694889039"}, "stopId": "4838438"}, {"stopSequence": 24, "arrival": {"time": "1694889191"}, "stopId": "44896"}, {"stopSequence": 25, "arrival": {"time": "1694889242"}, "stopId": "44897"}, {"stopSequence": 26, "arrival": {"time": "1694889317"}, "stopId": "44898"}, {"stopSequence": 27, "arrival": {"time": "1694889489"}, "stopId": "40993"}, {"stopSequence": 28, "arrival": {"time": "1694889734"}, "stopId": "16005188"}, {"stopSequence": 29, "arrival": {"time": "1694889972"}, "stopId": "40995"}, {"stopSequence": 30, "arrival": {"time": "1694890051"}, "stopId": "40996"}, {"stopSequence": 31, "arrival": {"time": "1694890127"}, "stopId": "40997"}, {"stopSequence": 32, "arrival": {"time": "1694890183"}, "stopId": "39614"}, {"stopSequence": 33, "arrival": {"time": "1694890229"}, "stopId": "39615"}, {"stopSequence": 34, "arrival": {"time": "1694890277"}, "stopId": "39616"}, {"stopSequence": 35, "arrival": {"time": "1694890330"}, "stopId": "39617"}, {"stopSequence": 36, "arrival": {"time": "1694890387"}, "stopId": "39618"}, {"stopSequence": 37, "arrival": {"time": "1694890433"}, "stopId": "39619"}, {"stopSequence": 38, "arrival": {"time": "1694890471"}, "stopId": "39620"}, {"stopSequence": 39, "arrival": {"time": "1694890539"}, "stopId": "39621"}, {"stopSequence": 40, "arrival": {"time": "1694890587"}, "stopId": "38281"}, {"stopSequence": 41, "arrival": {"time": "1694890643"}, "stopId": "37506"}, {"stopSequence": 42, "arrival": {"time": "1694890718"}, "stopId": "45069"}, {"stopSequence": 43, "arrival": {"time": "1694890833"}, "stopId": "37523"}, {"stopSequence": 44, "arrival": {"time": "1694890875"}, "stopId": "37477"}], "vehicle": {"licensePlate": "XC3922"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "22949-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "607", "directionId": 0}, "position": {"latitude": -36.76262, "longitude": -73.087975, "bearing": 152.0, "odometer": 0.0, "speed": 13.055555}, "timestamp": "1694889012", "vehicle": {"licensePlate": "XC3922"}}}, {"id": "33560a45-e33a-4838-8061-9f98efb4aa71", "tripUpdate": {"trip": {"tripId": "23034-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "607", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 10, "arrival": {"time": "1694889095"}, "stopId": "39642"}, {"stopSequence": 11, "arrival": {"time": "1694889128"}, "stopId": "38590"}, {"stopSequence": 12, "arrival": {"time": "1694889554"}, "stopId": "32575"}, {"stopSequence": 13, "arrival": {"time": "1694889821"}, "stopId": "38530"}, {"stopSequence": 14, "arrival": {"time": "1694889833"}, "stopId": "16005209"}, {"stopSequence": 15, "arrival": {"time": "1694890063"}, "stopId": "38531"}, {"stopSequence": 16, "arrival": {"time": "1694890116"}, "stopId": "8921285"}, {"stopSequence": 17, "arrival": {"time": "1694890224"}, "stopId": "38532"}, {"stopSequence": 18, "arrival": {"time": "1694890275"}, "stopId": "38533"}, {"stopSequence": 19, "arrival": {"time": "1694890328"}, "stopId": "38534"}, {"stopSequence": 20, "arrival": {"time": "1694890376"}, "stopId": "38535"}, {"stopSequence": 21, "arrival": {"time": "1694890440"}, "stopId": "38536"}, {"stopSequence": 22, "arrival": {"time": "1694890476"}, "stopId": "4838437"}, {"stopSequence": 23, "arrival": {"time": "1694890727"}, "stopId": "38598"}, {"stopSequence": 24, "arrival": {"time": "1694890768"}, "stopId": "38599"}, {"stopSequence": 25, "arrival": {"time": "1694890813"}, "stopId": "38600"}, {"stopSequence": 26, "arrival": {"time": "1694890847"}, "stopId": "38601"}, {"stopSequence": 27, "arrival": {"time": "1694890919"}, "stopId": "38603"}, {"stopSequence": 28, "arrival": {"time": "1694890964"}, "stopId": "38604"}, {"stopSequence": 29, "arrival": {"time": "1694891069"}, "stopId": "38606"}, {"stopSequence": 30, "arrival": {"time": "1694891125"}, "stopId": "38607"}, {"stopSequence": 31, "arrival": {"time": "1694891178"}, "stopId": "39403"}, {"stopSequence": 32, "arrival": {"time": "1694891220"}, "stopId": "44799"}, {"stopSequence": 33, "arrival": {"time": "1694891258"}, "stopId": "44800"}, {"stopSequence": 34, "arrival": {"time": "1694891286"}, "stopId": "38608"}, {"stopSequence": 35, "arrival": {"time": "1694891359"}, "stopId": "38609"}, {"stopSequence": 36, "arrival": {"time": "1694891429"}, "stopId": "38610"}, {"stopSequence": 37, "arrival": {"time": "1694891485"}, "stopId": "38611"}, {"stopSequence": 38, "arrival": {"time": "1694891529"}, "stopId": "38612"}, {"stopSequence": 39, "arrival": {"time": "1694891537"}, "stopId": "45088"}, {"stopSequence": 40, "arrival": {"time": "1694891591"}, "stopId": "45089"}, {"stopSequence": 41, "arrival": {"time": "1694891673"}, "stopId": "45090"}, {"stopSequence": 42, "arrival": {"time": "1694891717"}, "stopId": "45091"}, {"stopSequence": 43, "arrival": {"time": "1694891808"}, "stopId": "45093"}, {"stopSequence": 44, "arrival": {"time": "1694891869"}, "stopId": "45094"}, {"stopSequence": 45, "arrival": {"time": "1694891914"}, "stopId": "45095"}, {"stopSequence": 46, "arrival": {"time": "1694891968"}, "stopId": "45096"}, {"stopSequence": 47, "arrival": {"time": "1694892083"}, "stopId": "38622"}, {"stopSequence": 48, "arrival": {"time": "1694892209"}, "stopId": "38623"}, {"stopSequence": 49, "arrival": {"time": "1694892403"}, "stopId": "38624"}, {"stopSequence": 50, "arrival": {"time": "1694892551"}, "stopId": "38625"}, {"stopSequence": 51, "arrival": {"time": "1694892940"}, "stopId": "45102"}, {"stopSequence": 52, "arrival": {"time": "1694892984"}, "stopId": "45103"}, {"stopSequence": 53, "arrival": {"time": "1694893026"}, "stopId": "45104"}, {"stopSequence": 54, "arrival": {"time": "1694893071"}, "stopId": "45122"}, {"stopSequence": 55, "arrival": {"time": "1694893410"}, "stopId": "38575"}, {"stopSequence": 56, "arrival": {"time": "1694893530"}, "stopId": "38630"}], "vehicle": {"licensePlate": "XZ9643"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "23034-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "607", "directionId": 1}, "position": {"latitude": -36.81079, "longitude": -73.07347, "bearing": 300.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694889006", "vehicle": {"licensePlate": "XZ9643"}}}, {"id": "6410afba-912d-41ab-b514-a5759741392b", "tripUpdate": {"trip": {"tripId": "23036-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "607", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694888747"}, "stopId": "16005209"}, {"stopSequence": 15, "arrival": {"time": "1694888995"}, "stopId": "38531"}, {"stopSequence": 16, "arrival": {"time": "1694889051"}, "stopId": "8921285"}, {"stopSequence": 17, "arrival": {"time": "1694889164"}, "stopId": "38532"}, {"stopSequence": 18, "arrival": {"time": "1694889217"}, "stopId": "38533"}, {"stopSequence": 19, "arrival": {"time": "1694889271"}, "stopId": "38534"}, {"stopSequence": 20, "arrival": {"time": "1694889319"}, "stopId": "38535"}, {"stopSequence": 21, "arrival": {"time": "1694889383"}, "stopId": "38536"}, {"stopSequence": 22, "arrival": {"time": "1694889418"}, "stopId": "4838437"}, {"stopSequence": 23, "arrival": {"time": "1694889662"}, "stopId": "38598"}, {"stopSequence": 24, "arrival": {"time": "1694889701"}, "stopId": "38599"}, {"stopSequence": 25, "arrival": {"time": "1694889744"}, "stopId": "38600"}, {"stopSequence": 26, "arrival": {"time": "1694889776"}, "stopId": "38601"}, {"stopSequence": 27, "arrival": {"time": "1694889842"}, "stopId": "38603"}, {"stopSequence": 28, "arrival": {"time": "1694889884"}, "stopId": "38604"}, {"stopSequence": 29, "arrival": {"time": "1694889980"}, "stopId": "38606"}, {"stopSequence": 30, "arrival": {"time": "1694890030"}, "stopId": "38607"}, {"stopSequence": 31, "arrival": {"time": "1694890078"}, "stopId": "39403"}, {"stopSequence": 32, "arrival": {"time": "1694890115"}, "stopId": "44799"}, {"stopSequence": 33, "arrival": {"time": "1694890150"}, "stopId": "44800"}, {"stopSequence": 34, "arrival": {"time": "1694890175"}, "stopId": "38608"}, {"stopSequence": 35, "arrival": {"time": "1694890238"}, "stopId": "38609"}, {"stopSequence": 36, "arrival": {"time": "1694890299"}, "stopId": "38610"}, {"stopSequence": 37, "arrival": {"time": "1694890347"}, "stopId": "38611"}, {"stopSequence": 38, "arrival": {"time": "1694890385"}, "stopId": "38612"}, {"stopSequence": 39, "arrival": {"time": "1694890391"}, "stopId": "45088"}, {"stopSequence": 40, "arrival": {"time": "1694890438"}, "stopId": "45089"}, {"stopSequence": 41, "arrival": {"time": "1694890507"}, "stopId": "45090"}, {"stopSequence": 42, "arrival": {"time": "1694890544"}, "stopId": "45091"}, {"stopSequence": 43, "arrival": {"time": "1694890619"}, "stopId": "45093"}, {"stopSequence": 44, "arrival": {"time": "1694890670"}, "stopId": "45094"}, {"stopSequence": 45, "arrival": {"time": "1694890707"}, "stopId": "45095"}, {"stopSequence": 46, "arrival": {"time": "1694890751"}, "stopId": "45096"}, {"stopSequence": 47, "arrival": {"time": "1694890843"}, "stopId": "38622"}, {"stopSequence": 48, "arrival": {"time": "1694890944"}, "stopId": "38623"}, {"stopSequence": 49, "arrival": {"time": "1694891096"}, "stopId": "38624"}, {"stopSequence": 50, "arrival": {"time": "1694891209"}, "stopId": "38625"}, {"stopSequence": 51, "arrival": {"time": "1694891502"}, "stopId": "45102"}, {"stopSequence": 52, "arrival": {"time": "1694891534"}, "stopId": "45103"}, {"stopSequence": 53, "arrival": {"time": "1694891565"}, "stopId": "45104"}, {"stopSequence": 54, "arrival": {"time": "1694891598"}, "stopId": "45122"}, {"stopSequence": 55, "arrival": {"time": "1694891841"}, "stopId": "38575"}, {"stopSequence": 56, "arrival": {"time": "1694891925"}, "stopId": "38630"}], "vehicle": {"licensePlate": "YX6960"}, "timestamp": "1694888734"}, "vehicle": {"trip": {"tripId": "23036-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "607", "directionId": 1}, "position": {"latitude": -36.80744, "longitude": -73.0524, "bearing": 152.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694888980", "vehicle": {"licensePlate": "YX6960"}}}, {"id": "0441a8f9-0fe0-4da3-a9d2-700b6dc6fcec", "tripUpdate": {"trip": {"tripId": "23385-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 59, "arrival": {"time": "1694889086"}, "stopId": "39628"}, {"stopSequence": 60, "arrival": {"time": "1694889167"}, "stopId": "39631"}, {"stopSequence": 61, "arrival": {"time": "1694889216"}, "stopId": "49311"}, {"stopSequence": 62, "arrival": {"time": "1694889274"}, "stopId": "39634"}, {"stopSequence": 63, "arrival": {"time": "1694889300"}, "stopId": "39635"}, {"stopSequence": 64, "arrival": {"time": "1694889347"}, "stopId": "39636"}, {"stopSequence": 65, "arrival": {"time": "1694889529"}, "stopId": "39637"}, {"stopSequence": 66, "arrival": {"time": "1694889578"}, "stopId": "49317"}, {"stopSequence": 67, "arrival": {"time": "1694889610"}, "stopId": "49318"}, {"stopSequence": 68, "arrival": {"time": "1694889674"}, "stopId": "49319"}, {"stopSequence": 69, "arrival": {"time": "1694889737"}, "stopId": "39641"}, {"stopSequence": 70, "arrival": {"time": "1694889772"}, "stopId": "39642"}, {"stopSequence": 71, "arrival": {"time": "1694889914"}, "stopId": "39643"}, {"stopSequence": 72, "arrival": {"time": "1694889968"}, "stopId": "49323"}, {"stopSequence": 73, "arrival": {"time": "1694890005"}, "stopId": "49324"}, {"stopSequence": 74, "arrival": {"time": "1694890052"}, "stopId": "49325"}, {"stopSequence": 75, "arrival": {"time": "1694890104"}, "stopId": "49326"}, {"stopSequence": 76, "arrival": {"time": "1694890126"}, "stopId": "39648"}, {"stopSequence": 77, "arrival": {"time": "1694890176"}, "stopId": "39649"}, {"stopSequence": 78, "arrival": {"time": "1694890225"}, "stopId": "49329"}, {"stopSequence": 79, "arrival": {"time": "1694890280"}, "stopId": "49330"}, {"stopSequence": 80, "arrival": {"time": "1694890317"}, "stopId": "39652"}, {"stopSequence": 81, "arrival": {"time": "1694890345"}, "stopId": "39653"}, {"stopSequence": 82, "arrival": {"time": "1694890377"}, "stopId": "39654"}, {"stopSequence": 83, "arrival": {"time": "1694890407"}, "stopId": "49334"}, {"stopSequence": 84, "arrival": {"time": "1694890467"}, "stopId": "49335"}, {"stopSequence": 85, "arrival": {"time": "1694890512"}, "stopId": "49336"}, {"stopSequence": 86, "arrival": {"time": "1694890561"}, "stopId": "39657"}, {"stopSequence": 87, "arrival": {"time": "1694890594"}, "stopId": "39658"}, {"stopSequence": 88, "arrival": {"time": "1694890640"}, "stopId": "39659"}, {"stopSequence": 89, "arrival": {"time": "1694890673"}, "stopId": "39660"}, {"stopSequence": 90, "arrival": {"time": "1694890703"}, "stopId": "39661"}, {"stopSequence": 91, "arrival": {"time": "1694890750"}, "stopId": "39662"}, {"stopSequence": 92, "arrival": {"time": "1694890810"}, "stopId": "39663"}, {"stopSequence": 93, "arrival": {"time": "1694890857"}, "stopId": "39664"}, {"stopSequence": 94, "arrival": {"time": "1694890904"}, "stopId": "39665"}, {"stopSequence": 95, "arrival": {"time": "1694891012"}, "stopId": "39666"}, {"stopSequence": 96, "arrival": {"time": "1694891048"}, "stopId": "39667"}, {"stopSequence": 97, "arrival": {"time": "1694891135"}, "stopId": "39668"}, {"stopSequence": 98, "arrival": {"time": "1694891179"}, "stopId": "39669"}, {"stopSequence": 99, "arrival": {"time": "1694891208"}, "stopId": "39670"}, {"stopSequence": 100, "arrival": {"time": "1694891229"}, "stopId": "39233"}, {"stopSequence": 101, "arrival": {"time": "1694891275"}, "stopId": "36752"}, {"stopSequence": 102, "arrival": {"time": "1694891478"}, "stopId": "39689"}], "vehicle": {"licensePlate": "CFTG16"}, "timestamp": "1694889023"}, "vehicle": {"trip": {"tripId": "23385-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "position": {"latitude": -36.82537, "longitude": -73.05077, "bearing": 345.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889023", "vehicle": {"licensePlate": "CFTG16"}}}, {"id": "9f774ec5-fb7d-4d9e-96f2-9a492deee7a6", "tripUpdate": {"trip": {"tripId": "23300-701ff27f-2", "startTime": "14:59:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 39, "arrival": {"time": "1694889049"}, "stopId": "35697"}, {"stopSequence": 40, "arrival": {"time": "1694889151"}, "stopId": "2-Jan"}, {"stopSequence": 41, "arrival": {"time": "1694889182"}, "stopId": "42460"}, {"stopSequence": 42, "arrival": {"time": "1694889227"}, "stopId": "35690"}, {"stopSequence": 43, "arrival": {"time": "1694889327"}, "stopId": "35700"}, {"stopSequence": 44, "arrival": {"time": "1694889357"}, "stopId": "35701"}, {"stopSequence": 45, "arrival": {"time": "1694889424"}, "stopId": "35703"}, {"stopSequence": 46, "arrival": {"time": "1694889447"}, "stopId": "35704"}, {"stopSequence": 47, "arrival": {"time": "1694889461"}, "stopId": "35705"}, {"stopSequence": 48, "arrival": {"time": "1694889480"}, "stopId": "35706"}, {"stopSequence": 49, "arrival": {"time": "1694889535"}, "stopId": "35707"}, {"stopSequence": 50, "arrival": {"time": "1694889560"}, "stopId": "35708"}, {"stopSequence": 51, "arrival": {"time": "1694889626"}, "stopId": "38520"}, {"stopSequence": 52, "arrival": {"time": "1694889666"}, "stopId": "38521"}, {"stopSequence": 53, "arrival": {"time": "1694889715"}, "stopId": "38522"}, {"stopSequence": 54, "arrival": {"time": "1694889764"}, "stopId": "38523"}, {"stopSequence": 55, "arrival": {"time": "1694889816"}, "stopId": "38524"}, {"stopSequence": 56, "arrival": {"time": "1694889863"}, "stopId": "38525"}, {"stopSequence": 57, "arrival": {"time": "1694889914"}, "stopId": "38526"}, {"stopSequence": 58, "arrival": {"time": "1694889959"}, "stopId": "39987"}, {"stopSequence": 59, "arrival": {"time": "1694890001"}, "stopId": "39988"}, {"stopSequence": 60, "arrival": {"time": "1694890048"}, "stopId": "37636"}, {"stopSequence": 61, "arrival": {"time": "1694890162"}, "stopId": "37637"}, {"stopSequence": 62, "arrival": {"time": "1694890211"}, "stopId": "37639"}, {"stopSequence": 63, "arrival": {"time": "1694890249"}, "stopId": "39200"}, {"stopSequence": 64, "arrival": {"time": "1694890277"}, "stopId": "37300"}, {"stopSequence": 65, "arrival": {"time": "1694890318"}, "stopId": "40191"}, {"stopSequence": 66, "arrival": {"time": "1694890354"}, "stopId": "40192"}, {"stopSequence": 67, "arrival": {"time": "1694890384"}, "stopId": "40193"}, {"stopSequence": 68, "arrival": {"time": "1694890417"}, "stopId": "40194"}, {"stopSequence": 69, "arrival": {"time": "1694890455"}, "stopId": "38024"}, {"stopSequence": 70, "arrival": {"time": "1694890496"}, "stopId": "38025"}, {"stopSequence": 71, "arrival": {"time": "1694890520"}, "stopId": "38026"}, {"stopSequence": 72, "arrival": {"time": "1694890542"}, "stopId": "38027"}, {"stopSequence": 73, "arrival": {"time": "1694890553"}, "stopId": "38028"}, {"stopSequence": 74, "arrival": {"time": "1694890579"}, "stopId": "38029"}, {"stopSequence": 75, "arrival": {"time": "1694890595"}, "stopId": "38030"}, {"stopSequence": 76, "arrival": {"time": "1694890646"}, "stopId": "91020"}, {"stopSequence": 77, "arrival": {"time": "1694890677"}, "stopId": "91021"}, {"stopSequence": 78, "arrival": {"time": "1694890716"}, "stopId": "39214"}, {"stopSequence": 79, "arrival": {"time": "1694890771"}, "stopId": "39215"}, {"stopSequence": 80, "arrival": {"time": "1694890889"}, "stopId": "39216"}, {"stopSequence": 81, "arrival": {"time": "1694890956"}, "stopId": "39217"}, {"stopSequence": 82, "arrival": {"time": "1694891012"}, "stopId": "39218"}, {"stopSequence": 83, "arrival": {"time": "1694891040"}, "stopId": "39219"}, {"stopSequence": 84, "arrival": {"time": "1694891081"}, "stopId": "39220"}, {"stopSequence": 85, "arrival": {"time": "1694891107"}, "stopId": "39221"}, {"stopSequence": 86, "arrival": {"time": "1694891188"}, "stopId": "39424"}, {"stopSequence": 87, "arrival": {"time": "1694891242"}, "stopId": "91022"}, {"stopSequence": 88, "arrival": {"time": "1694891312"}, "stopId": "91023"}, {"stopSequence": 89, "arrival": {"time": "1694891404"}, "stopId": "39428"}, {"stopSequence": 90, "arrival": {"time": "1694891441"}, "stopId": "39429"}, {"stopSequence": 91, "arrival": {"time": "1694891482"}, "stopId": "39430"}], "vehicle": {"licensePlate": "DLRB59"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "23300-701ff27f-2", "startTime": "14:59:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 1}, "position": {"latitude": -36.821842, "longitude": -73.064095, "bearing": 148.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889037", "vehicle": {"licensePlate": "DLRB59"}}}, {"id": "4475f473-6adf-4e67-9f17-3165d9d057a6", "tripUpdate": {"trip": {"tripId": "23386-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 44, "arrival": {"time": "1694889061"}, "stopId": "39589"}, {"stopSequence": 45, "arrival": {"time": "1694889116"}, "stopId": "39516"}, {"stopSequence": 46, "arrival": {"time": "1694889163"}, "stopId": "39517"}, {"stopSequence": 47, "arrival": {"time": "1694889232"}, "stopId": "39611"}, {"stopSequence": 48, "arrival": {"time": "1694889256"}, "stopId": "39612"}, {"stopSequence": 49, "arrival": {"time": "1694889389"}, "stopId": "39615"}, {"stopSequence": 50, "arrival": {"time": "1694889439"}, "stopId": "39616"}, {"stopSequence": 51, "arrival": {"time": "1694889494"}, "stopId": "39617"}, {"stopSequence": 52, "arrival": {"time": "1694889552"}, "stopId": "39618"}, {"stopSequence": 53, "arrival": {"time": "1694889596"}, "stopId": "39619"}, {"stopSequence": 54, "arrival": {"time": "1694889637"}, "stopId": "39620"}, {"stopSequence": 55, "arrival": {"time": "1694889704"}, "stopId": "39621"}, {"stopSequence": 56, "arrival": {"time": "1694889762"}, "stopId": "39623"}, {"stopSequence": 57, "arrival": {"time": "1694889809"}, "stopId": "39624"}, {"stopSequence": 58, "arrival": {"time": "1694889855"}, "stopId": "39625"}, {"stopSequence": 59, "arrival": {"time": "1694889923"}, "stopId": "39628"}, {"stopSequence": 60, "arrival": {"time": "1694889997"}, "stopId": "39631"}, {"stopSequence": 61, "arrival": {"time": "1694890043"}, "stopId": "49311"}, {"stopSequence": 62, "arrival": {"time": "1694890097"}, "stopId": "39634"}, {"stopSequence": 63, "arrival": {"time": "1694890122"}, "stopId": "39635"}, {"stopSequence": 64, "arrival": {"time": "1694890167"}, "stopId": "39636"}, {"stopSequence": 65, "arrival": {"time": "1694890343"}, "stopId": "39637"}, {"stopSequence": 66, "arrival": {"time": "1694890391"}, "stopId": "49317"}, {"stopSequence": 67, "arrival": {"time": "1694890423"}, "stopId": "49318"}, {"stopSequence": 68, "arrival": {"time": "1694890487"}, "stopId": "49319"}, {"stopSequence": 69, "arrival": {"time": "1694890551"}, "stopId": "39641"}, {"stopSequence": 70, "arrival": {"time": "1694890586"}, "stopId": "39642"}, {"stopSequence": 71, "arrival": {"time": "1694890733"}, "stopId": "39643"}, {"stopSequence": 72, "arrival": {"time": "1694890790"}, "stopId": "49323"}, {"stopSequence": 73, "arrival": {"time": "1694890829"}, "stopId": "49324"}, {"stopSequence": 74, "arrival": {"time": "1694890879"}, "stopId": "49325"}, {"stopSequence": 75, "arrival": {"time": "1694890935"}, "stopId": "49326"}, {"stopSequence": 76, "arrival": {"time": "1694890959"}, "stopId": "39648"}, {"stopSequence": 77, "arrival": {"time": "1694891012"}, "stopId": "39649"}, {"stopSequence": 78, "arrival": {"time": "1694891067"}, "stopId": "49329"}, {"stopSequence": 79, "arrival": {"time": "1694891127"}, "stopId": "49330"}, {"stopSequence": 80, "arrival": {"time": "1694891168"}, "stopId": "39652"}, {"stopSequence": 81, "arrival": {"time": "1694891199"}, "stopId": "39653"}, {"stopSequence": 82, "arrival": {"time": "1694891236"}, "stopId": "39654"}, {"stopSequence": 83, "arrival": {"time": "1694891269"}, "stopId": "49334"}, {"stopSequence": 84, "arrival": {"time": "1694891337"}, "stopId": "49335"}, {"stopSequence": 85, "arrival": {"time": "1694891388"}, "stopId": "49336"}, {"stopSequence": 86, "arrival": {"time": "1694891445"}, "stopId": "39657"}, {"stopSequence": 87, "arrival": {"time": "1694891484"}, "stopId": "39658"}, {"stopSequence": 88, "arrival": {"time": "1694891537"}, "stopId": "39659"}, {"stopSequence": 89, "arrival": {"time": "1694891575"}, "stopId": "39660"}, {"stopSequence": 90, "arrival": {"time": "1694891611"}, "stopId": "39661"}, {"stopSequence": 91, "arrival": {"time": "1694891667"}, "stopId": "39662"}, {"stopSequence": 92, "arrival": {"time": "1694891738"}, "stopId": "39663"}, {"stopSequence": 93, "arrival": {"time": "1694891795"}, "stopId": "39664"}, {"stopSequence": 94, "arrival": {"time": "1694891852"}, "stopId": "39665"}, {"stopSequence": 95, "arrival": {"time": "1694891984"}, "stopId": "39666"}, {"stopSequence": 96, "arrival": {"time": "1694892028"}, "stopId": "39667"}, {"stopSequence": 97, "arrival": {"time": "1694892137"}, "stopId": "39668"}, {"stopSequence": 98, "arrival": {"time": "1694892192"}, "stopId": "39669"}, {"stopSequence": 99, "arrival": {"time": "1694892229"}, "stopId": "39670"}, {"stopSequence": 100, "arrival": {"time": "1694892256"}, "stopId": "39233"}, {"stopSequence": 101, "arrival": {"time": "1694892314"}, "stopId": "36752"}, {"stopSequence": 102, "arrival": {"time": "1694892578"}, "stopId": "39689"}], "vehicle": {"licensePlate": "DPZZ42"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "23386-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "position": {"latitude": -36.80119, "longitude": -73.04927, "bearing": 202.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694889035", "vehicle": {"licensePlate": "DPZZ42"}}}, {"id": "5d2cd0a3-a6f8-4b3b-8139-f9d7f6bd3bbc", "tripUpdate": {"trip": {"tripId": "23299-701ff27f-2", "startTime": "14:44:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889034"}, "stopId": "38520"}, {"stopSequence": 52, "arrival": {"time": "1694889078"}, "stopId": "38521"}, {"stopSequence": 53, "arrival": {"time": "1694889130"}, "stopId": "38522"}, {"stopSequence": 54, "arrival": {"time": "1694889183"}, "stopId": "38523"}, {"stopSequence": 55, "arrival": {"time": "1694889238"}, "stopId": "38524"}, {"stopSequence": 56, "arrival": {"time": "1694889288"}, "stopId": "38525"}, {"stopSequence": 57, "arrival": {"time": "1694889342"}, "stopId": "38526"}, {"stopSequence": 58, "arrival": {"time": "1694889390"}, "stopId": "39987"}, {"stopSequence": 59, "arrival": {"time": "1694889432"}, "stopId": "39988"}, {"stopSequence": 60, "arrival": {"time": "1694889481"}, "stopId": "37636"}, {"stopSequence": 61, "arrival": {"time": "1694889599"}, "stopId": "37637"}, {"stopSequence": 62, "arrival": {"time": "1694889649"}, "stopId": "37639"}, {"stopSequence": 63, "arrival": {"time": "1694889687"}, "stopId": "39200"}, {"stopSequence": 64, "arrival": {"time": "1694889715"}, "stopId": "37300"}, {"stopSequence": 65, "arrival": {"time": "1694889757"}, "stopId": "40191"}, {"stopSequence": 66, "arrival": {"time": "1694889792"}, "stopId": "40192"}, {"stopSequence": 67, "arrival": {"time": "1694889823"}, "stopId": "40193"}, {"stopSequence": 68, "arrival": {"time": "1694889854"}, "stopId": "40194"}, {"stopSequence": 69, "arrival": {"time": "1694889892"}, "stopId": "38024"}, {"stopSequence": 70, "arrival": {"time": "1694889932"}, "stopId": "38025"}, {"stopSequence": 71, "arrival": {"time": "1694889956"}, "stopId": "38026"}, {"stopSequence": 72, "arrival": {"time": "1694889977"}, "stopId": "38027"}, {"stopSequence": 73, "arrival": {"time": "1694889989"}, "stopId": "38028"}, {"stopSequence": 74, "arrival": {"time": "1694890013"}, "stopId": "38029"}, {"stopSequence": 75, "arrival": {"time": "1694890029"}, "stopId": "38030"}, {"stopSequence": 76, "arrival": {"time": "1694890079"}, "stopId": "91020"}, {"stopSequence": 77, "arrival": {"time": "1694890109"}, "stopId": "91021"}, {"stopSequence": 78, "arrival": {"time": "1694890146"}, "stopId": "39214"}, {"stopSequence": 79, "arrival": {"time": "1694890199"}, "stopId": "39215"}, {"stopSequence": 80, "arrival": {"time": "1694890310"}, "stopId": "39216"}, {"stopSequence": 81, "arrival": {"time": "1694890373"}, "stopId": "39217"}, {"stopSequence": 82, "arrival": {"time": "1694890425"}, "stopId": "39218"}, {"stopSequence": 83, "arrival": {"time": "1694890451"}, "stopId": "39219"}, {"stopSequence": 84, "arrival": {"time": "1694890490"}, "stopId": "39220"}, {"stopSequence": 85, "arrival": {"time": "1694890513"}, "stopId": "39221"}, {"stopSequence": 86, "arrival": {"time": "1694890588"}, "stopId": "39424"}, {"stopSequence": 87, "arrival": {"time": "1694890637"}, "stopId": "91022"}, {"stopSequence": 88, "arrival": {"time": "1694890700"}, "stopId": "91023"}, {"stopSequence": 89, "arrival": {"time": "1694890783"}, "stopId": "39428"}, {"stopSequence": 90, "arrival": {"time": "1694890816"}, "stopId": "39429"}, {"stopSequence": 91, "arrival": {"time": "1694890853"}, "stopId": "39430"}], "vehicle": {"licensePlate": "HFZJ97"}, "timestamp": "1694889032"}, "vehicle": {"trip": {"tripId": "23299-701ff27f-2", "startTime": "14:44:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 1}, "position": {"latitude": -36.818806, "longitude": -73.04529, "bearing": 330.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694889032", "vehicle": {"licensePlate": "HFZJ97"}}}, {"id": "e1c499be-bbd8-4f99-ad9d-2e6cabe94319", "tripUpdate": {"trip": {"tripId": "23383-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 74, "arrival": {"time": "1694889030"}, "stopId": "49325"}, {"stopSequence": 75, "arrival": {"time": "1694889087"}, "stopId": "49326"}, {"stopSequence": 76, "arrival": {"time": "1694889112"}, "stopId": "39648"}, {"stopSequence": 77, "arrival": {"time": "1694889165"}, "stopId": "39649"}, {"stopSequence": 78, "arrival": {"time": "1694889218"}, "stopId": "49329"}, {"stopSequence": 79, "arrival": {"time": "1694889276"}, "stopId": "49330"}, {"stopSequence": 80, "arrival": {"time": "1694889315"}, "stopId": "39652"}, {"stopSequence": 81, "arrival": {"time": "1694889344"}, "stopId": "39653"}, {"stopSequence": 82, "arrival": {"time": "1694889377"}, "stopId": "39654"}, {"stopSequence": 83, "arrival": {"time": "1694889407"}, "stopId": "49334"}, {"stopSequence": 84, "arrival": {"time": "1694889469"}, "stopId": "49335"}, {"stopSequence": 85, "arrival": {"time": "1694889514"}, "stopId": "49336"}, {"stopSequence": 86, "arrival": {"time": "1694889563"}, "stopId": "39657"}, {"stopSequence": 87, "arrival": {"time": "1694889596"}, "stopId": "39658"}, {"stopSequence": 88, "arrival": {"time": "1694889641"}, "stopId": "39659"}, {"stopSequence": 89, "arrival": {"time": "1694889673"}, "stopId": "39660"}, {"stopSequence": 90, "arrival": {"time": "1694889702"}, "stopId": "39661"}, {"stopSequence": 91, "arrival": {"time": "1694889748"}, "stopId": "39662"}, {"stopSequence": 92, "arrival": {"time": "1694889804"}, "stopId": "39663"}, {"stopSequence": 93, "arrival": {"time": "1694889849"}, "stopId": "39664"}, {"stopSequence": 94, "arrival": {"time": "1694889893"}, "stopId": "39665"}, {"stopSequence": 95, "arrival": {"time": "1694889992"}, "stopId": "39666"}, {"stopSequence": 96, "arrival": {"time": "1694890025"}, "stopId": "39667"}, {"stopSequence": 97, "arrival": {"time": "1694890104"}, "stopId": "39668"}, {"stopSequence": 98, "arrival": {"time": "1694890143"}, "stopId": "39669"}, {"stopSequence": 99, "arrival": {"time": "1694890169"}, "stopId": "39670"}, {"stopSequence": 100, "arrival": {"time": "1694890187"}, "stopId": "39233"}, {"stopSequence": 101, "arrival": {"time": "1694890228"}, "stopId": "36752"}, {"stopSequence": 102, "arrival": {"time": "1694890402"}, "stopId": "39689"}], "vehicle": {"licensePlate": "JXLZ88"}, "timestamp": "1694889005"}, "vehicle": {"trip": {"tripId": "23383-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "position": {"latitude": -36.798405, "longitude": -73.08545, "bearing": 350.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694889005", "vehicle": {"licensePlate": "JXLZ88"}}}, {"id": "caa7656f-50ca-47fe-819e-8aea6e408c90", "tripUpdate": {"trip": {"tripId": "23301-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694889013"}, "stopId": "91019"}, {"stopSequence": 17, "arrival": {"time": "1694889076"}, "stopId": "37436"}, {"stopSequence": 18, "arrival": {"time": "1694889148"}, "stopId": "49135"}, {"stopSequence": 19, "arrival": {"time": "1694889191"}, "stopId": "49136"}, {"stopSequence": 20, "arrival": {"time": "1694889266"}, "stopId": "49137"}, {"stopSequence": 21, "arrival": {"time": "1694889290"}, "stopId": "49138"}, {"stopSequence": 22, "arrival": {"time": "1694889308"}, "stopId": "49139"}, {"stopSequence": 23, "arrival": {"time": "1694889340"}, "stopId": "49140"}, {"stopSequence": 24, "arrival": {"time": "1694889381"}, "stopId": "49141"}, {"stopSequence": 25, "arrival": {"time": "1694889421"}, "stopId": "49142"}, {"stopSequence": 26, "arrival": {"time": "1694889458"}, "stopId": "49143"}, {"stopSequence": 27, "arrival": {"time": "1694889485"}, "stopId": "38506"}, {"stopSequence": 28, "arrival": {"time": "1694889534"}, "stopId": "38635"}, {"stopSequence": 29, "arrival": {"time": "1694889567"}, "stopId": "38509"}, {"stopSequence": 30, "arrival": {"time": "1694889610"}, "stopId": "38642"}, {"stopSequence": 31, "arrival": {"time": "1694889654"}, "stopId": "39795"}, {"stopSequence": 32, "arrival": {"time": "1694889684"}, "stopId": "38502"}, {"stopSequence": 33, "arrival": {"time": "1694889745"}, "stopId": "38503"}, {"stopSequence": 34, "arrival": {"time": "1694889898"}, "stopId": "35691"}, {"stopSequence": 35, "arrival": {"time": "1694889994"}, "stopId": "35693"}, {"stopSequence": 36, "arrival": {"time": "1694890047"}, "stopId": "35694"}, {"stopSequence": 37, "arrival": {"time": "1694890086"}, "stopId": "35695"}, {"stopSequence": 38, "arrival": {"time": "1694890132"}, "stopId": "35696"}, {"stopSequence": 39, "arrival": {"time": "1694890298"}, "stopId": "35697"}, {"stopSequence": 40, "arrival": {"time": "1694890393"}, "stopId": "2-Jan"}, {"stopSequence": 41, "arrival": {"time": "1694890422"}, "stopId": "42460"}, {"stopSequence": 42, "arrival": {"time": "1694890464"}, "stopId": "35690"}, {"stopSequence": 43, "arrival": {"time": "1694890561"}, "stopId": "35700"}, {"stopSequence": 44, "arrival": {"time": "1694890590"}, "stopId": "35701"}, {"stopSequence": 45, "arrival": {"time": "1694890656"}, "stopId": "35703"}, {"stopSequence": 46, "arrival": {"time": "1694890679"}, "stopId": "35704"}, {"stopSequence": 47, "arrival": {"time": "1694890694"}, "stopId": "35705"}, {"stopSequence": 48, "arrival": {"time": "1694890713"}, "stopId": "35706"}, {"stopSequence": 49, "arrival": {"time": "1694890769"}, "stopId": "35707"}, {"stopSequence": 50, "arrival": {"time": "1694890795"}, "stopId": "35708"}, {"stopSequence": 51, "arrival": {"time": "1694890864"}, "stopId": "38520"}, {"stopSequence": 52, "arrival": {"time": "1694890906"}, "stopId": "38521"}, {"stopSequence": 53, "arrival": {"time": "1694890958"}, "stopId": "38522"}, {"stopSequence": 54, "arrival": {"time": "1694891011"}, "stopId": "38523"}, {"stopSequence": 55, "arrival": {"time": "1694891068"}, "stopId": "38524"}, {"stopSequence": 56, "arrival": {"time": "1694891120"}, "stopId": "38525"}, {"stopSequence": 57, "arrival": {"time": "1694891177"}, "stopId": "38526"}, {"stopSequence": 58, "arrival": {"time": "1694891229"}, "stopId": "39987"}, {"stopSequence": 59, "arrival": {"time": "1694891276"}, "stopId": "39988"}, {"stopSequence": 60, "arrival": {"time": "1694891331"}, "stopId": "37636"}, {"stopSequence": 61, "arrival": {"time": "1694891467"}, "stopId": "37637"}, {"stopSequence": 62, "arrival": {"time": "1694891525"}, "stopId": "37639"}, {"stopSequence": 63, "arrival": {"time": "1694891571"}, "stopId": "39200"}, {"stopSequence": 64, "arrival": {"time": "1694891607"}, "stopId": "37300"}, {"stopSequence": 65, "arrival": {"time": "1694891658"}, "stopId": "40191"}, {"stopSequence": 66, "arrival": {"time": "1694891702"}, "stopId": "40192"}, {"stopSequence": 67, "arrival": {"time": "1694891740"}, "stopId": "40193"}, {"stopSequence": 68, "arrival": {"time": "1694891781"}, "stopId": "40194"}, {"stopSequence": 69, "arrival": {"time": "1694891830"}, "stopId": "38024"}, {"stopSequence": 70, "arrival": {"time": "1694891883"}, "stopId": "38025"}, {"stopSequence": 71, "arrival": {"time": "1694891915"}, "stopId": "38026"}, {"stopSequence": 72, "arrival": {"time": "1694891943"}, "stopId": "38027"}, {"stopSequence": 73, "arrival": {"time": "1694891958"}, "stopId": "38028"}, {"stopSequence": 74, "arrival": {"time": "1694891992"}, "stopId": "38029"}, {"stopSequence": 75, "arrival": {"time": "1694892013"}, "stopId": "38030"}, {"stopSequence": 76, "arrival": {"time": "1694892082"}, "stopId": "91020"}, {"stopSequence": 77, "arrival": {"time": "1694892124"}, "stopId": "91021"}, {"stopSequence": 78, "arrival": {"time": "1694892177"}, "stopId": "39214"}, {"stopSequence": 79, "arrival": {"time": "1694892253"}, "stopId": "39215"}, {"stopSequence": 80, "arrival": {"time": "1694892417"}, "stopId": "39216"}, {"stopSequence": 81, "arrival": {"time": "1694892514"}, "stopId": "39217"}, {"stopSequence": 82, "arrival": {"time": "1694892595"}, "stopId": "39218"}, {"stopSequence": 83, "arrival": {"time": "1694892636"}, "stopId": "39219"}, {"stopSequence": 84, "arrival": {"time": "1694892697"}, "stopId": "39220"}, {"stopSequence": 85, "arrival": {"time": "1694892735"}, "stopId": "39221"}, {"stopSequence": 86, "arrival": {"time": "1694892858"}, "stopId": "39424"}, {"stopSequence": 87, "arrival": {"time": "1694892940"}, "stopId": "91022"}, {"stopSequence": 88, "arrival": {"time": "1694893048"}, "stopId": "91023"}, {"stopSequence": 89, "arrival": {"time": "1694893193"}, "stopId": "39428"}, {"stopSequence": 90, "arrival": {"time": "1694893252"}, "stopId": "39429"}, {"stopSequence": 91, "arrival": {"time": "1694893319"}, "stopId": "39430"}], "vehicle": {"licensePlate": "WV6687"}, "timestamp": "1694889007"}, "vehicle": {"trip": {"tripId": "23301-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 1}, "position": {"latitude": -36.786724, "longitude": -73.10677, "bearing": 88.0, "odometer": 0.0, "speed": 6.111111}, "timestamp": "1694889007", "vehicle": {"licensePlate": "WV6687"}}}, {"id": "710b0a30-70ce-4083-9e31-9b6171accb4f", "tripUpdate": {"trip": {"tripId": "23382-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 102, "arrival": {"time": "1694889210"}, "stopId": "39689"}], "vehicle": {"licensePlate": "ZR9567"}, "timestamp": "1694889024"}, "vehicle": {"trip": {"tripId": "23382-701ff27f-2", "startTime": "14:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "610", "directionId": 0}, "position": {"latitude": -36.786682, "longitude": -73.11706, "bearing": 144.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889024", "vehicle": {"licensePlate": "ZR9567"}}}, {"id": "bcf36d06-b8e9-4943-95c9-55306fff636e", "tripUpdate": {"trip": {"tripId": "23482-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694889007"}, "stopId": "39579"}, {"stopSequence": 23, "arrival": {"time": "1694889043"}, "stopId": "39580"}, {"stopSequence": 24, "arrival": {"time": "1694889072"}, "stopId": "39581"}, {"stopSequence": 25, "arrival": {"time": "1694889089"}, "stopId": "39582"}, {"stopSequence": 26, "arrival": {"time": "1694889104"}, "stopId": "39583"}, {"stopSequence": 27, "arrival": {"time": "1694889129"}, "stopId": "39584"}, {"stopSequence": 28, "arrival": {"time": "1694889165"}, "stopId": "39585"}, {"stopSequence": 29, "arrival": {"time": "1694889178"}, "stopId": "38024"}, {"stopSequence": 30, "arrival": {"time": "1694889218"}, "stopId": "39536"}, {"stopSequence": 31, "arrival": {"time": "1694889256"}, "stopId": "16206048"}, {"stopSequence": 32, "arrival": {"time": "1694889275"}, "stopId": "39537"}, {"stopSequence": 33, "arrival": {"time": "1694889293"}, "stopId": "39428"}, {"stopSequence": 34, "arrival": {"time": "1694889322"}, "stopId": "39429"}, {"stopSequence": 35, "arrival": {"time": "1694889358"}, "stopId": "39430"}, {"stopSequence": 36, "arrival": {"time": "1694889467"}, "stopId": "37638"}, {"stopSequence": 37, "arrival": {"time": "1694889502"}, "stopId": "39587"}, {"stopSequence": 38, "arrival": {"time": "1694889535"}, "stopId": "39588"}, {"stopSequence": 39, "arrival": {"time": "1694889587"}, "stopId": "39589"}, {"stopSequence": 40, "arrival": {"time": "1694889637"}, "stopId": "39516"}, {"stopSequence": 41, "arrival": {"time": "1694889681"}, "stopId": "39517"}, {"stopSequence": 42, "arrival": {"time": "1694889746"}, "stopId": "39611"}, {"stopSequence": 43, "arrival": {"time": "1694889769"}, "stopId": "39612"}, {"stopSequence": 44, "arrival": {"time": "1694889821"}, "stopId": "39613"}, {"stopSequence": 45, "arrival": {"time": "1694889843"}, "stopId": "39614"}, {"stopSequence": 46, "arrival": {"time": "1694889892"}, "stopId": "39615"}, {"stopSequence": 47, "arrival": {"time": "1694889942"}, "stopId": "39616"}, {"stopSequence": 48, "arrival": {"time": "1694889992"}, "stopId": "39617"}, {"stopSequence": 49, "arrival": {"time": "1694890049"}, "stopId": "39618"}, {"stopSequence": 50, "arrival": {"time": "1694890091"}, "stopId": "39619"}, {"stopSequence": 51, "arrival": {"time": "1694890132"}, "stopId": "39620"}, {"stopSequence": 52, "arrival": {"time": "1694890200"}, "stopId": "39621"}, {"stopSequence": 53, "arrival": {"time": "1694890258"}, "stopId": "39623"}, {"stopSequence": 54, "arrival": {"time": "1694890306"}, "stopId": "39624"}, {"stopSequence": 55, "arrival": {"time": "1694890351"}, "stopId": "39625"}, {"stopSequence": 56, "arrival": {"time": "1694890420"}, "stopId": "39628"}, {"stopSequence": 57, "arrival": {"time": "1694890496"}, "stopId": "39631"}, {"stopSequence": 58, "arrival": {"time": "1694890544"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694890600"}, "stopId": "39634"}, {"stopSequence": 60, "arrival": {"time": "1694890625"}, "stopId": "39635"}, {"stopSequence": 61, "arrival": {"time": "1694890672"}, "stopId": "39636"}, {"stopSequence": 62, "arrival": {"time": "1694890857"}, "stopId": "39637"}, {"stopSequence": 63, "arrival": {"time": "1694890909"}, "stopId": "49317"}, {"stopSequence": 64, "arrival": {"time": "1694890943"}, "stopId": "49318"}, {"stopSequence": 65, "arrival": {"time": "1694891013"}, "stopId": "49319"}, {"stopSequence": 66, "arrival": {"time": "1694891082"}, "stopId": "39641"}, {"stopSequence": 67, "arrival": {"time": "1694891283"}, "stopId": "39643"}, {"stopSequence": 68, "arrival": {"time": "1694891434"}, "stopId": "49325"}, {"stopSequence": 69, "arrival": {"time": "1694891508"}, "stopId": "49326"}, {"stopSequence": 70, "arrival": {"time": "1694891539"}, "stopId": "39648"}, {"stopSequence": 71, "arrival": {"time": "1694891596"}, "stopId": "39649"}, {"stopSequence": 72, "arrival": {"time": "1694891658"}, "stopId": "49329"}, {"stopSequence": 73, "arrival": {"time": "1694891728"}, "stopId": "49330"}, {"stopSequence": 74, "arrival": {"time": "1694891776"}, "stopId": "39652"}, {"stopSequence": 75, "arrival": {"time": "1694891811"}, "stopId": "39653"}, {"stopSequence": 76, "arrival": {"time": "1694891854"}, "stopId": "39654"}, {"stopSequence": 77, "arrival": {"time": "1694891891"}, "stopId": "49334"}, {"stopSequence": 78, "arrival": {"time": "1694891970"}, "stopId": "49335"}, {"stopSequence": 79, "arrival": {"time": "1694892033"}, "stopId": "49336"}, {"stopSequence": 80, "arrival": {"time": "1694892100"}, "stopId": "39657"}, {"stopSequence": 81, "arrival": {"time": "1694892309"}, "stopId": "42523"}, {"stopSequence": 82, "arrival": {"time": "1694892355"}, "stopId": "42524"}, {"stopSequence": 83, "arrival": {"time": "1694892426"}, "stopId": "39686"}, {"stopSequence": 84, "arrival": {"time": "1694892444"}, "stopId": "39687"}, {"stopSequence": 85, "arrival": {"time": "1694892544"}, "stopId": "39689"}, {"stopSequence": 86, "arrival": {"time": "1694892580"}, "stopId": "39690"}, {"stopSequence": 87, "arrival": {"time": "1694892611"}, "stopId": "39691"}, {"stopSequence": 88, "arrival": {"time": "1694892657"}, "stopId": "39692"}, {"stopSequence": 89, "arrival": {"time": "1694892686"}, "stopId": "39693"}, {"stopSequence": 90, "arrival": {"time": "1694892830"}, "stopId": "36695"}, {"stopSequence": 91, "arrival": {"time": "1694892914"}, "stopId": "36696"}, {"stopSequence": 92, "arrival": {"time": "1694893026"}, "stopId": "39229"}, {"stopSequence": 93, "arrival": {"time": "1694893211"}, "stopId": "39139"}], "vehicle": {"licensePlate": "BHWD17"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "23482-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "position": {"latitude": -36.78057, "longitude": -73.04423, "bearing": 90.0, "odometer": 0.0, "speed": 7.2222223}, "timestamp": "1694888978", "vehicle": {"licensePlate": "BHWD17"}}}, {"id": "9559013c-d7ed-429f-b4d3-a1369e376825", "tripUpdate": {"trip": {"tripId": "23568-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889053"}, "stopId": "8606050"}, {"stopSequence": 4, "arrival": {"time": "1694889094"}, "stopId": "39231"}, {"stopSequence": 5, "arrival": {"time": "1694889176"}, "stopId": "39232"}, {"stopSequence": 6, "arrival": {"time": "1694889222"}, "stopId": "39233"}, {"stopSequence": 7, "arrival": {"time": "1694889284"}, "stopId": "39234"}, {"stopSequence": 8, "arrival": {"time": "1694889312"}, "stopId": "39235"}, {"stopSequence": 9, "arrival": {"time": "1694889409"}, "stopId": "37044"}, {"stopSequence": 10, "arrival": {"time": "1694889446"}, "stopId": "37045"}, {"stopSequence": 11, "arrival": {"time": "1694889532"}, "stopId": "37046"}, {"stopSequence": 12, "arrival": {"time": "1694889571"}, "stopId": "37047"}, {"stopSequence": 13, "arrival": {"time": "1694889612"}, "stopId": "37048"}, {"stopSequence": 14, "arrival": {"time": "1694889649"}, "stopId": "42431"}, {"stopSequence": 15, "arrival": {"time": "1694889665"}, "stopId": "42432"}, {"stopSequence": 16, "arrival": {"time": "1694889723"}, "stopId": "37578"}, {"stopSequence": 17, "arrival": {"time": "1694889755"}, "stopId": "39660"}, {"stopSequence": 18, "arrival": {"time": "1694889790"}, "stopId": "39659"}, {"stopSequence": 19, "arrival": {"time": "1694889834"}, "stopId": "37581"}, {"stopSequence": 20, "arrival": {"time": "1694889854"}, "stopId": "37436"}, {"stopSequence": 21, "arrival": {"time": "1694889920"}, "stopId": "49135"}, {"stopSequence": 22, "arrival": {"time": "1694889960"}, "stopId": "49136"}, {"stopSequence": 23, "arrival": {"time": "1694890031"}, "stopId": "49137"}, {"stopSequence": 24, "arrival": {"time": "1694890053"}, "stopId": "49138"}, {"stopSequence": 25, "arrival": {"time": "1694890069"}, "stopId": "49139"}, {"stopSequence": 26, "arrival": {"time": "1694890108"}, "stopId": "49140"}, {"stopSequence": 27, "arrival": {"time": "1694890144"}, "stopId": "49141"}, {"stopSequence": 28, "arrival": {"time": "1694890182"}, "stopId": "49142"}, {"stopSequence": 29, "arrival": {"time": "1694890217"}, "stopId": "49143"}, {"stopSequence": 30, "arrival": {"time": "1694890242"}, "stopId": "38506"}, {"stopSequence": 31, "arrival": {"time": "1694890290"}, "stopId": "38635"}, {"stopSequence": 32, "arrival": {"time": "1694890331"}, "stopId": "38509"}, {"stopSequence": 33, "arrival": {"time": "1694890365"}, "stopId": "38642"}, {"stopSequence": 34, "arrival": {"time": "1694890408"}, "stopId": "39795"}, {"stopSequence": 35, "arrival": {"time": "1694890440"}, "stopId": "38502"}, {"stopSequence": 36, "arrival": {"time": "1694890662"}, "stopId": "35691"}, {"stopSequence": 37, "arrival": {"time": "1694890694"}, "stopId": "35692"}, {"stopSequence": 38, "arrival": {"time": "1694890755"}, "stopId": "35693"}, {"stopSequence": 39, "arrival": {"time": "1694890819"}, "stopId": "35694"}, {"stopSequence": 40, "arrival": {"time": "1694890821"}, "stopId": "49318"}, {"stopSequence": 41, "arrival": {"time": "1694890847"}, "stopId": "35695"}, {"stopSequence": 42, "arrival": {"time": "1694890958"}, "stopId": "35696"}, {"stopSequence": 43, "arrival": {"time": "1694891141"}, "stopId": "35697"}, {"stopSequence": 44, "arrival": {"time": "1694891247"}, "stopId": "2-Jan"}, {"stopSequence": 45, "arrival": {"time": "1694891283"}, "stopId": "42460"}, {"stopSequence": 46, "arrival": {"time": "1694891327"}, "stopId": "35690"}, {"stopSequence": 47, "arrival": {"time": "1694891438"}, "stopId": "35700"}, {"stopSequence": 48, "arrival": {"time": "1694891472"}, "stopId": "35701"}, {"stopSequence": 49, "arrival": {"time": "1694891548"}, "stopId": "35703"}, {"stopSequence": 50, "arrival": {"time": "1694891567"}, "stopId": "35704"}, {"stopSequence": 51, "arrival": {"time": "1694891593"}, "stopId": "35705"}, {"stopSequence": 52, "arrival": {"time": "1694891615"}, "stopId": "35706"}, {"stopSequence": 53, "arrival": {"time": "1694891682"}, "stopId": "35707"}, {"stopSequence": 54, "arrival": {"time": "1694891713"}, "stopId": "35708"}, {"stopSequence": 55, "arrival": {"time": "1694891795"}, "stopId": "38520"}, {"stopSequence": 56, "arrival": {"time": "1694891846"}, "stopId": "38521"}, {"stopSequence": 57, "arrival": {"time": "1694891909"}, "stopId": "38522"}, {"stopSequence": 58, "arrival": {"time": "1694891974"}, "stopId": "38523"}, {"stopSequence": 59, "arrival": {"time": "1694892043"}, "stopId": "38524"}, {"stopSequence": 60, "arrival": {"time": "1694892109"}, "stopId": "38525"}, {"stopSequence": 61, "arrival": {"time": "1694892180"}, "stopId": "38526"}, {"stopSequence": 62, "arrival": {"time": "1694892245"}, "stopId": "39987"}, {"stopSequence": 63, "arrival": {"time": "1694892305"}, "stopId": "39988"}, {"stopSequence": 64, "arrival": {"time": "1694892375"}, "stopId": "37636"}, {"stopSequence": 65, "arrival": {"time": "1694892540"}, "stopId": "37637"}, {"stopSequence": 66, "arrival": {"time": "1694892635"}, "stopId": "37639"}, {"stopSequence": 67, "arrival": {"time": "1694892693"}, "stopId": "39200"}, {"stopSequence": 68, "arrival": {"time": "1694892807"}, "stopId": "40191"}, {"stopSequence": 69, "arrival": {"time": "1694892866"}, "stopId": "40192"}, {"stopSequence": 70, "arrival": {"time": "1694892928"}, "stopId": "40193"}, {"stopSequence": 71, "arrival": {"time": "1694892985"}, "stopId": "40194"}, {"stopSequence": 72, "arrival": {"time": "1694893043"}, "stopId": "38024"}, {"stopSequence": 73, "arrival": {"time": "1694893113"}, "stopId": "38025"}, {"stopSequence": 74, "arrival": {"time": "1694893163"}, "stopId": "38026"}, {"stopSequence": 75, "arrival": {"time": "1694893216"}, "stopId": "38027"}, {"stopSequence": 76, "arrival": {"time": "1694893235"}, "stopId": "38028"}, {"stopSequence": 77, "arrival": {"time": "1694893261"}, "stopId": "38029"}, {"stopSequence": 78, "arrival": {"time": "1694893314"}, "stopId": "38030"}, {"stopSequence": 79, "arrival": {"time": "1694893529"}, "stopId": "39214"}, {"stopSequence": 80, "arrival": {"time": "1694893640"}, "stopId": "39215"}, {"stopSequence": 81, "arrival": {"time": "1694893881"}, "stopId": "16027103"}, {"stopSequence": 82, "arrival": {"time": "1694894206"}, "stopId": "4950739"}, {"stopSequence": 83, "arrival": {"time": "1694894452"}, "stopId": "95000"}, {"stopSequence": 84, "arrival": {"time": "1694894728"}, "stopId": "40978"}, {"stopSequence": 85, "arrival": {"time": "1694894902"}, "stopId": "16206052"}, {"stopSequence": 86, "arrival": {"time": "1694895042"}, "stopId": "39220"}, {"stopSequence": 87, "arrival": {"time": "1694895135"}, "stopId": "39221"}, {"stopSequence": 88, "arrival": {"time": "1694895172"}, "stopId": "16201786"}, {"stopSequence": 89, "arrival": {"time": "1694895267"}, "stopId": "16206050"}, {"stopSequence": 90, "arrival": {"time": "1694895595"}, "stopId": "39568"}, {"stopSequence": 91, "arrival": {"time": "1694895746"}, "stopId": "39567"}, {"stopSequence": 92, "arrival": {"time": "1694895840"}, "stopId": "39224"}, {"stopSequence": 93, "arrival": {"time": "1694895993"}, "stopId": "16201788"}, {"stopSequence": 94, "arrival": {"time": "1694896057"}, "stopId": "39225"}, {"stopSequence": 95, "arrival": {"time": "1694896560"}, "stopId": "37300"}], "vehicle": {"licensePlate": "DVYT25"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "23568-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 1}, "position": {"latitude": -36.791397, "longitude": -73.1128, "bearing": 323.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694889033", "vehicle": {"licensePlate": "DVYT25"}}}, {"id": "9528b1cc-c410-429a-834e-8db9e3e9e6e5", "tripUpdate": {"trip": {"tripId": "23478-701ff27f-2", "startTime": "14:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 81, "arrival": {"time": "1694889191"}, "stopId": "42523"}, {"stopSequence": 82, "arrival": {"time": "1694889224"}, "stopId": "42524"}, {"stopSequence": 83, "arrival": {"time": "1694889274"}, "stopId": "39686"}, {"stopSequence": 84, "arrival": {"time": "1694889287"}, "stopId": "39687"}, {"stopSequence": 85, "arrival": {"time": "1694889354"}, "stopId": "39689"}, {"stopSequence": 86, "arrival": {"time": "1694889378"}, "stopId": "39690"}, {"stopSequence": 87, "arrival": {"time": "1694889398"}, "stopId": "39691"}, {"stopSequence": 88, "arrival": {"time": "1694889427"}, "stopId": "39692"}, {"stopSequence": 89, "arrival": {"time": "1694889446"}, "stopId": "39693"}, {"stopSequence": 90, "arrival": {"time": "1694889534"}, "stopId": "36695"}, {"stopSequence": 91, "arrival": {"time": "1694889584"}, "stopId": "36696"}, {"stopSequence": 92, "arrival": {"time": "1694889648"}, "stopId": "39229"}, {"stopSequence": 93, "arrival": {"time": "1694889750"}, "stopId": "39139"}], "vehicle": {"licensePlate": "FKWB38"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "23478-701ff27f-2", "startTime": "14:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "position": {"latitude": -36.786663, "longitude": -73.102264, "bearing": 267.0, "odometer": 0.0, "speed": 15.277778}, "timestamp": "1694889037", "vehicle": {"licensePlate": "FKWB38"}}}, {"id": "eefe97c3-18a3-4f4d-9d2b-850b9573a415", "tripUpdate": {"trip": {"tripId": "23565-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889032"}, "stopId": "35705"}, {"stopSequence": 52, "arrival": {"time": "1694889053"}, "stopId": "35706"}, {"stopSequence": 53, "arrival": {"time": "1694889112"}, "stopId": "35707"}, {"stopSequence": 54, "arrival": {"time": "1694889138"}, "stopId": "35708"}, {"stopSequence": 55, "arrival": {"time": "1694889208"}, "stopId": "38520"}, {"stopSequence": 56, "arrival": {"time": "1694889250"}, "stopId": "38521"}, {"stopSequence": 57, "arrival": {"time": "1694889301"}, "stopId": "38522"}, {"stopSequence": 58, "arrival": {"time": "1694889352"}, "stopId": "38523"}, {"stopSequence": 59, "arrival": {"time": "1694889405"}, "stopId": "38524"}, {"stopSequence": 60, "arrival": {"time": "1694889454"}, "stopId": "38525"}, {"stopSequence": 61, "arrival": {"time": "1694889507"}, "stopId": "38526"}, {"stopSequence": 62, "arrival": {"time": "1694889553"}, "stopId": "39987"}, {"stopSequence": 63, "arrival": {"time": "1694889595"}, "stopId": "39988"}, {"stopSequence": 64, "arrival": {"time": "1694889643"}, "stopId": "37636"}, {"stopSequence": 65, "arrival": {"time": "1694889753"}, "stopId": "37637"}, {"stopSequence": 66, "arrival": {"time": "1694889813"}, "stopId": "37639"}, {"stopSequence": 67, "arrival": {"time": "1694889849"}, "stopId": "39200"}, {"stopSequence": 68, "arrival": {"time": "1694889918"}, "stopId": "40191"}, {"stopSequence": 69, "arrival": {"time": "1694889954"}, "stopId": "40192"}, {"stopSequence": 70, "arrival": {"time": "1694889990"}, "stopId": "40193"}, {"stopSequence": 71, "arrival": {"time": "1694890022"}, "stopId": "40194"}, {"stopSequence": 72, "arrival": {"time": "1694890055"}, "stopId": "38024"}, {"stopSequence": 73, "arrival": {"time": "1694890094"}, "stopId": "38025"}, {"stopSequence": 74, "arrival": {"time": "1694890121"}, "stopId": "38026"}, {"stopSequence": 75, "arrival": {"time": "1694890149"}, "stopId": "38027"}, {"stopSequence": 76, "arrival": {"time": "1694890160"}, "stopId": "38028"}, {"stopSequence": 77, "arrival": {"time": "1694890174"}, "stopId": "38029"}, {"stopSequence": 78, "arrival": {"time": "1694890201"}, "stopId": "38030"}, {"stopSequence": 79, "arrival": {"time": "1694890310"}, "stopId": "39214"}, {"stopSequence": 80, "arrival": {"time": "1694890365"}, "stopId": "39215"}, {"stopSequence": 81, "arrival": {"time": "1694890478"}, "stopId": "16027103"}, {"stopSequence": 82, "arrival": {"time": "1694890621"}, "stopId": "4950739"}, {"stopSequence": 83, "arrival": {"time": "1694890724"}, "stopId": "95000"}, {"stopSequence": 84, "arrival": {"time": "1694890832"}, "stopId": "40978"}, {"stopSequence": 85, "arrival": {"time": "1694890898"}, "stopId": "16206052"}, {"stopSequence": 86, "arrival": {"time": "1694890949"}, "stopId": "39220"}, {"stopSequence": 87, "arrival": {"time": "1694890983"}, "stopId": "39221"}, {"stopSequence": 88, "arrival": {"time": "1694890996"}, "stopId": "16201786"}, {"stopSequence": 89, "arrival": {"time": "1694891029"}, "stopId": "16206050"}, {"stopSequence": 90, "arrival": {"time": "1694891140"}, "stopId": "39568"}, {"stopSequence": 91, "arrival": {"time": "1694891190"}, "stopId": "39567"}, {"stopSequence": 92, "arrival": {"time": "1694891220"}, "stopId": "39224"}, {"stopSequence": 93, "arrival": {"time": "1694891267"}, "stopId": "16201788"}, {"stopSequence": 94, "arrival": {"time": "1694891287"}, "stopId": "39225"}, {"stopSequence": 95, "arrival": {"time": "1694891435"}, "stopId": "37300"}], "vehicle": {"licensePlate": "FYBV86"}, "timestamp": "1694889019"}, "vehicle": {"trip": {"tripId": "23565-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 1}, "position": {"latitude": -36.823612, "longitude": -73.049484, "bearing": 35.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889019", "vehicle": {"licensePlate": "FYBV86"}}}, {"id": "f748490d-bced-467e-a035-96facadeb767", "tripUpdate": {"trip": {"tripId": "23479-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 58, "arrival": {"time": "1694889074"}, "stopId": "49311"}, {"stopSequence": 59, "arrival": {"time": "1694889133"}, "stopId": "39634"}, {"stopSequence": 60, "arrival": {"time": "1694889160"}, "stopId": "39635"}, {"stopSequence": 61, "arrival": {"time": "1694889209"}, "stopId": "39636"}, {"stopSequence": 62, "arrival": {"time": "1694889394"}, "stopId": "39637"}, {"stopSequence": 63, "arrival": {"time": "1694889444"}, "stopId": "49317"}, {"stopSequence": 64, "arrival": {"time": "1694889476"}, "stopId": "49318"}, {"stopSequence": 65, "arrival": {"time": "1694889542"}, "stopId": "49319"}, {"stopSequence": 66, "arrival": {"time": "1694889605"}, "stopId": "39641"}, {"stopSequence": 67, "arrival": {"time": "1694889784"}, "stopId": "39643"}, {"stopSequence": 68, "arrival": {"time": "1694889913"}, "stopId": "49325"}, {"stopSequence": 69, "arrival": {"time": "1694889974"}, "stopId": "49326"}, {"stopSequence": 70, "arrival": {"time": "1694889999"}, "stopId": "39648"}, {"stopSequence": 71, "arrival": {"time": "1694890046"}, "stopId": "39649"}, {"stopSequence": 72, "arrival": {"time": "1694890095"}, "stopId": "49329"}, {"stopSequence": 73, "arrival": {"time": "1694890149"}, "stopId": "49330"}, {"stopSequence": 74, "arrival": {"time": "1694890187"}, "stopId": "39652"}, {"stopSequence": 75, "arrival": {"time": "1694890214"}, "stopId": "39653"}, {"stopSequence": 76, "arrival": {"time": "1694890246"}, "stopId": "39654"}, {"stopSequence": 77, "arrival": {"time": "1694890274"}, "stopId": "49334"}, {"stopSequence": 78, "arrival": {"time": "1694890334"}, "stopId": "49335"}, {"stopSequence": 79, "arrival": {"time": "1694890379"}, "stopId": "49336"}, {"stopSequence": 80, "arrival": {"time": "1694890428"}, "stopId": "39657"}, {"stopSequence": 81, "arrival": {"time": "1694890575"}, "stopId": "42523"}, {"stopSequence": 82, "arrival": {"time": "1694890607"}, "stopId": "42524"}, {"stopSequence": 83, "arrival": {"time": "1694890655"}, "stopId": "39686"}, {"stopSequence": 84, "arrival": {"time": "1694890668"}, "stopId": "39687"}, {"stopSequence": 85, "arrival": {"time": "1694890734"}, "stopId": "39689"}, {"stopSequence": 86, "arrival": {"time": "1694890758"}, "stopId": "39690"}, {"stopSequence": 87, "arrival": {"time": "1694890778"}, "stopId": "39691"}, {"stopSequence": 88, "arrival": {"time": "1694890808"}, "stopId": "39692"}, {"stopSequence": 89, "arrival": {"time": "1694890827"}, "stopId": "39693"}, {"stopSequence": 90, "arrival": {"time": "1694890918"}, "stopId": "36695"}, {"stopSequence": 91, "arrival": {"time": "1694890971"}, "stopId": "36696"}, {"stopSequence": 92, "arrival": {"time": "1694891039"}, "stopId": "39229"}, {"stopSequence": 93, "arrival": {"time": "1694891150"}, "stopId": "39139"}], "vehicle": {"licensePlate": "SHZL49"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "23479-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "position": {"latitude": -36.828487, "longitude": -73.05825, "bearing": 243.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694889036", "vehicle": {"licensePlate": "SHZL49"}}}, {"id": "d212bba4-70d6-471f-9824-105dfcd33249", "tripUpdate": {"trip": {"tripId": "23633-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "612", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889008"}, "stopId": "49299"}, {"stopSequence": 2, "arrival": {"time": "1694889054"}, "stopId": "49300"}, {"stopSequence": 3, "arrival": {"time": "1694889142"}, "stopId": "49301"}, {"stopSequence": 4, "arrival": {"time": "1694889213"}, "stopId": "49302"}, {"stopSequence": 5, "arrival": {"time": "1694889260"}, "stopId": "49303"}, {"stopSequence": 6, "arrival": {"time": "1694889313"}, "stopId": "49304"}, {"stopSequence": 7, "arrival": {"time": "1694889341"}, "stopId": "49305"}, {"stopSequence": 8, "arrival": {"time": "1694889399"}, "stopId": "49306"}, {"stopSequence": 9, "arrival": {"time": "1694889439"}, "stopId": "49307"}, {"stopSequence": 10, "arrival": {"time": "1694889463"}, "stopId": "49308"}, {"stopSequence": 11, "arrival": {"time": "1694889487"}, "stopId": "49309"}, {"stopSequence": 12, "arrival": {"time": "1694889553"}, "stopId": "49310"}, {"stopSequence": 13, "arrival": {"time": "1694889586"}, "stopId": "49311"}, {"stopSequence": 14, "arrival": {"time": "1694889686"}, "stopId": "35700"}, {"stopSequence": 15, "arrival": {"time": "1694889714"}, "stopId": "35701"}, {"stopSequence": 16, "arrival": {"time": "1694889778"}, "stopId": "35703"}, {"stopSequence": 17, "arrival": {"time": "1694889793"}, "stopId": "35704"}, {"stopSequence": 18, "arrival": {"time": "1694889815"}, "stopId": "35705"}, {"stopSequence": 19, "arrival": {"time": "1694889833"}, "stopId": "35706"}, {"stopSequence": 20, "arrival": {"time": "1694889910"}, "stopId": "49535"}, {"stopSequence": 22, "arrival": {"time": "1694889960"}, "stopId": "49536"}, {"stopSequence": 23, "arrival": {"time": "1694890006"}, "stopId": "49537"}, {"stopSequence": 24, "arrival": {"time": "1694890059"}, "stopId": "39492"}, {"stopSequence": 25, "arrival": {"time": "1694890107"}, "stopId": "39493"}, {"stopSequence": 26, "arrival": {"time": "1694890211"}, "stopId": "38525"}, {"stopSequence": 27, "arrival": {"time": "1694890261"}, "stopId": "38526"}, {"stopSequence": 28, "arrival": {"time": "1694890307"}, "stopId": "39987"}, {"stopSequence": 29, "arrival": {"time": "1694890349"}, "stopId": "39988"}, {"stopSequence": 30, "arrival": {"time": "1694890397"}, "stopId": "39516"}, {"stopSequence": 31, "arrival": {"time": "1694890441"}, "stopId": "39517"}, {"stopSequence": 32, "arrival": {"time": "1694890483"}, "stopId": "39518"}, {"stopSequence": 33, "arrival": {"time": "1694890553"}, "stopId": "39519"}, {"stopSequence": 34, "arrival": {"time": "1694890568"}, "stopId": "39520"}, {"stopSequence": 35, "arrival": {"time": "1694890590"}, "stopId": "39521"}, {"stopSequence": 36, "arrival": {"time": "1694890620"}, "stopId": "39708"}, {"stopSequence": 37, "arrival": {"time": "1694890629"}, "stopId": "39522"}, {"stopSequence": 38, "arrival": {"time": "1694890657"}, "stopId": "39523"}, {"stopSequence": 39, "arrival": {"time": "1694890679"}, "stopId": "39524"}, {"stopSequence": 40, "arrival": {"time": "1694890709"}, "stopId": "39705"}, {"stopSequence": 41, "arrival": {"time": "1694890736"}, "stopId": "39763"}, {"stopSequence": 42, "arrival": {"time": "1694890781"}, "stopId": "39764"}, {"stopSequence": 43, "arrival": {"time": "1694890818"}, "stopId": "39765"}, {"stopSequence": 44, "arrival": {"time": "1694890842"}, "stopId": "39529"}, {"stopSequence": 45, "arrival": {"time": "1694890907"}, "stopId": "39530"}, {"stopSequence": 46, "arrival": {"time": "1694890966"}, "stopId": "39531"}, {"stopSequence": 47, "arrival": {"time": "1694891016"}, "stopId": "39532"}, {"stopSequence": 48, "arrival": {"time": "1694891039"}, "stopId": "39533"}, {"stopSequence": 49, "arrival": {"time": "1694891130"}, "stopId": "39535"}, {"stopSequence": 50, "arrival": {"time": "1694891218"}, "stopId": "39536"}, {"stopSequence": 51, "arrival": {"time": "1694891256"}, "stopId": "16206048"}, {"stopSequence": 52, "arrival": {"time": "1694891279"}, "stopId": "39537"}, {"stopSequence": 53, "arrival": {"time": "1694891298"}, "stopId": "40192"}, {"stopSequence": 54, "arrival": {"time": "1694891330"}, "stopId": "39429"}, {"stopSequence": 55, "arrival": {"time": "1694891370"}, "stopId": "39430"}, {"stopSequence": 56, "arrival": {"time": "1694891394"}, "stopId": "37300"}], "vehicle": {"licensePlate": "CHHC77"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "23633-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "612", "directionId": 1}, "position": {"latitude": -36.853058, "longitude": -73.05033, "bearing": 348.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889004", "vehicle": {"licensePlate": "CHHC77"}}}, {"id": "0132290a-ca05-459d-923a-be5b363f1f4a", "tripUpdate": {"trip": {"tripId": "23700-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "612", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889037"}, "stopId": "91027"}, {"stopSequence": 36, "arrival": {"time": "1694889092"}, "stopId": "91028"}, {"stopSequence": 37, "arrival": {"time": "1694889151"}, "stopId": "39723"}, {"stopSequence": 38, "arrival": {"time": "1694889205"}, "stopId": "39724"}, {"stopSequence": 39, "arrival": {"time": "1694889280"}, "stopId": "39725"}, {"stopSequence": 40, "arrival": {"time": "1694889409"}, "stopId": "39624"}, {"stopSequence": 41, "arrival": {"time": "1694889502"}, "stopId": "39627"}, {"stopSequence": 42, "arrival": {"time": "1694889602"}, "stopId": "39631"}, {"stopSequence": 43, "arrival": {"time": "1694889654"}, "stopId": "16057337"}, {"stopSequence": 44, "arrival": {"time": "1694889683"}, "stopId": "39726"}, {"stopSequence": 45, "arrival": {"time": "1694889695"}, "stopId": "2-Mar"}, {"stopSequence": 46, "arrival": {"time": "1694889784"}, "stopId": "2-Apr"}, {"stopSequence": 47, "arrival": {"time": "1694889840"}, "stopId": "39728"}, {"stopSequence": 48, "arrival": {"time": "1694889935"}, "stopId": "39729"}, {"stopSequence": 49, "arrival": {"time": "1694889959"}, "stopId": "39730"}, {"stopSequence": 50, "arrival": {"time": "1694890059"}, "stopId": "42200"}, {"stopSequence": 51, "arrival": {"time": "1694890104"}, "stopId": "42203"}, {"stopSequence": 52, "arrival": {"time": "1694890156"}, "stopId": "42204"}, {"stopSequence": 53, "arrival": {"time": "1694890196"}, "stopId": "42205"}], "vehicle": {"licensePlate": "YG5853"}, "timestamp": "1694889032"}, "vehicle": {"trip": {"tripId": "23700-701ff27f-2", "startTime": "15:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "612", "directionId": 0}, "position": {"latitude": -36.816486, "longitude": -73.05623, "bearing": 154.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694889032", "vehicle": {"licensePlate": "YG5853"}}}, {"id": "321823d0-1048-40ae-9a31-11df019382ae", "tripUpdate": {"trip": {"tripId": "23776-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694889018"}, "stopId": "42246"}, {"stopSequence": 10, "arrival": {"time": "1694889067"}, "stopId": "38779"}, {"stopSequence": 11, "arrival": {"time": "1694889124"}, "stopId": "42247"}, {"stopSequence": 12, "arrival": {"time": "1694889172"}, "stopId": "42248"}, {"stopSequence": 13, "arrival": {"time": "1694889204"}, "stopId": "38782"}, {"stopSequence": 14, "arrival": {"time": "1694889319"}, "stopId": "42249"}, {"stopSequence": 15, "arrival": {"time": "1694889487"}, "stopId": "42250"}, {"stopSequence": 16, "arrival": {"time": "1694889564"}, "stopId": "38630"}, {"stopSequence": 17, "arrival": {"time": "1694889627"}, "stopId": "42252"}, {"stopSequence": 18, "arrival": {"time": "1694889657"}, "stopId": "42253"}, {"stopSequence": 19, "arrival": {"time": "1694889699"}, "stopId": "42254"}, {"stopSequence": 20, "arrival": {"time": "1694889735"}, "stopId": "42255"}, {"stopSequence": 21, "arrival": {"time": "1694889765"}, "stopId": "42256"}, {"stopSequence": 22, "arrival": {"time": "1694889784"}, "stopId": "42257"}, {"stopSequence": 23, "arrival": {"time": "1694889805"}, "stopId": "42258"}, {"stopSequence": 24, "arrival": {"time": "1694889832"}, "stopId": "42259"}, {"stopSequence": 25, "arrival": {"time": "1694889880"}, "stopId": "42260"}, {"stopSequence": 26, "arrival": {"time": "1694889919"}, "stopId": "42261"}, {"stopSequence": 27, "arrival": {"time": "1694889992"}, "stopId": "38659"}, {"stopSequence": 28, "arrival": {"time": "1694890144"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694890276"}, "stopId": "38735"}, {"stopSequence": 30, "arrival": {"time": "1694890329"}, "stopId": "42270"}, {"stopSequence": 31, "arrival": {"time": "1694890374"}, "stopId": "42271"}, {"stopSequence": 32, "arrival": {"time": "1694890566"}, "stopId": "38688"}, {"stopSequence": 33, "arrival": {"time": "1694890622"}, "stopId": "38673"}, {"stopSequence": 34, "arrival": {"time": "1694890699"}, "stopId": "39785"}, {"stopSequence": 35, "arrival": {"time": "1694890739"}, "stopId": "38664"}, {"stopSequence": 36, "arrival": {"time": "1694890794"}, "stopId": "38702"}, {"stopSequence": 37, "arrival": {"time": "1694890839"}, "stopId": "39787"}, {"stopSequence": 38, "arrival": {"time": "1694890883"}, "stopId": "38501"}, {"stopSequence": 39, "arrival": {"time": "1694890952"}, "stopId": "38692"}, {"stopSequence": 40, "arrival": {"time": "1694891019"}, "stopId": "38714"}, {"stopSequence": 41, "arrival": {"time": "1694891077"}, "stopId": "39791"}, {"stopSequence": 42, "arrival": {"time": "1694891105"}, "stopId": "38506"}, {"stopSequence": 43, "arrival": {"time": "1694891161"}, "stopId": "38635"}, {"stopSequence": 44, "arrival": {"time": "1694891198"}, "stopId": "38509"}, {"stopSequence": 45, "arrival": {"time": "1694891246"}, "stopId": "38642"}, {"stopSequence": 46, "arrival": {"time": "1694891294"}, "stopId": "39795"}, {"stopSequence": 47, "arrival": {"time": "1694891333"}, "stopId": "38502"}, {"stopSequence": 48, "arrival": {"time": "1694891401"}, "stopId": "38503"}, {"stopSequence": 49, "arrival": {"time": "1694891585"}, "stopId": "35691"}, {"stopSequence": 50, "arrival": {"time": "1694891635"}, "stopId": "35692"}, {"stopSequence": 51, "arrival": {"time": "1694891706"}, "stopId": "35693"}, {"stopSequence": 52, "arrival": {"time": "1694891773"}, "stopId": "35694"}, {"stopSequence": 53, "arrival": {"time": "1694891825"}, "stopId": "35695"}, {"stopSequence": 54, "arrival": {"time": "1694891890"}, "stopId": "35696"}, {"stopSequence": 55, "arrival": {"time": "1694892113"}, "stopId": "35697"}, {"stopSequence": 56, "arrival": {"time": "1694892279"}, "stopId": "39778"}, {"stopSequence": 57, "arrival": {"time": "1694892433"}, "stopId": "35797"}, {"stopSequence": 58, "arrival": {"time": "1694892503"}, "stopId": "35798"}, {"stopSequence": 59, "arrival": {"time": "1694892552"}, "stopId": "35799"}, {"stopSequence": 60, "arrival": {"time": "1694892660"}, "stopId": "35800"}, {"stopSequence": 61, "arrival": {"time": "1694892739"}, "stopId": "35801"}, {"stopSequence": 62, "arrival": {"time": "1694892780"}, "stopId": "35802"}, {"stopSequence": 63, "arrival": {"time": "1694892862"}, "stopId": "35803"}, {"stopSequence": 64, "arrival": {"time": "1694892952"}, "stopId": "38507"}, {"stopSequence": 65, "arrival": {"time": "1694893039"}, "stopId": "34473"}, {"stopSequence": 66, "arrival": {"time": "1694893117"}, "stopId": "38500"}, {"stopSequence": 67, "arrival": {"time": "1694893199"}, "stopId": "35808"}, {"stopSequence": 68, "arrival": {"time": "1694893307"}, "stopId": "35710"}, {"stopSequence": 69, "arrival": {"time": "1694893392"}, "stopId": "50036"}, {"stopSequence": 70, "arrival": {"time": "1694893860"}, "stopId": "50037"}, {"stopSequence": 71, "arrival": {"time": "1694894185"}, "stopId": "50038"}, {"stopSequence": 72, "arrival": {"time": "1694894370"}, "stopId": "50039"}, {"stopSequence": 73, "arrival": {"time": "1694894502"}, "stopId": "50040"}, {"stopSequence": 74, "arrival": {"time": "1694894751"}, "stopId": "50041"}, {"stopSequence": 75, "arrival": {"time": "1694895160"}, "stopId": "Jun-15"}, {"stopSequence": 76, "arrival": {"time": "1694895425"}, "stopId": "Jun-13"}, {"stopSequence": 77, "arrival": {"time": "1694896116"}, "stopId": "6-Oct"}, {"stopSequence": 78, "arrival": {"time": "1694896346"}, "stopId": "6-Aug"}, {"stopSequence": 79, "arrival": {"time": "1694896995"}, "stopId": "6-Jun"}, {"stopSequence": 80, "arrival": {"time": "1694897583"}, "stopId": "6-Feb"}, {"stopSequence": 81, "arrival": {"time": "1694898321"}, "stopId": "7-Jul"}, {"stopSequence": 82, "arrival": {"time": "1694898713"}, "stopId": "7-May"}, {"stopSequence": 83, "arrival": {"time": "1694898938"}, "stopId": "1508142"}, {"stopSequence": 84, "arrival": {"time": "1694900100"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694900349"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694900685"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694901198"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694901532"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694901908"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694902476"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694903031"}, "stopId": "39943"}, {"stopSequence": 92, "arrival": {"time": "1694903401"}, "stopId": "39944"}, {"stopSequence": 93, "arrival": {"time": "1694905234"}, "stopId": "39947"}, {"stopSequence": 94, "arrival": {"time": "1694905758"}, "stopId": "39949"}, {"stopSequence": 95, "arrival": {"time": "1694905884"}, "stopId": "39950"}, {"stopSequence": 96, "arrival": {"time": "1694906764"}, "stopId": "39952"}, {"stopSequence": 97, "arrival": {"time": "1694908441"}, "stopId": "34529"}, {"stopSequence": 98, "arrival": {"time": "1694909763"}, "stopId": "39954"}, {"stopSequence": 99, "arrival": {"time": "1694911440"}, "stopId": "39956"}, {"stopSequence": 100, "arrival": {"time": "1694915436"}, "stopId": "44967"}, {"stopSequence": 101, "arrival": {"time": "1694917491"}, "stopId": "44968"}, {"stopSequence": 102, "arrival": {"time": "1694920097"}, "stopId": "14-May"}, {"stopSequence": 103, "arrival": {"time": "1694921841"}, "stopId": "14-Jun"}, {"stopSequence": 104, "arrival": {"time": "1694925536"}, "stopId": "14-Aug"}], "vehicle": {"licensePlate": "BKKX62"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "23776-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "position": {"latitude": -36.72603, "longitude": -73.117035, "bearing": 142.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694889004", "vehicle": {"licensePlate": "BKKX62"}}}, {"id": "1335e721-104c-4128-be07-bf161e702f0e", "tripUpdate": {"trip": {"tripId": "23842-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889013"}, "stopId": "40161"}, {"stopSequence": 4, "arrival": {"time": "1694889052"}, "stopId": "39951"}, {"stopSequence": 5, "arrival": {"time": "1694889088"}, "stopId": "39949"}, {"stopSequence": 6, "arrival": {"time": "1694889096"}, "stopId": "39948"}, {"stopSequence": 7, "arrival": {"time": "1694889122"}, "stopId": "39947"}, {"stopSequence": 8, "arrival": {"time": "1694889135"}, "stopId": "40167"}, {"stopSequence": 9, "arrival": {"time": "1694889218"}, "stopId": "39945"}, {"stopSequence": 10, "arrival": {"time": "1694889265"}, "stopId": "39944"}, {"stopSequence": 11, "arrival": {"time": "1694889292"}, "stopId": "39943"}, {"stopSequence": 12, "arrival": {"time": "1694889359"}, "stopId": "13-Feb"}, {"stopSequence": 13, "arrival": {"time": "1694889385"}, "stopId": "28-Jan"}, {"stopSequence": 14, "arrival": {"time": "1694889432"}, "stopId": "12-3"}, {"stopSequence": 15, "arrival": {"time": "1694889508"}, "stopId": "12-Jan"}, {"stopSequence": 16, "arrival": {"time": "1694889552"}, "stopId": "12-Feb"}, {"stopSequence": 17, "arrival": {"time": "1694889604"}, "stopId": "7-Jan"}, {"stopSequence": 18, "arrival": {"time": "1694889658"}, "stopId": "7-Mar"}, {"stopSequence": 19, "arrival": {"time": "1694889798"}, "stopId": "7-Jun"}, {"stopSequence": 20, "arrival": {"time": "1694889856"}, "stopId": "7-Aug"}, {"stopSequence": 21, "arrival": {"time": "1694889930"}, "stopId": "6-Jan"}, {"stopSequence": 22, "arrival": {"time": "1694889997"}, "stopId": "6-Mar"}, {"stopSequence": 23, "arrival": {"time": "1694890095"}, "stopId": "6-May"}, {"stopSequence": 24, "arrival": {"time": "1694890310"}, "stopId": "6-Sep"}, {"stopSequence": 25, "arrival": {"time": "1694890400"}, "stopId": "6-Nov"}, {"stopSequence": 26, "arrival": {"time": "1694890592"}, "stopId": "Jun-14"}, {"stopSequence": 27, "arrival": {"time": "1694890743"}, "stopId": "Jun-17"}, {"stopSequence": 28, "arrival": {"time": "1694890825"}, "stopId": "Jun-19"}, {"stopSequence": 29, "arrival": {"time": "1694890887"}, "stopId": "Jun-20"}, {"stopSequence": 30, "arrival": {"time": "1694890952"}, "stopId": "Jun-22"}, {"stopSequence": 31, "arrival": {"time": "1694891014"}, "stopId": "Jun-24"}, {"stopSequence": 32, "arrival": {"time": "1694891115"}, "stopId": "Jun-25"}, {"stopSequence": 33, "arrival": {"time": "1694891436"}, "stopId": "90003"}, {"stopSequence": 34, "arrival": {"time": "1694891490"}, "stopId": "90007"}, {"stopSequence": 35, "arrival": {"time": "1694891538"}, "stopId": "40830"}, {"stopSequence": 36, "arrival": {"time": "1694891585"}, "stopId": "40831"}, {"stopSequence": 37, "arrival": {"time": "1694891682"}, "stopId": "39599"}, {"stopSequence": 38, "arrival": {"time": "1694891710"}, "stopId": "39600"}, {"stopSequence": 39, "arrival": {"time": "1694891793"}, "stopId": "37496"}, {"stopSequence": 40, "arrival": {"time": "1694891855"}, "stopId": "45064"}, {"stopSequence": 41, "arrival": {"time": "1694891951"}, "stopId": "37506"}, {"stopSequence": 42, "arrival": {"time": "1694892050"}, "stopId": "45069"}, {"stopSequence": 43, "arrival": {"time": "1694892203"}, "stopId": "37523"}, {"stopSequence": 44, "arrival": {"time": "1694892260"}, "stopId": "37477"}, {"stopSequence": 45, "arrival": {"time": "1694892385"}, "stopId": "49310"}, {"stopSequence": 46, "arrival": {"time": "1694892431"}, "stopId": "49311"}, {"stopSequence": 47, "arrival": {"time": "1694892515"}, "stopId": "39634"}, {"stopSequence": 48, "arrival": {"time": "1694892553"}, "stopId": "39635"}, {"stopSequence": 49, "arrival": {"time": "1694892625"}, "stopId": "39636"}, {"stopSequence": 50, "arrival": {"time": "1694892709"}, "stopId": "49503"}, {"stopSequence": 51, "arrival": {"time": "1694892917"}, "stopId": "39637"}, {"stopSequence": 52, "arrival": {"time": "1694893001"}, "stopId": "49317"}, {"stopSequence": 53, "arrival": {"time": "1694893056"}, "stopId": "49318"}, {"stopSequence": 54, "arrival": {"time": "1694893173"}, "stopId": "49319"}, {"stopSequence": 55, "arrival": {"time": "1694893290"}, "stopId": "39641"}, {"stopSequence": 56, "arrival": {"time": "1694893355"}, "stopId": "39642"}, {"stopSequence": 57, "arrival": {"time": "1694893930"}, "stopId": "49325"}, {"stopSequence": 58, "arrival": {"time": "1694894071"}, "stopId": "49326"}, {"stopSequence": 59, "arrival": {"time": "1694894131"}, "stopId": "39648"}, {"stopSequence": 60, "arrival": {"time": "1694894244"}, "stopId": "39649"}, {"stopSequence": 61, "arrival": {"time": "1694894321"}, "stopId": "45112"}, {"stopSequence": 62, "arrival": {"time": "1694894449"}, "stopId": "45113"}, {"stopSequence": 63, "arrival": {"time": "1694894655"}, "stopId": "37490"}, {"stopSequence": 64, "arrival": {"time": "1694894813"}, "stopId": "45115"}, {"stopSequence": 65, "arrival": {"time": "1694894874"}, "stopId": "45116"}, {"stopSequence": 66, "arrival": {"time": "1694895076"}, "stopId": "45118"}, {"stopSequence": 67, "arrival": {"time": "1694895302"}, "stopId": "45119"}, {"stopSequence": 68, "arrival": {"time": "1694895442"}, "stopId": "45120"}, {"stopSequence": 69, "arrival": {"time": "1694895622"}, "stopId": "45121"}, {"stopSequence": 70, "arrival": {"time": "1694895763"}, "stopId": "38535"}, {"stopSequence": 71, "arrival": {"time": "1694896007"}, "stopId": "38536"}, {"stopSequence": 72, "arrival": {"time": "1694896168"}, "stopId": "4838437"}, {"stopSequence": 73, "arrival": {"time": "1694896378"}, "stopId": "45085"}, {"stopSequence": 74, "arrival": {"time": "1694896701"}, "stopId": "45086"}, {"stopSequence": 75, "arrival": {"time": "1694897208"}, "stopId": "38540"}, {"stopSequence": 76, "arrival": {"time": "1694897588"}, "stopId": "38544"}, {"stopSequence": 77, "arrival": {"time": "1694897912"}, "stopId": "38545"}, {"stopSequence": 78, "arrival": {"time": "1694898828"}, "stopId": "45095"}, {"stopSequence": 79, "arrival": {"time": "1694899095"}, "stopId": "45096"}, {"stopSequence": 80, "arrival": {"time": "1694899573"}, "stopId": "45098"}, {"stopSequence": 81, "arrival": {"time": "1694899798"}, "stopId": "45099"}, {"stopSequence": 82, "arrival": {"time": "1694899951"}, "stopId": "45100"}, {"stopSequence": 83, "arrival": {"time": "1694900156"}, "stopId": "45101"}, {"stopSequence": 84, "arrival": {"time": "1694900449"}, "stopId": "45102"}, {"stopSequence": 85, "arrival": {"time": "1694900666"}, "stopId": "45103"}, {"stopSequence": 86, "arrival": {"time": "1694900875"}, "stopId": "45104"}, {"stopSequence": 87, "arrival": {"time": "1694901104"}, "stopId": "45122"}, {"stopSequence": 88, "arrival": {"time": "1694901604"}, "stopId": "38630"}, {"stopSequence": 89, "arrival": {"time": "1694902630"}, "stopId": "42365"}, {"stopSequence": 90, "arrival": {"time": "1694904124"}, "stopId": "49349"}, {"stopSequence": 91, "arrival": {"time": "1694906036"}, "stopId": "49350"}, {"stopSequence": 92, "arrival": {"time": "1694906870"}, "stopId": "49351"}, {"stopSequence": 93, "arrival": {"time": "1694907382"}, "stopId": "49352"}, {"stopSequence": 94, "arrival": {"time": "1694908317"}, "stopId": "49353"}, {"stopSequence": 95, "arrival": {"time": "1694911449"}, "stopId": "38567"}, {"stopSequence": 96, "arrival": {"time": "1694912842"}, "stopId": "38568"}, {"stopSequence": 97, "arrival": {"time": "1694913777"}, "stopId": "38569"}, {"stopSequence": 98, "arrival": {"time": "1694915293"}, "stopId": "38570"}, {"stopSequence": 99, "arrival": {"time": "1694917605"}, "stopId": "38571"}, {"stopSequence": 100, "arrival": {"time": "1694920164"}, "stopId": "38572"}, {"stopSequence": 101, "arrival": {"time": "1694930153"}, "stopId": "40115"}, {"stopSequence": 102, "arrival": {"time": "1694935505"}, "stopId": "40116"}], "vehicle": {"licensePlate": "DGDR23"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "23842-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 1}, "position": {"latitude": -36.722572, "longitude": -72.987656, "bearing": 70.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694889012", "vehicle": {"licensePlate": "DGDR23"}}}, {"id": "1e7ee143-45e6-424d-9c38-060054e4b95c", "tripUpdate": {"trip": {"tripId": "23775-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694889031"}, "stopId": "38659"}, {"stopSequence": 28, "arrival": {"time": "1694889197"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694889336"}, "stopId": "38735"}, {"stopSequence": 30, "arrival": {"time": "1694889391"}, "stopId": "42270"}, {"stopSequence": 31, "arrival": {"time": "1694889437"}, "stopId": "42271"}, {"stopSequence": 32, "arrival": {"time": "1694889630"}, "stopId": "38688"}, {"stopSequence": 33, "arrival": {"time": "1694889685"}, "stopId": "38673"}, {"stopSequence": 34, "arrival": {"time": "1694889760"}, "stopId": "39785"}, {"stopSequence": 35, "arrival": {"time": "1694889798"}, "stopId": "38664"}, {"stopSequence": 36, "arrival": {"time": "1694889850"}, "stopId": "38702"}, {"stopSequence": 37, "arrival": {"time": "1694889893"}, "stopId": "39787"}, {"stopSequence": 38, "arrival": {"time": "1694889933"}, "stopId": "38501"}, {"stopSequence": 39, "arrival": {"time": "1694889998"}, "stopId": "38692"}, {"stopSequence": 40, "arrival": {"time": "1694890059"}, "stopId": "38714"}, {"stopSequence": 41, "arrival": {"time": "1694890111"}, "stopId": "39791"}, {"stopSequence": 42, "arrival": {"time": "1694890136"}, "stopId": "38506"}, {"stopSequence": 43, "arrival": {"time": "1694890187"}, "stopId": "38635"}, {"stopSequence": 44, "arrival": {"time": "1694890219"}, "stopId": "38509"}, {"stopSequence": 45, "arrival": {"time": "1694890262"}, "stopId": "38642"}, {"stopSequence": 46, "arrival": {"time": "1694890304"}, "stopId": "39795"}, {"stopSequence": 47, "arrival": {"time": "1694890337"}, "stopId": "38502"}, {"stopSequence": 48, "arrival": {"time": "1694890395"}, "stopId": "38503"}, {"stopSequence": 49, "arrival": {"time": "1694890551"}, "stopId": "35691"}, {"stopSequence": 50, "arrival": {"time": "1694890592"}, "stopId": "35692"}, {"stopSequence": 51, "arrival": {"time": "1694890651"}, "stopId": "35693"}, {"stopSequence": 52, "arrival": {"time": "1694890706"}, "stopId": "35694"}, {"stopSequence": 53, "arrival": {"time": "1694890747"}, "stopId": "35695"}, {"stopSequence": 54, "arrival": {"time": "1694890800"}, "stopId": "35696"}, {"stopSequence": 55, "arrival": {"time": "1694890975"}, "stopId": "35697"}, {"stopSequence": 56, "arrival": {"time": "1694891102"}, "stopId": "39778"}, {"stopSequence": 57, "arrival": {"time": "1694891218"}, "stopId": "35797"}, {"stopSequence": 58, "arrival": {"time": "1694891270"}, "stopId": "35798"}, {"stopSequence": 59, "arrival": {"time": "1694891306"}, "stopId": "35799"}, {"stopSequence": 60, "arrival": {"time": "1694891385"}, "stopId": "35800"}, {"stopSequence": 61, "arrival": {"time": "1694891442"}, "stopId": "35801"}, {"stopSequence": 62, "arrival": {"time": "1694891472"}, "stopId": "35802"}, {"stopSequence": 63, "arrival": {"time": "1694891530"}, "stopId": "35803"}, {"stopSequence": 64, "arrival": {"time": "1694891593"}, "stopId": "38507"}, {"stopSequence": 65, "arrival": {"time": "1694891654"}, "stopId": "34473"}, {"stopSequence": 66, "arrival": {"time": "1694891708"}, "stopId": "38500"}, {"stopSequence": 67, "arrival": {"time": "1694891765"}, "stopId": "35808"}, {"stopSequence": 68, "arrival": {"time": "1694891838"}, "stopId": "35710"}, {"stopSequence": 69, "arrival": {"time": "1694891896"}, "stopId": "50036"}, {"stopSequence": 70, "arrival": {"time": "1694892203"}, "stopId": "50037"}, {"stopSequence": 71, "arrival": {"time": "1694892408"}, "stopId": "50038"}, {"stopSequence": 72, "arrival": {"time": "1694892522"}, "stopId": "50039"}, {"stopSequence": 73, "arrival": {"time": "1694892602"}, "stopId": "50040"}, {"stopSequence": 74, "arrival": {"time": "1694892752"}, "stopId": "50041"}, {"stopSequence": 75, "arrival": {"time": "1694892990"}, "stopId": "Jun-15"}, {"stopSequence": 76, "arrival": {"time": "1694893140"}, "stopId": "Jun-13"}, {"stopSequence": 77, "arrival": {"time": "1694893516"}, "stopId": "6-Oct"}, {"stopSequence": 78, "arrival": {"time": "1694893637"}, "stopId": "6-Aug"}, {"stopSequence": 79, "arrival": {"time": "1694893967"}, "stopId": "6-Jun"}, {"stopSequence": 80, "arrival": {"time": "1694894253"}, "stopId": "6-Feb"}, {"stopSequence": 81, "arrival": {"time": "1694894595"}, "stopId": "7-Jul"}, {"stopSequence": 82, "arrival": {"time": "1694894769"}, "stopId": "7-May"}, {"stopSequence": 83, "arrival": {"time": "1694894868"}, "stopId": "1508142"}, {"stopSequence": 84, "arrival": {"time": "1694895353"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694895452"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694895583"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694895778"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694895902"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694896039"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694896240"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694896429"}, "stopId": "39943"}, {"stopSequence": 92, "arrival": {"time": "1694896552"}, "stopId": "39944"}, {"stopSequence": 93, "arrival": {"time": "1694897126"}, "stopId": "39947"}, {"stopSequence": 94, "arrival": {"time": "1694897279"}, "stopId": "39949"}, {"stopSequence": 95, "arrival": {"time": "1694897315"}, "stopId": "39950"}, {"stopSequence": 96, "arrival": {"time": "1694897562"}, "stopId": "39952"}, {"stopSequence": 97, "arrival": {"time": "1694898003"}, "stopId": "34529"}, {"stopSequence": 98, "arrival": {"time": "1694898325"}, "stopId": "39954"}, {"stopSequence": 99, "arrival": {"time": "1694898705"}, "stopId": "39956"}, {"stopSequence": 100, "arrival": {"time": "1694899503"}, "stopId": "44967"}, {"stopSequence": 101, "arrival": {"time": "1694899864"}, "stopId": "44968"}, {"stopSequence": 102, "arrival": {"time": "1694900280"}, "stopId": "14-May"}, {"stopSequence": 103, "arrival": {"time": "1694900535"}, "stopId": "14-Jun"}, {"stopSequence": 104, "arrival": {"time": "1694901026"}, "stopId": "14-Aug"}], "vehicle": {"licensePlate": "DTJS65"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "23775-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "position": {"latitude": -36.74388, "longitude": -73.09778, "bearing": 62.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694889012", "vehicle": {"licensePlate": "DTJS65"}}}, {"id": "714251e1-c01e-4dd5-9fcf-36107615e3b1", "tripUpdate": {"trip": {"tripId": "23840-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 50, "arrival": {"time": "1694889052"}, "stopId": "49503"}, {"stopSequence": 51, "arrival": {"time": "1694889185"}, "stopId": "39637"}, {"stopSequence": 52, "arrival": {"time": "1694889237"}, "stopId": "49317"}, {"stopSequence": 53, "arrival": {"time": "1694889270"}, "stopId": "49318"}, {"stopSequence": 54, "arrival": {"time": "1694889337"}, "stopId": "49319"}, {"stopSequence": 55, "arrival": {"time": "1694889402"}, "stopId": "39641"}, {"stopSequence": 56, "arrival": {"time": "1694889436"}, "stopId": "39642"}, {"stopSequence": 57, "arrival": {"time": "1694889715"}, "stopId": "49325"}, {"stopSequence": 58, "arrival": {"time": "1694889776"}, "stopId": "49326"}, {"stopSequence": 59, "arrival": {"time": "1694889801"}, "stopId": "39648"}, {"stopSequence": 60, "arrival": {"time": "1694889848"}, "stopId": "39649"}, {"stopSequence": 61, "arrival": {"time": "1694889879"}, "stopId": "45112"}, {"stopSequence": 62, "arrival": {"time": "1694889929"}, "stopId": "45113"}, {"stopSequence": 63, "arrival": {"time": "1694890007"}, "stopId": "37490"}, {"stopSequence": 64, "arrival": {"time": "1694890063"}, "stopId": "45115"}, {"stopSequence": 65, "arrival": {"time": "1694890084"}, "stopId": "45116"}, {"stopSequence": 66, "arrival": {"time": "1694890153"}, "stopId": "45118"}, {"stopSequence": 67, "arrival": {"time": "1694890226"}, "stopId": "45119"}, {"stopSequence": 68, "arrival": {"time": "1694890269"}, "stopId": "45120"}, {"stopSequence": 69, "arrival": {"time": "1694890323"}, "stopId": "45121"}, {"stopSequence": 70, "arrival": {"time": "1694890364"}, "stopId": "38535"}, {"stopSequence": 71, "arrival": {"time": "1694890431"}, "stopId": "38536"}, {"stopSequence": 72, "arrival": {"time": "1694890475"}, "stopId": "4838437"}, {"stopSequence": 73, "arrival": {"time": "1694890529"}, "stopId": "45085"}, {"stopSequence": 74, "arrival": {"time": "1694890608"}, "stopId": "45086"}, {"stopSequence": 75, "arrival": {"time": "1694890723"}, "stopId": "38540"}, {"stopSequence": 76, "arrival": {"time": "1694890803"}, "stopId": "38544"}, {"stopSequence": 77, "arrival": {"time": "1694890868"}, "stopId": "38545"}, {"stopSequence": 78, "arrival": {"time": "1694891034"}, "stopId": "45095"}, {"stopSequence": 79, "arrival": {"time": "1694891078"}, "stopId": "45096"}, {"stopSequence": 80, "arrival": {"time": "1694891154"}, "stopId": "45098"}, {"stopSequence": 81, "arrival": {"time": "1694891188"}, "stopId": "45099"}, {"stopSequence": 82, "arrival": {"time": "1694891210"}, "stopId": "45100"}, {"stopSequence": 83, "arrival": {"time": "1694891239"}, "stopId": "45101"}, {"stopSequence": 84, "arrival": {"time": "1694891280"}, "stopId": "45102"}, {"stopSequence": 85, "arrival": {"time": "1694891309"}, "stopId": "45103"}, {"stopSequence": 86, "arrival": {"time": "1694891336"}, "stopId": "45104"}, {"stopSequence": 87, "arrival": {"time": "1694891366"}, "stopId": "45122"}, {"stopSequence": 88, "arrival": {"time": "1694891427"}, "stopId": "38630"}, {"stopSequence": 89, "arrival": {"time": "1694891541"}, "stopId": "42365"}, {"stopSequence": 90, "arrival": {"time": "1694891687"}, "stopId": "49349"}, {"stopSequence": 91, "arrival": {"time": "1694891845"}, "stopId": "49350"}, {"stopSequence": 92, "arrival": {"time": "1694891906"}, "stopId": "49351"}, {"stopSequence": 93, "arrival": {"time": "1694891941"}, "stopId": "49352"}, {"stopSequence": 94, "arrival": {"time": "1694892001"}, "stopId": "49353"}, {"stopSequence": 95, "arrival": {"time": "1694892173"}, "stopId": "38567"}, {"stopSequence": 96, "arrival": {"time": "1694892238"}, "stopId": "38568"}, {"stopSequence": 97, "arrival": {"time": "1694892278"}, "stopId": "38569"}, {"stopSequence": 98, "arrival": {"time": "1694892339"}, "stopId": "38570"}, {"stopSequence": 99, "arrival": {"time": "1694892420"}, "stopId": "38571"}, {"stopSequence": 100, "arrival": {"time": "1694892498"}, "stopId": "38572"}, {"stopSequence": 101, "arrival": {"time": "1694892722"}, "stopId": "40115"}, {"stopSequence": 102, "arrival": {"time": "1694892806"}, "stopId": "40116"}], "vehicle": {"licensePlate": "FFVP83"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "23840-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 1}, "position": {"latitude": -36.822983, "longitude": -73.0632, "bearing": 330.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "FFVP83"}}}, {"id": "48cd6c63-3c39-496e-b1d6-27644166fc5a", "tripUpdate": {"trip": {"tripId": "23841-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694889022"}, "stopId": "37506"}, {"stopSequence": 42, "arrival": {"time": "1694889101"}, "stopId": "45069"}, {"stopSequence": 43, "arrival": {"time": "1694889219"}, "stopId": "37523"}, {"stopSequence": 44, "arrival": {"time": "1694889260"}, "stopId": "37477"}, {"stopSequence": 45, "arrival": {"time": "1694889349"}, "stopId": "49310"}, {"stopSequence": 46, "arrival": {"time": "1694889381"}, "stopId": "49311"}, {"stopSequence": 47, "arrival": {"time": "1694889437"}, "stopId": "39634"}, {"stopSequence": 48, "arrival": {"time": "1694889463"}, "stopId": "39635"}, {"stopSequence": 49, "arrival": {"time": "1694889509"}, "stopId": "39636"}, {"stopSequence": 50, "arrival": {"time": "1694889562"}, "stopId": "49503"}, {"stopSequence": 51, "arrival": {"time": "1694889687"}, "stopId": "39637"}, {"stopSequence": 52, "arrival": {"time": "1694889736"}, "stopId": "49317"}, {"stopSequence": 53, "arrival": {"time": "1694889767"}, "stopId": "49318"}, {"stopSequence": 54, "arrival": {"time": "1694889831"}, "stopId": "49319"}, {"stopSequence": 55, "arrival": {"time": "1694889893"}, "stopId": "39641"}, {"stopSequence": 56, "arrival": {"time": "1694889926"}, "stopId": "39642"}, {"stopSequence": 57, "arrival": {"time": "1694890199"}, "stopId": "49325"}, {"stopSequence": 58, "arrival": {"time": "1694890260"}, "stopId": "49326"}, {"stopSequence": 59, "arrival": {"time": "1694890286"}, "stopId": "39648"}, {"stopSequence": 60, "arrival": {"time": "1694890333"}, "stopId": "39649"}, {"stopSequence": 61, "arrival": {"time": "1694890364"}, "stopId": "45112"}, {"stopSequence": 62, "arrival": {"time": "1694890415"}, "stopId": "45113"}, {"stopSequence": 63, "arrival": {"time": "1694890494"}, "stopId": "37490"}, {"stopSequence": 64, "arrival": {"time": "1694890552"}, "stopId": "45115"}, {"stopSequence": 65, "arrival": {"time": "1694890574"}, "stopId": "45116"}, {"stopSequence": 66, "arrival": {"time": "1694890645"}, "stopId": "45118"}, {"stopSequence": 67, "arrival": {"time": "1694890720"}, "stopId": "45119"}, {"stopSequence": 68, "arrival": {"time": "1694890766"}, "stopId": "45120"}, {"stopSequence": 69, "arrival": {"time": "1694890822"}, "stopId": "45121"}, {"stopSequence": 70, "arrival": {"time": "1694890866"}, "stopId": "38535"}, {"stopSequence": 71, "arrival": {"time": "1694890938"}, "stopId": "38536"}, {"stopSequence": 72, "arrival": {"time": "1694890984"}, "stopId": "4838437"}, {"stopSequence": 73, "arrival": {"time": "1694891042"}, "stopId": "45085"}, {"stopSequence": 74, "arrival": {"time": "1694891127"}, "stopId": "45086"}, {"stopSequence": 75, "arrival": {"time": "1694891253"}, "stopId": "38540"}, {"stopSequence": 76, "arrival": {"time": "1694891341"}, "stopId": "38544"}, {"stopSequence": 77, "arrival": {"time": "1694891412"}, "stopId": "38545"}, {"stopSequence": 78, "arrival": {"time": "1694891598"}, "stopId": "45095"}, {"stopSequence": 79, "arrival": {"time": "1694891648"}, "stopId": "45096"}, {"stopSequence": 80, "arrival": {"time": "1694891733"}, "stopId": "45098"}, {"stopSequence": 81, "arrival": {"time": "1694891771"}, "stopId": "45099"}, {"stopSequence": 82, "arrival": {"time": "1694891797"}, "stopId": "45100"}, {"stopSequence": 83, "arrival": {"time": "1694891830"}, "stopId": "45101"}, {"stopSequence": 84, "arrival": {"time": "1694891877"}, "stopId": "45102"}, {"stopSequence": 85, "arrival": {"time": "1694891910"}, "stopId": "45103"}, {"stopSequence": 86, "arrival": {"time": "1694891942"}, "stopId": "45104"}, {"stopSequence": 87, "arrival": {"time": "1694891976"}, "stopId": "45122"}, {"stopSequence": 88, "arrival": {"time": "1694892046"}, "stopId": "38630"}, {"stopSequence": 89, "arrival": {"time": "1694892180"}, "stopId": "42365"}, {"stopSequence": 90, "arrival": {"time": "1694892352"}, "stopId": "49349"}, {"stopSequence": 91, "arrival": {"time": "1694892540"}, "stopId": "49350"}, {"stopSequence": 92, "arrival": {"time": "1694892612"}, "stopId": "49351"}, {"stopSequence": 93, "arrival": {"time": "1694892655"}, "stopId": "49352"}, {"stopSequence": 94, "arrival": {"time": "1694892728"}, "stopId": "49353"}, {"stopSequence": 95, "arrival": {"time": "1694892938"}, "stopId": "38567"}, {"stopSequence": 96, "arrival": {"time": "1694893017"}, "stopId": "38568"}, {"stopSequence": 97, "arrival": {"time": "1694893067"}, "stopId": "38569"}, {"stopSequence": 98, "arrival": {"time": "1694893141"}, "stopId": "38570"}, {"stopSequence": 99, "arrival": {"time": "1694893243"}, "stopId": "38571"}, {"stopSequence": 100, "arrival": {"time": "1694893341"}, "stopId": "38572"}, {"stopSequence": 101, "arrival": {"time": "1694893623"}, "stopId": "40115"}, {"stopSequence": 102, "arrival": {"time": "1694893731"}, "stopId": "40116"}], "vehicle": {"licensePlate": "FXRL39"}, "timestamp": "1694889000"}, "vehicle": {"trip": {"tripId": "23841-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 1}, "position": {"latitude": -36.824684, "longitude": -73.042725, "bearing": 240.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694889000", "vehicle": {"licensePlate": "FXRL39"}}}, {"id": "b1584218-96dc-46f4-98bb-13413262b6e2", "tripUpdate": {"trip": {"tripId": "23772-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 77, "arrival": {"time": "1694889095"}, "stopId": "6-Oct"}, {"stopSequence": 78, "arrival": {"time": "1694889158"}, "stopId": "6-Aug"}, {"stopSequence": 79, "arrival": {"time": "1694889318"}, "stopId": "6-Jun"}, {"stopSequence": 80, "arrival": {"time": "1694889444"}, "stopId": "6-Feb"}, {"stopSequence": 81, "arrival": {"time": "1694889580"}, "stopId": "7-Jul"}, {"stopSequence": 82, "arrival": {"time": "1694889644"}, "stopId": "7-May"}, {"stopSequence": 83, "arrival": {"time": "1694889679"}, "stopId": "1508142"}, {"stopSequence": 84, "arrival": {"time": "1694889840"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694889870"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694889909"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694889965"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694890000"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694890036"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694890088"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694890135"}, "stopId": "39943"}, {"stopSequence": 92, "arrival": {"time": "1694890165"}, "stopId": "39944"}, {"stopSequence": 93, "arrival": {"time": "1694890294"}, "stopId": "39947"}, {"stopSequence": 94, "arrival": {"time": "1694890326"}, "stopId": "39949"}, {"stopSequence": 95, "arrival": {"time": "1694890333"}, "stopId": "39950"}, {"stopSequence": 96, "arrival": {"time": "1694890383"}, "stopId": "39952"}, {"stopSequence": 97, "arrival": {"time": "1694890466"}, "stopId": "34529"}, {"stopSequence": 98, "arrival": {"time": "1694890523"}, "stopId": "39954"}, {"stopSequence": 99, "arrival": {"time": "1694890586"}, "stopId": "39956"}, {"stopSequence": 100, "arrival": {"time": "1694890708"}, "stopId": "44967"}, {"stopSequence": 101, "arrival": {"time": "1694890758"}, "stopId": "44968"}, {"stopSequence": 102, "arrival": {"time": "1694890813"}, "stopId": "14-May"}, {"stopSequence": 103, "arrival": {"time": "1694890845"}, "stopId": "14-Jun"}, {"stopSequence": 104, "arrival": {"time": "1694890904"}, "stopId": "14-Aug"}], "vehicle": {"licensePlate": "MY5698"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "23772-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "position": {"latitude": -36.77322, "longitude": -73.01524, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "MY5698"}}}, {"id": "14872879-7f5c-404d-98cf-6e89c3faa2b0", "tripUpdate": {"trip": {"tripId": "23774-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 39, "arrival": {"time": "1694889031"}, "stopId": "38692"}, {"stopSequence": 40, "arrival": {"time": "1694889098"}, "stopId": "38714"}, {"stopSequence": 41, "arrival": {"time": "1694889155"}, "stopId": "39791"}, {"stopSequence": 42, "arrival": {"time": "1694889182"}, "stopId": "38506"}, {"stopSequence": 43, "arrival": {"time": "1694889236"}, "stopId": "38635"}, {"stopSequence": 44, "arrival": {"time": "1694889270"}, "stopId": "38509"}, {"stopSequence": 45, "arrival": {"time": "1694889315"}, "stopId": "38642"}, {"stopSequence": 46, "arrival": {"time": "1694889359"}, "stopId": "39795"}, {"stopSequence": 47, "arrival": {"time": "1694889394"}, "stopId": "38502"}, {"stopSequence": 48, "arrival": {"time": "1694889454"}, "stopId": "38503"}, {"stopSequence": 49, "arrival": {"time": "1694889610"}, "stopId": "35691"}, {"stopSequence": 50, "arrival": {"time": "1694889650"}, "stopId": "35692"}, {"stopSequence": 51, "arrival": {"time": "1694889708"}, "stopId": "35693"}, {"stopSequence": 52, "arrival": {"time": "1694889761"}, "stopId": "35694"}, {"stopSequence": 53, "arrival": {"time": "1694889801"}, "stopId": "35695"}, {"stopSequence": 54, "arrival": {"time": "1694889851"}, "stopId": "35696"}, {"stopSequence": 55, "arrival": {"time": "1694890014"}, "stopId": "35697"}, {"stopSequence": 56, "arrival": {"time": "1694890130"}, "stopId": "39778"}, {"stopSequence": 57, "arrival": {"time": "1694890232"}, "stopId": "35797"}, {"stopSequence": 58, "arrival": {"time": "1694890278"}, "stopId": "35798"}, {"stopSequence": 59, "arrival": {"time": "1694890310"}, "stopId": "35799"}, {"stopSequence": 60, "arrival": {"time": "1694890378"}, "stopId": "35800"}, {"stopSequence": 61, "arrival": {"time": "1694890426"}, "stopId": "35801"}, {"stopSequence": 62, "arrival": {"time": "1694890452"}, "stopId": "35802"}, {"stopSequence": 63, "arrival": {"time": "1694890501"}, "stopId": "35803"}, {"stopSequence": 64, "arrival": {"time": "1694890554"}, "stopId": "38507"}, {"stopSequence": 65, "arrival": {"time": "1694890605"}, "stopId": "34473"}, {"stopSequence": 66, "arrival": {"time": "1694890649"}, "stopId": "38500"}, {"stopSequence": 67, "arrival": {"time": "1694890695"}, "stopId": "35808"}, {"stopSequence": 68, "arrival": {"time": "1694890754"}, "stopId": "35710"}, {"stopSequence": 69, "arrival": {"time": "1694890800"}, "stopId": "50036"}, {"stopSequence": 70, "arrival": {"time": "1694891040"}, "stopId": "50037"}, {"stopSequence": 71, "arrival": {"time": "1694891196"}, "stopId": "50038"}, {"stopSequence": 72, "arrival": {"time": "1694891281"}, "stopId": "50039"}, {"stopSequence": 73, "arrival": {"time": "1694891340"}, "stopId": "50040"}, {"stopSequence": 74, "arrival": {"time": "1694891448"}, "stopId": "50041"}, {"stopSequence": 75, "arrival": {"time": "1694891617"}, "stopId": "Jun-15"}, {"stopSequence": 76, "arrival": {"time": "1694891721"}, "stopId": "Jun-13"}, {"stopSequence": 77, "arrival": {"time": "1694891975"}, "stopId": "6-Oct"}, {"stopSequence": 78, "arrival": {"time": "1694892055"}, "stopId": "6-Aug"}, {"stopSequence": 79, "arrival": {"time": "1694892268"}, "stopId": "6-Jun"}, {"stopSequence": 80, "arrival": {"time": "1694892447"}, "stopId": "6-Feb"}, {"stopSequence": 81, "arrival": {"time": "1694892655"}, "stopId": "7-Jul"}, {"stopSequence": 82, "arrival": {"time": "1694892760"}, "stopId": "7-May"}, {"stopSequence": 83, "arrival": {"time": "1694892817"}, "stopId": "1508142"}, {"stopSequence": 84, "arrival": {"time": "1694893096"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694893152"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694893225"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694893332"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694893399"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694893472"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694893578"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694893677"}, "stopId": "39943"}, {"stopSequence": 92, "arrival": {"time": "1694893741"}, "stopId": "39944"}, {"stopSequence": 93, "arrival": {"time": "1694894029"}, "stopId": "39947"}, {"stopSequence": 94, "arrival": {"time": "1694894104"}, "stopId": "39949"}, {"stopSequence": 95, "arrival": {"time": "1694894121"}, "stopId": "39950"}, {"stopSequence": 96, "arrival": {"time": "1694894240"}, "stopId": "39952"}, {"stopSequence": 97, "arrival": {"time": "1694894446"}, "stopId": "34529"}, {"stopSequence": 98, "arrival": {"time": "1694894593"}, "stopId": "39954"}, {"stopSequence": 99, "arrival": {"time": "1694894763"}, "stopId": "39956"}, {"stopSequence": 100, "arrival": {"time": "1694895105"}, "stopId": "44967"}, {"stopSequence": 101, "arrival": {"time": "1694895253"}, "stopId": "44968"}, {"stopSequence": 102, "arrival": {"time": "1694895421"}, "stopId": "14-May"}, {"stopSequence": 103, "arrival": {"time": "1694895521"}, "stopId": "14-Jun"}, {"stopSequence": 104, "arrival": {"time": "1694895710"}, "stopId": "14-Aug"}], "vehicle": {"licensePlate": "RTZT28"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "23774-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "position": {"latitude": -36.783752, "longitude": -73.08699, "bearing": 190.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694889016", "vehicle": {"licensePlate": "RTZT28"}}}, {"id": "93c6adda-9ba1-49a2-9832-b8bf010469a1", "tripUpdate": {"trip": {"tripId": "23773-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 59, "arrival": {"time": "1694889014"}, "stopId": "35799"}, {"stopSequence": 60, "arrival": {"time": "1694889089"}, "stopId": "35800"}, {"stopSequence": 61, "arrival": {"time": "1694889141"}, "stopId": "35801"}, {"stopSequence": 62, "arrival": {"time": "1694889167"}, "stopId": "35802"}, {"stopSequence": 63, "arrival": {"time": "1694889219"}, "stopId": "35803"}, {"stopSequence": 64, "arrival": {"time": "1694889274"}, "stopId": "38507"}, {"stopSequence": 65, "arrival": {"time": "1694889326"}, "stopId": "34473"}, {"stopSequence": 66, "arrival": {"time": "1694889371"}, "stopId": "38500"}, {"stopSequence": 67, "arrival": {"time": "1694889417"}, "stopId": "35808"}, {"stopSequence": 68, "arrival": {"time": "1694889475"}, "stopId": "35710"}, {"stopSequence": 69, "arrival": {"time": "1694889520"}, "stopId": "50036"}, {"stopSequence": 70, "arrival": {"time": "1694889746"}, "stopId": "50037"}, {"stopSequence": 71, "arrival": {"time": "1694889886"}, "stopId": "50038"}, {"stopSequence": 72, "arrival": {"time": "1694889960"}, "stopId": "50039"}, {"stopSequence": 73, "arrival": {"time": "1694890011"}, "stopId": "50040"}, {"stopSequence": 74, "arrival": {"time": "1694890103"}, "stopId": "50041"}, {"stopSequence": 75, "arrival": {"time": "1694890242"}, "stopId": "Jun-15"}, {"stopSequence": 76, "arrival": {"time": "1694890326"}, "stopId": "Jun-13"}, {"stopSequence": 77, "arrival": {"time": "1694890523"}, "stopId": "6-Oct"}, {"stopSequence": 78, "arrival": {"time": "1694890583"}, "stopId": "6-Aug"}, {"stopSequence": 79, "arrival": {"time": "1694890739"}, "stopId": "6-Jun"}, {"stopSequence": 80, "arrival": {"time": "1694890866"}, "stopId": "6-Feb"}, {"stopSequence": 81, "arrival": {"time": "1694891010"}, "stopId": "7-Jul"}, {"stopSequence": 82, "arrival": {"time": "1694891080"}, "stopId": "7-May"}, {"stopSequence": 83, "arrival": {"time": "1694891119"}, "stopId": "1508142"}, {"stopSequence": 84, "arrival": {"time": "1694891299"}, "stopId": "8-Jan"}, {"stopSequence": 85, "arrival": {"time": "1694891335"}, "stopId": "9-Jan"}, {"stopSequence": 86, "arrival": {"time": "1694891381"}, "stopId": "10-Apr"}, {"stopSequence": 87, "arrival": {"time": "1694891447"}, "stopId": "10-Jan"}, {"stopSequence": 88, "arrival": {"time": "1694891488"}, "stopId": "44863"}, {"stopSequence": 89, "arrival": {"time": "1694891533"}, "stopId": "10-Mar"}, {"stopSequence": 90, "arrival": {"time": "1694891597"}, "stopId": "11-Jan"}, {"stopSequence": 91, "arrival": {"time": "1694891655"}, "stopId": "39943"}, {"stopSequence": 92, "arrival": {"time": "1694891693"}, "stopId": "39944"}, {"stopSequence": 93, "arrival": {"time": "1694891858"}, "stopId": "39947"}, {"stopSequence": 94, "arrival": {"time": "1694891900"}, "stopId": "39949"}, {"stopSequence": 95, "arrival": {"time": "1694891910"}, "stopId": "39950"}, {"stopSequence": 96, "arrival": {"time": "1694891976"}, "stopId": "39952"}, {"stopSequence": 97, "arrival": {"time": "1694892088"}, "stopId": "34529"}, {"stopSequence": 98, "arrival": {"time": "1694892167"}, "stopId": "39954"}, {"stopSequence": 99, "arrival": {"time": "1694892256"}, "stopId": "39956"}, {"stopSequence": 100, "arrival": {"time": "1694892430"}, "stopId": "44967"}, {"stopSequence": 101, "arrival": {"time": "1694892504"}, "stopId": "44968"}, {"stopSequence": 102, "arrival": {"time": "1694892586"}, "stopId": "14-May"}, {"stopSequence": 103, "arrival": {"time": "1694892634"}, "stopId": "14-Jun"}, {"stopSequence": 104, "arrival": {"time": "1694892724"}, "stopId": "14-Aug"}], "vehicle": {"licensePlate": "ZT3638"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "23773-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "613", "directionId": 0}, "position": {"latitude": -36.824028, "longitude": -73.05343, "bearing": 64.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "ZT3638"}}}, {"id": "7aba0fb3-279d-48b9-bd26-3c183fc8c157", "tripUpdate": {"trip": {"tripId": "23891-701ff27f-2", "startTime": "16:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694889032"}, "stopId": "49310"}, {"stopSequence": 35, "arrival": {"time": "1694889065"}, "stopId": "49311"}, {"stopSequence": 36, "arrival": {"time": "1694889124"}, "stopId": "39634"}, {"stopSequence": 37, "arrival": {"time": "1694889151"}, "stopId": "39635"}, {"stopSequence": 38, "arrival": {"time": "1694889199"}, "stopId": "39636"}, {"stopSequence": 39, "arrival": {"time": "1694889376"}, "stopId": "39637"}, {"stopSequence": 40, "arrival": {"time": "1694889433"}, "stopId": "49317"}, {"stopSequence": 41, "arrival": {"time": "1694889465"}, "stopId": "49318"}, {"stopSequence": 42, "arrival": {"time": "1694889531"}, "stopId": "49319"}, {"stopSequence": 43, "arrival": {"time": "1694889594"}, "stopId": "39641"}, {"stopSequence": 44, "arrival": {"time": "1694889629"}, "stopId": "39642"}, {"stopSequence": 45, "arrival": {"time": "1694889772"}, "stopId": "39643"}, {"stopSequence": 46, "arrival": {"time": "1694889826"}, "stopId": "49323"}, {"stopSequence": 47, "arrival": {"time": "1694889864"}, "stopId": "49324"}, {"stopSequence": 48, "arrival": {"time": "1694889911"}, "stopId": "49325"}, {"stopSequence": 49, "arrival": {"time": "1694889963"}, "stopId": "49326"}, {"stopSequence": 50, "arrival": {"time": "1694889989"}, "stopId": "39648"}, {"stopSequence": 51, "arrival": {"time": "1694890035"}, "stopId": "39649"}, {"stopSequence": 52, "arrival": {"time": "1694890066"}, "stopId": "45112"}, {"stopSequence": 53, "arrival": {"time": "1694890116"}, "stopId": "45113"}, {"stopSequence": 54, "arrival": {"time": "1694890193"}, "stopId": "37490"}, {"stopSequence": 55, "arrival": {"time": "1694890246"}, "stopId": "45115"}, {"stopSequence": 56, "arrival": {"time": "1694890270"}, "stopId": "45116"}, {"stopSequence": 57, "arrival": {"time": "1694890339"}, "stopId": "45118"}, {"stopSequence": 58, "arrival": {"time": "1694890412"}, "stopId": "45119"}, {"stopSequence": 59, "arrival": {"time": "1694890457"}, "stopId": "45120"}, {"stopSequence": 60, "arrival": {"time": "1694890511"}, "stopId": "45121"}, {"stopSequence": 61, "arrival": {"time": "1694890553"}, "stopId": "38535"}, {"stopSequence": 62, "arrival": {"time": "1694890629"}, "stopId": "38536"}, {"stopSequence": 63, "arrival": {"time": "1694890666"}, "stopId": "4838437"}, {"stopSequence": 64, "arrival": {"time": "1694890721"}, "stopId": "45085"}, {"stopSequence": 65, "arrival": {"time": "1694890802"}, "stopId": "45086"}, {"stopSequence": 66, "arrival": {"time": "1694891004"}, "stopId": "38544"}, {"stopSequence": 67, "arrival": {"time": "1694891078"}, "stopId": "38545"}, {"stopSequence": 68, "arrival": {"time": "1694891243"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694891290"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694891366"}, "stopId": "45098"}, {"stopSequence": 71, "arrival": {"time": "1694891404"}, "stopId": "45099"}, {"stopSequence": 72, "arrival": {"time": "1694891427"}, "stopId": "45100"}, {"stopSequence": 73, "arrival": {"time": "1694891458"}, "stopId": "45101"}, {"stopSequence": 74, "arrival": {"time": "1694891501"}, "stopId": "45102"}, {"stopSequence": 75, "arrival": {"time": "1694891531"}, "stopId": "45103"}, {"stopSequence": 76, "arrival": {"time": "1694891560"}, "stopId": "45104"}, {"stopSequence": 77, "arrival": {"time": "1694891591"}, "stopId": "45122"}, {"stopSequence": 78, "arrival": {"time": "1694891655"}, "stopId": "38630"}, {"stopSequence": 79, "arrival": {"time": "1694891776"}, "stopId": "42365"}, {"stopSequence": 80, "arrival": {"time": "1694891931"}, "stopId": "49349"}, {"stopSequence": 81, "arrival": {"time": "1694892100"}, "stopId": "49350"}, {"stopSequence": 82, "arrival": {"time": "1694892164"}, "stopId": "49351"}, {"stopSequence": 83, "arrival": {"time": "1694892202"}, "stopId": "49352"}, {"stopSequence": 84, "arrival": {"time": "1694892267"}, "stopId": "49353"}, {"stopSequence": 85, "arrival": {"time": "1694892327"}, "stopId": "49354"}, {"stopSequence": 86, "arrival": {"time": "1694892452"}, "stopId": "38567"}, {"stopSequence": 87, "arrival": {"time": "1694892522"}, "stopId": "38568"}, {"stopSequence": 88, "arrival": {"time": "1694892566"}, "stopId": "38569"}, {"stopSequence": 89, "arrival": {"time": "1694892631"}, "stopId": "38570"}, {"stopSequence": 90, "arrival": {"time": "1694892719"}, "stopId": "38571"}, {"stopSequence": 91, "arrival": {"time": "1694892804"}, "stopId": "38572"}, {"stopSequence": 92, "arrival": {"time": "1694893048"}, "stopId": "40115"}, {"stopSequence": 93, "arrival": {"time": "1694893140"}, "stopId": "40116"}], "vehicle": {"licensePlate": "DBLS31"}, "timestamp": "1694888994"}, "vehicle": {"trip": {"tripId": "23891-701ff27f-2", "startTime": "16:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "position": {"latitude": -36.830982, "longitude": -73.057945, "bearing": 246.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888994", "vehicle": {"licensePlate": "DBLS31"}}}, {"id": "96e73fca-363c-4f58-8805-75592c96d000", "tripUpdate": {"trip": {"tripId": "23937-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 53, "arrival": {"time": "1694889037"}, "stopId": "35694"}, {"stopSequence": 54, "arrival": {"time": "1694889080"}, "stopId": "35695"}, {"stopSequence": 55, "arrival": {"time": "1694889306"}, "stopId": "35697"}, {"stopSequence": 56, "arrival": {"time": "1694889404"}, "stopId": "2-Jan"}, {"stopSequence": 57, "arrival": {"time": "1694889439"}, "stopId": "42460"}, {"stopSequence": 58, "arrival": {"time": "1694889476"}, "stopId": "35690"}, {"stopSequence": 59, "arrival": {"time": "1694889573"}, "stopId": "35700"}, {"stopSequence": 60, "arrival": {"time": "1694889602"}, "stopId": "35701"}, {"stopSequence": 61, "arrival": {"time": "1694889666"}, "stopId": "35703"}, {"stopSequence": 62, "arrival": {"time": "1694889681"}, "stopId": "35704"}, {"stopSequence": 63, "arrival": {"time": "1694889702"}, "stopId": "35705"}, {"stopSequence": 64, "arrival": {"time": "1694889721"}, "stopId": "35706"}, {"stopSequence": 65, "arrival": {"time": "1694889775"}, "stopId": "35707"}, {"stopSequence": 66, "arrival": {"time": "1694889799"}, "stopId": "35708"}, {"stopSequence": 67, "arrival": {"time": "1694889814"}, "stopId": "35709"}, {"stopSequence": 68, "arrival": {"time": "1694889880"}, "stopId": "40306"}, {"stopSequence": 69, "arrival": {"time": "1694889943"}, "stopId": "40308"}, {"stopSequence": 70, "arrival": {"time": "1694890013"}, "stopId": "40309"}, {"stopSequence": 71, "arrival": {"time": "1694890128"}, "stopId": "39504"}, {"stopSequence": 72, "arrival": {"time": "1694890159"}, "stopId": "39595"}, {"stopSequence": 73, "arrival": {"time": "1694890174"}, "stopId": "39759"}, {"stopSequence": 74, "arrival": {"time": "1694890233"}, "stopId": "39760"}, {"stopSequence": 75, "arrival": {"time": "1694890272"}, "stopId": "39761"}, {"stopSequence": 76, "arrival": {"time": "1694890310"}, "stopId": "39511"}, {"stopSequence": 77, "arrival": {"time": "1694890409"}, "stopId": "39705"}, {"stopSequence": 78, "arrival": {"time": "1694890451"}, "stopId": "39706"}, {"stopSequence": 79, "arrival": {"time": "1694890469"}, "stopId": "39707"}, {"stopSequence": 80, "arrival": {"time": "1694890508"}, "stopId": "39708"}, {"stopSequence": 81, "arrival": {"time": "1694890533"}, "stopId": "39709"}, {"stopSequence": 82, "arrival": {"time": "1694890571"}, "stopId": "39711"}, {"stopSequence": 83, "arrival": {"time": "1694890610"}, "stopId": "39712"}, {"stopSequence": 84, "arrival": {"time": "1694890642"}, "stopId": "39714"}, {"stopSequence": 85, "arrival": {"time": "1694890675"}, "stopId": "39715"}, {"stopSequence": 86, "arrival": {"time": "1694890697"}, "stopId": "39470"}, {"stopSequence": 87, "arrival": {"time": "1694890719"}, "stopId": "39471"}, {"stopSequence": 88, "arrival": {"time": "1694890747"}, "stopId": "39472"}, {"stopSequence": 89, "arrival": {"time": "1694890783"}, "stopId": "39473"}, {"stopSequence": 90, "arrival": {"time": "1694890809"}, "stopId": "39718"}, {"stopSequence": 91, "arrival": {"time": "1694890834"}, "stopId": "39494"}], "vehicle": {"licensePlate": "DGLF57"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "23937-701ff27f-2", "startTime": "15:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 0}, "position": {"latitude": -36.810947, "longitude": -73.07314, "bearing": 122.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694888982", "vehicle": {"licensePlate": "DGLF57"}}}, {"id": "3deabf33-4c16-4f3f-8383-d18d6c90f984", "tripUpdate": {"trip": {"tripId": "23938-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 33, "arrival": {"time": "1694888985"}, "stopId": "42271"}, {"stopSequence": 34, "arrival": {"time": "1694889189"}, "stopId": "38688"}, {"stopSequence": 35, "arrival": {"time": "1694889246"}, "stopId": "38673"}, {"stopSequence": 36, "arrival": {"time": "1694889324"}, "stopId": "39785"}, {"stopSequence": 37, "arrival": {"time": "1694889364"}, "stopId": "38664"}, {"stopSequence": 38, "arrival": {"time": "1694889418"}, "stopId": "38702"}, {"stopSequence": 39, "arrival": {"time": "1694889462"}, "stopId": "39787"}, {"stopSequence": 40, "arrival": {"time": "1694889503"}, "stopId": "38501"}, {"stopSequence": 41, "arrival": {"time": "1694889569"}, "stopId": "38692"}, {"stopSequence": 42, "arrival": {"time": "1694889637"}, "stopId": "38714"}, {"stopSequence": 43, "arrival": {"time": "1694889684"}, "stopId": "39791"}, {"stopSequence": 44, "arrival": {"time": "1694889711"}, "stopId": "38506"}, {"stopSequence": 45, "arrival": {"time": "1694889759"}, "stopId": "38635"}, {"stopSequence": 46, "arrival": {"time": "1694889791"}, "stopId": "38509"}, {"stopSequence": 47, "arrival": {"time": "1694889834"}, "stopId": "38642"}, {"stopSequence": 48, "arrival": {"time": "1694889874"}, "stopId": "39795"}, {"stopSequence": 49, "arrival": {"time": "1694889909"}, "stopId": "38502"}, {"stopSequence": 50, "arrival": {"time": "1694889966"}, "stopId": "38503"}, {"stopSequence": 51, "arrival": {"time": "1694890119"}, "stopId": "35691"}, {"stopSequence": 52, "arrival": {"time": "1694890215"}, "stopId": "35693"}, {"stopSequence": 53, "arrival": {"time": "1694890269"}, "stopId": "35694"}, {"stopSequence": 54, "arrival": {"time": "1694890308"}, "stopId": "35695"}, {"stopSequence": 55, "arrival": {"time": "1694890524"}, "stopId": "35697"}, {"stopSequence": 56, "arrival": {"time": "1694890621"}, "stopId": "2-Jan"}, {"stopSequence": 57, "arrival": {"time": "1694890656"}, "stopId": "42460"}, {"stopSequence": 58, "arrival": {"time": "1694890694"}, "stopId": "35690"}, {"stopSequence": 59, "arrival": {"time": "1694890794"}, "stopId": "35700"}, {"stopSequence": 60, "arrival": {"time": "1694890824"}, "stopId": "35701"}, {"stopSequence": 61, "arrival": {"time": "1694890892"}, "stopId": "35703"}, {"stopSequence": 62, "arrival": {"time": "1694890908"}, "stopId": "35704"}, {"stopSequence": 63, "arrival": {"time": "1694890932"}, "stopId": "35705"}, {"stopSequence": 64, "arrival": {"time": "1694890952"}, "stopId": "35706"}, {"stopSequence": 65, "arrival": {"time": "1694891010"}, "stopId": "35707"}, {"stopSequence": 66, "arrival": {"time": "1694891037"}, "stopId": "35708"}, {"stopSequence": 67, "arrival": {"time": "1694891054"}, "stopId": "35709"}, {"stopSequence": 68, "arrival": {"time": "1694891128"}, "stopId": "40306"}, {"stopSequence": 69, "arrival": {"time": "1694891199"}, "stopId": "40308"}, {"stopSequence": 70, "arrival": {"time": "1694891279"}, "stopId": "40309"}, {"stopSequence": 71, "arrival": {"time": "1694891416"}, "stopId": "39504"}, {"stopSequence": 72, "arrival": {"time": "1694891452"}, "stopId": "39595"}, {"stopSequence": 73, "arrival": {"time": "1694891471"}, "stopId": "39759"}, {"stopSequence": 74, "arrival": {"time": "1694891543"}, "stopId": "39760"}, {"stopSequence": 75, "arrival": {"time": "1694891590"}, "stopId": "39761"}, {"stopSequence": 76, "arrival": {"time": "1694891637"}, "stopId": "39511"}, {"stopSequence": 77, "arrival": {"time": "1694891763"}, "stopId": "39705"}, {"stopSequence": 78, "arrival": {"time": "1694891816"}, "stopId": "39706"}, {"stopSequence": 79, "arrival": {"time": "1694891839"}, "stopId": "39707"}, {"stopSequence": 80, "arrival": {"time": "1694891890"}, "stopId": "39708"}, {"stopSequence": 81, "arrival": {"time": "1694891922"}, "stopId": "39709"}, {"stopSequence": 82, "arrival": {"time": "1694891973"}, "stopId": "39711"}, {"stopSequence": 83, "arrival": {"time": "1694892025"}, "stopId": "39712"}, {"stopSequence": 84, "arrival": {"time": "1694892067"}, "stopId": "39714"}, {"stopSequence": 85, "arrival": {"time": "1694892111"}, "stopId": "39715"}, {"stopSequence": 86, "arrival": {"time": "1694892142"}, "stopId": "39470"}, {"stopSequence": 87, "arrival": {"time": "1694892171"}, "stopId": "39471"}, {"stopSequence": 88, "arrival": {"time": "1694892210"}, "stopId": "39472"}, {"stopSequence": 89, "arrival": {"time": "1694892260"}, "stopId": "39473"}, {"stopSequence": 90, "arrival": {"time": "1694892296"}, "stopId": "39718"}, {"stopSequence": 91, "arrival": {"time": "1694892331"}, "stopId": "39494"}], "vehicle": {"licensePlate": "DSKF38"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "23938-701ff27f-2", "startTime": "15:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 0}, "position": {"latitude": -36.76028, "longitude": -73.08912, "bearing": 148.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694888972", "vehicle": {"licensePlate": "DSKF38"}}}, {"id": "65113a71-ba62-4ea3-a8f5-479b37b7513c", "tripUpdate": {"trip": {"tripId": "23886-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 12, "arrival": {"time": "1694889024"}, "stopId": "39523"}, {"stopSequence": 13, "arrival": {"time": "1694889049"}, "stopId": "39524"}, {"stopSequence": 14, "arrival": {"time": "1694889083"}, "stopId": "39705"}, {"stopSequence": 15, "arrival": {"time": "1694889108"}, "stopId": "39918"}, {"stopSequence": 16, "arrival": {"time": "1694889156"}, "stopId": "39513"}, {"stopSequence": 17, "arrival": {"time": "1694889224"}, "stopId": "39592"}, {"stopSequence": 18, "arrival": {"time": "1694889285"}, "stopId": "39593"}, {"stopSequence": 19, "arrival": {"time": "1694889318"}, "stopId": "39594"}, {"stopSequence": 20, "arrival": {"time": "1694889430"}, "stopId": "39505"}, {"stopSequence": 21, "arrival": {"time": "1694889460"}, "stopId": "39506"}, {"stopSequence": 22, "arrival": {"time": "1694889488"}, "stopId": "90003"}, {"stopSequence": 23, "arrival": {"time": "1694889533"}, "stopId": "90007"}, {"stopSequence": 24, "arrival": {"time": "1694889574"}, "stopId": "40830"}, {"stopSequence": 25, "arrival": {"time": "1694889612"}, "stopId": "40831"}, {"stopSequence": 26, "arrival": {"time": "1694889692"}, "stopId": "39599"}, {"stopSequence": 27, "arrival": {"time": "1694889714"}, "stopId": "39600"}, {"stopSequence": 28, "arrival": {"time": "1694889780"}, "stopId": "37496"}, {"stopSequence": 29, "arrival": {"time": "1694889828"}, "stopId": "45064"}, {"stopSequence": 30, "arrival": {"time": "1694889899"}, "stopId": "37506"}, {"stopSequence": 31, "arrival": {"time": "1694889972"}, "stopId": "45069"}, {"stopSequence": 32, "arrival": {"time": "1694890081"}, "stopId": "37523"}, {"stopSequence": 33, "arrival": {"time": "1694890120"}, "stopId": "37477"}, {"stopSequence": 34, "arrival": {"time": "1694890205"}, "stopId": "49310"}, {"stopSequence": 35, "arrival": {"time": "1694890235"}, "stopId": "49311"}, {"stopSequence": 36, "arrival": {"time": "1694890290"}, "stopId": "39634"}, {"stopSequence": 37, "arrival": {"time": "1694890314"}, "stopId": "39635"}, {"stopSequence": 38, "arrival": {"time": "1694890360"}, "stopId": "39636"}, {"stopSequence": 39, "arrival": {"time": "1694890531"}, "stopId": "39637"}, {"stopSequence": 40, "arrival": {"time": "1694890588"}, "stopId": "49317"}, {"stopSequence": 41, "arrival": {"time": "1694890619"}, "stopId": "49318"}, {"stopSequence": 42, "arrival": {"time": "1694890686"}, "stopId": "49319"}, {"stopSequence": 43, "arrival": {"time": "1694890751"}, "stopId": "39641"}, {"stopSequence": 44, "arrival": {"time": "1694890787"}, "stopId": "39642"}, {"stopSequence": 45, "arrival": {"time": "1694890940"}, "stopId": "39643"}, {"stopSequence": 46, "arrival": {"time": "1694890998"}, "stopId": "49323"}, {"stopSequence": 47, "arrival": {"time": "1694891039"}, "stopId": "49324"}, {"stopSequence": 48, "arrival": {"time": "1694891091"}, "stopId": "49325"}, {"stopSequence": 49, "arrival": {"time": "1694891150"}, "stopId": "49326"}, {"stopSequence": 50, "arrival": {"time": "1694891179"}, "stopId": "39648"}, {"stopSequence": 51, "arrival": {"time": "1694891231"}, "stopId": "39649"}, {"stopSequence": 52, "arrival": {"time": "1694891267"}, "stopId": "45112"}, {"stopSequence": 53, "arrival": {"time": "1694891325"}, "stopId": "45113"}, {"stopSequence": 54, "arrival": {"time": "1694891416"}, "stopId": "37490"}, {"stopSequence": 55, "arrival": {"time": "1694891479"}, "stopId": "45115"}, {"stopSequence": 56, "arrival": {"time": "1694891507"}, "stopId": "45116"}, {"stopSequence": 57, "arrival": {"time": "1694891591"}, "stopId": "45118"}, {"stopSequence": 58, "arrival": {"time": "1694891682"}, "stopId": "45119"}, {"stopSequence": 59, "arrival": {"time": "1694891737"}, "stopId": "45120"}, {"stopSequence": 60, "arrival": {"time": "1694891805"}, "stopId": "45121"}, {"stopSequence": 61, "arrival": {"time": "1694891858"}, "stopId": "38535"}, {"stopSequence": 62, "arrival": {"time": "1694891957"}, "stopId": "38536"}, {"stopSequence": 63, "arrival": {"time": "1694892005"}, "stopId": "4838437"}, {"stopSequence": 64, "arrival": {"time": "1694892078"}, "stopId": "45085"}, {"stopSequence": 65, "arrival": {"time": "1694892186"}, "stopId": "45086"}, {"stopSequence": 66, "arrival": {"time": "1694892464"}, "stopId": "38544"}, {"stopSequence": 67, "arrival": {"time": "1694892568"}, "stopId": "38545"}, {"stopSequence": 68, "arrival": {"time": "1694892808"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694892876"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694892990"}, "stopId": "45098"}, {"stopSequence": 71, "arrival": {"time": "1694893047"}, "stopId": "45099"}, {"stopSequence": 72, "arrival": {"time": "1694893083"}, "stopId": "45100"}, {"stopSequence": 73, "arrival": {"time": "1694893130"}, "stopId": "45101"}, {"stopSequence": 74, "arrival": {"time": "1694893196"}, "stopId": "45102"}, {"stopSequence": 75, "arrival": {"time": "1694893243"}, "stopId": "45103"}, {"stopSequence": 76, "arrival": {"time": "1694893288"}, "stopId": "45104"}, {"stopSequence": 77, "arrival": {"time": "1694893337"}, "stopId": "45122"}, {"stopSequence": 78, "arrival": {"time": "1694893438"}, "stopId": "38630"}, {"stopSequence": 79, "arrival": {"time": "1694893633"}, "stopId": "42365"}, {"stopSequence": 80, "arrival": {"time": "1694893889"}, "stopId": "49349"}, {"stopSequence": 81, "arrival": {"time": "1694894176"}, "stopId": "49350"}, {"stopSequence": 82, "arrival": {"time": "1694894288"}, "stopId": "49351"}, {"stopSequence": 83, "arrival": {"time": "1694894354"}, "stopId": "49352"}, {"stopSequence": 84, "arrival": {"time": "1694894469"}, "stopId": "49353"}, {"stopSequence": 85, "arrival": {"time": "1694894577"}, "stopId": "49354"}, {"stopSequence": 86, "arrival": {"time": "1694894806"}, "stopId": "38567"}, {"stopSequence": 87, "arrival": {"time": "1694894936"}, "stopId": "38568"}, {"stopSequence": 88, "arrival": {"time": "1694895017"}, "stopId": "38569"}, {"stopSequence": 89, "arrival": {"time": "1694895140"}, "stopId": "38570"}, {"stopSequence": 90, "arrival": {"time": "1694895310"}, "stopId": "38571"}, {"stopSequence": 91, "arrival": {"time": "1694895476"}, "stopId": "38572"}, {"stopSequence": 92, "arrival": {"time": "1694895967"}, "stopId": "40115"}, {"stopSequence": 93, "arrival": {"time": "1694896160"}, "stopId": "40116"}], "vehicle": {"licensePlate": "DVYS65"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "23886-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "position": {"latitude": -36.80102, "longitude": -73.035904, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "DVYS65"}}}, {"id": "65b6e3df-585e-4674-a9cd-dab07c30ebe5", "tripUpdate": {"trip": {"tripId": "23890-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 46, "arrival": {"time": "1694889025"}, "stopId": "49323"}, {"stopSequence": 47, "arrival": {"time": "1694889067"}, "stopId": "49324"}, {"stopSequence": 48, "arrival": {"time": "1694889118"}, "stopId": "49325"}, {"stopSequence": 49, "arrival": {"time": "1694889174"}, "stopId": "49326"}, {"stopSequence": 50, "arrival": {"time": "1694889202"}, "stopId": "39648"}, {"stopSequence": 51, "arrival": {"time": "1694889251"}, "stopId": "39649"}, {"stopSequence": 52, "arrival": {"time": "1694889284"}, "stopId": "45112"}, {"stopSequence": 53, "arrival": {"time": "1694889337"}, "stopId": "45113"}, {"stopSequence": 54, "arrival": {"time": "1694889417"}, "stopId": "37490"}, {"stopSequence": 55, "arrival": {"time": "1694889471"}, "stopId": "45115"}, {"stopSequence": 56, "arrival": {"time": "1694889496"}, "stopId": "45116"}, {"stopSequence": 57, "arrival": {"time": "1694889566"}, "stopId": "45118"}, {"stopSequence": 58, "arrival": {"time": "1694889640"}, "stopId": "45119"}, {"stopSequence": 59, "arrival": {"time": "1694889684"}, "stopId": "45120"}, {"stopSequence": 60, "arrival": {"time": "1694889737"}, "stopId": "45121"}, {"stopSequence": 61, "arrival": {"time": "1694889778"}, "stopId": "38535"}, {"stopSequence": 62, "arrival": {"time": "1694889853"}, "stopId": "38536"}, {"stopSequence": 63, "arrival": {"time": "1694889888"}, "stopId": "4838437"}, {"stopSequence": 64, "arrival": {"time": "1694889941"}, "stopId": "45085"}, {"stopSequence": 65, "arrival": {"time": "1694890018"}, "stopId": "45086"}, {"stopSequence": 66, "arrival": {"time": "1694890204"}, "stopId": "38544"}, {"stopSequence": 67, "arrival": {"time": "1694890271"}, "stopId": "38545"}, {"stopSequence": 68, "arrival": {"time": "1694890420"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694890460"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694890527"}, "stopId": "45098"}, {"stopSequence": 71, "arrival": {"time": "1694890560"}, "stopId": "45099"}, {"stopSequence": 72, "arrival": {"time": "1694890580"}, "stopId": "45100"}, {"stopSequence": 73, "arrival": {"time": "1694890607"}, "stopId": "45101"}, {"stopSequence": 74, "arrival": {"time": "1694890644"}, "stopId": "45102"}, {"stopSequence": 75, "arrival": {"time": "1694890670"}, "stopId": "45103"}, {"stopSequence": 76, "arrival": {"time": "1694890694"}, "stopId": "45104"}, {"stopSequence": 77, "arrival": {"time": "1694890720"}, "stopId": "45122"}, {"stopSequence": 78, "arrival": {"time": "1694890775"}, "stopId": "38630"}, {"stopSequence": 79, "arrival": {"time": "1694890876"}, "stopId": "42365"}, {"stopSequence": 80, "arrival": {"time": "1694891003"}, "stopId": "49349"}, {"stopSequence": 81, "arrival": {"time": "1694891139"}, "stopId": "49350"}, {"stopSequence": 82, "arrival": {"time": "1694891190"}, "stopId": "49351"}, {"stopSequence": 83, "arrival": {"time": "1694891220"}, "stopId": "49352"}, {"stopSequence": 84, "arrival": {"time": "1694891271"}, "stopId": "49353"}, {"stopSequence": 85, "arrival": {"time": "1694891318"}, "stopId": "49354"}, {"stopSequence": 86, "arrival": {"time": "1694891415"}, "stopId": "38567"}, {"stopSequence": 87, "arrival": {"time": "1694891469"}, "stopId": "38568"}, {"stopSequence": 88, "arrival": {"time": "1694891502"}, "stopId": "38569"}, {"stopSequence": 89, "arrival": {"time": "1694891552"}, "stopId": "38570"}, {"stopSequence": 90, "arrival": {"time": "1694891619"}, "stopId": "38571"}, {"stopSequence": 91, "arrival": {"time": "1694891682"}, "stopId": "38572"}, {"stopSequence": 92, "arrival": {"time": "1694891862"}, "stopId": "40115"}, {"stopSequence": 93, "arrival": {"time": "1694891929"}, "stopId": "40116"}], "vehicle": {"licensePlate": "FXFW84"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "23890-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "position": {"latitude": -36.801693, "longitude": -73.08339, "bearing": 318.0, "odometer": 0.0, "speed": 10.833333}, "timestamp": "1694889006", "vehicle": {"licensePlate": "FXFW84"}}}, {"id": "1ac5816d-5675-4e8b-a322-b25c52a374ef", "tripUpdate": {"trip": {"tripId": "23889-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 59, "arrival": {"time": "1694889074"}, "stopId": "45120"}, {"stopSequence": 60, "arrival": {"time": "1694889133"}, "stopId": "45121"}, {"stopSequence": 61, "arrival": {"time": "1694889176"}, "stopId": "38535"}, {"stopSequence": 62, "arrival": {"time": "1694889256"}, "stopId": "38536"}, {"stopSequence": 63, "arrival": {"time": "1694889293"}, "stopId": "4838437"}, {"stopSequence": 64, "arrival": {"time": "1694889349"}, "stopId": "45085"}, {"stopSequence": 65, "arrival": {"time": "1694889430"}, "stopId": "45086"}, {"stopSequence": 66, "arrival": {"time": "1694889622"}, "stopId": "38544"}, {"stopSequence": 67, "arrival": {"time": "1694889689"}, "stopId": "38545"}, {"stopSequence": 68, "arrival": {"time": "1694889837"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694889878"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694889943"}, "stopId": "45098"}, {"stopSequence": 71, "arrival": {"time": "1694889975"}, "stopId": "45099"}, {"stopSequence": 72, "arrival": {"time": "1694889995"}, "stopId": "45100"}, {"stopSequence": 73, "arrival": {"time": "1694890020"}, "stopId": "45101"}, {"stopSequence": 74, "arrival": {"time": "1694890056"}, "stopId": "45102"}, {"stopSequence": 75, "arrival": {"time": "1694890081"}, "stopId": "45103"}, {"stopSequence": 76, "arrival": {"time": "1694890104"}, "stopId": "45104"}, {"stopSequence": 77, "arrival": {"time": "1694890129"}, "stopId": "45122"}, {"stopSequence": 78, "arrival": {"time": "1694890181"}, "stopId": "38630"}, {"stopSequence": 79, "arrival": {"time": "1694890276"}, "stopId": "42365"}, {"stopSequence": 80, "arrival": {"time": "1694890394"}, "stopId": "49349"}, {"stopSequence": 81, "arrival": {"time": "1694890519"}, "stopId": "49350"}, {"stopSequence": 82, "arrival": {"time": "1694890566"}, "stopId": "49351"}, {"stopSequence": 83, "arrival": {"time": "1694890593"}, "stopId": "49352"}, {"stopSequence": 84, "arrival": {"time": "1694890638"}, "stopId": "49353"}, {"stopSequence": 85, "arrival": {"time": "1694890681"}, "stopId": "49354"}, {"stopSequence": 86, "arrival": {"time": "1694890767"}, "stopId": "38567"}, {"stopSequence": 87, "arrival": {"time": "1694890815"}, "stopId": "38568"}, {"stopSequence": 88, "arrival": {"time": "1694890844"}, "stopId": "38569"}, {"stopSequence": 89, "arrival": {"time": "1694890887"}, "stopId": "38570"}, {"stopSequence": 90, "arrival": {"time": "1694890945"}, "stopId": "38571"}, {"stopSequence": 91, "arrival": {"time": "1694891000"}, "stopId": "38572"}, {"stopSequence": 92, "arrival": {"time": "1694891154"}, "stopId": "40115"}, {"stopSequence": 93, "arrival": {"time": "1694891211"}, "stopId": "40116"}], "vehicle": {"licensePlate": "FXRL40"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "23889-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "position": {"latitude": -36.774128, "longitude": -73.08522, "bearing": 356.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694889036", "vehicle": {"licensePlate": "FXRL40"}}}, {"id": "6a70238b-a293-4e28-b5fa-55f2077b8b2a", "tripUpdate": {"trip": {"tripId": "23888-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 68, "arrival": {"time": "1694889087"}, "stopId": "45095"}, {"stopSequence": 69, "arrival": {"time": "1694889131"}, "stopId": "45096"}, {"stopSequence": 70, "arrival": {"time": "1694889201"}, "stopId": "45098"}, {"stopSequence": 71, "arrival": {"time": "1694889236"}, "stopId": "45099"}, {"stopSequence": 72, "arrival": {"time": "1694889257"}, "stopId": "45100"}, {"stopSequence": 73, "arrival": {"time": "1694889284"}, "stopId": "45101"}, {"stopSequence": 74, "arrival": {"time": "1694889321"}, "stopId": "45102"}, {"stopSequence": 75, "arrival": {"time": "1694889348"}, "stopId": "45103"}, {"stopSequence": 76, "arrival": {"time": "1694889372"}, "stopId": "45104"}, {"stopSequence": 77, "arrival": {"time": "1694889398"}, "stopId": "45122"}, {"stopSequence": 78, "arrival": {"time": "1694889452"}, "stopId": "38630"}, {"stopSequence": 79, "arrival": {"time": "1694889550"}, "stopId": "42365"}, {"stopSequence": 80, "arrival": {"time": "1694889669"}, "stopId": "49349"}, {"stopSequence": 81, "arrival": {"time": "1694889793"}, "stopId": "49350"}, {"stopSequence": 82, "arrival": {"time": "1694889839"}, "stopId": "49351"}, {"stopSequence": 83, "arrival": {"time": "1694889865"}, "stopId": "49352"}, {"stopSequence": 84, "arrival": {"time": "1694889910"}, "stopId": "49353"}, {"stopSequence": 85, "arrival": {"time": "1694889950"}, "stopId": "49354"}, {"stopSequence": 86, "arrival": {"time": "1694890033"}, "stopId": "38567"}, {"stopSequence": 87, "arrival": {"time": "1694890078"}, "stopId": "38568"}, {"stopSequence": 88, "arrival": {"time": "1694890106"}, "stopId": "38569"}, {"stopSequence": 89, "arrival": {"time": "1694890146"}, "stopId": "38570"}, {"stopSequence": 90, "arrival": {"time": "1694890200"}, "stopId": "38571"}, {"stopSequence": 91, "arrival": {"time": "1694890251"}, "stopId": "38572"}, {"stopSequence": 92, "arrival": {"time": "1694890392"}, "stopId": "40115"}, {"stopSequence": 93, "arrival": {"time": "1694890443"}, "stopId": "40116"}], "vehicle": {"licensePlate": "JBCY45"}, "timestamp": "1694889023"}, "vehicle": {"trip": {"tripId": "23888-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 1}, "position": {"latitude": -36.743744, "longitude": -73.09748, "bearing": 262.0, "odometer": 0.0, "speed": 5.5555553}, "timestamp": "1694889023", "vehicle": {"licensePlate": "JBCY45"}}}, {"id": "f27a0033-8cd9-4fb0-b338-9b86fa5acafc", "tripUpdate": {"trip": {"tripId": "23936-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 69, "arrival": {"time": "1694889038"}, "stopId": "40308"}, {"stopSequence": 70, "arrival": {"time": "1694889114"}, "stopId": "40309"}, {"stopSequence": 71, "arrival": {"time": "1694889239"}, "stopId": "39504"}, {"stopSequence": 72, "arrival": {"time": "1694889271"}, "stopId": "39595"}, {"stopSequence": 73, "arrival": {"time": "1694889288"}, "stopId": "39759"}, {"stopSequence": 74, "arrival": {"time": "1694889350"}, "stopId": "39760"}, {"stopSequence": 75, "arrival": {"time": "1694889390"}, "stopId": "39761"}, {"stopSequence": 76, "arrival": {"time": "1694889428"}, "stopId": "39511"}, {"stopSequence": 77, "arrival": {"time": "1694889530"}, "stopId": "39705"}, {"stopSequence": 78, "arrival": {"time": "1694889572"}, "stopId": "39706"}, {"stopSequence": 79, "arrival": {"time": "1694889590"}, "stopId": "39707"}, {"stopSequence": 80, "arrival": {"time": "1694889629"}, "stopId": "39708"}, {"stopSequence": 81, "arrival": {"time": "1694889653"}, "stopId": "39709"}, {"stopSequence": 82, "arrival": {"time": "1694889691"}, "stopId": "39711"}, {"stopSequence": 83, "arrival": {"time": "1694889729"}, "stopId": "39712"}, {"stopSequence": 84, "arrival": {"time": "1694889759"}, "stopId": "39714"}, {"stopSequence": 85, "arrival": {"time": "1694889791"}, "stopId": "39715"}, {"stopSequence": 86, "arrival": {"time": "1694889813"}, "stopId": "39470"}, {"stopSequence": 87, "arrival": {"time": "1694889833"}, "stopId": "39471"}, {"stopSequence": 88, "arrival": {"time": "1694889860"}, "stopId": "39472"}, {"stopSequence": 89, "arrival": {"time": "1694889894"}, "stopId": "39473"}, {"stopSequence": 90, "arrival": {"time": "1694889919"}, "stopId": "39718"}, {"stopSequence": 91, "arrival": {"time": "1694889942"}, "stopId": "39494"}], "vehicle": {"licensePlate": "YV3558"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "23936-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "614", "directionId": 0}, "position": {"latitude": -36.816708, "longitude": -73.044785, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "YV3558"}}}, {"id": "673d83b0-5db4-43c5-a873-556b8fbd6580", "tripUpdate": {"trip": {"tripId": "24108-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694889098"}, "stopId": "39602"}, {"stopSequence": 22, "arrival": {"time": "1694889128"}, "stopId": "39603"}, {"stopSequence": 23, "arrival": {"time": "1694889232"}, "stopId": "39604"}, {"stopSequence": 24, "arrival": {"time": "1694889281"}, "stopId": "39605"}, {"stopSequence": 25, "arrival": {"time": "1694889333"}, "stopId": "39606"}, {"stopSequence": 26, "arrival": {"time": "1694889356"}, "stopId": "39607"}, {"stopSequence": 27, "arrival": {"time": "1694889384"}, "stopId": "39608"}, {"stopSequence": 28, "arrival": {"time": "1694889427"}, "stopId": "39609"}, {"stopSequence": 29, "arrival": {"time": "1694889468"}, "stopId": "39548"}, {"stopSequence": 30, "arrival": {"time": "1694889551"}, "stopId": "39549"}, {"stopSequence": 31, "arrival": {"time": "1694889600"}, "stopId": "39550"}, {"stopSequence": 32, "arrival": {"time": "1694889677"}, "stopId": "39551"}, {"stopSequence": 33, "arrival": {"time": "1694889801"}, "stopId": "39552"}, {"stopSequence": 34, "arrival": {"time": "1694890022"}, "stopId": "39554"}, {"stopSequence": 35, "arrival": {"time": "1694890070"}, "stopId": "39493"}, {"stopSequence": 36, "arrival": {"time": "1694890159"}, "stopId": "39515"}, {"stopSequence": 37, "arrival": {"time": "1694890233"}, "stopId": "39558"}, {"stopSequence": 38, "arrival": {"time": "1694890277"}, "stopId": "39985"}], "vehicle": {"licensePlate": "FVDP64"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "24108-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 1}, "position": {"latitude": -36.820885, "longitude": -73.03586, "bearing": 176.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694889036", "vehicle": {"licensePlate": "FVDP64"}}}, {"id": "a456fcf7-44f9-46e9-bdd1-69583aae0f10", "tripUpdate": {"trip": {"tripId": "24051-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694889056"}, "stopId": "49391"}, {"stopSequence": 16, "arrival": {"time": "1694889078"}, "stopId": "49392"}, {"stopSequence": 17, "arrival": {"time": "1694889186"}, "stopId": "49393"}, {"stopSequence": 18, "arrival": {"time": "1694889235"}, "stopId": "49394"}, {"stopSequence": 19, "arrival": {"time": "1694889289"}, "stopId": "50004"}, {"stopSequence": 20, "arrival": {"time": "1694889363"}, "stopId": "50030"}, {"stopSequence": 21, "arrival": {"time": "1694889415"}, "stopId": "3-Mar"}, {"stopSequence": 22, "arrival": {"time": "1694889466"}, "stopId": "50031"}, {"stopSequence": 23, "arrival": {"time": "1694889491"}, "stopId": "49398"}, {"stopSequence": 24, "arrival": {"time": "1694889516"}, "stopId": "50032"}, {"stopSequence": 25, "arrival": {"time": "1694889559"}, "stopId": "39495"}, {"stopSequence": 26, "arrival": {"time": "1694889639"}, "stopId": "50033"}, {"stopSequence": 27, "arrival": {"time": "1694889682"}, "stopId": "39497"}, {"stopSequence": 28, "arrival": {"time": "1694889713"}, "stopId": "49407"}, {"stopSequence": 29, "arrival": {"time": "1694889826"}, "stopId": "37465"}, {"stopSequence": 30, "arrival": {"time": "1694889871"}, "stopId": "39503"}, {"stopSequence": 31, "arrival": {"time": "1694889960"}, "stopId": "39504"}, {"stopSequence": 32, "arrival": {"time": "1694889992"}, "stopId": "39595"}, {"stopSequence": 33, "arrival": {"time": "1694890111"}, "stopId": "39509"}, {"stopSequence": 34, "arrival": {"time": "1694890291"}, "stopId": "39510"}, {"stopSequence": 35, "arrival": {"time": "1694890397"}, "stopId": "39511"}, {"stopSequence": 36, "arrival": {"time": "1694890512"}, "stopId": "39763"}, {"stopSequence": 37, "arrival": {"time": "1694890556"}, "stopId": "39764"}, {"stopSequence": 38, "arrival": {"time": "1694890591"}, "stopId": "39765"}, {"stopSequence": 39, "arrival": {"time": "1694890615"}, "stopId": "39529"}, {"stopSequence": 40, "arrival": {"time": "1694890677"}, "stopId": "39530"}, {"stopSequence": 41, "arrival": {"time": "1694890897"}, "stopId": "91159"}], "vehicle": {"licensePlate": "HRBW37"}, "timestamp": "1694889034"}, "vehicle": {"trip": {"tripId": "24051-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 0}, "position": {"latitude": -36.819298, "longitude": -73.057526, "bearing": 150.0, "odometer": 0.0, "speed": 7.5}, "timestamp": "1694889034", "vehicle": {"licensePlate": "HRBW37"}}}, {"id": "40c80f16-3663-4144-b4e7-361efbe53a00", "tripUpdate": {"trip": {"tripId": "24109-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889008"}, "stopId": "39584"}, {"stopSequence": 2, "arrival": {"time": "1694889109"}, "stopId": "16391318"}, {"stopSequence": 3, "arrival": {"time": "1694889336"}, "stopId": "40199"}, {"stopSequence": 4, "arrival": {"time": "1694889372"}, "stopId": "39700"}, {"stopSequence": 5, "arrival": {"time": "1694889414"}, "stopId": "39701"}, {"stopSequence": 6, "arrival": {"time": "1694889454"}, "stopId": "39702"}, {"stopSequence": 7, "arrival": {"time": "1694889466"}, "stopId": "39703"}, {"stopSequence": 8, "arrival": {"time": "1694889515"}, "stopId": "39704"}, {"stopSequence": 9, "arrival": {"time": "1694889541"}, "stopId": "39918"}, {"stopSequence": 10, "arrival": {"time": "1694889587"}, "stopId": "39513"}, {"stopSequence": 11, "arrival": {"time": "1694889623"}, "stopId": "39591"}, {"stopSequence": 12, "arrival": {"time": "1694889651"}, "stopId": "39592"}, {"stopSequence": 13, "arrival": {"time": "1694889709"}, "stopId": "39593"}, {"stopSequence": 14, "arrival": {"time": "1694889740"}, "stopId": "39594"}, {"stopSequence": 15, "arrival": {"time": "1694889865"}, "stopId": "39596"}, {"stopSequence": 16, "arrival": {"time": "1694889900"}, "stopId": "39597"}, {"stopSequence": 18, "arrival": {"time": "1694889944"}, "stopId": "39598"}, {"stopSequence": 19, "arrival": {"time": "1694890039"}, "stopId": "39599"}, {"stopSequence": 20, "arrival": {"time": "1694890061"}, "stopId": "39600"}, {"stopSequence": 21, "arrival": {"time": "1694890132"}, "stopId": "39602"}, {"stopSequence": 22, "arrival": {"time": "1694890159"}, "stopId": "39603"}, {"stopSequence": 23, "arrival": {"time": "1694890256"}, "stopId": "39604"}, {"stopSequence": 24, "arrival": {"time": "1694890302"}, "stopId": "39605"}, {"stopSequence": 25, "arrival": {"time": "1694890351"}, "stopId": "39606"}, {"stopSequence": 26, "arrival": {"time": "1694890374"}, "stopId": "39607"}, {"stopSequence": 27, "arrival": {"time": "1694890400"}, "stopId": "39608"}, {"stopSequence": 28, "arrival": {"time": "1694890443"}, "stopId": "39609"}, {"stopSequence": 29, "arrival": {"time": "1694890483"}, "stopId": "39548"}, {"stopSequence": 30, "arrival": {"time": "1694890565"}, "stopId": "39549"}, {"stopSequence": 31, "arrival": {"time": "1694890615"}, "stopId": "39550"}, {"stopSequence": 32, "arrival": {"time": "1694890694"}, "stopId": "39551"}, {"stopSequence": 33, "arrival": {"time": "1694890823"}, "stopId": "39552"}, {"stopSequence": 34, "arrival": {"time": "1694891062"}, "stopId": "39554"}, {"stopSequence": 35, "arrival": {"time": "1694891116"}, "stopId": "39493"}, {"stopSequence": 36, "arrival": {"time": "1694891216"}, "stopId": "39515"}, {"stopSequence": 37, "arrival": {"time": "1694891301"}, "stopId": "39558"}, {"stopSequence": 38, "arrival": {"time": "1694891352"}, "stopId": "39985"}], "vehicle": {"licensePlate": "YA5911"}, "timestamp": "1694889007"}, "vehicle": {"trip": {"tripId": "24109-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 1}, "position": {"latitude": -36.7849, "longitude": -73.04299, "bearing": 284.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694889007", "vehicle": {"licensePlate": "YA5911"}}}, {"id": "06dd5921-72c1-462b-8dbd-c07d95c7fce2", "tripUpdate": {"trip": {"tripId": "24192-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "617", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889005"}, "stopId": "39980"}, {"stopSequence": 36, "arrival": {"time": "1694889108"}, "stopId": "39981"}, {"stopSequence": 37, "arrival": {"time": "1694889218"}, "stopId": "39982"}], "vehicle": {"licensePlate": "YF9629"}, "timestamp": "1694888970"}, "vehicle": {"trip": {"tripId": "24192-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "617", "directionId": 0}, "position": {"latitude": -36.86572, "longitude": -73.07204, "bearing": 229.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694889000", "vehicle": {"licensePlate": "YF9629"}}}, {"id": "f9054203-af3b-45e4-9ecd-cb71ec6e73d4", "tripUpdate": {"trip": {"tripId": "24366-701ff27f-2", "startTime": "15:10:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889166"}, "stopId": "39627"}, {"stopSequence": 29, "arrival": {"time": "1694889266"}, "stopId": "39631"}, {"stopSequence": 30, "arrival": {"time": "1694889315"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694889372"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694889397"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694889444"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694889624"}, "stopId": "39637"}, {"stopSequence": 35, "arrival": {"time": "1694889724"}, "stopId": "39940"}, {"stopSequence": 36, "arrival": {"time": "1694889886"}, "stopId": "39941"}, {"stopSequence": 37, "arrival": {"time": "1694889948"}, "stopId": "39736"}], "vehicle": {"licensePlate": "DZZG72"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "24366-701ff27f-2", "startTime": "15:10:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 0}, "position": {"latitude": -36.823685, "longitude": -73.046616, "bearing": 237.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694889037", "vehicle": {"licensePlate": "DZZG72"}}}, {"id": "2f18df24-de20-468f-a51e-7ed60969f896", "tripUpdate": {"trip": {"tripId": "24261-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 36, "arrival": {"time": "1694889019"}, "stopId": "39767"}, {"stopSequence": 37, "arrival": {"time": "1694889063"}, "stopId": "39768"}, {"stopSequence": 38, "arrival": {"time": "1694889076"}, "stopId": "39911"}, {"stopSequence": 39, "arrival": {"time": "1694889103"}, "stopId": "39769"}, {"stopSequence": 40, "arrival": {"time": "1694889130"}, "stopId": "39910"}, {"stopSequence": 41, "arrival": {"time": "1694889168"}, "stopId": "39709"}, {"stopSequence": 42, "arrival": {"time": "1694889190"}, "stopId": "39710"}, {"stopSequence": 43, "arrival": {"time": "1694889206"}, "stopId": "39711"}, {"stopSequence": 44, "arrival": {"time": "1694889248"}, "stopId": "39712"}, {"stopSequence": 45, "arrival": {"time": "1694889268"}, "stopId": "39713"}, {"stopSequence": 46, "arrival": {"time": "1694889305"}, "stopId": "39559"}], "vehicle": {"licensePlate": "FDCP20"}, "timestamp": "1694888998"}, "vehicle": {"trip": {"tripId": "24261-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 1}, "position": {"latitude": -36.796467, "longitude": -73.03612, "bearing": 245.0, "odometer": 0.0, "speed": 9.722222}, "timestamp": "1694888998", "vehicle": {"licensePlate": "FDCP20"}}}, {"id": "8e07a3a4-3d24-49c4-a5d8-ea135099ebc5", "tripUpdate": {"trip": {"tripId": "24367-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694888992"}, "stopId": "39918"}, {"stopSequence": 17, "arrival": {"time": "1694889041"}, "stopId": "39513"}, {"stopSequence": 18, "arrival": {"time": "1694889080"}, "stopId": "39591"}, {"stopSequence": 19, "arrival": {"time": "1694889106"}, "stopId": "39592"}, {"stopSequence": 20, "arrival": {"time": "1694889171"}, "stopId": "39593"}, {"stopSequence": 21, "arrival": {"time": "1694889205"}, "stopId": "39594"}, {"stopSequence": 22, "arrival": {"time": "1694889336"}, "stopId": "39596"}, {"stopSequence": 23, "arrival": {"time": "1694889372"}, "stopId": "39597"}, {"stopSequence": 24, "arrival": {"time": "1694889417"}, "stopId": "39598"}, {"stopSequence": 25, "arrival": {"time": "1694889515"}, "stopId": "39599"}, {"stopSequence": 26, "arrival": {"time": "1694889590"}, "stopId": "45011"}, {"stopSequence": 27, "arrival": {"time": "1694889688"}, "stopId": "39623"}, {"stopSequence": 28, "arrival": {"time": "1694889831"}, "stopId": "39627"}, {"stopSequence": 29, "arrival": {"time": "1694889924"}, "stopId": "39631"}, {"stopSequence": 30, "arrival": {"time": "1694889970"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694890024"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694890049"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694890094"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694890269"}, "stopId": "39637"}, {"stopSequence": 35, "arrival": {"time": "1694890369"}, "stopId": "39940"}, {"stopSequence": 36, "arrival": {"time": "1694890534"}, "stopId": "39941"}, {"stopSequence": 37, "arrival": {"time": "1694890598"}, "stopId": "39736"}], "vehicle": {"licensePlate": "HWHP33"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "24367-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 0}, "position": {"latitude": -36.799862, "longitude": -73.03156, "bearing": 152.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694888978", "vehicle": {"licensePlate": "HWHP33"}}}, {"id": "badb879e-aadc-4e03-a3c3-432280014fc1", "tripUpdate": {"trip": {"tripId": "24263-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 5, "arrival": {"time": "1694889015"}, "stopId": "39741"}, {"stopSequence": 6, "arrival": {"time": "1694889038"}, "stopId": "40277"}, {"stopSequence": 7, "arrival": {"time": "1694889060"}, "stopId": "39742"}, {"stopSequence": 8, "arrival": {"time": "1694889186"}, "stopId": "35697"}, {"stopSequence": 9, "arrival": {"time": "1694889292"}, "stopId": "2-Jan"}, {"stopSequence": 10, "arrival": {"time": "1694889321"}, "stopId": "42460"}, {"stopSequence": 11, "arrival": {"time": "1694889359"}, "stopId": "35690"}, {"stopSequence": 12, "arrival": {"time": "1694889457"}, "stopId": "35700"}, {"stopSequence": 13, "arrival": {"time": "1694889486"}, "stopId": "35701"}, {"stopSequence": 14, "arrival": {"time": "1694889546"}, "stopId": "35703"}, {"stopSequence": 15, "arrival": {"time": "1694889574"}, "stopId": "35704"}, {"stopSequence": 16, "arrival": {"time": "1694889585"}, "stopId": "35705"}, {"stopSequence": 17, "arrival": {"time": "1694889607"}, "stopId": "35706"}, {"stopSequence": 18, "arrival": {"time": "1694889661"}, "stopId": "35707"}, {"stopSequence": 19, "arrival": {"time": "1694889686"}, "stopId": "35708"}, {"stopSequence": 20, "arrival": {"time": "1694889710"}, "stopId": "35709"}, {"stopSequence": 21, "arrival": {"time": "1694889800"}, "stopId": "37522"}, {"stopSequence": 22, "arrival": {"time": "1694889833"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694889929"}, "stopId": "37465"}, {"stopSequence": 24, "arrival": {"time": "1694889974"}, "stopId": "39503"}, {"stopSequence": 25, "arrival": {"time": "1694890064"}, "stopId": "39504"}, {"stopSequence": 26, "arrival": {"time": "1694890095"}, "stopId": "39595"}, {"stopSequence": 27, "arrival": {"time": "1694890110"}, "stopId": "39759"}, {"stopSequence": 28, "arrival": {"time": "1694890169"}, "stopId": "39760"}, {"stopSequence": 29, "arrival": {"time": "1694890208"}, "stopId": "39761"}, {"stopSequence": 30, "arrival": {"time": "1694890245"}, "stopId": "39511"}, {"stopSequence": 31, "arrival": {"time": "1694890360"}, "stopId": "39763"}, {"stopSequence": 32, "arrival": {"time": "1694890402"}, "stopId": "39764"}, {"stopSequence": 33, "arrival": {"time": "1694890438"}, "stopId": "39765"}, {"stopSequence": 34, "arrival": {"time": "1694890446"}, "stopId": "39701"}, {"stopSequence": 35, "arrival": {"time": "1694890479"}, "stopId": "39766"}, {"stopSequence": 36, "arrival": {"time": "1694890513"}, "stopId": "39767"}, {"stopSequence": 37, "arrival": {"time": "1694890554"}, "stopId": "39768"}, {"stopSequence": 38, "arrival": {"time": "1694890566"}, "stopId": "39911"}, {"stopSequence": 39, "arrival": {"time": "1694890592"}, "stopId": "39769"}, {"stopSequence": 40, "arrival": {"time": "1694890618"}, "stopId": "39910"}, {"stopSequence": 41, "arrival": {"time": "1694890654"}, "stopId": "39709"}, {"stopSequence": 42, "arrival": {"time": "1694890675"}, "stopId": "39710"}, {"stopSequence": 43, "arrival": {"time": "1694890691"}, "stopId": "39711"}, {"stopSequence": 44, "arrival": {"time": "1694890732"}, "stopId": "39712"}, {"stopSequence": 45, "arrival": {"time": "1694890752"}, "stopId": "39713"}, {"stopSequence": 46, "arrival": {"time": "1694890789"}, "stopId": "39559"}], "vehicle": {"licensePlate": "HYYX78"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "24263-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 1}, "position": {"latitude": -36.81718, "longitude": -73.07006, "bearing": 134.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694889004", "vehicle": {"licensePlate": "HYYX78"}}}, {"id": "f512e465-e6f4-4170-9e0f-b0bf1977c09d", "tripUpdate": {"trip": {"tripId": "24365-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694889165"}, "stopId": "39637"}, {"stopSequence": 35, "arrival": {"time": "1694889271"}, "stopId": "39940"}, {"stopSequence": 36, "arrival": {"time": "1694889440"}, "stopId": "39941"}, {"stopSequence": 37, "arrival": {"time": "1694889504"}, "stopId": "39736"}], "vehicle": {"licensePlate": "KJPT10"}, "timestamp": "1694889031"}, "vehicle": {"trip": {"tripId": "24365-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 0}, "position": {"latitude": -36.821102, "longitude": -73.06456, "bearing": 327.0, "odometer": 0.0, "speed": 15.833333}, "timestamp": "1694889031", "vehicle": {"licensePlate": "KJPT10"}}}, {"id": "749de9d5-49c9-476d-9cfa-f75cdf5adda5", "tripUpdate": {"trip": {"tripId": "24262-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889070"}, "stopId": "35703"}, {"stopSequence": 15, "arrival": {"time": "1694889101"}, "stopId": "35704"}, {"stopSequence": 16, "arrival": {"time": "1694889112"}, "stopId": "35705"}, {"stopSequence": 17, "arrival": {"time": "1694889136"}, "stopId": "35706"}, {"stopSequence": 18, "arrival": {"time": "1694889193"}, "stopId": "35707"}, {"stopSequence": 19, "arrival": {"time": "1694889220"}, "stopId": "35708"}, {"stopSequence": 20, "arrival": {"time": "1694889245"}, "stopId": "35709"}, {"stopSequence": 21, "arrival": {"time": "1694889339"}, "stopId": "37522"}, {"stopSequence": 22, "arrival": {"time": "1694889373"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694889473"}, "stopId": "37465"}, {"stopSequence": 24, "arrival": {"time": "1694889519"}, "stopId": "39503"}, {"stopSequence": 25, "arrival": {"time": "1694889612"}, "stopId": "39504"}, {"stopSequence": 26, "arrival": {"time": "1694889643"}, "stopId": "39595"}, {"stopSequence": 27, "arrival": {"time": "1694889658"}, "stopId": "39759"}, {"stopSequence": 28, "arrival": {"time": "1694889717"}, "stopId": "39760"}, {"stopSequence": 29, "arrival": {"time": "1694889757"}, "stopId": "39761"}, {"stopSequence": 30, "arrival": {"time": "1694889794"}, "stopId": "39511"}, {"stopSequence": 31, "arrival": {"time": "1694889908"}, "stopId": "39763"}, {"stopSequence": 32, "arrival": {"time": "1694889950"}, "stopId": "39764"}, {"stopSequence": 33, "arrival": {"time": "1694889985"}, "stopId": "39765"}, {"stopSequence": 34, "arrival": {"time": "1694889993"}, "stopId": "39701"}, {"stopSequence": 35, "arrival": {"time": "1694890025"}, "stopId": "39766"}, {"stopSequence": 36, "arrival": {"time": "1694890059"}, "stopId": "39767"}, {"stopSequence": 37, "arrival": {"time": "1694890099"}, "stopId": "39768"}, {"stopSequence": 38, "arrival": {"time": "1694890110"}, "stopId": "39911"}, {"stopSequence": 39, "arrival": {"time": "1694890136"}, "stopId": "39769"}, {"stopSequence": 40, "arrival": {"time": "1694890160"}, "stopId": "39910"}, {"stopSequence": 41, "arrival": {"time": "1694890195"}, "stopId": "39709"}, {"stopSequence": 42, "arrival": {"time": "1694890216"}, "stopId": "39710"}, {"stopSequence": 43, "arrival": {"time": "1694890231"}, "stopId": "39711"}, {"stopSequence": 44, "arrival": {"time": "1694890270"}, "stopId": "39712"}, {"stopSequence": 45, "arrival": {"time": "1694890289"}, "stopId": "39713"}, {"stopSequence": 46, "arrival": {"time": "1694890325"}, "stopId": "39559"}], "vehicle": {"licensePlate": "YJ1867"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "24262-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "618", "directionId": 1}, "position": {"latitude": -36.82537, "longitude": -73.053925, "bearing": 62.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694889010", "vehicle": {"licensePlate": "YJ1867"}}}, {"id": "fe774239-3720-4fc6-8845-91ac281b0b03", "tripUpdate": {"trip": {"tripId": "24460-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "619", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694889082"}, "stopId": "50031"}, {"stopSequence": 23, "arrival": {"time": "1694889109"}, "stopId": "49398"}, {"stopSequence": 24, "arrival": {"time": "1694889135"}, "stopId": "50032"}, {"stopSequence": 25, "arrival": {"time": "1694889181"}, "stopId": "39495"}, {"stopSequence": 26, "arrival": {"time": "1694889264"}, "stopId": "50033"}, {"stopSequence": 27, "arrival": {"time": "1694889310"}, "stopId": "39497"}, {"stopSequence": 28, "arrival": {"time": "1694889343"}, "stopId": "49407"}, {"stopSequence": 29, "arrival": {"time": "1694889459"}, "stopId": "37465"}, {"stopSequence": 30, "arrival": {"time": "1694889506"}, "stopId": "39503"}, {"stopSequence": 31, "arrival": {"time": "1694889599"}, "stopId": "39504"}, {"stopSequence": 32, "arrival": {"time": "1694889630"}, "stopId": "39595"}, {"stopSequence": 33, "arrival": {"time": "1694889653"}, "stopId": "39759"}, {"stopSequence": 34, "arrival": {"time": "1694889705"}, "stopId": "39760"}, {"stopSequence": 35, "arrival": {"time": "1694889744"}, "stopId": "39761"}, {"stopSequence": 36, "arrival": {"time": "1694889782"}, "stopId": "39511"}, {"stopSequence": 37, "arrival": {"time": "1694889896"}, "stopId": "39763"}, {"stopSequence": 38, "arrival": {"time": "1694889938"}, "stopId": "39764"}, {"stopSequence": 39, "arrival": {"time": "1694889973"}, "stopId": "39765"}, {"stopSequence": 40, "arrival": {"time": "1694889996"}, "stopId": "39529"}, {"stopSequence": 41, "arrival": {"time": "1694890056"}, "stopId": "39530"}, {"stopSequence": 42, "arrival": {"time": "1694890264"}, "stopId": "91159"}, {"stopSequence": 43, "arrival": {"time": "1694890539"}, "stopId": "39214"}, {"stopSequence": 44, "arrival": {"time": "1694890594"}, "stopId": "39215"}], "vehicle": {"licensePlate": "PTFH78"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "24460-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "619", "directionId": 0}, "position": {"latitude": -36.8298, "longitude": -73.04596, "bearing": 63.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694889037", "vehicle": {"licensePlate": "PTFH78"}}}, {"id": "71e1aa6a-2e80-4b2b-b527-3e01ded4c929", "tripUpdate": {"trip": {"tripId": "24600-701ff27f-2", "startTime": "14:43:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889057"}, "stopId": "50036"}, {"stopSequence": 29, "arrival": {"time": "1694889183"}, "stopId": "39509"}, {"stopSequence": 30, "arrival": {"time": "1694889285"}, "stopId": "39760"}, {"stopSequence": 31, "arrival": {"time": "1694889325"}, "stopId": "39761"}, {"stopSequence": 32, "arrival": {"time": "1694889364"}, "stopId": "39511"}, {"stopSequence": 33, "arrival": {"time": "1694889482"}, "stopId": "39763"}, {"stopSequence": 34, "arrival": {"time": "1694889526"}, "stopId": "39764"}, {"stopSequence": 35, "arrival": {"time": "1694889561"}, "stopId": "39765"}, {"stopSequence": 36, "arrival": {"time": "1694889584"}, "stopId": "39529"}, {"stopSequence": 37, "arrival": {"time": "1694889646"}, "stopId": "39530"}, {"stopSequence": 38, "arrival": {"time": "1694889726"}, "stopId": "6734219"}, {"stopSequence": 39, "arrival": {"time": "1694889797"}, "stopId": "39536"}, {"stopSequence": 40, "arrival": {"time": "1694889832"}, "stopId": "16206048"}, {"stopSequence": 41, "arrival": {"time": "1694889850"}, "stopId": "39537"}, {"stopSequence": 42, "arrival": {"time": "1694889867"}, "stopId": "39428"}, {"stopSequence": 43, "arrival": {"time": "1694889887"}, "stopId": "39429"}, {"stopSequence": 44, "arrival": {"time": "1694889929"}, "stopId": "39430"}], "vehicle": {"licensePlate": "HYHS90"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "24600-701ff27f-2", "startTime": "14:43:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 1}, "position": {"latitude": -36.815037, "longitude": -73.03115, "bearing": 34.0, "odometer": 0.0, "speed": 3.0555556}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HYHS90"}}}, {"id": "d52f7d21-87f1-453b-b1e3-2733151ebaae", "tripUpdate": {"trip": {"tripId": "24602-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 8, "arrival": {"time": "1694889191"}, "stopId": "40273"}, {"stopSequence": 9, "arrival": {"time": "1694889210"}, "stopId": "40272"}, {"stopSequence": 10, "arrival": {"time": "1694889267"}, "stopId": "16039072"}, {"stopSequence": 11, "arrival": {"time": "1694889287"}, "stopId": "35794"}, {"stopSequence": 12, "arrival": {"time": "1694889383"}, "stopId": "35796"}, {"stopSequence": 13, "arrival": {"time": "1694889432"}, "stopId": "35797"}, {"stopSequence": 14, "arrival": {"time": "1694889476"}, "stopId": "35700"}, {"stopSequence": 15, "arrival": {"time": "1694889505"}, "stopId": "35701"}, {"stopSequence": 16, "arrival": {"time": "1694889570"}, "stopId": "35703"}, {"stopSequence": 17, "arrival": {"time": "1694889593"}, "stopId": "35704"}, {"stopSequence": 18, "arrival": {"time": "1694889604"}, "stopId": "35705"}, {"stopSequence": 19, "arrival": {"time": "1694889626"}, "stopId": "35706"}, {"stopSequence": 20, "arrival": {"time": "1694889680"}, "stopId": "35707"}, {"stopSequence": 21, "arrival": {"time": "1694889705"}, "stopId": "35708"}, {"stopSequence": 22, "arrival": {"time": "1694889729"}, "stopId": "35709"}, {"stopSequence": 23, "arrival": {"time": "1694889798"}, "stopId": "38507"}, {"stopSequence": 24, "arrival": {"time": "1694889847"}, "stopId": "34473"}, {"stopSequence": 25, "arrival": {"time": "1694889890"}, "stopId": "38500"}, {"stopSequence": 26, "arrival": {"time": "1694889927"}, "stopId": "35808"}, {"stopSequence": 27, "arrival": {"time": "1694889991"}, "stopId": "35710"}, {"stopSequence": 28, "arrival": {"time": "1694890034"}, "stopId": "50036"}, {"stopSequence": 29, "arrival": {"time": "1694890150"}, "stopId": "39509"}, {"stopSequence": 30, "arrival": {"time": "1694890245"}, "stopId": "39760"}, {"stopSequence": 31, "arrival": {"time": "1694890284"}, "stopId": "39761"}, {"stopSequence": 32, "arrival": {"time": "1694890321"}, "stopId": "39511"}, {"stopSequence": 33, "arrival": {"time": "1694890437"}, "stopId": "39763"}, {"stopSequence": 34, "arrival": {"time": "1694890480"}, "stopId": "39764"}, {"stopSequence": 35, "arrival": {"time": "1694890515"}, "stopId": "39765"}, {"stopSequence": 36, "arrival": {"time": "1694890538"}, "stopId": "39529"}, {"stopSequence": 37, "arrival": {"time": "1694890601"}, "stopId": "39530"}, {"stopSequence": 38, "arrival": {"time": "1694890683"}, "stopId": "6734219"}, {"stopSequence": 39, "arrival": {"time": "1694890757"}, "stopId": "39536"}, {"stopSequence": 40, "arrival": {"time": "1694890794"}, "stopId": "16206048"}, {"stopSequence": 41, "arrival": {"time": "1694890813"}, "stopId": "39537"}, {"stopSequence": 42, "arrival": {"time": "1694890831"}, "stopId": "39428"}, {"stopSequence": 43, "arrival": {"time": "1694890852"}, "stopId": "39429"}, {"stopSequence": 44, "arrival": {"time": "1694890897"}, "stopId": "39430"}], "vehicle": {"licensePlate": "HYVL46"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "24602-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 1}, "position": {"latitude": -36.827282, "longitude": -73.0703, "bearing": 326.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HYVL46"}}}, {"id": "505f544d-278c-4e22-a166-3c1d67d918b3", "tripUpdate": {"trip": {"tripId": "24668-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 39, "arrival": {"time": "1694889187"}, "stopId": "49478"}], "vehicle": {"licensePlate": "KTFG56"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "24668-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 0}, "position": {"latitude": -36.80801, "longitude": -73.07789, "bearing": 316.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889006", "vehicle": {"licensePlate": "KTFG56"}}}, {"id": "9ba7b984-ccb9-416c-83af-70ebdd8b0da4", "tripUpdate": {"trip": {"tripId": "24601-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 20, "arrival": {"time": "1694889040"}, "stopId": "35707"}, {"stopSequence": 21, "arrival": {"time": "1694889067"}, "stopId": "35708"}, {"stopSequence": 22, "arrival": {"time": "1694889092"}, "stopId": "35709"}, {"stopSequence": 23, "arrival": {"time": "1694889167"}, "stopId": "38507"}, {"stopSequence": 24, "arrival": {"time": "1694889219"}, "stopId": "34473"}, {"stopSequence": 25, "arrival": {"time": "1694889265"}, "stopId": "38500"}, {"stopSequence": 26, "arrival": {"time": "1694889303"}, "stopId": "35808"}, {"stopSequence": 27, "arrival": {"time": "1694889370"}, "stopId": "35710"}, {"stopSequence": 28, "arrival": {"time": "1694889415"}, "stopId": "50036"}, {"stopSequence": 29, "arrival": {"time": "1694889534"}, "stopId": "39509"}, {"stopSequence": 30, "arrival": {"time": "1694889631"}, "stopId": "39760"}, {"stopSequence": 31, "arrival": {"time": "1694889670"}, "stopId": "39761"}, {"stopSequence": 32, "arrival": {"time": "1694889708"}, "stopId": "39511"}, {"stopSequence": 33, "arrival": {"time": "1694889822"}, "stopId": "39763"}, {"stopSequence": 34, "arrival": {"time": "1694889864"}, "stopId": "39764"}, {"stopSequence": 35, "arrival": {"time": "1694889899"}, "stopId": "39765"}, {"stopSequence": 36, "arrival": {"time": "1694889922"}, "stopId": "39529"}, {"stopSequence": 37, "arrival": {"time": "1694889982"}, "stopId": "39530"}, {"stopSequence": 38, "arrival": {"time": "1694890062"}, "stopId": "6734219"}, {"stopSequence": 39, "arrival": {"time": "1694890132"}, "stopId": "39536"}, {"stopSequence": 40, "arrival": {"time": "1694890167"}, "stopId": "16206048"}, {"stopSequence": 41, "arrival": {"time": "1694890185"}, "stopId": "39537"}, {"stopSequence": 42, "arrival": {"time": "1694890202"}, "stopId": "39428"}, {"stopSequence": 43, "arrival": {"time": "1694890222"}, "stopId": "39429"}, {"stopSequence": 44, "arrival": {"time": "1694890264"}, "stopId": "39430"}], "vehicle": {"licensePlate": "LBDS25"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "24601-701ff27f-2", "startTime": "15:03:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 1}, "position": {"latitude": -36.82277, "longitude": -73.04755, "bearing": 60.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "LBDS25"}}}, {"id": "73c2b6df-e2c9-4354-8ad1-4f6e3888d461", "tripUpdate": {"trip": {"tripId": "24669-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 30, "arrival": {"time": "1694889132"}, "stopId": "40268"}, {"stopSequence": 31, "arrival": {"time": "1694889206"}, "stopId": "40269"}, {"stopSequence": 32, "arrival": {"time": "1694889302"}, "stopId": "40274"}, {"stopSequence": 33, "arrival": {"time": "1694889326"}, "stopId": "40275"}, {"stopSequence": 34, "arrival": {"time": "1694889384"}, "stopId": "40277"}, {"stopSequence": 35, "arrival": {"time": "1694889445"}, "stopId": "39940"}, {"stopSequence": 36, "arrival": {"time": "1694889543"}, "stopId": "40279"}, {"stopSequence": 37, "arrival": {"time": "1694889603"}, "stopId": "49319"}, {"stopSequence": 38, "arrival": {"time": "1694889666"}, "stopId": "39641"}, {"stopSequence": 39, "arrival": {"time": "1694889882"}, "stopId": "49478"}], "vehicle": {"licensePlate": "RSZG37"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "24669-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "620", "directionId": 0}, "position": {"latitude": -36.82777, "longitude": -73.06978, "bearing": 140.0, "odometer": 0.0, "speed": 6.111111}, "timestamp": "1694889012", "vehicle": {"licensePlate": "RSZG37"}}}, {"id": "243dca6a-0a93-40aa-a0e9-ef6c76059551", "tripUpdate": {"trip": {"tripId": "24745-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 36, "arrival": {"time": "1694889056"}, "stopId": "39641"}, {"stopSequence": 37, "arrival": {"time": "1694889094"}, "stopId": "39642"}, {"stopSequence": 38, "arrival": {"time": "1694889358"}, "stopId": "39795"}, {"stopSequence": 39, "arrival": {"time": "1694889417"}, "stopId": "42642"}, {"stopSequence": 40, "arrival": {"time": "1694889450"}, "stopId": "42643"}, {"stopSequence": 41, "arrival": {"time": "1694889478"}, "stopId": "42644"}, {"stopSequence": 42, "arrival": {"time": "1694889498"}, "stopId": "42645"}, {"stopSequence": 43, "arrival": {"time": "1694889576"}, "stopId": "42532"}, {"stopSequence": 44, "arrival": {"time": "1694889748"}, "stopId": "40249"}, {"stopSequence": 45, "arrival": {"time": "1694889788"}, "stopId": "40250"}, {"stopSequence": 46, "arrival": {"time": "1694889811"}, "stopId": "40251"}, {"stopSequence": 47, "arrival": {"time": "1694889889"}, "stopId": "36699"}, {"stopSequence": 48, "arrival": {"time": "1694889917"}, "stopId": "36700"}, {"stopSequence": 49, "arrival": {"time": "1694889947"}, "stopId": "36701"}, {"stopSequence": 50, "arrival": {"time": "1694889968"}, "stopId": "36702"}, {"stopSequence": 51, "arrival": {"time": "1694890049"}, "stopId": "39140"}, {"stopSequence": 52, "arrival": {"time": "1694890111"}, "stopId": "39141"}, {"stopSequence": 53, "arrival": {"time": "1694890166"}, "stopId": "39082"}, {"stopSequence": 54, "arrival": {"time": "1694890197"}, "stopId": "40252"}, {"stopSequence": 55, "arrival": {"time": "1694890256"}, "stopId": "36693"}, {"stopSequence": 56, "arrival": {"time": "1694890270"}, "stopId": "32731"}, {"stopSequence": 57, "arrival": {"time": "1694890310"}, "stopId": "36691"}, {"stopSequence": 58, "arrival": {"time": "1694890363"}, "stopId": "36690"}, {"stopSequence": 59, "arrival": {"time": "1694890389"}, "stopId": "3890531"}, {"stopSequence": 60, "arrival": {"time": "1694890427"}, "stopId": "3890533"}], "vehicle": {"licensePlate": "CFTT38"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "24745-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "position": {"latitude": -36.81049, "longitude": -73.07394, "bearing": 296.0, "odometer": 0.0, "speed": 8.888889}, "timestamp": "1694889016", "vehicle": {"licensePlate": "CFTT38"}}}, {"id": "c1a75573-e24f-4049-b4ec-5d75dedc930d", "tripUpdate": {"trip": {"tripId": "24822-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889066"}, "stopId": "40035"}, {"stopSequence": 2, "arrival": {"time": "1694889156"}, "stopId": "40036"}, {"stopSequence": 3, "arrival": {"time": "1694889218"}, "stopId": "36695"}, {"stopSequence": 4, "arrival": {"time": "1694889258"}, "stopId": "36696"}, {"stopSequence": 5, "arrival": {"time": "1694889329"}, "stopId": "39229"}, {"stopSequence": 6, "arrival": {"time": "1694889364"}, "stopId": "32587"}, {"stopSequence": 7, "arrival": {"time": "1694889394"}, "stopId": "39230"}, {"stopSequence": 8, "arrival": {"time": "1694889411"}, "stopId": "39690"}, {"stopSequence": 9, "arrival": {"time": "1694889436"}, "stopId": "39691"}, {"stopSequence": 10, "arrival": {"time": "1694889467"}, "stopId": "39692"}, {"stopSequence": 11, "arrival": {"time": "1694889484"}, "stopId": "39693"}, {"stopSequence": 12, "arrival": {"time": "1694889567"}, "stopId": "40037"}, {"stopSequence": 13, "arrival": {"time": "1694889593"}, "stopId": "40038"}, {"stopSequence": 14, "arrival": {"time": "1694889650"}, "stopId": "40039"}, {"stopSequence": 15, "arrival": {"time": "1694889726"}, "stopId": "40040"}, {"stopSequence": 16, "arrival": {"time": "1694889806"}, "stopId": "42532"}, {"stopSequence": 17, "arrival": {"time": "1694889858"}, "stopId": "42533"}, {"stopSequence": 18, "arrival": {"time": "1694889911"}, "stopId": "42534"}, {"stopSequence": 19, "arrival": {"time": "1694889949"}, "stopId": "42535"}, {"stopSequence": 20, "arrival": {"time": "1694890034"}, "stopId": "38502"}, {"stopSequence": 21, "arrival": {"time": "1694890092"}, "stopId": "38503"}, {"stopSequence": 22, "arrival": {"time": "1694890245"}, "stopId": "35691"}, {"stopSequence": 23, "arrival": {"time": "1694890284"}, "stopId": "35692"}, {"stopSequence": 24, "arrival": {"time": "1694890338"}, "stopId": "35693"}, {"stopSequence": 25, "arrival": {"time": "1694890395"}, "stopId": "35694"}, {"stopSequence": 26, "arrival": {"time": "1694890435"}, "stopId": "35695"}, {"stopSequence": 27, "arrival": {"time": "1694890481"}, "stopId": "35696"}, {"stopSequence": 28, "arrival": {"time": "1694890650"}, "stopId": "35697"}, {"stopSequence": 29, "arrival": {"time": "1694890751"}, "stopId": "2-Jan"}, {"stopSequence": 30, "arrival": {"time": "1694890787"}, "stopId": "42460"}, {"stopSequence": 31, "arrival": {"time": "1694890824"}, "stopId": "35690"}, {"stopSequence": 32, "arrival": {"time": "1694890926"}, "stopId": "35700"}, {"stopSequence": 33, "arrival": {"time": "1694890957"}, "stopId": "35701"}, {"stopSequence": 34, "arrival": {"time": "1694891027"}, "stopId": "35703"}, {"stopSequence": 35, "arrival": {"time": "1694891051"}, "stopId": "35704"}, {"stopSequence": 36, "arrival": {"time": "1694891063"}, "stopId": "35705"}, {"stopSequence": 37, "arrival": {"time": "1694891087"}, "stopId": "35706"}, {"stopSequence": 38, "arrival": {"time": "1694891147"}, "stopId": "35707"}, {"stopSequence": 39, "arrival": {"time": "1694891175"}, "stopId": "35708"}, {"stopSequence": 40, "arrival": {"time": "1694891201"}, "stopId": "35709"}, {"stopSequence": 41, "arrival": {"time": "1694891304"}, "stopId": "37522"}, {"stopSequence": 42, "arrival": {"time": "1694891342"}, "stopId": "39599"}, {"stopSequence": 43, "arrival": {"time": "1694891455"}, "stopId": "37465"}, {"stopSequence": 44, "arrival": {"time": "1694891510"}, "stopId": "39503"}, {"stopSequence": 45, "arrival": {"time": "1694891628"}, "stopId": "39504"}, {"stopSequence": 46, "arrival": {"time": "1694891659"}, "stopId": "39595"}, {"stopSequence": 47, "arrival": {"time": "1694891679"}, "stopId": "39759"}, {"stopSequence": 48, "arrival": {"time": "1694891754"}, "stopId": "39760"}, {"stopSequence": 49, "arrival": {"time": "1694891803"}, "stopId": "39761"}, {"stopSequence": 50, "arrival": {"time": "1694891850"}, "stopId": "39511"}, {"stopSequence": 51, "arrival": {"time": "1694892005"}, "stopId": "39763"}, {"stopSequence": 52, "arrival": {"time": "1694892063"}, "stopId": "39764"}, {"stopSequence": 53, "arrival": {"time": "1694892108"}, "stopId": "39765"}, {"stopSequence": 54, "arrival": {"time": "1694892143"}, "stopId": "39529"}, {"stopSequence": 55, "arrival": {"time": "1694892230"}, "stopId": "39530"}, {"stopSequence": 56, "arrival": {"time": "1694892297"}, "stopId": "40150"}, {"stopSequence": 57, "arrival": {"time": "1694892447"}, "stopId": "40152"}, {"stopSequence": 58, "arrival": {"time": "1694892511"}, "stopId": "39536"}, {"stopSequence": 59, "arrival": {"time": "1694892551"}, "stopId": "16206048"}, {"stopSequence": 60, "arrival": {"time": "1694892582"}, "stopId": "39537"}, {"stopSequence": 61, "arrival": {"time": "1694892609"}, "stopId": "40192"}, {"stopSequence": 62, "arrival": {"time": "1694892652"}, "stopId": "39429"}, {"stopSequence": 63, "arrival": {"time": "1694892709"}, "stopId": "39430"}], "vehicle": {"licensePlate": "DHTY91"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "24822-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "position": {"latitude": -36.801506, "longitude": -73.10311, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "DHTY91"}}}, {"id": "4c6d49ba-40e2-4622-99ef-e11058c92781", "tripUpdate": {"trip": {"tripId": "24746-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 23, "arrival": {"time": "1694889018"}, "stopId": "39623"}, {"stopSequence": 24, "arrival": {"time": "1694889070"}, "stopId": "39624"}, {"stopSequence": 25, "arrival": {"time": "1694889120"}, "stopId": "39625"}, {"stopSequence": 26, "arrival": {"time": "1694889193"}, "stopId": "39628"}, {"stopSequence": 27, "arrival": {"time": "1694889273"}, "stopId": "39631"}, {"stopSequence": 28, "arrival": {"time": "1694889321"}, "stopId": "49311"}, {"stopSequence": 29, "arrival": {"time": "1694889378"}, "stopId": "39634"}, {"stopSequence": 30, "arrival": {"time": "1694889404"}, "stopId": "39635"}, {"stopSequence": 31, "arrival": {"time": "1694889450"}, "stopId": "39636"}, {"stopSequence": 32, "arrival": {"time": "1694889629"}, "stopId": "39637"}, {"stopSequence": 33, "arrival": {"time": "1694889678"}, "stopId": "49317"}, {"stopSequence": 34, "arrival": {"time": "1694889709"}, "stopId": "49318"}, {"stopSequence": 35, "arrival": {"time": "1694889774"}, "stopId": "49319"}, {"stopSequence": 36, "arrival": {"time": "1694889836"}, "stopId": "39641"}, {"stopSequence": 37, "arrival": {"time": "1694889871"}, "stopId": "39642"}, {"stopSequence": 38, "arrival": {"time": "1694890118"}, "stopId": "39795"}, {"stopSequence": 39, "arrival": {"time": "1694890174"}, "stopId": "42642"}, {"stopSequence": 40, "arrival": {"time": "1694890206"}, "stopId": "42643"}, {"stopSequence": 41, "arrival": {"time": "1694890233"}, "stopId": "42644"}, {"stopSequence": 42, "arrival": {"time": "1694890252"}, "stopId": "42645"}, {"stopSequence": 43, "arrival": {"time": "1694890329"}, "stopId": "42532"}, {"stopSequence": 44, "arrival": {"time": "1694890501"}, "stopId": "40249"}, {"stopSequence": 45, "arrival": {"time": "1694890542"}, "stopId": "40250"}, {"stopSequence": 46, "arrival": {"time": "1694890566"}, "stopId": "40251"}, {"stopSequence": 47, "arrival": {"time": "1694890646"}, "stopId": "36699"}, {"stopSequence": 48, "arrival": {"time": "1694890675"}, "stopId": "36700"}, {"stopSequence": 49, "arrival": {"time": "1694890707"}, "stopId": "36701"}, {"stopSequence": 50, "arrival": {"time": "1694890728"}, "stopId": "36702"}, {"stopSequence": 51, "arrival": {"time": "1694890814"}, "stopId": "39140"}, {"stopSequence": 52, "arrival": {"time": "1694890880"}, "stopId": "39141"}, {"stopSequence": 53, "arrival": {"time": "1694890939"}, "stopId": "39082"}, {"stopSequence": 54, "arrival": {"time": "1694890973"}, "stopId": "40252"}, {"stopSequence": 55, "arrival": {"time": "1694891038"}, "stopId": "36693"}, {"stopSequence": 56, "arrival": {"time": "1694891052"}, "stopId": "32731"}, {"stopSequence": 57, "arrival": {"time": "1694891097"}, "stopId": "36691"}, {"stopSequence": 58, "arrival": {"time": "1694891155"}, "stopId": "36690"}, {"stopSequence": 59, "arrival": {"time": "1694891185"}, "stopId": "3890531"}, {"stopSequence": 60, "arrival": {"time": "1694891227"}, "stopId": "3890533"}], "vehicle": {"licensePlate": "JBTK37"}, "timestamp": "1694889016"}, "vehicle": {"trip": {"tripId": "24746-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "position": {"latitude": -36.823082, "longitude": -73.04528, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "JBTK37"}}}, {"id": "898f6aab-4502-4045-ad1e-09efd086966a", "tripUpdate": {"trip": {"tripId": "24821-701ff27f-2", "startTime": "15:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889182"}, "stopId": "35697"}, {"stopSequence": 29, "arrival": {"time": "1694889285"}, "stopId": "2-Jan"}, {"stopSequence": 30, "arrival": {"time": "1694889321"}, "stopId": "42460"}, {"stopSequence": 31, "arrival": {"time": "1694889357"}, "stopId": "35690"}, {"stopSequence": 32, "arrival": {"time": "1694889457"}, "stopId": "35700"}, {"stopSequence": 33, "arrival": {"time": "1694889486"}, "stopId": "35701"}, {"stopSequence": 34, "arrival": {"time": "1694889551"}, "stopId": "35703"}, {"stopSequence": 35, "arrival": {"time": "1694889574"}, "stopId": "35704"}, {"stopSequence": 36, "arrival": {"time": "1694889584"}, "stopId": "35705"}, {"stopSequence": 37, "arrival": {"time": "1694889607"}, "stopId": "35706"}, {"stopSequence": 38, "arrival": {"time": "1694889661"}, "stopId": "35707"}, {"stopSequence": 39, "arrival": {"time": "1694889686"}, "stopId": "35708"}, {"stopSequence": 40, "arrival": {"time": "1694889709"}, "stopId": "35709"}, {"stopSequence": 41, "arrival": {"time": "1694889800"}, "stopId": "37522"}, {"stopSequence": 42, "arrival": {"time": "1694889832"}, "stopId": "39599"}, {"stopSequence": 43, "arrival": {"time": "1694889928"}, "stopId": "37465"}, {"stopSequence": 44, "arrival": {"time": "1694889973"}, "stopId": "39503"}, {"stopSequence": 45, "arrival": {"time": "1694890069"}, "stopId": "39504"}, {"stopSequence": 46, "arrival": {"time": "1694890095"}, "stopId": "39595"}, {"stopSequence": 47, "arrival": {"time": "1694890110"}, "stopId": "39759"}, {"stopSequence": 48, "arrival": {"time": "1694890169"}, "stopId": "39760"}, {"stopSequence": 49, "arrival": {"time": "1694890207"}, "stopId": "39761"}, {"stopSequence": 50, "arrival": {"time": "1694890243"}, "stopId": "39511"}, {"stopSequence": 51, "arrival": {"time": "1694890359"}, "stopId": "39763"}, {"stopSequence": 52, "arrival": {"time": "1694890402"}, "stopId": "39764"}, {"stopSequence": 53, "arrival": {"time": "1694890435"}, "stopId": "39765"}, {"stopSequence": 54, "arrival": {"time": "1694890460"}, "stopId": "39529"}, {"stopSequence": 55, "arrival": {"time": "1694890522"}, "stopId": "39530"}, {"stopSequence": 56, "arrival": {"time": "1694890569"}, "stopId": "40150"}, {"stopSequence": 57, "arrival": {"time": "1694890672"}, "stopId": "40152"}, {"stopSequence": 58, "arrival": {"time": "1694890715"}, "stopId": "39536"}, {"stopSequence": 59, "arrival": {"time": "1694890742"}, "stopId": "16206048"}, {"stopSequence": 60, "arrival": {"time": "1694890763"}, "stopId": "39537"}, {"stopSequence": 61, "arrival": {"time": "1694890781"}, "stopId": "40192"}, {"stopSequence": 62, "arrival": {"time": "1694890809"}, "stopId": "39429"}, {"stopSequence": 63, "arrival": {"time": "1694890846"}, "stopId": "39430"}], "vehicle": {"licensePlate": "KYDS57"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "24821-701ff27f-2", "startTime": "15:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "position": {"latitude": -36.815548, "longitude": -73.06733, "bearing": 174.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "KYDS57"}}}, {"id": "76c5770b-69cf-4964-8c34-38e81b7ad3a6", "tripUpdate": {"trip": {"tripId": "24747-701ff27f-2", "startTime": "15:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889010"}, "stopId": "40192"}, {"stopSequence": 3, "arrival": {"time": "1694889050"}, "stopId": "40193"}, {"stopSequence": 4, "arrival": {"time": "1694889078"}, "stopId": "40194"}, {"stopSequence": 5, "arrival": {"time": "1694889098"}, "stopId": "40195"}, {"stopSequence": 6, "arrival": {"time": "1694889124"}, "stopId": "40196"}, {"stopSequence": 7, "arrival": {"time": "1694889171"}, "stopId": "40151"}, {"stopSequence": 8, "arrival": {"time": "1694889313"}, "stopId": "39700"}, {"stopSequence": 9, "arrival": {"time": "1694889356"}, "stopId": "39701"}, {"stopSequence": 10, "arrival": {"time": "1694889395"}, "stopId": "39702"}, {"stopSequence": 11, "arrival": {"time": "1694889407"}, "stopId": "39703"}, {"stopSequence": 12, "arrival": {"time": "1694889456"}, "stopId": "39704"}, {"stopSequence": 13, "arrival": {"time": "1694889483"}, "stopId": "39918"}, {"stopSequence": 14, "arrival": {"time": "1694889528"}, "stopId": "39513"}, {"stopSequence": 15, "arrival": {"time": "1694889593"}, "stopId": "39592"}, {"stopSequence": 16, "arrival": {"time": "1694889651"}, "stopId": "39593"}, {"stopSequence": 17, "arrival": {"time": "1694889683"}, "stopId": "39594"}, {"stopSequence": 18, "arrival": {"time": "1694889808"}, "stopId": "39596"}, {"stopSequence": 19, "arrival": {"time": "1694889843"}, "stopId": "39597"}, {"stopSequence": 20, "arrival": {"time": "1694889886"}, "stopId": "39598"}, {"stopSequence": 21, "arrival": {"time": "1694889981"}, "stopId": "39599"}, {"stopSequence": 22, "arrival": {"time": "1694890055"}, "stopId": "45011"}, {"stopSequence": 23, "arrival": {"time": "1694890152"}, "stopId": "39623"}, {"stopSequence": 24, "arrival": {"time": "1694890200"}, "stopId": "39624"}, {"stopSequence": 25, "arrival": {"time": "1694890245"}, "stopId": "39625"}, {"stopSequence": 26, "arrival": {"time": "1694890313"}, "stopId": "39628"}, {"stopSequence": 27, "arrival": {"time": "1694890389"}, "stopId": "39631"}, {"stopSequence": 28, "arrival": {"time": "1694890436"}, "stopId": "49311"}, {"stopSequence": 29, "arrival": {"time": "1694890491"}, "stopId": "39634"}, {"stopSequence": 30, "arrival": {"time": "1694890516"}, "stopId": "39635"}, {"stopSequence": 31, "arrival": {"time": "1694890562"}, "stopId": "39636"}, {"stopSequence": 32, "arrival": {"time": "1694890745"}, "stopId": "39637"}, {"stopSequence": 33, "arrival": {"time": "1694890796"}, "stopId": "49317"}, {"stopSequence": 34, "arrival": {"time": "1694890828"}, "stopId": "49318"}, {"stopSequence": 35, "arrival": {"time": "1694890897"}, "stopId": "49319"}, {"stopSequence": 36, "arrival": {"time": "1694890964"}, "stopId": "39641"}, {"stopSequence": 37, "arrival": {"time": "1694891002"}, "stopId": "39642"}, {"stopSequence": 38, "arrival": {"time": "1694891280"}, "stopId": "39795"}, {"stopSequence": 39, "arrival": {"time": "1694891345"}, "stopId": "42642"}, {"stopSequence": 40, "arrival": {"time": "1694891383"}, "stopId": "42643"}, {"stopSequence": 41, "arrival": {"time": "1694891415"}, "stopId": "42644"}, {"stopSequence": 42, "arrival": {"time": "1694891438"}, "stopId": "42645"}, {"stopSequence": 43, "arrival": {"time": "1694891530"}, "stopId": "42532"}, {"stopSequence": 44, "arrival": {"time": "1694891742"}, "stopId": "40249"}, {"stopSequence": 45, "arrival": {"time": "1694891794"}, "stopId": "40250"}, {"stopSequence": 46, "arrival": {"time": "1694891824"}, "stopId": "40251"}, {"stopSequence": 47, "arrival": {"time": "1694891927"}, "stopId": "36699"}, {"stopSequence": 48, "arrival": {"time": "1694891965"}, "stopId": "36700"}, {"stopSequence": 49, "arrival": {"time": "1694892006"}, "stopId": "36701"}, {"stopSequence": 50, "arrival": {"time": "1694892035"}, "stopId": "36702"}, {"stopSequence": 51, "arrival": {"time": "1694892149"}, "stopId": "39140"}, {"stopSequence": 52, "arrival": {"time": "1694892237"}, "stopId": "39141"}, {"stopSequence": 53, "arrival": {"time": "1694892318"}, "stopId": "39082"}, {"stopSequence": 54, "arrival": {"time": "1694892365"}, "stopId": "40252"}, {"stopSequence": 55, "arrival": {"time": "1694892455"}, "stopId": "36693"}, {"stopSequence": 56, "arrival": {"time": "1694892476"}, "stopId": "32731"}, {"stopSequence": 57, "arrival": {"time": "1694892538"}, "stopId": "36691"}, {"stopSequence": 58, "arrival": {"time": "1694892622"}, "stopId": "36690"}, {"stopSequence": 59, "arrival": {"time": "1694892664"}, "stopId": "3890531"}, {"stopSequence": 60, "arrival": {"time": "1694892725"}, "stopId": "3890533"}], "vehicle": {"licensePlate": "PCTS71"}, "timestamp": "1694888994"}, "vehicle": {"trip": {"tripId": "24747-701ff27f-2", "startTime": "15:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "position": {"latitude": -36.79186, "longitude": -73.04567, "bearing": 352.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694888994", "vehicle": {"licensePlate": "PCTS71"}}}, {"id": "d1460db6-3799-4570-bec4-15ae853588b0", "tripUpdate": {"trip": {"tripId": "24744-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 44, "arrival": {"time": "1694889184"}, "stopId": "40249"}, {"stopSequence": 45, "arrival": {"time": "1694889227"}, "stopId": "40250"}, {"stopSequence": 46, "arrival": {"time": "1694889252"}, "stopId": "40251"}, {"stopSequence": 47, "arrival": {"time": "1694889334"}, "stopId": "36699"}, {"stopSequence": 48, "arrival": {"time": "1694889363"}, "stopId": "36700"}, {"stopSequence": 49, "arrival": {"time": "1694889395"}, "stopId": "36701"}, {"stopSequence": 50, "arrival": {"time": "1694889416"}, "stopId": "36702"}, {"stopSequence": 51, "arrival": {"time": "1694889500"}, "stopId": "39140"}, {"stopSequence": 52, "arrival": {"time": "1694889563"}, "stopId": "39141"}, {"stopSequence": 53, "arrival": {"time": "1694889619"}, "stopId": "39082"}, {"stopSequence": 54, "arrival": {"time": "1694889651"}, "stopId": "40252"}, {"stopSequence": 55, "arrival": {"time": "1694889711"}, "stopId": "36693"}, {"stopSequence": 56, "arrival": {"time": "1694889724"}, "stopId": "32731"}, {"stopSequence": 57, "arrival": {"time": "1694889764"}, "stopId": "36691"}, {"stopSequence": 58, "arrival": {"time": "1694889817"}, "stopId": "36690"}, {"stopSequence": 59, "arrival": {"time": "1694889843"}, "stopId": "3890531"}, {"stopSequence": 60, "arrival": {"time": "1694889880"}, "stopId": "3890533"}], "vehicle": {"licensePlate": "RJZL16"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "24744-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 0}, "position": {"latitude": -36.799057, "longitude": -73.09686, "bearing": 308.0, "odometer": 0.0, "speed": 7.2222223}, "timestamp": "1694889008", "vehicle": {"licensePlate": "RJZL16"}}}, {"id": "42ea9384-0c4d-4efb-b193-5b7ab2a50191", "tripUpdate": {"trip": {"tripId": "24817-701ff27f-2", "startTime": "14:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 45, "arrival": {"time": "1694889031"}, "stopId": "39504"}, {"stopSequence": 46, "arrival": {"time": "1694889058"}, "stopId": "39595"}, {"stopSequence": 47, "arrival": {"time": "1694889075"}, "stopId": "39759"}, {"stopSequence": 48, "arrival": {"time": "1694889139"}, "stopId": "39760"}, {"stopSequence": 49, "arrival": {"time": "1694889180"}, "stopId": "39761"}, {"stopSequence": 50, "arrival": {"time": "1694889218"}, "stopId": "39511"}, {"stopSequence": 51, "arrival": {"time": "1694889339"}, "stopId": "39763"}, {"stopSequence": 52, "arrival": {"time": "1694889383"}, "stopId": "39764"}, {"stopSequence": 53, "arrival": {"time": "1694889417"}, "stopId": "39765"}, {"stopSequence": 54, "arrival": {"time": "1694889443"}, "stopId": "39529"}, {"stopSequence": 55, "arrival": {"time": "1694889505"}, "stopId": "39530"}, {"stopSequence": 56, "arrival": {"time": "1694889552"}, "stopId": "40150"}, {"stopSequence": 57, "arrival": {"time": "1694889653"}, "stopId": "40152"}, {"stopSequence": 58, "arrival": {"time": "1694889694"}, "stopId": "39536"}, {"stopSequence": 59, "arrival": {"time": "1694889720"}, "stopId": "16206048"}, {"stopSequence": 60, "arrival": {"time": "1694889740"}, "stopId": "39537"}, {"stopSequence": 61, "arrival": {"time": "1694889757"}, "stopId": "40192"}, {"stopSequence": 62, "arrival": {"time": "1694889784"}, "stopId": "39429"}, {"stopSequence": 63, "arrival": {"time": "1694889819"}, "stopId": "39430"}], "vehicle": {"licensePlate": "RPYG62"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "24817-701ff27f-2", "startTime": "14:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "position": {"latitude": -36.81252, "longitude": -73.03704, "bearing": 40.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694888976", "vehicle": {"licensePlate": "RPYG62"}}}, {"id": "c35288af-b4ad-4275-9682-2861b11c3b34", "tripUpdate": {"trip": {"tripId": "24820-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889023"}, "stopId": "35704"}, {"stopSequence": 36, "arrival": {"time": "1694889034"}, "stopId": "35705"}, {"stopSequence": 37, "arrival": {"time": "1694889058"}, "stopId": "35706"}, {"stopSequence": 38, "arrival": {"time": "1694889117"}, "stopId": "35707"}, {"stopSequence": 39, "arrival": {"time": "1694889144"}, "stopId": "35708"}, {"stopSequence": 40, "arrival": {"time": "1694889169"}, "stopId": "35709"}, {"stopSequence": 41, "arrival": {"time": "1694889265"}, "stopId": "37522"}, {"stopSequence": 42, "arrival": {"time": "1694889299"}, "stopId": "39599"}, {"stopSequence": 43, "arrival": {"time": "1694889400"}, "stopId": "37465"}, {"stopSequence": 44, "arrival": {"time": "1694889447"}, "stopId": "39503"}, {"stopSequence": 45, "arrival": {"time": "1694889545"}, "stopId": "39504"}, {"stopSequence": 46, "arrival": {"time": "1694889571"}, "stopId": "39595"}, {"stopSequence": 47, "arrival": {"time": "1694889587"}, "stopId": "39759"}, {"stopSequence": 48, "arrival": {"time": "1694889647"}, "stopId": "39760"}, {"stopSequence": 49, "arrival": {"time": "1694889686"}, "stopId": "39761"}, {"stopSequence": 50, "arrival": {"time": "1694889722"}, "stopId": "39511"}, {"stopSequence": 51, "arrival": {"time": "1694889838"}, "stopId": "39763"}, {"stopSequence": 52, "arrival": {"time": "1694889880"}, "stopId": "39764"}, {"stopSequence": 53, "arrival": {"time": "1694889913"}, "stopId": "39765"}, {"stopSequence": 54, "arrival": {"time": "1694889938"}, "stopId": "39529"}, {"stopSequence": 55, "arrival": {"time": "1694889998"}, "stopId": "39530"}, {"stopSequence": 56, "arrival": {"time": "1694890044"}, "stopId": "40150"}, {"stopSequence": 57, "arrival": {"time": "1694890144"}, "stopId": "40152"}, {"stopSequence": 58, "arrival": {"time": "1694890185"}, "stopId": "39536"}, {"stopSequence": 59, "arrival": {"time": "1694890210"}, "stopId": "16206048"}, {"stopSequence": 60, "arrival": {"time": "1694890230"}, "stopId": "39537"}, {"stopSequence": 61, "arrival": {"time": "1694890247"}, "stopId": "40192"}, {"stopSequence": 62, "arrival": {"time": "1694890274"}, "stopId": "39429"}, {"stopSequence": 63, "arrival": {"time": "1694890309"}, "stopId": "39430"}], "vehicle": {"licensePlate": "SVZW59"}, "timestamp": "1694889022"}, "vehicle": {"trip": {"tripId": "24820-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "621", "directionId": 1}, "position": {"latitude": -36.823593, "longitude": -73.04964, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889022", "vehicle": {"licensePlate": "SVZW59"}}}, {"id": "43ab0a05-2718-4484-b371-2da96d2758d6", "tripUpdate": {"trip": {"tripId": "24945-701ff27f-2", "startTime": "15:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 15, "arrival": {"time": "1694889006"}, "stopId": "39592"}, {"stopSequence": 16, "arrival": {"time": "1694889076"}, "stopId": "39593"}, {"stopSequence": 17, "arrival": {"time": "1694889109"}, "stopId": "39594"}, {"stopSequence": 18, "arrival": {"time": "1694889243"}, "stopId": "39596"}, {"stopSequence": 19, "arrival": {"time": "1694889276"}, "stopId": "39597"}, {"stopSequence": 20, "arrival": {"time": "1694889326"}, "stopId": "39598"}, {"stopSequence": 21, "arrival": {"time": "1694889426"}, "stopId": "39599"}, {"stopSequence": 22, "arrival": {"time": "1694889502"}, "stopId": "45011"}, {"stopSequence": 23, "arrival": {"time": "1694889601"}, "stopId": "39623"}, {"stopSequence": 24, "arrival": {"time": "1694889649"}, "stopId": "39624"}, {"stopSequence": 25, "arrival": {"time": "1694889695"}, "stopId": "39625"}, {"stopSequence": 26, "arrival": {"time": "1694889763"}, "stopId": "39628"}, {"stopSequence": 27, "arrival": {"time": "1694889891"}, "stopId": "15879953"}, {"stopSequence": 28, "arrival": {"time": "1694889912"}, "stopId": "35746"}, {"stopSequence": 29, "arrival": {"time": "1694890043"}, "stopId": "40272"}, {"stopSequence": 30, "arrival": {"time": "1694890659"}, "stopId": "6734217"}, {"stopSequence": 31, "arrival": {"time": "1694890872"}, "stopId": "40257"}, {"stopSequence": 32, "arrival": {"time": "1694890911"}, "stopId": "40256"}, {"stopSequence": 33, "arrival": {"time": "1694890963"}, "stopId": "40255"}, {"stopSequence": 34, "arrival": {"time": "1694891381"}, "stopId": "39139"}, {"stopSequence": 35, "arrival": {"time": "1694891456"}, "stopId": "32587"}, {"stopSequence": 36, "arrival": {"time": "1694891486"}, "stopId": "39230"}, {"stopSequence": 37, "arrival": {"time": "1694891508"}, "stopId": "36703"}], "vehicle": {"licensePlate": "DDBD91"}, "timestamp": "1694889000"}, "vehicle": {"trip": {"tripId": "24945-701ff27f-2", "startTime": "15:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 0}, "position": {"latitude": -36.803757, "longitude": -73.03019, "bearing": 202.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694889000", "vehicle": {"licensePlate": "DDBD91"}}}, {"id": "8ab55ded-be22-4c2a-be52-eb4b0489034d", "tripUpdate": {"trip": {"tripId": "24886-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694888996"}, "stopId": "39763"}, {"stopSequence": 32, "arrival": {"time": "1694889033"}, "stopId": "39764"}, {"stopSequence": 33, "arrival": {"time": "1694889072"}, "stopId": "39765"}, {"stopSequence": 34, "arrival": {"time": "1694889096"}, "stopId": "39529"}, {"stopSequence": 35, "arrival": {"time": "1694889170"}, "stopId": "39530"}, {"stopSequence": 36, "arrival": {"time": "1694889391"}, "stopId": "91159"}, {"stopSequence": 37, "arrival": {"time": "1694889494"}, "stopId": "39584"}, {"stopSequence": 38, "arrival": {"time": "1694889540"}, "stopId": "39585"}, {"stopSequence": 39, "arrival": {"time": "1694889552"}, "stopId": "38024"}, {"stopSequence": 40, "arrival": {"time": "1694889591"}, "stopId": "39536"}, {"stopSequence": 41, "arrival": {"time": "1694889627"}, "stopId": "16206048"}, {"stopSequence": 42, "arrival": {"time": "1694889646"}, "stopId": "39537"}, {"stopSequence": 43, "arrival": {"time": "1694889663"}, "stopId": "39428"}, {"stopSequence": 44, "arrival": {"time": "1694889690"}, "stopId": "39429"}, {"stopSequence": 45, "arrival": {"time": "1694889725"}, "stopId": "39430"}], "vehicle": {"licensePlate": "JZZZ63"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "24886-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 1}, "position": {"latitude": -36.79996, "longitude": -73.03136, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888974", "vehicle": {"licensePlate": "JZZZ63"}}}, {"id": "94b12a5e-d8d5-49d5-bfe6-3da767927dbb", "tripUpdate": {"trip": {"tripId": "24887-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694888981"}, "stopId": "35703"}, {"stopSequence": 15, "arrival": {"time": "1694889006"}, "stopId": "35704"}, {"stopSequence": 16, "arrival": {"time": "1694889018"}, "stopId": "35705"}, {"stopSequence": 17, "arrival": {"time": "1694889042"}, "stopId": "35706"}, {"stopSequence": 18, "arrival": {"time": "1694889097"}, "stopId": "35707"}, {"stopSequence": 19, "arrival": {"time": "1694889127"}, "stopId": "35708"}, {"stopSequence": 20, "arrival": {"time": "1694889152"}, "stopId": "35709"}, {"stopSequence": 21, "arrival": {"time": "1694889248"}, "stopId": "37522"}, {"stopSequence": 22, "arrival": {"time": "1694889282"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694889382"}, "stopId": "37465"}, {"stopSequence": 24, "arrival": {"time": "1694889429"}, "stopId": "39503"}, {"stopSequence": 25, "arrival": {"time": "1694889522"}, "stopId": "39504"}, {"stopSequence": 26, "arrival": {"time": "1694889547"}, "stopId": "39595"}, {"stopSequence": 27, "arrival": {"time": "1694889569"}, "stopId": "39759"}, {"stopSequence": 28, "arrival": {"time": "1694889628"}, "stopId": "39760"}, {"stopSequence": 29, "arrival": {"time": "1694889667"}, "stopId": "39761"}, {"stopSequence": 30, "arrival": {"time": "1694889705"}, "stopId": "39511"}, {"stopSequence": 31, "arrival": {"time": "1694889819"}, "stopId": "39763"}, {"stopSequence": 32, "arrival": {"time": "1694889853"}, "stopId": "39764"}, {"stopSequence": 33, "arrival": {"time": "1694889888"}, "stopId": "39765"}, {"stopSequence": 34, "arrival": {"time": "1694889911"}, "stopId": "39529"}, {"stopSequence": 35, "arrival": {"time": "1694889979"}, "stopId": "39530"}, {"stopSequence": 36, "arrival": {"time": "1694890189"}, "stopId": "91159"}, {"stopSequence": 37, "arrival": {"time": "1694890290"}, "stopId": "39584"}, {"stopSequence": 38, "arrival": {"time": "1694890335"}, "stopId": "39585"}, {"stopSequence": 39, "arrival": {"time": "1694890347"}, "stopId": "38024"}, {"stopSequence": 40, "arrival": {"time": "1694890386"}, "stopId": "39536"}, {"stopSequence": 41, "arrival": {"time": "1694890422"}, "stopId": "16206048"}, {"stopSequence": 42, "arrival": {"time": "1694890441"}, "stopId": "39537"}, {"stopSequence": 43, "arrival": {"time": "1694890458"}, "stopId": "39428"}, {"stopSequence": 44, "arrival": {"time": "1694890485"}, "stopId": "39429"}, {"stopSequence": 45, "arrival": {"time": "1694890521"}, "stopId": "39430"}], "vehicle": {"licensePlate": "KTFG58"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "24887-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 1}, "position": {"latitude": -36.82417, "longitude": -73.05079, "bearing": 62.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694888980", "vehicle": {"licensePlate": "KTFG58"}}}, {"id": "90434c2f-965a-4d1a-99d6-53b00e902996", "tripUpdate": {"trip": {"tripId": "24943-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 34, "arrival": {"time": "1694889131"}, "stopId": "39139"}, {"stopSequence": 35, "arrival": {"time": "1694889199"}, "stopId": "32587"}, {"stopSequence": 36, "arrival": {"time": "1694889225"}, "stopId": "39230"}, {"stopSequence": 37, "arrival": {"time": "1694889244"}, "stopId": "36703"}], "vehicle": {"licensePlate": "KVGR49"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "24943-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 0}, "position": {"latitude": -36.797737, "longitude": -73.11481, "bearing": 290.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694888976", "vehicle": {"licensePlate": "KVGR49"}}}, {"id": "471daeb5-934a-41b4-81a3-8833099aedce", "tripUpdate": {"trip": {"tripId": "24888-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889188"}, "stopId": "39141"}, {"stopSequence": 4, "arrival": {"time": "1694889247"}, "stopId": "39082"}, {"stopSequence": 5, "arrival": {"time": "1694889281"}, "stopId": "40252"}, {"stopSequence": 6, "arrival": {"time": "1694889343"}, "stopId": "36693"}, {"stopSequence": 7, "arrival": {"time": "1694889360"}, "stopId": "32731"}, {"stopSequence": 8, "arrival": {"time": "1694890312"}, "stopId": "40272"}, {"stopSequence": 9, "arrival": {"time": "1694890396"}, "stopId": "2-Jan"}, {"stopSequence": 10, "arrival": {"time": "1694890429"}, "stopId": "42460"}, {"stopSequence": 11, "arrival": {"time": "1694890471"}, "stopId": "35690"}, {"stopSequence": 12, "arrival": {"time": "1694890568"}, "stopId": "35700"}, {"stopSequence": 13, "arrival": {"time": "1694890597"}, "stopId": "35701"}, {"stopSequence": 14, "arrival": {"time": "1694890663"}, "stopId": "35703"}, {"stopSequence": 15, "arrival": {"time": "1694890687"}, "stopId": "35704"}, {"stopSequence": 16, "arrival": {"time": "1694890698"}, "stopId": "35705"}, {"stopSequence": 17, "arrival": {"time": "1694890721"}, "stopId": "35706"}, {"stopSequence": 18, "arrival": {"time": "1694890774"}, "stopId": "35707"}, {"stopSequence": 19, "arrival": {"time": "1694890803"}, "stopId": "35708"}, {"stopSequence": 20, "arrival": {"time": "1694890828"}, "stopId": "35709"}, {"stopSequence": 21, "arrival": {"time": "1694890924"}, "stopId": "37522"}, {"stopSequence": 22, "arrival": {"time": "1694890959"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694891065"}, "stopId": "37465"}, {"stopSequence": 24, "arrival": {"time": "1694891115"}, "stopId": "39503"}, {"stopSequence": 25, "arrival": {"time": "1694891217"}, "stopId": "39504"}, {"stopSequence": 26, "arrival": {"time": "1694891245"}, "stopId": "39595"}, {"stopSequence": 27, "arrival": {"time": "1694891270"}, "stopId": "39759"}, {"stopSequence": 28, "arrival": {"time": "1694891338"}, "stopId": "39760"}, {"stopSequence": 29, "arrival": {"time": "1694891383"}, "stopId": "39761"}, {"stopSequence": 30, "arrival": {"time": "1694891427"}, "stopId": "39511"}, {"stopSequence": 31, "arrival": {"time": "1694891565"}, "stopId": "39763"}, {"stopSequence": 32, "arrival": {"time": "1694891606"}, "stopId": "39764"}, {"stopSequence": 33, "arrival": {"time": "1694891650"}, "stopId": "39765"}, {"stopSequence": 34, "arrival": {"time": "1694891679"}, "stopId": "39529"}, {"stopSequence": 35, "arrival": {"time": "1694891766"}, "stopId": "39530"}, {"stopSequence": 36, "arrival": {"time": "1694892045"}, "stopId": "91159"}, {"stopSequence": 37, "arrival": {"time": "1694892187"}, "stopId": "39584"}, {"stopSequence": 38, "arrival": {"time": "1694892251"}, "stopId": "39585"}, {"stopSequence": 39, "arrival": {"time": "1694892268"}, "stopId": "38024"}, {"stopSequence": 40, "arrival": {"time": "1694892325"}, "stopId": "39536"}, {"stopSequence": 41, "arrival": {"time": "1694892378"}, "stopId": "16206048"}, {"stopSequence": 42, "arrival": {"time": "1694892406"}, "stopId": "39537"}, {"stopSequence": 43, "arrival": {"time": "1694892431"}, "stopId": "39428"}, {"stopSequence": 44, "arrival": {"time": "1694892473"}, "stopId": "39429"}, {"stopSequence": 45, "arrival": {"time": "1694892527"}, "stopId": "39430"}], "vehicle": {"licensePlate": "PGYF76"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "24888-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 1}, "position": {"latitude": -36.794567, "longitude": -73.11801, "bearing": 182.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694889004", "vehicle": {"licensePlate": "PGYF76"}}}, {"id": "0a1644b2-256d-4ac5-a996-d1738535a9cb", "tripUpdate": {"trip": {"tripId": "24944-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 25, "arrival": {"time": "1694889040"}, "stopId": "39625"}, {"stopSequence": 26, "arrival": {"time": "1694889114"}, "stopId": "39628"}, {"stopSequence": 27, "arrival": {"time": "1694889250"}, "stopId": "15879953"}, {"stopSequence": 28, "arrival": {"time": "1694889272"}, "stopId": "35746"}, {"stopSequence": 29, "arrival": {"time": "1694889410"}, "stopId": "40272"}, {"stopSequence": 30, "arrival": {"time": "1694890025"}, "stopId": "6734217"}, {"stopSequence": 31, "arrival": {"time": "1694890226"}, "stopId": "40257"}, {"stopSequence": 32, "arrival": {"time": "1694890263"}, "stopId": "40256"}, {"stopSequence": 33, "arrival": {"time": "1694890311"}, "stopId": "40255"}, {"stopSequence": 34, "arrival": {"time": "1694890690"}, "stopId": "39139"}, {"stopSequence": 35, "arrival": {"time": "1694890756"}, "stopId": "32587"}, {"stopSequence": 36, "arrival": {"time": "1694890782"}, "stopId": "39230"}, {"stopSequence": 37, "arrival": {"time": "1694890801"}, "stopId": "36703"}], "vehicle": {"licensePlate": "ZJ7262"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "24944-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "622", "directionId": 0}, "position": {"latitude": -36.82453, "longitude": -73.04858, "bearing": 240.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889006", "vehicle": {"licensePlate": "ZJ7262"}}}, {"id": "6a4b49df-cab9-4b7e-b595-d287be5785e5", "tripUpdate": {"trip": {"tripId": "742beaf6-4-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 19, "arrival": {"time": "1694888959"}, "stopId": "35203"}, {"stopSequence": 20, "arrival": {"time": "1694889029"}, "stopId": "1-Feb"}, {"stopSequence": 21, "arrival": {"time": "1694889078"}, "stopId": "1-Mar"}, {"stopSequence": 22, "arrival": {"time": "1694889112"}, "stopId": "37465"}, {"stopSequence": 23, "arrival": {"time": "1694889215"}, "stopId": "39599"}, {"stopSequence": 24, "arrival": {"time": "1694889293"}, "stopId": "45011"}, {"stopSequence": 25, "arrival": {"time": "1694889394"}, "stopId": "39623"}, {"stopSequence": 26, "arrival": {"time": "1694889443"}, "stopId": "39624"}, {"stopSequence": 27, "arrival": {"time": "1694889508"}, "stopId": "90000"}, {"stopSequence": 28, "arrival": {"time": "1694889558"}, "stopId": "39628"}, {"stopSequence": 29, "arrival": {"time": "1694889634"}, "stopId": "39631"}, {"stopSequence": 30, "arrival": {"time": "1694889680"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694889735"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694889760"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694889805"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694889857"}, "stopId": "49503"}, {"stopSequence": 35, "arrival": {"time": "1694889980"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890028"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694890059"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694890123"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694890185"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694890220"}, "stopId": "39642"}, {"stopSequence": 41, "arrival": {"time": "1694890496"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694890569"}, "stopId": "40711"}, {"stopSequence": 43, "arrival": {"time": "1694890612"}, "stopId": "40712"}, {"stopSequence": 44, "arrival": {"time": "1694890645"}, "stopId": "40713"}, {"stopSequence": 45, "arrival": {"time": "1694890663"}, "stopId": "40714"}, {"stopSequence": 46, "arrival": {"time": "1694890728"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694890776"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694890818"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694890852"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694890886"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694890917"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694890989"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694891002"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694891046"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694891052"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694891088"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694891167"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694891199"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694891247"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694891295"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694891321"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694891361"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694891415"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694891483"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694891538"}, "stopId": "49341"}, {"stopSequence": 66, "arrival": {"time": "1694891587"}, "stopId": "49342"}, {"stopSequence": 67, "arrival": {"time": "1694891700"}, "stopId": "49343"}, {"stopSequence": 68, "arrival": {"time": "1694893476"}, "stopId": "40735"}, {"stopSequence": 69, "arrival": {"time": "1694893699"}, "stopId": "40736"}], "vehicle": {"licensePlate": "DXXD507"}, "timestamp": "1694888956"}, "vehicle": {"trip": {"tripId": "742beaf6-4-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "position": {"latitude": -36.814754, "longitude": -73.03021, "bearing": 294.0, "odometer": 0.0, "speed": 12.4}, "timestamp": "1694888956", "vehicle": {"licensePlate": "DXXD507"}}}, {"id": "5ffaee9c-8cfa-472d-b4ac-185d550277ed", "tripUpdate": {"trip": {"tripId": "d217be94-b-701ff27f-2", "startTime": "13:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 52, "arrival": {"time": "1694888952"}, "stopId": "50034"}, {"stopSequence": 53, "arrival": {"time": "1694888996"}, "stopId": "40903"}, {"stopSequence": 54, "arrival": {"time": "1694889029"}, "stopId": "40904"}, {"stopSequence": 55, "arrival": {"time": "1694889159"}, "stopId": "35815"}, {"stopSequence": 56, "arrival": {"time": "1694889189"}, "stopId": "35816"}, {"stopSequence": 57, "arrival": {"time": "1694889194"}, "stopId": "35817"}, {"stopSequence": 58, "arrival": {"time": "1694889237"}, "stopId": "35818"}, {"stopSequence": 59, "arrival": {"time": "1694889276"}, "stopId": "35819"}, {"stopSequence": 60, "arrival": {"time": "1694889466"}, "stopId": "35822"}, {"stopSequence": 61, "arrival": {"time": "1694889506"}, "stopId": "35823"}, {"stopSequence": 62, "arrival": {"time": "1694889569"}, "stopId": "35723"}, {"stopSequence": 63, "arrival": {"time": "1694889614"}, "stopId": "35722"}, {"stopSequence": 64, "arrival": {"time": "1694889693"}, "stopId": "35826"}, {"stopSequence": 65, "arrival": {"time": "1694889759"}, "stopId": "35548"}, {"stopSequence": 66, "arrival": {"time": "1694889844"}, "stopId": "35547"}, {"stopSequence": 67, "arrival": {"time": "1694889933"}, "stopId": "50003"}], "vehicle": {"licensePlate": "FSJW61"}, "timestamp": "1694888910"}, "vehicle": {"trip": {"tripId": "d217be94-b-701ff27f-2", "startTime": "13:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "position": {"latitude": -36.81938, "longitude": -73.03668, "bearing": 149.0, "odometer": 0.0, "speed": 12.4}, "timestamp": "1694888910", "vehicle": {"licensePlate": "FSJW61"}}}, {"id": "da4e6172-8c11-4d08-b23a-5ad634329898", "tripUpdate": {"trip": {"tripId": "85b9f14e-1-701ff27f-2", "startTime": "13:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 55, "arrival": {"time": "1694888908"}, "stopId": "35815"}, {"stopSequence": 56, "arrival": {"time": "1694888939"}, "stopId": "35816"}, {"stopSequence": 57, "arrival": {"time": "1694888944"}, "stopId": "35817"}, {"stopSequence": 58, "arrival": {"time": "1694888989"}, "stopId": "35818"}, {"stopSequence": 59, "arrival": {"time": "1694889029"}, "stopId": "35819"}, {"stopSequence": 60, "arrival": {"time": "1694889226"}, "stopId": "35822"}, {"stopSequence": 61, "arrival": {"time": "1694889267"}, "stopId": "35823"}, {"stopSequence": 62, "arrival": {"time": "1694889332"}, "stopId": "35723"}, {"stopSequence": 63, "arrival": {"time": "1694889377"}, "stopId": "35722"}, {"stopSequence": 64, "arrival": {"time": "1694889458"}, "stopId": "35826"}, {"stopSequence": 65, "arrival": {"time": "1694889525"}, "stopId": "35548"}, {"stopSequence": 66, "arrival": {"time": "1694889611"}, "stopId": "35547"}, {"stopSequence": 67, "arrival": {"time": "1694889701"}, "stopId": "50003"}], "vehicle": {"licensePlate": "HYWD41"}, "timestamp": "1694888907"}, "vehicle": {"trip": {"tripId": "85b9f14e-1-701ff27f-2", "startTime": "13:28:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "position": {"latitude": -36.817432, "longitude": -73.02584, "bearing": 116.0, "odometer": 0.0, "speed": 26.5}, "timestamp": "1694888907", "vehicle": {"licensePlate": "HYWD41"}}}, {"id": "6830f4f1-3904-45a3-88e5-335583a8c56a", "tripUpdate": {"trip": {"tripId": "77ce18f2-2-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 27, "arrival": {"time": "1694888985"}, "stopId": "90000"}, {"stopSequence": 28, "arrival": {"time": "1694889039"}, "stopId": "39628"}, {"stopSequence": 29, "arrival": {"time": "1694889120"}, "stopId": "39631"}, {"stopSequence": 30, "arrival": {"time": "1694889168"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694889226"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694889252"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694889298"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694889352"}, "stopId": "49503"}, {"stopSequence": 35, "arrival": {"time": "1694889479"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694889528"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694889559"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694889624"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694889687"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694889721"}, "stopId": "39642"}, {"stopSequence": 41, "arrival": {"time": "1694889993"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694890064"}, "stopId": "40711"}, {"stopSequence": 43, "arrival": {"time": "1694890105"}, "stopId": "40712"}, {"stopSequence": 44, "arrival": {"time": "1694890137"}, "stopId": "40713"}, {"stopSequence": 45, "arrival": {"time": "1694890154"}, "stopId": "40714"}, {"stopSequence": 46, "arrival": {"time": "1694890216"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694890262"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694890302"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694890334"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694890366"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694890395"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694890463"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694890475"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694890516"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694890521"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694890555"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694890627"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694890657"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694890701"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694890745"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694890768"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694890805"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694890854"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694890915"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694890964"}, "stopId": "49341"}, {"stopSequence": 66, "arrival": {"time": "1694891008"}, "stopId": "49342"}, {"stopSequence": 67, "arrival": {"time": "1694891109"}, "stopId": "49343"}, {"stopSequence": 68, "arrival": {"time": "1694892599"}, "stopId": "40735"}, {"stopSequence": 69, "arrival": {"time": "1694892776"}, "stopId": "40736"}], "vehicle": {"licensePlate": "JLZB90"}, "timestamp": "1694888916"}, "vehicle": {"trip": {"tripId": "77ce18f2-2-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "position": {"latitude": -36.82415, "longitude": -73.04789, "bearing": 243.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888916", "vehicle": {"licensePlate": "JLZB90"}}}, {"id": "c832c2e7-feae-4ade-bb12-df173b8ce3c7", "tripUpdate": {"trip": {"tripId": "22889603-2-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694888947"}, "stopId": "50001"}, {"stopSequence": 2, "arrival": {"time": "1694889053"}, "stopId": "50002"}, {"stopSequence": 3, "arrival": {"time": "1694890108"}, "stopId": "42428"}, {"stopSequence": 4, "arrival": {"time": "1694890147"}, "stopId": "42429"}, {"stopSequence": 5, "arrival": {"time": "1694890174"}, "stopId": "42430"}, {"stopSequence": 6, "arrival": {"time": "1694890233"}, "stopId": "42431"}, {"stopSequence": 7, "arrival": {"time": "1694890251"}, "stopId": "42432"}, {"stopSequence": 8, "arrival": {"time": "1694890301"}, "stopId": "37578"}, {"stopSequence": 9, "arrival": {"time": "1694890335"}, "stopId": "37579"}, {"stopSequence": 10, "arrival": {"time": "1694890370"}, "stopId": "37580"}, {"stopSequence": 11, "arrival": {"time": "1694890413"}, "stopId": "37581"}, {"stopSequence": 12, "arrival": {"time": "1694890447"}, "stopId": "37582"}, {"stopSequence": 13, "arrival": {"time": "1694890481"}, "stopId": "40748"}, {"stopSequence": 14, "arrival": {"time": "1694890543"}, "stopId": "40749"}, {"stopSequence": 15, "arrival": {"time": "1694890583"}, "stopId": "42525"}, {"stopSequence": 16, "arrival": {"time": "1694890586"}, "stopId": "42526"}, {"stopSequence": 17, "arrival": {"time": "1694890612"}, "stopId": "42527"}, {"stopSequence": 18, "arrival": {"time": "1694890659"}, "stopId": "42528"}, {"stopSequence": 19, "arrival": {"time": "1694890717"}, "stopId": "37432"}, {"stopSequence": 20, "arrival": {"time": "1694890748"}, "stopId": "37586"}, {"stopSequence": 21, "arrival": {"time": "1694890771"}, "stopId": "37430"}, {"stopSequence": 22, "arrival": {"time": "1694890791"}, "stopId": "37588"}, {"stopSequence": 23, "arrival": {"time": "1694890842"}, "stopId": "37589"}, {"stopSequence": 24, "arrival": {"time": "1694890902"}, "stopId": "37590"}, {"stopSequence": 25, "arrival": {"time": "1694890970"}, "stopId": "40760"}, {"stopSequence": 26, "arrival": {"time": "1694890994"}, "stopId": "40713"}, {"stopSequence": 27, "arrival": {"time": "1694891035"}, "stopId": "40762"}, {"stopSequence": 28, "arrival": {"time": "1694891090"}, "stopId": "40763"}, {"stopSequence": 29, "arrival": {"time": "1694891129"}, "stopId": "38642"}, {"stopSequence": 30, "arrival": {"time": "1694891178"}, "stopId": "39795"}, {"stopSequence": 31, "arrival": {"time": "1694891216"}, "stopId": "38502"}, {"stopSequence": 32, "arrival": {"time": "1694891283"}, "stopId": "38503"}, {"stopSequence": 33, "arrival": {"time": "1694891467"}, "stopId": "35691"}, {"stopSequence": 34, "arrival": {"time": "1694891583"}, "stopId": "35693"}, {"stopSequence": 35, "arrival": {"time": "1694891654"}, "stopId": "35694"}, {"stopSequence": 36, "arrival": {"time": "1694891698"}, "stopId": "35695"}, {"stopSequence": 37, "arrival": {"time": "1694891765"}, "stopId": "35696"}, {"stopSequence": 38, "arrival": {"time": "1694891990"}, "stopId": "35697"}, {"stopSequence": 39, "arrival": {"time": "1694892123"}, "stopId": "2-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694892173"}, "stopId": "42460"}, {"stopSequence": 41, "arrival": {"time": "1694892224"}, "stopId": "35690"}, {"stopSequence": 42, "arrival": {"time": "1694892369"}, "stopId": "35700"}, {"stopSequence": 43, "arrival": {"time": "1694892513"}, "stopId": "35703"}, {"stopSequence": 44, "arrival": {"time": "1694892537"}, "stopId": "35704"}, {"stopSequence": 45, "arrival": {"time": "1694892571"}, "stopId": "35705"}, {"stopSequence": 46, "arrival": {"time": "1694892602"}, "stopId": "35706"}, {"stopSequence": 47, "arrival": {"time": "1694892690"}, "stopId": "35707"}, {"stopSequence": 48, "arrival": {"time": "1694892732"}, "stopId": "35708"}, {"stopSequence": 49, "arrival": {"time": "1694892759"}, "stopId": "35709"}, {"stopSequence": 50, "arrival": {"time": "1694892928"}, "stopId": "37522"}, {"stopSequence": 51, "arrival": {"time": "1694892988"}, "stopId": "39599"}, {"stopSequence": 52, "arrival": {"time": "1694893060"}, "stopId": "50034"}, {"stopSequence": 53, "arrival": {"time": "1694893135"}, "stopId": "40903"}, {"stopSequence": 54, "arrival": {"time": "1694893194"}, "stopId": "40904"}, {"stopSequence": 55, "arrival": {"time": "1694893435"}, "stopId": "35815"}, {"stopSequence": 56, "arrival": {"time": "1694893493"}, "stopId": "35816"}, {"stopSequence": 57, "arrival": {"time": "1694893503"}, "stopId": "35817"}, {"stopSequence": 58, "arrival": {"time": "1694893589"}, "stopId": "35818"}, {"stopSequence": 59, "arrival": {"time": "1694893670"}, "stopId": "35819"}, {"stopSequence": 60, "arrival": {"time": "1694894095"}, "stopId": "35822"}, {"stopSequence": 61, "arrival": {"time": "1694894193"}, "stopId": "35823"}, {"stopSequence": 62, "arrival": {"time": "1694894352"}, "stopId": "35723"}, {"stopSequence": 63, "arrival": {"time": "1694894467"}, "stopId": "35722"}, {"stopSequence": 64, "arrival": {"time": "1694894683"}, "stopId": "35826"}, {"stopSequence": 65, "arrival": {"time": "1694894874"}, "stopId": "35548"}, {"stopSequence": 66, "arrival": {"time": "1694895132"}, "stopId": "35547"}, {"stopSequence": 67, "arrival": {"time": "1694895424"}, "stopId": "50003"}], "vehicle": {"licensePlate": "JRGP16"}, "timestamp": "1694888905"}, "vehicle": {"trip": {"tripId": "22889603-2-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "position": {"latitude": -36.76633, "longitude": -73.17359, "bearing": 69.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888905", "vehicle": {"licensePlate": "JRGP16"}}}, {"id": "92f52987-496a-4208-9c3b-8942ae3c99ed", "tripUpdate": {"trip": {"tripId": "a6bb2544-b-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694888999"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694889075"}, "stopId": "40711"}, {"stopSequence": 43, "arrival": {"time": "1694889119"}, "stopId": "40712"}, {"stopSequence": 44, "arrival": {"time": "1694889154"}, "stopId": "40713"}, {"stopSequence": 45, "arrival": {"time": "1694889171"}, "stopId": "40714"}, {"stopSequence": 46, "arrival": {"time": "1694889237"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694889285"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694889326"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694889358"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694889391"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694889420"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694889488"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694889500"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694889540"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694889545"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694889578"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694889648"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694889677"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694889719"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694889760"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694889782"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694889816"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694889862"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694889918"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694889962"}, "stopId": "49341"}, {"stopSequence": 66, "arrival": {"time": "1694890002"}, "stopId": "49342"}, {"stopSequence": 67, "arrival": {"time": "1694890092"}, "stopId": "49343"}, {"stopSequence": 68, "arrival": {"time": "1694891271"}, "stopId": "40735"}, {"stopSequence": 69, "arrival": {"time": "1694891396"}, "stopId": "40736"}], "vehicle": {"licensePlate": "KTFG90"}, "timestamp": "1694888927"}, "vehicle": {"trip": {"tripId": "a6bb2544-b-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "position": {"latitude": -36.80064, "longitude": -73.08442, "bearing": 319.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888927", "vehicle": {"licensePlate": "KTFG90"}}}, {"id": "f03b2f14-d5e8-4502-a73f-b44b4fe4362e", "tripUpdate": {"trip": {"tripId": "864e29e1-7-701ff27f-2", "startTime": "13:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 33, "arrival": {"time": "1694888964"}, "stopId": "35691"}, {"stopSequence": 34, "arrival": {"time": "1694889066"}, "stopId": "35693"}, {"stopSequence": 35, "arrival": {"time": "1694889127"}, "stopId": "35694"}, {"stopSequence": 36, "arrival": {"time": "1694889163"}, "stopId": "35695"}, {"stopSequence": 37, "arrival": {"time": "1694889217"}, "stopId": "35696"}, {"stopSequence": 38, "arrival": {"time": "1694889391"}, "stopId": "35697"}, {"stopSequence": 39, "arrival": {"time": "1694889487"}, "stopId": "2-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694889522"}, "stopId": "42460"}, {"stopSequence": 41, "arrival": {"time": "1694889558"}, "stopId": "35690"}, {"stopSequence": 42, "arrival": {"time": "1694889654"}, "stopId": "35700"}, {"stopSequence": 43, "arrival": {"time": "1694889747"}, "stopId": "35703"}, {"stopSequence": 44, "arrival": {"time": "1694889762"}, "stopId": "35704"}, {"stopSequence": 45, "arrival": {"time": "1694889783"}, "stopId": "35705"}, {"stopSequence": 46, "arrival": {"time": "1694889801"}, "stopId": "35706"}, {"stopSequence": 47, "arrival": {"time": "1694889855"}, "stopId": "35707"}, {"stopSequence": 48, "arrival": {"time": "1694889880"}, "stopId": "35708"}, {"stopSequence": 49, "arrival": {"time": "1694889895"}, "stopId": "35709"}, {"stopSequence": 50, "arrival": {"time": "1694889992"}, "stopId": "37522"}, {"stopSequence": 51, "arrival": {"time": "1694890025"}, "stopId": "39599"}, {"stopSequence": 52, "arrival": {"time": "1694890064"}, "stopId": "50034"}, {"stopSequence": 53, "arrival": {"time": "1694890104"}, "stopId": "40903"}, {"stopSequence": 54, "arrival": {"time": "1694890135"}, "stopId": "40904"}, {"stopSequence": 55, "arrival": {"time": "1694890257"}, "stopId": "35815"}, {"stopSequence": 56, "arrival": {"time": "1694890285"}, "stopId": "35816"}, {"stopSequence": 57, "arrival": {"time": "1694890290"}, "stopId": "35817"}, {"stopSequence": 58, "arrival": {"time": "1694890331"}, "stopId": "35818"}, {"stopSequence": 59, "arrival": {"time": "1694890369"}, "stopId": "35819"}, {"stopSequence": 60, "arrival": {"time": "1694890558"}, "stopId": "35822"}, {"stopSequence": 61, "arrival": {"time": "1694890599"}, "stopId": "35823"}, {"stopSequence": 62, "arrival": {"time": "1694890664"}, "stopId": "35723"}, {"stopSequence": 63, "arrival": {"time": "1694890710"}, "stopId": "35722"}, {"stopSequence": 64, "arrival": {"time": "1694890794"}, "stopId": "35826"}, {"stopSequence": 65, "arrival": {"time": "1694890865"}, "stopId": "35548"}, {"stopSequence": 66, "arrival": {"time": "1694890957"}, "stopId": "35547"}, {"stopSequence": 67, "arrival": {"time": "1694891056"}, "stopId": "50003"}], "vehicle": {"licensePlate": "LHXT58"}, "timestamp": "1694888950"}, "vehicle": {"trip": {"tripId": "864e29e1-7-701ff27f-2", "startTime": "13:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "position": {"latitude": -36.807774, "longitude": -73.07831, "bearing": 141.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888950", "vehicle": {"licensePlate": "LHXT58"}}}, {"id": "4bf98f39-93c9-4a59-986a-e88699a1b425", "tripUpdate": {"trip": {"tripId": "b9ec6b9b-c-701ff27f-2", "startTime": "15:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694888987"}, "stopId": "35319"}, {"stopSequence": 4, "arrival": {"time": "1694889013"}, "stopId": "40659"}, {"stopSequence": 5, "arrival": {"time": "1694889073"}, "stopId": "35718"}, {"stopSequence": 6, "arrival": {"time": "1694889114"}, "stopId": "35719"}, {"stopSequence": 7, "arrival": {"time": "1694889156"}, "stopId": "35720"}, {"stopSequence": 8, "arrival": {"time": "1694889187"}, "stopId": "35721"}, {"stopSequence": 9, "arrival": {"time": "1694889202"}, "stopId": "35722"}, {"stopSequence": 10, "arrival": {"time": "1694889251"}, "stopId": "35723"}, {"stopSequence": 11, "arrival": {"time": "1694889299"}, "stopId": "35724"}, {"stopSequence": 12, "arrival": {"time": "1694889369"}, "stopId": "35726"}, {"stopSequence": 13, "arrival": {"time": "1694889512"}, "stopId": "35820"}, {"stopSequence": 14, "arrival": {"time": "1694889550"}, "stopId": "35729"}, {"stopSequence": 15, "arrival": {"time": "1694889578"}, "stopId": "35730"}, {"stopSequence": 16, "arrival": {"time": "1694889608"}, "stopId": "35731"}, {"stopSequence": 17, "arrival": {"time": "1694889671"}, "stopId": "35201"}, {"stopSequence": 18, "arrival": {"time": "1694889758"}, "stopId": "35202"}, {"stopSequence": 19, "arrival": {"time": "1694889787"}, "stopId": "35203"}, {"stopSequence": 20, "arrival": {"time": "1694889851"}, "stopId": "1-Feb"}, {"stopSequence": 21, "arrival": {"time": "1694889895"}, "stopId": "1-Mar"}, {"stopSequence": 22, "arrival": {"time": "1694889927"}, "stopId": "37465"}, {"stopSequence": 23, "arrival": {"time": "1694890024"}, "stopId": "39599"}, {"stopSequence": 24, "arrival": {"time": "1694890097"}, "stopId": "45011"}, {"stopSequence": 25, "arrival": {"time": "1694890195"}, "stopId": "39623"}, {"stopSequence": 26, "arrival": {"time": "1694890243"}, "stopId": "39624"}, {"stopSequence": 27, "arrival": {"time": "1694890307"}, "stopId": "90000"}, {"stopSequence": 28, "arrival": {"time": "1694890357"}, "stopId": "39628"}, {"stopSequence": 29, "arrival": {"time": "1694890433"}, "stopId": "39631"}, {"stopSequence": 30, "arrival": {"time": "1694890480"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694890536"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694890561"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694890608"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694890662"}, "stopId": "49503"}, {"stopSequence": 35, "arrival": {"time": "1694890792"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890844"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694890877"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694890947"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694891016"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694891055"}, "stopId": "39642"}, {"stopSequence": 41, "arrival": {"time": "1694891368"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694891453"}, "stopId": "40711"}, {"stopSequence": 43, "arrival": {"time": "1694891503"}, "stopId": "40712"}, {"stopSequence": 44, "arrival": {"time": "1694891542"}, "stopId": "40713"}, {"stopSequence": 45, "arrival": {"time": "1694891563"}, "stopId": "40714"}, {"stopSequence": 46, "arrival": {"time": "1694891641"}, "stopId": "8606049"}, {"stopSequence": 47, "arrival": {"time": "1694891699"}, "stopId": "37428"}, {"stopSequence": 48, "arrival": {"time": "1694891750"}, "stopId": "37429"}, {"stopSequence": 49, "arrival": {"time": "1694891791"}, "stopId": "37430"}, {"stopSequence": 50, "arrival": {"time": "1694891833"}, "stopId": "37431"}, {"stopSequence": 51, "arrival": {"time": "1694891871"}, "stopId": "37432"}, {"stopSequence": 52, "arrival": {"time": "1694891961"}, "stopId": "40720"}, {"stopSequence": 53, "arrival": {"time": "1694891976"}, "stopId": "40721"}, {"stopSequence": 54, "arrival": {"time": "1694892032"}, "stopId": "40722"}, {"stopSequence": 55, "arrival": {"time": "1694892039"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694892085"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694892184"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694892226"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694892287"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694892349"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694892383"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694892435"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694892506"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694892596"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694892669"}, "stopId": "49341"}, {"stopSequence": 66, "arrival": {"time": "1694892735"}, "stopId": "49342"}, {"stopSequence": 67, "arrival": {"time": "1694892890"}, "stopId": "49343"}, {"stopSequence": 68, "arrival": {"time": "1694895605"}, "stopId": "40735"}, {"stopSequence": 69, "arrival": {"time": "1694895988"}, "stopId": "40736"}], "vehicle": {"licensePlate": "LTRB65"}, "timestamp": "1694888945"}, "vehicle": {"trip": {"tripId": "b9ec6b9b-c-701ff27f-2", "startTime": "15:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "position": {"latitude": -36.835953, "longitude": -73.00082, "bearing": 24.0, "odometer": 0.0, "speed": 2.2}, "timestamp": "1694888945", "vehicle": {"licensePlate": "LTRB65"}}}, {"id": "584b28eb-74c8-4a62-ae09-aeb9e8f4f8e9", "tripUpdate": {"trip": {"tripId": "067a8eff-4-701ff27f-2", "startTime": "14:04:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 19, "arrival": {"time": "1694888930"}, "stopId": "37432"}, {"stopSequence": 20, "arrival": {"time": "1694888963"}, "stopId": "37586"}, {"stopSequence": 21, "arrival": {"time": "1694888987"}, "stopId": "37430"}, {"stopSequence": 22, "arrival": {"time": "1694889007"}, "stopId": "37588"}, {"stopSequence": 23, "arrival": {"time": "1694889059"}, "stopId": "37589"}, {"stopSequence": 24, "arrival": {"time": "1694889118"}, "stopId": "37590"}, {"stopSequence": 25, "arrival": {"time": "1694889184"}, "stopId": "40760"}, {"stopSequence": 26, "arrival": {"time": "1694889206"}, "stopId": "40713"}, {"stopSequence": 27, "arrival": {"time": "1694889245"}, "stopId": "40762"}, {"stopSequence": 28, "arrival": {"time": "1694889296"}, "stopId": "40763"}, {"stopSequence": 29, "arrival": {"time": "1694889332"}, "stopId": "38642"}, {"stopSequence": 30, "arrival": {"time": "1694889376"}, "stopId": "39795"}, {"stopSequence": 31, "arrival": {"time": "1694889409"}, "stopId": "38502"}, {"stopSequence": 32, "arrival": {"time": "1694889469"}, "stopId": "38503"}, {"stopSequence": 33, "arrival": {"time": "1694889624"}, "stopId": "35691"}, {"stopSequence": 34, "arrival": {"time": "1694889717"}, "stopId": "35693"}, {"stopSequence": 35, "arrival": {"time": "1694889774"}, "stopId": "35694"}, {"stopSequence": 36, "arrival": {"time": "1694889808"}, "stopId": "35695"}, {"stopSequence": 37, "arrival": {"time": "1694889858"}, "stopId": "35696"}, {"stopSequence": 38, "arrival": {"time": "1694890024"}, "stopId": "35697"}, {"stopSequence": 39, "arrival": {"time": "1694890118"}, "stopId": "2-Jan"}, {"stopSequence": 40, "arrival": {"time": "1694890153"}, "stopId": "42460"}, {"stopSequence": 41, "arrival": {"time": "1694890188"}, "stopId": "35690"}, {"stopSequence": 42, "arrival": {"time": "1694890284"}, "stopId": "35700"}, {"stopSequence": 43, "arrival": {"time": "1694890377"}, "stopId": "35703"}, {"stopSequence": 44, "arrival": {"time": "1694890392"}, "stopId": "35704"}, {"stopSequence": 45, "arrival": {"time": "1694890414"}, "stopId": "35705"}, {"stopSequence": 46, "arrival": {"time": "1694890433"}, "stopId": "35706"}, {"stopSequence": 47, "arrival": {"time": "1694890488"}, "stopId": "35707"}, {"stopSequence": 48, "arrival": {"time": "1694890513"}, "stopId": "35708"}, {"stopSequence": 49, "arrival": {"time": "1694890529"}, "stopId": "35709"}, {"stopSequence": 50, "arrival": {"time": "1694890630"}, "stopId": "37522"}, {"stopSequence": 51, "arrival": {"time": "1694890665"}, "stopId": "39599"}, {"stopSequence": 52, "arrival": {"time": "1694890706"}, "stopId": "50034"}, {"stopSequence": 53, "arrival": {"time": "1694890749"}, "stopId": "40903"}, {"stopSequence": 54, "arrival": {"time": "1694890782"}, "stopId": "40904"}, {"stopSequence": 55, "arrival": {"time": "1694890913"}, "stopId": "35815"}, {"stopSequence": 56, "arrival": {"time": "1694890943"}, "stopId": "35816"}, {"stopSequence": 57, "arrival": {"time": "1694890948"}, "stopId": "35817"}, {"stopSequence": 58, "arrival": {"time": "1694890994"}, "stopId": "35818"}, {"stopSequence": 59, "arrival": {"time": "1694891035"}, "stopId": "35819"}, {"stopSequence": 60, "arrival": {"time": "1694891245"}, "stopId": "35822"}, {"stopSequence": 61, "arrival": {"time": "1694891291"}, "stopId": "35823"}, {"stopSequence": 62, "arrival": {"time": "1694891365"}, "stopId": "35723"}, {"stopSequence": 63, "arrival": {"time": "1694891418"}, "stopId": "35722"}, {"stopSequence": 64, "arrival": {"time": "1694891514"}, "stopId": "35826"}, {"stopSequence": 65, "arrival": {"time": "1694891596"}, "stopId": "35548"}, {"stopSequence": 66, "arrival": {"time": "1694891704"}, "stopId": "35547"}, {"stopSequence": 67, "arrival": {"time": "1694891822"}, "stopId": "50003"}], "vehicle": {"licensePlate": "RLVZ66"}, "timestamp": "1694888927"}, "vehicle": {"trip": {"tripId": "067a8eff-4-701ff27f-2", "startTime": "14:04:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "position": {"latitude": -36.794144, "longitude": -73.10234, "bearing": 122.0, "odometer": 0.0, "speed": 17.3}, "timestamp": "1694888927", "vehicle": {"licensePlate": "RLVZ66"}}}, {"id": "d869341b-c1d8-4b51-8c03-1a5b157ef7f3", "tripUpdate": {"trip": {"tripId": "5e12e7c6-7-701ff27f-2", "startTime": "14:38:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 55, "arrival": {"time": "1694888953"}, "stopId": "40723"}, {"stopSequence": 56, "arrival": {"time": "1694888989"}, "stopId": "40724"}, {"stopSequence": 57, "arrival": {"time": "1694889065"}, "stopId": "40725"}, {"stopSequence": 58, "arrival": {"time": "1694889096"}, "stopId": "37435"}, {"stopSequence": 59, "arrival": {"time": "1694889140"}, "stopId": "39658"}, {"stopSequence": 60, "arrival": {"time": "1694889185"}, "stopId": "39659"}, {"stopSequence": 61, "arrival": {"time": "1694889208"}, "stopId": "39660"}, {"stopSequence": 62, "arrival": {"time": "1694889244"}, "stopId": "39661"}, {"stopSequence": 63, "arrival": {"time": "1694889292"}, "stopId": "39662"}, {"stopSequence": 64, "arrival": {"time": "1694889350"}, "stopId": "39663"}, {"stopSequence": 65, "arrival": {"time": "1694889396"}, "stopId": "49341"}, {"stopSequence": 66, "arrival": {"time": "1694889437"}, "stopId": "49342"}, {"stopSequence": 67, "arrival": {"time": "1694889529"}, "stopId": "49343"}, {"stopSequence": 68, "arrival": {"time": "1694890651"}, "stopId": "40735"}, {"stopSequence": 69, "arrival": {"time": "1694890763"}, "stopId": "40736"}], "vehicle": {"licensePlate": "WV6695"}, "timestamp": "1694888951"}, "vehicle": {"trip": {"tripId": "5e12e7c6-7-701ff27f-2", "startTime": "14:38:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "position": {"latitude": -36.79192, "longitude": -73.10823, "bearing": 256.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888951", "vehicle": {"licensePlate": "WV6695"}}}, {"id": "3b2ad06c-b56d-4012-99e1-c6df96781029", "tripUpdate": {"trip": {"tripId": "d6a47dea-b-701ff27f-2", "startTime": "14:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 67, "arrival": {"time": "1694888990"}, "stopId": "49343"}, {"stopSequence": 68, "arrival": {"time": "1694890125"}, "stopId": "40735"}, {"stopSequence": 69, "arrival": {"time": "1694890232"}, "stopId": "40736"}], "vehicle": {"licensePlate": "ZJ61750"}, "timestamp": "1694888906"}, "vehicle": {"trip": {"tripId": "d6a47dea-b-701ff27f-2", "startTime": "14:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 0}, "position": {"latitude": -36.77905, "longitude": -73.11237, "bearing": 346.0, "odometer": 0.0, "speed": 18.4}, "timestamp": "1694888906", "vehicle": {"licensePlate": "ZJ61750"}}}, {"id": "37f4243e-6d2d-4820-b309-709c9cd7d1d5", "tripUpdate": {"trip": {"tripId": "549dd60c-0-701ff27f-2", "startTime": "14:54:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "627", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889030"}, "stopId": "37506"}, {"stopSequence": 25, "arrival": {"time": "1694889073"}, "stopId": "45068"}, {"stopSequence": 26, "arrival": {"time": "1694889196"}, "stopId": "37480"}, {"stopSequence": 27, "arrival": {"time": "1694889259"}, "stopId": "37477"}, {"stopSequence": 28, "arrival": {"time": "1694889333"}, "stopId": "40848"}, {"stopSequence": 29, "arrival": {"time": "1694889419"}, "stopId": "2-Apr"}, {"stopSequence": 30, "arrival": {"time": "1694889478"}, "stopId": "39728"}, {"stopSequence": 31, "arrival": {"time": "1694889577"}, "stopId": "39729"}, {"stopSequence": 32, "arrival": {"time": "1694889595"}, "stopId": "39730"}, {"stopSequence": 33, "arrival": {"time": "1694889702"}, "stopId": "42200"}, {"stopSequence": 34, "arrival": {"time": "1694889744"}, "stopId": "42203"}, {"stopSequence": 35, "arrival": {"time": "1694889803"}, "stopId": "42204"}, {"stopSequence": 36, "arrival": {"time": "1694889834"}, "stopId": "42205"}, {"stopSequence": 37, "arrival": {"time": "1694889898"}, "stopId": "42201"}, {"stopSequence": 38, "arrival": {"time": "1694890141"}, "stopId": "42206"}, {"stopSequence": 39, "arrival": {"time": "1694890173"}, "stopId": "40855"}], "vehicle": {"licensePlate": "BBGB85"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "549dd60c-0-701ff27f-2", "startTime": "14:54:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "627", "directionId": 1}, "position": {"latitude": -36.824978, "longitude": -73.043724, "bearing": 240.0, "odometer": 0.0, "speed": 19.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "BBGB85"}}}, {"id": "409d1e2e-bfd1-4b68-8226-11638437d0bf", "tripUpdate": {"trip": {"tripId": "d8148350-b-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "627", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694889047"}, "stopId": "42319"}, {"stopSequence": 22, "arrival": {"time": "1694889116"}, "stopId": "42320"}, {"stopSequence": 23, "arrival": {"time": "1694889175"}, "stopId": "38514"}, {"stopSequence": 24, "arrival": {"time": "1694889234"}, "stopId": "34586"}, {"stopSequence": 25, "arrival": {"time": "1694889259"}, "stopId": "34587"}, {"stopSequence": 26, "arrival": {"time": "1694889289"}, "stopId": "34588"}, {"stopSequence": 27, "arrival": {"time": "1694889338"}, "stopId": "39497"}, {"stopSequence": 28, "arrival": {"time": "1694889369"}, "stopId": "49407"}, {"stopSequence": 29, "arrival": {"time": "1694889423"}, "stopId": "50034"}, {"stopSequence": 30, "arrival": {"time": "1694889464"}, "stopId": "40903"}, {"stopSequence": 31, "arrival": {"time": "1694889496"}, "stopId": "40904"}, {"stopSequence": 32, "arrival": {"time": "1694889548"}, "stopId": "35814"}, {"stopSequence": 33, "arrival": {"time": "1694889618"}, "stopId": "35815"}, {"stopSequence": 34, "arrival": {"time": "1694889648"}, "stopId": "35816"}, {"stopSequence": 35, "arrival": {"time": "1694889653"}, "stopId": "35817"}, {"stopSequence": 36, "arrival": {"time": "1694889694"}, "stopId": "35818"}, {"stopSequence": 37, "arrival": {"time": "1694889731"}, "stopId": "35819"}, {"stopSequence": 38, "arrival": {"time": "1694889917"}, "stopId": "35822"}, {"stopSequence": 39, "arrival": {"time": "1694889957"}, "stopId": "35823"}, {"stopSequence": 40, "arrival": {"time": "1694890017"}, "stopId": "35723"}, {"stopSequence": 41, "arrival": {"time": "1694890057"}, "stopId": "35722"}, {"stopSequence": 42, "arrival": {"time": "1694890144"}, "stopId": "35826"}, {"stopSequence": 43, "arrival": {"time": "1694890193"}, "stopId": "35827"}, {"stopSequence": 44, "arrival": {"time": "1694890216"}, "stopId": "35828"}, {"stopSequence": 45, "arrival": {"time": "1694890275"}, "stopId": "35829"}, {"stopSequence": 46, "arrival": {"time": "1694890315"}, "stopId": "50003"}, {"stopSequence": 47, "arrival": {"time": "1694890396"}, "stopId": "40921"}], "vehicle": {"licensePlate": "FSRZ36"}, "timestamp": "1694889011"}, "vehicle": {"trip": {"tripId": "d8148350-b-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "627", "directionId": 0}, "position": {"latitude": -36.829247, "longitude": -73.05086, "bearing": 62.0, "odometer": 0.0, "speed": 31.0}, "timestamp": "1694889011", "vehicle": {"licensePlate": "FSRZ36"}}}, {"id": "656e4b95-6955-4cff-8fa5-7468bfcf6d2b", "tripUpdate": {"trip": {"tripId": "d844b036-0-701ff27f-2", "startTime": "15:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "628", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889201"}, "stopId": "40863"}, {"stopSequence": 2, "arrival": {"time": "1694889607"}, "stopId": "40865"}, {"stopSequence": 3, "arrival": {"time": "1694889794"}, "stopId": "90003"}, {"stopSequence": 4, "arrival": {"time": "1694889839"}, "stopId": "90007"}, {"stopSequence": 5, "arrival": {"time": "1694889879"}, "stopId": "40830"}, {"stopSequence": 6, "arrival": {"time": "1694889914"}, "stopId": "40831"}, {"stopSequence": 7, "arrival": {"time": "1694889995"}, "stopId": "39599"}, {"stopSequence": 8, "arrival": {"time": "1694890011"}, "stopId": "39600"}, {"stopSequence": 9, "arrival": {"time": "1694890082"}, "stopId": "37496"}, {"stopSequence": 10, "arrival": {"time": "1694890130"}, "stopId": "45064"}, {"stopSequence": 11, "arrival": {"time": "1694890201"}, "stopId": "37506"}, {"stopSequence": 12, "arrival": {"time": "1694890241"}, "stopId": "45068"}, {"stopSequence": 13, "arrival": {"time": "1694890363"}, "stopId": "37480"}, {"stopSequence": 14, "arrival": {"time": "1694890424"}, "stopId": "37477"}, {"stopSequence": 15, "arrival": {"time": "1694890491"}, "stopId": "40848"}, {"stopSequence": 16, "arrival": {"time": "1694890574"}, "stopId": "2-Apr"}, {"stopSequence": 17, "arrival": {"time": "1694890635"}, "stopId": "39728"}, {"stopSequence": 18, "arrival": {"time": "1694890730"}, "stopId": "39729"}, {"stopSequence": 19, "arrival": {"time": "1694890755"}, "stopId": "39730"}, {"stopSequence": 20, "arrival": {"time": "1694890861"}, "stopId": "42200"}, {"stopSequence": 21, "arrival": {"time": "1694890909"}, "stopId": "42203"}, {"stopSequence": 22, "arrival": {"time": "1694890975"}, "stopId": "42204"}, {"stopSequence": 23, "arrival": {"time": "1694891009"}, "stopId": "42205"}, {"stopSequence": 24, "arrival": {"time": "1694891074"}, "stopId": "42201"}, {"stopSequence": 25, "arrival": {"time": "1694891352"}, "stopId": "42206"}, {"stopSequence": 26, "arrival": {"time": "1694891386"}, "stopId": "40855"}], "vehicle": {"licensePlate": "RPSV28"}, "timestamp": "1694889029"}, "vehicle": {"trip": {"tripId": "d844b036-0-701ff27f-2", "startTime": "15:35:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "628", "directionId": 1}, "position": {"latitude": -36.818474, "longitude": -72.99785, "bearing": 46.0, "odometer": 0.0, "speed": 7.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "RPSV28"}}}, {"id": "bd167a5e-0c55-42b9-a13c-18e6fa7ffaef", "tripUpdate": {"trip": {"tripId": "39bc4ff9-7-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "628", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694889032"}, "stopId": "49301"}, {"stopSequence": 10, "arrival": {"time": "1694889099"}, "stopId": "49302"}, {"stopSequence": 11, "arrival": {"time": "1694889146"}, "stopId": "49303"}, {"stopSequence": 12, "arrival": {"time": "1694889200"}, "stopId": "49304"}, {"stopSequence": 13, "arrival": {"time": "1694889229"}, "stopId": "49305"}, {"stopSequence": 14, "arrival": {"time": "1694889287"}, "stopId": "49306"}, {"stopSequence": 15, "arrival": {"time": "1694889328"}, "stopId": "49307"}, {"stopSequence": 16, "arrival": {"time": "1694889352"}, "stopId": "49308"}, {"stopSequence": 17, "arrival": {"time": "1694889377"}, "stopId": "49309"}, {"stopSequence": 18, "arrival": {"time": "1694889405"}, "stopId": "42315"}, {"stopSequence": 19, "arrival": {"time": "1694889428"}, "stopId": "42316"}, {"stopSequence": 20, "arrival": {"time": "1694889479"}, "stopId": "42317"}, {"stopSequence": 21, "arrival": {"time": "1694889552"}, "stopId": "42319"}, {"stopSequence": 22, "arrival": {"time": "1694889627"}, "stopId": "42320"}, {"stopSequence": 23, "arrival": {"time": "1694889673"}, "stopId": "38514"}, {"stopSequence": 24, "arrival": {"time": "1694889727"}, "stopId": "34586"}, {"stopSequence": 25, "arrival": {"time": "1694889756"}, "stopId": "34587"}, {"stopSequence": 26, "arrival": {"time": "1694889780"}, "stopId": "34588"}, {"stopSequence": 27, "arrival": {"time": "1694889826"}, "stopId": "39497"}, {"stopSequence": 28, "arrival": {"time": "1694889859"}, "stopId": "49407"}, {"stopSequence": 29, "arrival": {"time": "1694889915"}, "stopId": "50034"}, {"stopSequence": 30, "arrival": {"time": "1694889953"}, "stopId": "40903"}, {"stopSequence": 31, "arrival": {"time": "1694889986"}, "stopId": "40904"}, {"stopSequence": 32, "arrival": {"time": "1694890029"}, "stopId": "35814"}, {"stopSequence": 33, "arrival": {"time": "1694890102"}, "stopId": "35815"}, {"stopSequence": 34, "arrival": {"time": "1694890124"}, "stopId": "35816"}, {"stopSequence": 35, "arrival": {"time": "1694890139"}, "stopId": "35817"}, {"stopSequence": 36, "arrival": {"time": "1694890173"}, "stopId": "35818"}, {"stopSequence": 37, "arrival": {"time": "1694890211"}, "stopId": "35819"}, {"stopSequence": 38, "arrival": {"time": "1694890396"}, "stopId": "35822"}, {"stopSequence": 39, "arrival": {"time": "1694890474"}, "stopId": "38833"}, {"stopSequence": 40, "arrival": {"time": "1694890498"}, "stopId": "40924"}, {"stopSequence": 41, "arrival": {"time": "1694890875"}, "stopId": "40864"}], "vehicle": {"licensePlate": "YH2202"}, "timestamp": "1694888986"}, "vehicle": {"trip": {"tripId": "39bc4ff9-7-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "628", "directionId": 0}, "position": {"latitude": -36.8489, "longitude": -73.05123, "bearing": 358.0, "odometer": 0.0, "speed": 32.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "YH2202"}}}, {"id": "a443e7d6-775f-4f61-880d-ae9eb1a6e8dd", "tripUpdate": {"trip": {"tripId": "7b03ef8e-e-701ff27f-2", "startTime": "14:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 73, "arrival": {"time": "1694889077"}, "stopId": "42210"}, {"stopSequence": 74, "arrival": {"time": "1694889272"}, "stopId": "42215"}, {"stopSequence": 75, "arrival": {"time": "1694889303"}, "stopId": "42216"}, {"stopSequence": 76, "arrival": {"time": "1694889345"}, "stopId": "42217"}, {"stopSequence": 77, "arrival": {"time": "1694889421"}, "stopId": "42218"}, {"stopSequence": 78, "arrival": {"time": "1694889465"}, "stopId": "42219"}, {"stopSequence": 79, "arrival": {"time": "1694889556"}, "stopId": "42220"}, {"stopSequence": 80, "arrival": {"time": "1694889607"}, "stopId": "42221"}, {"stopSequence": 81, "arrival": {"time": "1694889674"}, "stopId": "42222"}, {"stopSequence": 82, "arrival": {"time": "1694889741"}, "stopId": "42223"}, {"stopSequence": 83, "arrival": {"time": "1694889768"}, "stopId": "42224"}, {"stopSequence": 84, "arrival": {"time": "1694889842"}, "stopId": "42225"}, {"stopSequence": 85, "arrival": {"time": "1694889905"}, "stopId": "42226"}, {"stopSequence": 86, "arrival": {"time": "1694889956"}, "stopId": "42227"}, {"stopSequence": 87, "arrival": {"time": "1694890037"}, "stopId": "42228"}, {"stopSequence": 88, "arrival": {"time": "1694890078"}, "stopId": "42229"}, {"stopSequence": 89, "arrival": {"time": "1694890155"}, "stopId": "42230"}, {"stopSequence": 90, "arrival": {"time": "1694890196"}, "stopId": "42231"}, {"stopSequence": 91, "arrival": {"time": "1694890274"}, "stopId": "42232"}, {"stopSequence": 92, "arrival": {"time": "1694890399"}, "stopId": "42234"}, {"stopSequence": 93, "arrival": {"time": "1694890468"}, "stopId": "42235"}, {"stopSequence": 94, "arrival": {"time": "1694890498"}, "stopId": "42211"}, {"stopSequence": 95, "arrival": {"time": "1694890551"}, "stopId": "49203"}, {"stopSequence": 96, "arrival": {"time": "1694890605"}, "stopId": "49204"}, {"stopSequence": 97, "arrival": {"time": "1694890615"}, "stopId": "42503"}, {"stopSequence": 98, "arrival": {"time": "1694890628"}, "stopId": "34564"}, {"stopSequence": 99, "arrival": {"time": "1694890980"}, "stopId": "34789"}, {"stopSequence": 100, "arrival": {"time": "1694891002"}, "stopId": "49163"}, {"stopSequence": 101, "arrival": {"time": "1694891867"}, "stopId": "49208"}, {"stopSequence": 102, "arrival": {"time": "1694891899"}, "stopId": "49209"}, {"stopSequence": 103, "arrival": {"time": "1694891919"}, "stopId": "49210"}, {"stopSequence": 104, "arrival": {"time": "1694892164"}, "stopId": "49211"}, {"stopSequence": 105, "arrival": {"time": "1694892203"}, "stopId": "49212"}, {"stopSequence": 106, "arrival": {"time": "1694892281"}, "stopId": "49213"}, {"stopSequence": 107, "arrival": {"time": "1694892547"}, "stopId": "49206"}, {"stopSequence": 108, "arrival": {"time": "1694892654"}, "stopId": "49215"}, {"stopSequence": 109, "arrival": {"time": "1694892684"}, "stopId": "49216"}, {"stopSequence": 110, "arrival": {"time": "1694892706"}, "stopId": "49217"}, {"stopSequence": 111, "arrival": {"time": "1694892745"}, "stopId": "49214"}, {"stopSequence": 112, "arrival": {"time": "1694892804"}, "stopId": "49249"}, {"stopSequence": 113, "arrival": {"time": "1694892833"}, "stopId": "49218"}, {"stopSequence": 114, "arrival": {"time": "1694892866"}, "stopId": "49219"}, {"stopSequence": 115, "arrival": {"time": "1694892954"}, "stopId": "38044"}, {"stopSequence": 116, "arrival": {"time": "1694893008"}, "stopId": "38045"}, {"stopSequence": 117, "arrival": {"time": "1694893134"}, "stopId": "49220"}, {"stopSequence": 118, "arrival": {"time": "1694893240"}, "stopId": "49221"}, {"stopSequence": 119, "arrival": {"time": "1694893268"}, "stopId": "49222"}, {"stopSequence": 120, "arrival": {"time": "1694893283"}, "stopId": "49223"}, {"stopSequence": 121, "arrival": {"time": "1694893303"}, "stopId": "38049"}, {"stopSequence": 122, "arrival": {"time": "1694893339"}, "stopId": "49224"}, {"stopSequence": 123, "arrival": {"time": "1694893454"}, "stopId": "49253"}, {"stopSequence": 124, "arrival": {"time": "1694893580"}, "stopId": "49226"}, {"stopSequence": 125, "arrival": {"time": "1694893631"}, "stopId": "49227"}, {"stopSequence": 126, "arrival": {"time": "1694893689"}, "stopId": "49229"}, {"stopSequence": 127, "arrival": {"time": "1694893722"}, "stopId": "49228"}, {"stopSequence": 128, "arrival": {"time": "1694893795"}, "stopId": "49230"}, {"stopSequence": 129, "arrival": {"time": "1694893883"}, "stopId": "49235"}, {"stopSequence": 130, "arrival": {"time": "1694894293"}, "stopId": "49232"}, {"stopSequence": 131, "arrival": {"time": "1694894964"}, "stopId": "40342"}, {"stopSequence": 132, "arrival": {"time": "1694895257"}, "stopId": "40343"}, {"stopSequence": 133, "arrival": {"time": "1694895457"}, "stopId": "49243"}], "vehicle": {"licensePlate": "CYRT89"}, "timestamp": "1694889018"}, "vehicle": {"trip": {"tripId": "7b03ef8e-e-701ff27f-2", "startTime": "14:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 1}, "position": {"latitude": -36.88782, "longitude": -73.036575, "bearing": 156.0, "odometer": 0.0, "speed": 69.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "CYRT89"}}}, {"id": "ade68416-7dfa-4fc7-b381-83fe1b6f210f", "tripUpdate": {"trip": {"tripId": "47a2a852-d-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 38, "arrival": {"time": "1694889099"}, "stopId": "42282"}, {"stopSequence": 39, "arrival": {"time": "1694889158"}, "stopId": "42283"}, {"stopSequence": 40, "arrival": {"time": "1694889226"}, "stopId": "49279"}, {"stopSequence": 41, "arrival": {"time": "1694889307"}, "stopId": "42285"}, {"stopSequence": 42, "arrival": {"time": "1694889397"}, "stopId": "42286"}, {"stopSequence": 43, "arrival": {"time": "1694889413"}, "stopId": "42287"}, {"stopSequence": 44, "arrival": {"time": "1694889467"}, "stopId": "42288"}, {"stopSequence": 45, "arrival": {"time": "1694889506"}, "stopId": "42289"}, {"stopSequence": 46, "arrival": {"time": "1694889583"}, "stopId": "42290"}, {"stopSequence": 47, "arrival": {"time": "1694889637"}, "stopId": "42291"}, {"stopSequence": 48, "arrival": {"time": "1694889722"}, "stopId": "42292"}, {"stopSequence": 49, "arrival": {"time": "1694889791"}, "stopId": "42293"}, {"stopSequence": 50, "arrival": {"time": "1694889964"}, "stopId": "42294"}, {"stopSequence": 51, "arrival": {"time": "1694890089"}, "stopId": "42295"}, {"stopSequence": 52, "arrival": {"time": "1694890200"}, "stopId": "42296"}, {"stopSequence": 53, "arrival": {"time": "1694890322"}, "stopId": "42297"}, {"stopSequence": 54, "arrival": {"time": "1694890417"}, "stopId": "42298"}, {"stopSequence": 55, "arrival": {"time": "1694890480"}, "stopId": "42299"}, {"stopSequence": 56, "arrival": {"time": "1694890521"}, "stopId": "49295"}, {"stopSequence": 57, "arrival": {"time": "1694890642"}, "stopId": "49296"}, {"stopSequence": 58, "arrival": {"time": "1694890730"}, "stopId": "49297"}, {"stopSequence": 59, "arrival": {"time": "1694890768"}, "stopId": "49298"}, {"stopSequence": 60, "arrival": {"time": "1694890837"}, "stopId": "49299"}, {"stopSequence": 61, "arrival": {"time": "1694890881"}, "stopId": "49300"}, {"stopSequence": 62, "arrival": {"time": "1694890968"}, "stopId": "49301"}, {"stopSequence": 63, "arrival": {"time": "1694891040"}, "stopId": "49302"}, {"stopSequence": 64, "arrival": {"time": "1694891088"}, "stopId": "49303"}, {"stopSequence": 65, "arrival": {"time": "1694891144"}, "stopId": "49304"}, {"stopSequence": 66, "arrival": {"time": "1694891175"}, "stopId": "49305"}, {"stopSequence": 67, "arrival": {"time": "1694891237"}, "stopId": "49306"}, {"stopSequence": 68, "arrival": {"time": "1694891281"}, "stopId": "49307"}, {"stopSequence": 69, "arrival": {"time": "1694891308"}, "stopId": "49308"}, {"stopSequence": 70, "arrival": {"time": "1694891335"}, "stopId": "49309"}, {"stopSequence": 71, "arrival": {"time": "1694891412"}, "stopId": "49310"}, {"stopSequence": 72, "arrival": {"time": "1694891449"}, "stopId": "49311"}, {"stopSequence": 73, "arrival": {"time": "1694891477"}, "stopId": "39633"}, {"stopSequence": 74, "arrival": {"time": "1694891514"}, "stopId": "39634"}, {"stopSequence": 75, "arrival": {"time": "1694891544"}, "stopId": "39635"}, {"stopSequence": 76, "arrival": {"time": "1694891594"}, "stopId": "39636"}, {"stopSequence": 77, "arrival": {"time": "1694891663"}, "stopId": "49503"}, {"stopSequence": 78, "arrival": {"time": "1694891820"}, "stopId": "39637"}, {"stopSequence": 79, "arrival": {"time": "1694891883"}, "stopId": "49317"}, {"stopSequence": 80, "arrival": {"time": "1694891923"}, "stopId": "49318"}, {"stopSequence": 81, "arrival": {"time": "1694892010"}, "stopId": "49319"}, {"stopSequence": 82, "arrival": {"time": "1694892095"}, "stopId": "39641"}, {"stopSequence": 83, "arrival": {"time": "1694892143"}, "stopId": "39642"}, {"stopSequence": 84, "arrival": {"time": "1694892547"}, "stopId": "49325"}, {"stopSequence": 85, "arrival": {"time": "1694892643"}, "stopId": "49326"}, {"stopSequence": 86, "arrival": {"time": "1694892684"}, "stopId": "39648"}, {"stopSequence": 87, "arrival": {"time": "1694892760"}, "stopId": "39649"}, {"stopSequence": 88, "arrival": {"time": "1694892843"}, "stopId": "49329"}, {"stopSequence": 89, "arrival": {"time": "1694892936"}, "stopId": "49330"}, {"stopSequence": 90, "arrival": {"time": "1694893002"}, "stopId": "39652"}, {"stopSequence": 91, "arrival": {"time": "1694893050"}, "stopId": "39653"}, {"stopSequence": 92, "arrival": {"time": "1694893108"}, "stopId": "39654"}, {"stopSequence": 93, "arrival": {"time": "1694893161"}, "stopId": "49334"}, {"stopSequence": 94, "arrival": {"time": "1694893270"}, "stopId": "49335"}, {"stopSequence": 95, "arrival": {"time": "1694893357"}, "stopId": "49336"}, {"stopSequence": 96, "arrival": {"time": "1694893533"}, "stopId": "37437"}, {"stopSequence": 97, "arrival": {"time": "1694893640"}, "stopId": "49337"}, {"stopSequence": 98, "arrival": {"time": "1694893699"}, "stopId": "39661"}, {"stopSequence": 99, "arrival": {"time": "1694893779"}, "stopId": "39662"}, {"stopSequence": 100, "arrival": {"time": "1694893904"}, "stopId": "39663"}, {"stopSequence": 101, "arrival": {"time": "1694894005"}, "stopId": "49341"}, {"stopSequence": 102, "arrival": {"time": "1694894098"}, "stopId": "49342"}, {"stopSequence": 103, "arrival": {"time": "1694894316"}, "stopId": "49343"}, {"stopSequence": 104, "arrival": {"time": "1694894791"}, "stopId": "49344"}, {"stopSequence": 105, "arrival": {"time": "1694895210"}, "stopId": "49345"}, {"stopSequence": 106, "arrival": {"time": "1694895718"}, "stopId": "49346"}, {"stopSequence": 107, "arrival": {"time": "1694895938"}, "stopId": "49347"}, {"stopSequence": 108, "arrival": {"time": "1694896780"}, "stopId": "49348"}, {"stopSequence": 109, "arrival": {"time": "1694897245"}, "stopId": "49349"}, {"stopSequence": 110, "arrival": {"time": "1694897870"}, "stopId": "49350"}, {"stopSequence": 111, "arrival": {"time": "1694898127"}, "stopId": "49351"}, {"stopSequence": 112, "arrival": {"time": "1694898279"}, "stopId": "49352"}, {"stopSequence": 113, "arrival": {"time": "1694898547"}, "stopId": "49353"}, {"stopSequence": 114, "arrival": {"time": "1694898805"}, "stopId": "49354"}, {"stopSequence": 115, "arrival": {"time": "1694899071"}, "stopId": "49355"}, {"stopSequence": 116, "arrival": {"time": "1694899631"}, "stopId": "42244"}, {"stopSequence": 117, "arrival": {"time": "1694899714"}, "stopId": "49356"}, {"stopSequence": 118, "arrival": {"time": "1694900210"}, "stopId": "49357"}, {"stopSequence": 119, "arrival": {"time": "1694900409"}, "stopId": "49358"}, {"stopSequence": 120, "arrival": {"time": "1694900818"}, "stopId": "49359"}, {"stopSequence": 121, "arrival": {"time": "1694901281"}, "stopId": "49360"}, {"stopSequence": 122, "arrival": {"time": "1694902395"}, "stopId": "49361"}, {"stopSequence": 123, "arrival": {"time": "1694902696"}, "stopId": "49362"}, {"stopSequence": 124, "arrival": {"time": "1694903245"}, "stopId": "49363"}, {"stopSequence": 125, "arrival": {"time": "1694903855"}, "stopId": "49364"}, {"stopSequence": 126, "arrival": {"time": "1694904346"}, "stopId": "49365"}], "vehicle": {"licensePlate": "CZXH27"}, "timestamp": "1694889027"}, "vehicle": {"trip": {"tripId": "47a2a852-d-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 0}, "position": {"latitude": -36.931217, "longitude": -73.0228, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889027", "vehicle": {"licensePlate": "CZXH27"}}}, {"id": "31c19356-cc4c-4be4-84db-917e836ed536", "tripUpdate": {"trip": {"tripId": "16c9a590-a-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 7, "arrival": {"time": "1694889076"}, "stopId": "49237"}, {"stopSequence": 8, "arrival": {"time": "1694889120"}, "stopId": "49238"}, {"stopSequence": 9, "arrival": {"time": "1694889230"}, "stopId": "38096"}, {"stopSequence": 10, "arrival": {"time": "1694889327"}, "stopId": "49248"}, {"stopSequence": 11, "arrival": {"time": "1694889368"}, "stopId": "49254"}, {"stopSequence": 12, "arrival": {"time": "1694889402"}, "stopId": "49255"}, {"stopSequence": 13, "arrival": {"time": "1694889458"}, "stopId": "49256"}, {"stopSequence": 14, "arrival": {"time": "1694889596"}, "stopId": "49216"}, {"stopSequence": 15, "arrival": {"time": "1694889634"}, "stopId": "49217"}, {"stopSequence": 16, "arrival": {"time": "1694889658"}, "stopId": "49214"}, {"stopSequence": 17, "arrival": {"time": "1694889705"}, "stopId": "49218"}, {"stopSequence": 18, "arrival": {"time": "1694889728"}, "stopId": "49257"}, {"stopSequence": 19, "arrival": {"time": "1694889846"}, "stopId": "49258"}, {"stopSequence": 20, "arrival": {"time": "1694889901"}, "stopId": "49259"}, {"stopSequence": 21, "arrival": {"time": "1694889909"}, "stopId": "49260"}, {"stopSequence": 22, "arrival": {"time": "1694890073"}, "stopId": "49261"}, {"stopSequence": 23, "arrival": {"time": "1694890103"}, "stopId": "49262"}, {"stopSequence": 24, "arrival": {"time": "1694890128"}, "stopId": "49263"}, {"stopSequence": 25, "arrival": {"time": "1694890898"}, "stopId": "34549"}, {"stopSequence": 26, "arrival": {"time": "1694891263"}, "stopId": "49264"}, {"stopSequence": 27, "arrival": {"time": "1694891266"}, "stopId": "49265"}, {"stopSequence": 28, "arrival": {"time": "1694891310"}, "stopId": "49266"}, {"stopSequence": 29, "arrival": {"time": "1694891372"}, "stopId": "49267"}, {"stopSequence": 30, "arrival": {"time": "1694891456"}, "stopId": "42274"}, {"stopSequence": 31, "arrival": {"time": "1694891547"}, "stopId": "42275"}, {"stopSequence": 32, "arrival": {"time": "1694891595"}, "stopId": "42276"}, {"stopSequence": 33, "arrival": {"time": "1694891695"}, "stopId": "42277"}, {"stopSequence": 34, "arrival": {"time": "1694891796"}, "stopId": "42278"}, {"stopSequence": 35, "arrival": {"time": "1694891848"}, "stopId": "42279"}, {"stopSequence": 36, "arrival": {"time": "1694891952"}, "stopId": "42280"}, {"stopSequence": 37, "arrival": {"time": "1694892008"}, "stopId": "42281"}, {"stopSequence": 38, "arrival": {"time": "1694892108"}, "stopId": "42282"}, {"stopSequence": 39, "arrival": {"time": "1694892184"}, "stopId": "42283"}, {"stopSequence": 40, "arrival": {"time": "1694892275"}, "stopId": "49279"}, {"stopSequence": 41, "arrival": {"time": "1694892388"}, "stopId": "42285"}, {"stopSequence": 42, "arrival": {"time": "1694892518"}, "stopId": "42286"}, {"stopSequence": 43, "arrival": {"time": "1694892543"}, "stopId": "42287"}, {"stopSequence": 44, "arrival": {"time": "1694892625"}, "stopId": "42288"}, {"stopSequence": 45, "arrival": {"time": "1694892685"}, "stopId": "42289"}, {"stopSequence": 46, "arrival": {"time": "1694892810"}, "stopId": "42290"}, {"stopSequence": 47, "arrival": {"time": "1694892900"}, "stopId": "42291"}, {"stopSequence": 48, "arrival": {"time": "1694893047"}, "stopId": "42292"}, {"stopSequence": 49, "arrival": {"time": "1694893171"}, "stopId": "42293"}, {"stopSequence": 50, "arrival": {"time": "1694893506"}, "stopId": "42294"}, {"stopSequence": 51, "arrival": {"time": "1694893767"}, "stopId": "42295"}, {"stopSequence": 52, "arrival": {"time": "1694894015"}, "stopId": "42296"}, {"stopSequence": 53, "arrival": {"time": "1694894308"}, "stopId": "42297"}, {"stopSequence": 54, "arrival": {"time": "1694894549"}, "stopId": "42298"}, {"stopSequence": 55, "arrival": {"time": "1694894717"}, "stopId": "42299"}, {"stopSequence": 56, "arrival": {"time": "1694894832"}, "stopId": "49295"}, {"stopSequence": 57, "arrival": {"time": "1694895178"}, "stopId": "49296"}, {"stopSequence": 58, "arrival": {"time": "1694895448"}, "stopId": "49297"}, {"stopSequence": 59, "arrival": {"time": "1694895569"}, "stopId": "49298"}, {"stopSequence": 60, "arrival": {"time": "1694895794"}, "stopId": "49299"}, {"stopSequence": 61, "arrival": {"time": "1694895945"}, "stopId": "49300"}, {"stopSequence": 62, "arrival": {"time": "1694896253"}, "stopId": "49301"}, {"stopSequence": 63, "arrival": {"time": "1694896520"}, "stopId": "49302"}, {"stopSequence": 64, "arrival": {"time": "1694896705"}, "stopId": "49303"}, {"stopSequence": 65, "arrival": {"time": "1694896928"}, "stopId": "49304"}, {"stopSequence": 66, "arrival": {"time": "1694897054"}, "stopId": "49305"}, {"stopSequence": 67, "arrival": {"time": "1694897316"}, "stopId": "49306"}, {"stopSequence": 68, "arrival": {"time": "1694897509"}, "stopId": "49307"}, {"stopSequence": 69, "arrival": {"time": "1694897630"}, "stopId": "49308"}, {"stopSequence": 70, "arrival": {"time": "1694897754"}, "stopId": "49309"}, {"stopSequence": 71, "arrival": {"time": "1694898118"}, "stopId": "49310"}, {"stopSequence": 72, "arrival": {"time": "1694898295"}, "stopId": "49311"}, {"stopSequence": 73, "arrival": {"time": "1694898436"}, "stopId": "39633"}, {"stopSequence": 74, "arrival": {"time": "1694898625"}, "stopId": "39634"}, {"stopSequence": 75, "arrival": {"time": "1694898782"}, "stopId": "39635"}, {"stopSequence": 76, "arrival": {"time": "1694899056"}, "stopId": "39636"}, {"stopSequence": 77, "arrival": {"time": "1694899441"}, "stopId": "49503"}, {"stopSequence": 78, "arrival": {"time": "1694900398"}, "stopId": "39637"}, {"stopSequence": 79, "arrival": {"time": "1694900816"}, "stopId": "49317"}, {"stopSequence": 80, "arrival": {"time": "1694901097"}, "stopId": "49318"}, {"stopSequence": 81, "arrival": {"time": "1694901724"}, "stopId": "49319"}, {"stopSequence": 82, "arrival": {"time": "1694902385"}, "stopId": "39641"}, {"stopSequence": 83, "arrival": {"time": "1694902781"}, "stopId": "39642"}, {"stopSequence": 84, "arrival": {"time": "1694906845"}, "stopId": "49325"}, {"stopSequence": 85, "arrival": {"time": "1694908072"}, "stopId": "49326"}, {"stopSequence": 86, "arrival": {"time": "1694908635"}, "stopId": "39648"}, {"stopSequence": 87, "arrival": {"time": "1694909739"}, "stopId": "39649"}, {"stopSequence": 88, "arrival": {"time": "1694911053"}, "stopId": "49329"}, {"stopSequence": 89, "arrival": {"time": "1694912696"}, "stopId": "49330"}, {"stopSequence": 90, "arrival": {"time": "1694913961"}, "stopId": "39652"}, {"stopSequence": 91, "arrival": {"time": "1694914980"}, "stopId": "39653"}, {"stopSequence": 92, "arrival": {"time": "1694916276"}, "stopId": "39654"}, {"stopSequence": 93, "arrival": {"time": "1694917554"}, "stopId": "49334"}, {"stopSequence": 94, "arrival": {"time": "1694920488"}, "stopId": "49335"}, {"stopSequence": 95, "arrival": {"time": "1694923239"}, "stopId": "49336"}, {"stopSequence": 96, "arrival": {"time": "1694930170"}, "stopId": "37437"}, {"stopSequence": 97, "arrival": {"time": "1694935604"}, "stopId": "49337"}, {"stopSequence": 98, "arrival": {"time": "1694939216"}, "stopId": "39661"}, {"stopSequence": 99, "arrival": {"time": "1694944910"}, "stopId": "39662"}, {"stopSequence": 100, "arrival": {"time": "1694956475"}, "stopId": "39663"}, {"stopSequence": 101, "arrival": {"time": "1694969551"}, "stopId": "49341"}, {"stopSequence": 102, "arrival": {"time": "1694986250"}, "stopId": "49342"}, {"stopSequence": 103, "arrival": {"time": "1695071303"}, "stopId": "49343"}], "vehicle": {"licensePlate": "DBGH97"}, "timestamp": "1694889029"}, "vehicle": {"trip": {"tripId": "16c9a590-a-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 0}, "position": {"latitude": -36.96539, "longitude": -72.93679, "bearing": 164.0, "odometer": 0.0, "speed": 25.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "DBGH97"}}}, {"id": "454294b1-5407-4762-a00a-4cdc0a0d5e64", "tripUpdate": {"trip": {"tripId": "71aa25d5-0-701ff27f-2", "startTime": "14:43:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 43, "arrival": {"time": "1694889051"}, "stopId": "38509"}, {"stopSequence": 44, "arrival": {"time": "1694889089"}, "stopId": "38642"}, {"stopSequence": 45, "arrival": {"time": "1694889136"}, "stopId": "39795"}, {"stopSequence": 46, "arrival": {"time": "1694889161"}, "stopId": "38502"}, {"stopSequence": 47, "arrival": {"time": "1694889233"}, "stopId": "38503"}, {"stopSequence": 48, "arrival": {"time": "1694889394"}, "stopId": "35691"}, {"stopSequence": 49, "arrival": {"time": "1694889490"}, "stopId": "35693"}, {"stopSequence": 50, "arrival": {"time": "1694889548"}, "stopId": "35694"}, {"stopSequence": 51, "arrival": {"time": "1694889583"}, "stopId": "35695"}, {"stopSequence": 52, "arrival": {"time": "1694889635"}, "stopId": "35696"}, {"stopSequence": 53, "arrival": {"time": "1694889803"}, "stopId": "35697"}, {"stopSequence": 54, "arrival": {"time": "1694889897"}, "stopId": "2-Jan"}, {"stopSequence": 55, "arrival": {"time": "1694889931"}, "stopId": "42460"}, {"stopSequence": 56, "arrival": {"time": "1694889981"}, "stopId": "39726"}, {"stopSequence": 57, "arrival": {"time": "1694890002"}, "stopId": "2-Mar"}, {"stopSequence": 58, "arrival": {"time": "1694890082"}, "stopId": "2-Apr"}, {"stopSequence": 59, "arrival": {"time": "1694890137"}, "stopId": "39728"}, {"stopSequence": 60, "arrival": {"time": "1694890232"}, "stopId": "39729"}, {"stopSequence": 61, "arrival": {"time": "1694890256"}, "stopId": "39730"}, {"stopSequence": 62, "arrival": {"time": "1694890357"}, "stopId": "42200"}, {"stopSequence": 63, "arrival": {"time": "1694890402"}, "stopId": "42203"}, {"stopSequence": 64, "arrival": {"time": "1694890455"}, "stopId": "42204"}, {"stopSequence": 65, "arrival": {"time": "1694890496"}, "stopId": "42205"}, {"stopSequence": 66, "arrival": {"time": "1694890556"}, "stopId": "42201"}, {"stopSequence": 67, "arrival": {"time": "1694890804"}, "stopId": "42206"}, {"stopSequence": 68, "arrival": {"time": "1694890868"}, "stopId": "42207"}, {"stopSequence": 69, "arrival": {"time": "1694890930"}, "stopId": "42208"}, {"stopSequence": 70, "arrival": {"time": "1694891063"}, "stopId": "42564"}, {"stopSequence": 71, "arrival": {"time": "1694891180"}, "stopId": "42214"}, {"stopSequence": 72, "arrival": {"time": "1694891295"}, "stopId": "42209"}, {"stopSequence": 73, "arrival": {"time": "1694891430"}, "stopId": "42210"}, {"stopSequence": 74, "arrival": {"time": "1694891650"}, "stopId": "42215"}, {"stopSequence": 75, "arrival": {"time": "1694891687"}, "stopId": "42216"}, {"stopSequence": 76, "arrival": {"time": "1694891738"}, "stopId": "42217"}, {"stopSequence": 77, "arrival": {"time": "1694891831"}, "stopId": "42218"}, {"stopSequence": 78, "arrival": {"time": "1694891886"}, "stopId": "42219"}, {"stopSequence": 79, "arrival": {"time": "1694892005"}, "stopId": "42220"}, {"stopSequence": 80, "arrival": {"time": "1694892074"}, "stopId": "42221"}, {"stopSequence": 81, "arrival": {"time": "1694892166"}, "stopId": "42222"}, {"stopSequence": 82, "arrival": {"time": "1694892261"}, "stopId": "42223"}, {"stopSequence": 83, "arrival": {"time": "1694892301"}, "stopId": "42224"}, {"stopSequence": 84, "arrival": {"time": "1694892410"}, "stopId": "42225"}, {"stopSequence": 85, "arrival": {"time": "1694892506"}, "stopId": "42226"}, {"stopSequence": 86, "arrival": {"time": "1694892586"}, "stopId": "42227"}, {"stopSequence": 87, "arrival": {"time": "1694892716"}, "stopId": "42228"}, {"stopSequence": 88, "arrival": {"time": "1694892783"}, "stopId": "42229"}, {"stopSequence": 89, "arrival": {"time": "1694892914"}, "stopId": "42230"}, {"stopSequence": 90, "arrival": {"time": "1694892985"}, "stopId": "42231"}, {"stopSequence": 91, "arrival": {"time": "1694893125"}, "stopId": "42232"}, {"stopSequence": 92, "arrival": {"time": "1694893359"}, "stopId": "42234"}, {"stopSequence": 93, "arrival": {"time": "1694893494"}, "stopId": "42235"}, {"stopSequence": 94, "arrival": {"time": "1694893554"}, "stopId": "42211"}, {"stopSequence": 95, "arrival": {"time": "1694893661"}, "stopId": "49203"}, {"stopSequence": 96, "arrival": {"time": "1694893773"}, "stopId": "49204"}, {"stopSequence": 97, "arrival": {"time": "1694893794"}, "stopId": "42503"}, {"stopSequence": 98, "arrival": {"time": "1694893821"}, "stopId": "34564"}, {"stopSequence": 99, "arrival": {"time": "1694894631"}, "stopId": "34789"}, {"stopSequence": 100, "arrival": {"time": "1694894688"}, "stopId": "49163"}, {"stopSequence": 101, "arrival": {"time": "1694897352"}, "stopId": "49208"}, {"stopSequence": 102, "arrival": {"time": "1694897476"}, "stopId": "49209"}, {"stopSequence": 103, "arrival": {"time": "1694897552"}, "stopId": "49210"}, {"stopSequence": 104, "arrival": {"time": "1694898557"}, "stopId": "49211"}, {"stopSequence": 105, "arrival": {"time": "1694898727"}, "stopId": "49212"}, {"stopSequence": 106, "arrival": {"time": "1694899081"}, "stopId": "49213"}, {"stopSequence": 107, "arrival": {"time": "1694900410"}, "stopId": "49206"}, {"stopSequence": 108, "arrival": {"time": "1694901001"}, "stopId": "49215"}, {"stopSequence": 109, "arrival": {"time": "1694901175"}, "stopId": "49216"}, {"stopSequence": 110, "arrival": {"time": "1694901303"}, "stopId": "49217"}, {"stopSequence": 111, "arrival": {"time": "1694901532"}, "stopId": "49214"}, {"stopSequence": 112, "arrival": {"time": "1694901894"}, "stopId": "49249"}, {"stopSequence": 113, "arrival": {"time": "1694902076"}, "stopId": "49218"}, {"stopSequence": 114, "arrival": {"time": "1694902283"}, "stopId": "49219"}, {"stopSequence": 115, "arrival": {"time": "1694902869"}, "stopId": "38044"}, {"stopSequence": 116, "arrival": {"time": "1694903241"}, "stopId": "38045"}, {"stopSequence": 117, "arrival": {"time": "1694904166"}, "stopId": "49220"}, {"stopSequence": 118, "arrival": {"time": "1694905008"}, "stopId": "49221"}, {"stopSequence": 119, "arrival": {"time": "1694905235"}, "stopId": "49222"}, {"stopSequence": 120, "arrival": {"time": "1694905363"}, "stopId": "49223"}, {"stopSequence": 121, "arrival": {"time": "1694905537"}, "stopId": "38049"}, {"stopSequence": 122, "arrival": {"time": "1694905842"}, "stopId": "49224"}, {"stopSequence": 123, "arrival": {"time": "1694906897"}, "stopId": "49253"}, {"stopSequence": 124, "arrival": {"time": "1694908157"}, "stopId": "49226"}, {"stopSequence": 125, "arrival": {"time": "1694908691"}, "stopId": "49227"}, {"stopSequence": 126, "arrival": {"time": "1694909342"}, "stopId": "49229"}, {"stopSequence": 127, "arrival": {"time": "1694909725"}, "stopId": "49228"}, {"stopSequence": 128, "arrival": {"time": "1694910599"}, "stopId": "49230"}, {"stopSequence": 129, "arrival": {"time": "1694911727"}, "stopId": "49235"}, {"stopSequence": 130, "arrival": {"time": "1694918349"}, "stopId": "49232"}, {"stopSequence": 131, "arrival": {"time": "1694938305"}, "stopId": "40342"}, {"stopSequence": 132, "arrival": {"time": "1694955553"}, "stopId": "40343"}, {"stopSequence": 133, "arrival": {"time": "1694974624"}, "stopId": "49243"}], "vehicle": {"licensePlate": "XS4553"}, "timestamp": "1694889028"}, "vehicle": {"trip": {"tripId": "71aa25d5-0-701ff27f-2", "startTime": "14:43:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 1}, "position": {"latitude": -36.794197, "longitude": -73.086845, "bearing": 178.0, "odometer": 0.0, "speed": 26.0}, "timestamp": "1694889028", "vehicle": {"licensePlate": "XS4553"}}}, {"id": "e6dc7aa2-2c8b-442b-a9d2-5ff726cdc11b", "tripUpdate": {"trip": {"tripId": "63740513-9-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889097"}, "stopId": "38560"}, {"stopSequence": 2, "arrival": {"time": "1694889112"}, "stopId": "38697"}, {"stopSequence": 3, "arrival": {"time": "1694889159"}, "stopId": "38646"}, {"stopSequence": 4, "arrival": {"time": "1694889199"}, "stopId": "38632"}, {"stopSequence": 5, "arrival": {"time": "1694889279"}, "stopId": "38767"}, {"stopSequence": 6, "arrival": {"time": "1694889343"}, "stopId": "38768"}, {"stopSequence": 7, "arrival": {"time": "1694889392"}, "stopId": "38769"}, {"stopSequence": 8, "arrival": {"time": "1694889488"}, "stopId": "42244"}, {"stopSequence": 9, "arrival": {"time": "1694889566"}, "stopId": "42245"}, {"stopSequence": 10, "arrival": {"time": "1694889608"}, "stopId": "42246"}, {"stopSequence": 11, "arrival": {"time": "1694889661"}, "stopId": "38779"}, {"stopSequence": 12, "arrival": {"time": "1694889706"}, "stopId": "42247"}, {"stopSequence": 13, "arrival": {"time": "1694889751"}, "stopId": "42248"}, {"stopSequence": 14, "arrival": {"time": "1694889781"}, "stopId": "38782"}, {"stopSequence": 15, "arrival": {"time": "1694889890"}, "stopId": "42249"}, {"stopSequence": 16, "arrival": {"time": "1694889995"}, "stopId": "42421"}, {"stopSequence": 17, "arrival": {"time": "1694890194"}, "stopId": "42422"}, {"stopSequence": 18, "arrival": {"time": "1694890272"}, "stopId": "42423"}, {"stopSequence": 19, "arrival": {"time": "1694890381"}, "stopId": "42424"}, {"stopSequence": 20, "arrival": {"time": "1694890566"}, "stopId": "42425"}, {"stopSequence": 21, "arrival": {"time": "1694890752"}, "stopId": "42426"}, {"stopSequence": 22, "arrival": {"time": "1694890808"}, "stopId": "42427"}, {"stopSequence": 23, "arrival": {"time": "1694890839"}, "stopId": "42428"}, {"stopSequence": 24, "arrival": {"time": "1694890879"}, "stopId": "42429"}, {"stopSequence": 25, "arrival": {"time": "1694890907"}, "stopId": "42430"}, {"stopSequence": 26, "arrival": {"time": "1694890966"}, "stopId": "42431"}, {"stopSequence": 27, "arrival": {"time": "1694890989"}, "stopId": "42432"}, {"stopSequence": 28, "arrival": {"time": "1694891043"}, "stopId": "37578"}, {"stopSequence": 29, "arrival": {"time": "1694891080"}, "stopId": "42434"}, {"stopSequence": 30, "arrival": {"time": "1694891134"}, "stopId": "42435"}, {"stopSequence": 31, "arrival": {"time": "1694891183"}, "stopId": "4831075"}, {"stopSequence": 32, "arrival": {"time": "1694891233"}, "stopId": "49135"}, {"stopSequence": 33, "arrival": {"time": "1694891279"}, "stopId": "49136"}, {"stopSequence": 34, "arrival": {"time": "1694891361"}, "stopId": "49137"}, {"stopSequence": 35, "arrival": {"time": "1694891388"}, "stopId": "49138"}, {"stopSequence": 36, "arrival": {"time": "1694891407"}, "stopId": "49139"}, {"stopSequence": 37, "arrival": {"time": "1694891443"}, "stopId": "49140"}, {"stopSequence": 38, "arrival": {"time": "1694891491"}, "stopId": "49141"}, {"stopSequence": 39, "arrival": {"time": "1694891537"}, "stopId": "49142"}, {"stopSequence": 40, "arrival": {"time": "1694891580"}, "stopId": "49143"}, {"stopSequence": 41, "arrival": {"time": "1694891613"}, "stopId": "38506"}, {"stopSequence": 42, "arrival": {"time": "1694891673"}, "stopId": "38635"}, {"stopSequence": 43, "arrival": {"time": "1694891723"}, "stopId": "38509"}, {"stopSequence": 44, "arrival": {"time": "1694891767"}, "stopId": "38642"}, {"stopSequence": 45, "arrival": {"time": "1694891822"}, "stopId": "39795"}, {"stopSequence": 46, "arrival": {"time": "1694891853"}, "stopId": "38502"}, {"stopSequence": 47, "arrival": {"time": "1694891941"}, "stopId": "38503"}, {"stopSequence": 48, "arrival": {"time": "1694892151"}, "stopId": "35691"}, {"stopSequence": 49, "arrival": {"time": "1694892284"}, "stopId": "35693"}, {"stopSequence": 50, "arrival": {"time": "1694892367"}, "stopId": "35694"}, {"stopSequence": 51, "arrival": {"time": "1694892419"}, "stopId": "35695"}, {"stopSequence": 52, "arrival": {"time": "1694892496"}, "stopId": "35696"}, {"stopSequence": 53, "arrival": {"time": "1694892762"}, "stopId": "35697"}, {"stopSequence": 54, "arrival": {"time": "1694892920"}, "stopId": "2-Jan"}, {"stopSequence": 55, "arrival": {"time": "1694892980"}, "stopId": "42460"}, {"stopSequence": 56, "arrival": {"time": "1694893069"}, "stopId": "39726"}, {"stopSequence": 57, "arrival": {"time": "1694893107"}, "stopId": "2-Mar"}, {"stopSequence": 58, "arrival": {"time": "1694893255"}, "stopId": "2-Apr"}, {"stopSequence": 59, "arrival": {"time": "1694893362"}, "stopId": "39728"}, {"stopSequence": 60, "arrival": {"time": "1694893551"}, "stopId": "39729"}, {"stopSequence": 61, "arrival": {"time": "1694893600"}, "stopId": "39730"}, {"stopSequence": 62, "arrival": {"time": "1694893814"}, "stopId": "42200"}, {"stopSequence": 63, "arrival": {"time": "1694893913"}, "stopId": "42203"}, {"stopSequence": 64, "arrival": {"time": "1694894033"}, "stopId": "42204"}, {"stopSequence": 65, "arrival": {"time": "1694894129"}, "stopId": "42205"}, {"stopSequence": 66, "arrival": {"time": "1694894271"}, "stopId": "42201"}, {"stopSequence": 67, "arrival": {"time": "1694894907"}, "stopId": "42206"}, {"stopSequence": 68, "arrival": {"time": "1694895087"}, "stopId": "42207"}, {"stopSequence": 69, "arrival": {"time": "1694895265"}, "stopId": "42208"}, {"stopSequence": 70, "arrival": {"time": "1694895669"}, "stopId": "42564"}, {"stopSequence": 71, "arrival": {"time": "1694896046"}, "stopId": "42214"}, {"stopSequence": 72, "arrival": {"time": "1694896445"}, "stopId": "42209"}, {"stopSequence": 73, "arrival": {"time": "1694896943"}, "stopId": "42210"}, {"stopSequence": 74, "arrival": {"time": "1694897845"}, "stopId": "42215"}, {"stopSequence": 75, "arrival": {"time": "1694898009"}, "stopId": "42216"}, {"stopSequence": 76, "arrival": {"time": "1694898238"}, "stopId": "42217"}, {"stopSequence": 77, "arrival": {"time": "1694898680"}, "stopId": "42218"}, {"stopSequence": 78, "arrival": {"time": "1694898952"}, "stopId": "42219"}, {"stopSequence": 79, "arrival": {"time": "1694899575"}, "stopId": "42220"}, {"stopSequence": 80, "arrival": {"time": "1694899956"}, "stopId": "42221"}, {"stopSequence": 81, "arrival": {"time": "1694900494"}, "stopId": "42222"}, {"stopSequence": 82, "arrival": {"time": "1694901081"}, "stopId": "42223"}, {"stopSequence": 83, "arrival": {"time": "1694901340"}, "stopId": "42224"}, {"stopSequence": 84, "arrival": {"time": "1694902090"}, "stopId": "42225"}, {"stopSequence": 85, "arrival": {"time": "1694902795"}, "stopId": "42226"}, {"stopSequence": 86, "arrival": {"time": "1694903426"}, "stopId": "42227"}, {"stopSequence": 87, "arrival": {"time": "1694904535"}, "stopId": "42228"}, {"stopSequence": 88, "arrival": {"time": "1694905150"}, "stopId": "42229"}, {"stopSequence": 89, "arrival": {"time": "1694906462"}, "stopId": "42230"}, {"stopSequence": 90, "arrival": {"time": "1694907231"}, "stopId": "42231"}, {"stopSequence": 91, "arrival": {"time": "1694908896"}, "stopId": "42232"}, {"stopSequence": 92, "arrival": {"time": "1694912245"}, "stopId": "42234"}, {"stopSequence": 93, "arrival": {"time": "1694914562"}, "stopId": "42235"}, {"stopSequence": 94, "arrival": {"time": "1694915710"}, "stopId": "42211"}, {"stopSequence": 95, "arrival": {"time": "1694917982"}, "stopId": "49203"}, {"stopSequence": 96, "arrival": {"time": "1694920692"}, "stopId": "49204"}, {"stopSequence": 97, "arrival": {"time": "1694921231"}, "stopId": "42503"}, {"stopSequence": 98, "arrival": {"time": "1694921965"}, "stopId": "34564"}, {"stopSequence": 99, "arrival": {"time": "1694971782"}, "stopId": "34789"}, {"stopSequence": 100, "arrival": {"time": "1694980304"}, "stopId": "49163"}], "vehicle": {"licensePlate": "YS3977"}, "timestamp": "1694889027"}, "vehicle": {"trip": {"tripId": "63740513-9-701ff27f-2", "startTime": "15:23:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "632", "directionId": 1}, "position": {"latitude": -36.708553, "longitude": -73.11462, "bearing": 190.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889027", "vehicle": {"licensePlate": "YS3977"}}}, {"id": "88558a68-3bf9-45f1-a3b7-519e893aed48", "tripUpdate": {"trip": {"tripId": "9433f1f7-2-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "633", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 29, "arrival": {"time": "1694888986"}, "stopId": "35808"}, {"stopSequence": 30, "arrival": {"time": "1694889056"}, "stopId": "35710"}, {"stopSequence": 31, "arrival": {"time": "1694889104"}, "stopId": "50036"}, {"stopSequence": 32, "arrival": {"time": "1694889206"}, "stopId": "35712"}, {"stopSequence": 33, "arrival": {"time": "1694889304"}, "stopId": "35713"}, {"stopSequence": 34, "arrival": {"time": "1694889380"}, "stopId": "35817"}, {"stopSequence": 35, "arrival": {"time": "1694889423"}, "stopId": "35818"}, {"stopSequence": 36, "arrival": {"time": "1694889453"}, "stopId": "49532"}, {"stopSequence": 37, "arrival": {"time": "1694889601"}, "stopId": "49487"}], "vehicle": {"licensePlate": "JVXY87"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "9433f1f7-2-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "633", "directionId": 0}, "position": {"latitude": -36.816124, "longitude": -73.03444, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "JVXY87"}}}, {"id": "9621c27e-22a7-4605-932d-9bd5dcb11c60", "tripUpdate": {"trip": {"tripId": "f33f6815-5-701ff27f-2", "startTime": "14:34:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "633", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694888980"}, "stopId": "49514"}, {"stopSequence": 32, "arrival": {"time": "1694889045"}, "stopId": "49516"}, {"stopSequence": 33, "arrival": {"time": "1694889126"}, "stopId": "49517"}, {"stopSequence": 34, "arrival": {"time": "1694889158"}, "stopId": "49511"}, {"stopSequence": 35, "arrival": {"time": "1694889273"}, "stopId": "49481"}, {"stopSequence": 36, "arrival": {"time": "1694889297"}, "stopId": "49485"}], "vehicle": {"licensePlate": "SKJR70"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "f33f6815-5-701ff27f-2", "startTime": "14:34:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "633", "directionId": 1}, "position": {"latitude": -36.796047, "longitude": -73.082, "bearing": 330.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888974", "vehicle": {"licensePlate": "SKJR70"}}}, {"id": "521d3e63-6042-435e-ad46-b5c6f29d4889", "tripUpdate": {"trip": {"tripId": "db21da87-b-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694888978"}, "stopId": "50032"}, {"stopSequence": 29, "arrival": {"time": "1694889024"}, "stopId": "39495"}, {"stopSequence": 30, "arrival": {"time": "1694889115"}, "stopId": "50033"}, {"stopSequence": 31, "arrival": {"time": "1694889153"}, "stopId": "39497"}, {"stopSequence": 32, "arrival": {"time": "1694889189"}, "stopId": "49407"}, {"stopSequence": 33, "arrival": {"time": "1694889248"}, "stopId": "50034"}, {"stopSequence": 34, "arrival": {"time": "1694889288"}, "stopId": "40903"}, {"stopSequence": 35, "arrival": {"time": "1694889322"}, "stopId": "40904"}, {"stopSequence": 36, "arrival": {"time": "1694889367"}, "stopId": "35814"}, {"stopSequence": 37, "arrival": {"time": "1694889434"}, "stopId": "35815"}, {"stopSequence": 38, "arrival": {"time": "1694889469"}, "stopId": "35816"}, {"stopSequence": 39, "arrival": {"time": "1694889482"}, "stopId": "35817"}, {"stopSequence": 40, "arrival": {"time": "1694889516"}, "stopId": "35818"}, {"stopSequence": 41, "arrival": {"time": "1694889554"}, "stopId": "35819"}, {"stopSequence": 42, "arrival": {"time": "1694889616"}, "stopId": "49417"}, {"stopSequence": 43, "arrival": {"time": "1694889643"}, "stopId": "49420"}, {"stopSequence": 44, "arrival": {"time": "1694889690"}, "stopId": "49421"}, {"stopSequence": 45, "arrival": {"time": "1694889717"}, "stopId": "49422"}, {"stopSequence": 46, "arrival": {"time": "1694889763"}, "stopId": "49423"}, {"stopSequence": 47, "arrival": {"time": "1694889794"}, "stopId": "49539"}, {"stopSequence": 48, "arrival": {"time": "1694889916"}, "stopId": "49424"}, {"stopSequence": 49, "arrival": {"time": "1694889983"}, "stopId": "49374"}], "vehicle": {"licensePlate": "DBLS32"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "db21da87-b-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 0}, "position": {"latitude": -36.827923, "longitude": -73.041466, "bearing": 60.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694888974", "vehicle": {"licensePlate": "DBLS32"}}}, {"id": "2691e208-7676-4ce6-a0e8-1e607fe9bfd7", "tripUpdate": {"trip": {"tripId": "45c13cfe-f-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889062"}, "stopId": "37523"}, {"stopSequence": 25, "arrival": {"time": "1694889100"}, "stopId": "37477"}, {"stopSequence": 26, "arrival": {"time": "1694889200"}, "stopId": "49310"}, {"stopSequence": 27, "arrival": {"time": "1694889233"}, "stopId": "49311"}, {"stopSequence": 28, "arrival": {"time": "1694889336"}, "stopId": "35700"}, {"stopSequence": 29, "arrival": {"time": "1694889366"}, "stopId": "35701"}, {"stopSequence": 30, "arrival": {"time": "1694889432"}, "stopId": "35703"}, {"stopSequence": 31, "arrival": {"time": "1694889455"}, "stopId": "35704"}, {"stopSequence": 32, "arrival": {"time": "1694889466"}, "stopId": "35705"}, {"stopSequence": 33, "arrival": {"time": "1694889488"}, "stopId": "35706"}, {"stopSequence": 34, "arrival": {"time": "1694889567"}, "stopId": "49535"}, {"stopSequence": 35, "arrival": {"time": "1694889617"}, "stopId": "49536"}, {"stopSequence": 36, "arrival": {"time": "1694889663"}, "stopId": "49537"}, {"stopSequence": 37, "arrival": {"time": "1694889718"}, "stopId": "39492"}, {"stopSequence": 38, "arrival": {"time": "1694889793"}, "stopId": "49472"}, {"stopSequence": 39, "arrival": {"time": "1694889888"}, "stopId": "49432"}, {"stopSequence": 40, "arrival": {"time": "1694889919"}, "stopId": "49386"}, {"stopSequence": 41, "arrival": {"time": "1694890091"}, "stopId": "49383"}, {"stopSequence": 42, "arrival": {"time": "1694890190"}, "stopId": "49381"}, {"stopSequence": 43, "arrival": {"time": "1694890370"}, "stopId": "49505"}, {"stopSequence": 44, "arrival": {"time": "1694890523"}, "stopId": "49475"}, {"stopSequence": 45, "arrival": {"time": "1694890609"}, "stopId": "49476"}, {"stopSequence": 46, "arrival": {"time": "1694890888"}, "stopId": "49478"}, {"stopSequence": 47, "arrival": {"time": "1694890929"}, "stopId": "49479"}, {"stopSequence": 48, "arrival": {"time": "1694890991"}, "stopId": "49480"}, {"stopSequence": 49, "arrival": {"time": "1694891042"}, "stopId": "49482"}, {"stopSequence": 50, "arrival": {"time": "1694891091"}, "stopId": "49483"}, {"stopSequence": 51, "arrival": {"time": "1694891144"}, "stopId": "49484"}, {"stopSequence": 52, "arrival": {"time": "1694891154"}, "stopId": "49481"}, {"stopSequence": 53, "arrival": {"time": "1694891191"}, "stopId": "49485"}], "vehicle": {"licensePlate": "GXYY75"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "45c13cfe-f-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 1}, "position": {"latitude": -36.82725, "longitude": -73.04916, "bearing": 238.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "GXYY75"}}}, {"id": "7ebd6901-2e49-460f-a9b5-e35937cd8444", "tripUpdate": {"trip": {"tripId": "a380b886-6-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 6, "arrival": {"time": "1694889029"}, "stopId": "49373"}, {"stopSequence": 7, "arrival": {"time": "1694889095"}, "stopId": "49376"}, {"stopSequence": 8, "arrival": {"time": "1694889183"}, "stopId": "49377"}, {"stopSequence": 9, "arrival": {"time": "1694889234"}, "stopId": "49520"}, {"stopSequence": 10, "arrival": {"time": "1694889314"}, "stopId": "49379"}, {"stopSequence": 11, "arrival": {"time": "1694889372"}, "stopId": "49380"}, {"stopSequence": 12, "arrival": {"time": "1694889495"}, "stopId": "49382"}, {"stopSequence": 13, "arrival": {"time": "1694889609"}, "stopId": "49384"}, {"stopSequence": 14, "arrival": {"time": "1694889623"}, "stopId": "49385"}, {"stopSequence": 15, "arrival": {"time": "1694889761"}, "stopId": "49387"}, {"stopSequence": 16, "arrival": {"time": "1694889868"}, "stopId": "49388"}, {"stopSequence": 17, "arrival": {"time": "1694889905"}, "stopId": "49389"}, {"stopSequence": 18, "arrival": {"time": "1694889946"}, "stopId": "49390"}, {"stopSequence": 19, "arrival": {"time": "1694890001"}, "stopId": "49391"}, {"stopSequence": 20, "arrival": {"time": "1694890020"}, "stopId": "49392"}, {"stopSequence": 21, "arrival": {"time": "1694890120"}, "stopId": "49393"}, {"stopSequence": 22, "arrival": {"time": "1694890166"}, "stopId": "49394"}, {"stopSequence": 23, "arrival": {"time": "1694890216"}, "stopId": "50004"}, {"stopSequence": 24, "arrival": {"time": "1694890287"}, "stopId": "50030"}, {"stopSequence": 25, "arrival": {"time": "1694890337"}, "stopId": "3-Mar"}, {"stopSequence": 26, "arrival": {"time": "1694890385"}, "stopId": "50031"}, {"stopSequence": 27, "arrival": {"time": "1694890410"}, "stopId": "49398"}, {"stopSequence": 28, "arrival": {"time": "1694890434"}, "stopId": "50032"}, {"stopSequence": 29, "arrival": {"time": "1694890477"}, "stopId": "39495"}, {"stopSequence": 30, "arrival": {"time": "1694890562"}, "stopId": "50033"}, {"stopSequence": 31, "arrival": {"time": "1694890599"}, "stopId": "39497"}, {"stopSequence": 32, "arrival": {"time": "1694890633"}, "stopId": "49407"}, {"stopSequence": 33, "arrival": {"time": "1694890691"}, "stopId": "50034"}, {"stopSequence": 34, "arrival": {"time": "1694890731"}, "stopId": "40903"}, {"stopSequence": 35, "arrival": {"time": "1694890765"}, "stopId": "40904"}, {"stopSequence": 36, "arrival": {"time": "1694890811"}, "stopId": "35814"}, {"stopSequence": 37, "arrival": {"time": "1694890880"}, "stopId": "35815"}, {"stopSequence": 38, "arrival": {"time": "1694890917"}, "stopId": "35816"}, {"stopSequence": 39, "arrival": {"time": "1694890930"}, "stopId": "35817"}, {"stopSequence": 40, "arrival": {"time": "1694890966"}, "stopId": "35818"}, {"stopSequence": 41, "arrival": {"time": "1694891007"}, "stopId": "35819"}, {"stopSequence": 42, "arrival": {"time": "1694891074"}, "stopId": "49417"}, {"stopSequence": 43, "arrival": {"time": "1694891104"}, "stopId": "49420"}, {"stopSequence": 44, "arrival": {"time": "1694891156"}, "stopId": "49421"}, {"stopSequence": 45, "arrival": {"time": "1694891186"}, "stopId": "49422"}, {"stopSequence": 46, "arrival": {"time": "1694891239"}, "stopId": "49423"}, {"stopSequence": 47, "arrival": {"time": "1694891274"}, "stopId": "49539"}, {"stopSequence": 48, "arrival": {"time": "1694891416"}, "stopId": "49424"}, {"stopSequence": 49, "arrival": {"time": "1694891496"}, "stopId": "49374"}], "vehicle": {"licensePlate": "HVLT12"}, "timestamp": "1694889006"}, "vehicle": {"trip": {"tripId": "a380b886-6-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 0}, "position": {"latitude": -36.807625, "longitude": -73.07759, "bearing": 52.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889006", "vehicle": {"licensePlate": "HVLT12"}}}, {"id": "4708858d-32c8-452d-ab08-8c441cf849b3", "tripUpdate": {"trip": {"tripId": "4c7e6b56-9-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 11, "arrival": {"time": "1694889025"}, "stopId": "35820"}, {"stopSequence": 12, "arrival": {"time": "1694889055"}, "stopId": "35729"}, {"stopSequence": 13, "arrival": {"time": "1694889081"}, "stopId": "35730"}, {"stopSequence": 14, "arrival": {"time": "1694889114"}, "stopId": "35731"}, {"stopSequence": 15, "arrival": {"time": "1694889181"}, "stopId": "35201"}, {"stopSequence": 16, "arrival": {"time": "1694889267"}, "stopId": "35202"}, {"stopSequence": 17, "arrival": {"time": "1694889376"}, "stopId": "90001"}, {"stopSequence": 18, "arrival": {"time": "1694889464"}, "stopId": "39599"}, {"stopSequence": 19, "arrival": {"time": "1694889478"}, "stopId": "39600"}, {"stopSequence": 20, "arrival": {"time": "1694889552"}, "stopId": "37496"}, {"stopSequence": 21, "arrival": {"time": "1694889603"}, "stopId": "45064"}, {"stopSequence": 22, "arrival": {"time": "1694889675"}, "stopId": "37506"}, {"stopSequence": 23, "arrival": {"time": "1694889763"}, "stopId": "37520"}, {"stopSequence": 24, "arrival": {"time": "1694889853"}, "stopId": "37523"}, {"stopSequence": 25, "arrival": {"time": "1694889888"}, "stopId": "37477"}, {"stopSequence": 26, "arrival": {"time": "1694889981"}, "stopId": "49310"}, {"stopSequence": 27, "arrival": {"time": "1694890012"}, "stopId": "49311"}, {"stopSequence": 28, "arrival": {"time": "1694890110"}, "stopId": "35700"}, {"stopSequence": 29, "arrival": {"time": "1694890139"}, "stopId": "35701"}, {"stopSequence": 30, "arrival": {"time": "1694890202"}, "stopId": "35703"}, {"stopSequence": 31, "arrival": {"time": "1694890225"}, "stopId": "35704"}, {"stopSequence": 32, "arrival": {"time": "1694890235"}, "stopId": "35705"}, {"stopSequence": 33, "arrival": {"time": "1694890257"}, "stopId": "35706"}, {"stopSequence": 34, "arrival": {"time": "1694890335"}, "stopId": "49535"}, {"stopSequence": 35, "arrival": {"time": "1694890384"}, "stopId": "49536"}, {"stopSequence": 36, "arrival": {"time": "1694890431"}, "stopId": "49537"}, {"stopSequence": 37, "arrival": {"time": "1694890486"}, "stopId": "39492"}, {"stopSequence": 38, "arrival": {"time": "1694890563"}, "stopId": "49472"}, {"stopSequence": 39, "arrival": {"time": "1694890661"}, "stopId": "49432"}, {"stopSequence": 40, "arrival": {"time": "1694890693"}, "stopId": "49386"}, {"stopSequence": 41, "arrival": {"time": "1694890875"}, "stopId": "49383"}, {"stopSequence": 42, "arrival": {"time": "1694890981"}, "stopId": "49381"}, {"stopSequence": 43, "arrival": {"time": "1694891179"}, "stopId": "49505"}, {"stopSequence": 44, "arrival": {"time": "1694891351"}, "stopId": "49475"}, {"stopSequence": 45, "arrival": {"time": "1694891449"}, "stopId": "49476"}, {"stopSequence": 46, "arrival": {"time": "1694891777"}, "stopId": "49478"}, {"stopSequence": 47, "arrival": {"time": "1694891825"}, "stopId": "49479"}, {"stopSequence": 48, "arrival": {"time": "1694891900"}, "stopId": "49480"}, {"stopSequence": 49, "arrival": {"time": "1694891962"}, "stopId": "49482"}, {"stopSequence": 50, "arrival": {"time": "1694892021"}, "stopId": "49483"}, {"stopSequence": 51, "arrival": {"time": "1694892087"}, "stopId": "49484"}, {"stopSequence": 52, "arrival": {"time": "1694892099"}, "stopId": "49481"}, {"stopSequence": 53, "arrival": {"time": "1694892145"}, "stopId": "49485"}], "vehicle": {"licensePlate": "JPRY91"}, "timestamp": "1694889018"}, "vehicle": {"trip": {"tripId": "4c7e6b56-9-701ff27f-2", "startTime": "15:14:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 1}, "position": {"latitude": -36.820507, "longitude": -73.017815, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "JPRY91"}}}, {"id": "b71b6505-ef1c-4c0f-913d-ff49eb24bff7", "tripUpdate": {"trip": {"tripId": "c83efe61-5-701ff27f-2", "startTime": "15:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694889021"}, "stopId": "49393"}, {"stopSequence": 22, "arrival": {"time": "1694889071"}, "stopId": "49394"}, {"stopSequence": 23, "arrival": {"time": "1694889125"}, "stopId": "50004"}, {"stopSequence": 24, "arrival": {"time": "1694889201"}, "stopId": "50030"}, {"stopSequence": 25, "arrival": {"time": "1694889254"}, "stopId": "3-Mar"}, {"stopSequence": 26, "arrival": {"time": "1694889304"}, "stopId": "50031"}, {"stopSequence": 27, "arrival": {"time": "1694889330"}, "stopId": "49398"}, {"stopSequence": 28, "arrival": {"time": "1694889355"}, "stopId": "50032"}, {"stopSequence": 29, "arrival": {"time": "1694889399"}, "stopId": "39495"}, {"stopSequence": 30, "arrival": {"time": "1694889485"}, "stopId": "50033"}, {"stopSequence": 31, "arrival": {"time": "1694889521"}, "stopId": "39497"}, {"stopSequence": 32, "arrival": {"time": "1694889555"}, "stopId": "49407"}, {"stopSequence": 33, "arrival": {"time": "1694889612"}, "stopId": "50034"}, {"stopSequence": 34, "arrival": {"time": "1694889650"}, "stopId": "40903"}, {"stopSequence": 35, "arrival": {"time": "1694889683"}, "stopId": "40904"}, {"stopSequence": 36, "arrival": {"time": "1694889727"}, "stopId": "35814"}, {"stopSequence": 37, "arrival": {"time": "1694889792"}, "stopId": "35815"}, {"stopSequence": 38, "arrival": {"time": "1694889826"}, "stopId": "35816"}, {"stopSequence": 39, "arrival": {"time": "1694889838"}, "stopId": "35817"}, {"stopSequence": 40, "arrival": {"time": "1694889872"}, "stopId": "35818"}, {"stopSequence": 41, "arrival": {"time": "1694889909"}, "stopId": "35819"}, {"stopSequence": 42, "arrival": {"time": "1694889970"}, "stopId": "49417"}, {"stopSequence": 43, "arrival": {"time": "1694889997"}, "stopId": "49420"}, {"stopSequence": 44, "arrival": {"time": "1694890043"}, "stopId": "49421"}, {"stopSequence": 45, "arrival": {"time": "1694890070"}, "stopId": "49422"}, {"stopSequence": 46, "arrival": {"time": "1694890116"}, "stopId": "49423"}, {"stopSequence": 47, "arrival": {"time": "1694890147"}, "stopId": "49539"}, {"stopSequence": 48, "arrival": {"time": "1694890269"}, "stopId": "49424"}, {"stopSequence": 49, "arrival": {"time": "1694890336"}, "stopId": "49374"}], "vehicle": {"licensePlate": "SVPZ92"}, "timestamp": "1694888994"}, "vehicle": {"trip": {"tripId": "c83efe61-5-701ff27f-2", "startTime": "15:05:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "634", "directionId": 0}, "position": {"latitude": -36.82414, "longitude": -73.05444, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888994", "vehicle": {"licensePlate": "SVPZ92"}}}, {"id": "fdab2b7c-7c45-48ab-96bf-13f20fcaf40c", "tripUpdate": {"trip": {"tripId": "09f9f4d9-a-701ff27f-2", "startTime": "15:33:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "636", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 4, "arrival": {"time": "1694889070"}, "stopId": "40989"}, {"stopSequence": 5, "arrival": {"time": "1694889158"}, "stopId": "40985"}, {"stopSequence": 6, "arrival": {"time": "1694889201"}, "stopId": "40973"}, {"stopSequence": 7, "arrival": {"time": "1694889228"}, "stopId": "40983"}, {"stopSequence": 8, "arrival": {"time": "1694889271"}, "stopId": "40984"}, {"stopSequence": 9, "arrival": {"time": "1694889352"}, "stopId": "40990"}, {"stopSequence": 10, "arrival": {"time": "1694889414"}, "stopId": "40991"}, {"stopSequence": 11, "arrival": {"time": "1694889690"}, "stopId": "40974"}, {"stopSequence": 12, "arrival": {"time": "1694890278"}, "stopId": "40995"}, {"stopSequence": 13, "arrival": {"time": "1694890358"}, "stopId": "40996"}, {"stopSequence": 14, "arrival": {"time": "1694890433"}, "stopId": "40997"}, {"stopSequence": 15, "arrival": {"time": "1694890487"}, "stopId": "39614"}, {"stopSequence": 16, "arrival": {"time": "1694890537"}, "stopId": "39615"}, {"stopSequence": 17, "arrival": {"time": "1694890588"}, "stopId": "39616"}, {"stopSequence": 18, "arrival": {"time": "1694890641"}, "stopId": "39617"}, {"stopSequence": 19, "arrival": {"time": "1694890700"}, "stopId": "39618"}, {"stopSequence": 20, "arrival": {"time": "1694890744"}, "stopId": "39619"}, {"stopSequence": 21, "arrival": {"time": "1694890787"}, "stopId": "39620"}, {"stopSequence": 22, "arrival": {"time": "1694890859"}, "stopId": "39621"}, {"stopSequence": 23, "arrival": {"time": "1694890909"}, "stopId": "38281"}, {"stopSequence": 24, "arrival": {"time": "1694890967"}, "stopId": "37506"}, {"stopSequence": 25, "arrival": {"time": "1694891044"}, "stopId": "45069"}, {"stopSequence": 26, "arrival": {"time": "1694891163"}, "stopId": "37523"}, {"stopSequence": 27, "arrival": {"time": "1694891213"}, "stopId": "37477"}, {"stopSequence": 28, "arrival": {"time": "1694891282"}, "stopId": "40848"}], "vehicle": {"licensePlate": "PZLF28"}, "timestamp": "1694889013"}, "vehicle": {"trip": {"tripId": "09f9f4d9-a-701ff27f-2", "startTime": "15:33:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "636", "directionId": 1}, "position": {"latitude": -36.769615, "longitude": -73.07314, "bearing": 277.0, "odometer": 0.0, "speed": 5.277778}, "timestamp": "1694889013", "vehicle": {"licensePlate": "PZLF28"}}}, {"id": "726f1e30-7ef7-429e-bf06-1f1f3ae5661b", "tripUpdate": {"trip": {"tripId": "a966cd42-9-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694888999"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694889023"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694889076"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694889132"}, "stopId": "49503"}, {"stopSequence": 35, "arrival": {"time": "1694889259"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694889312"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694889344"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694889413"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694889476"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694889787"}, "stopId": "49325"}, {"stopSequence": 41, "arrival": {"time": "1694889843"}, "stopId": "49326"}, {"stopSequence": 42, "arrival": {"time": "1694889866"}, "stopId": "39648"}, {"stopSequence": 43, "arrival": {"time": "1694889916"}, "stopId": "39649"}, {"stopSequence": 44, "arrival": {"time": "1694889951"}, "stopId": "45112"}, {"stopSequence": 45, "arrival": {"time": "1694890001"}, "stopId": "45113"}, {"stopSequence": 46, "arrival": {"time": "1694890070"}, "stopId": "37490"}, {"stopSequence": 47, "arrival": {"time": "1694890131"}, "stopId": "45115"}, {"stopSequence": 48, "arrival": {"time": "1694890155"}, "stopId": "45116"}, {"stopSequence": 49, "arrival": {"time": "1694890224"}, "stopId": "45118"}, {"stopSequence": 50, "arrival": {"time": "1694890297"}, "stopId": "45119"}, {"stopSequence": 51, "arrival": {"time": "1694890340"}, "stopId": "45120"}, {"stopSequence": 52, "arrival": {"time": "1694890395"}, "stopId": "45121"}, {"stopSequence": 53, "arrival": {"time": "1694890436"}, "stopId": "38535"}, {"stopSequence": 54, "arrival": {"time": "1694890512"}, "stopId": "38536"}, {"stopSequence": 55, "arrival": {"time": "1694890539"}, "stopId": "4838437"}, {"stopSequence": 56, "arrival": {"time": "1694890600"}, "stopId": "45085"}, {"stopSequence": 57, "arrival": {"time": "1694890677"}, "stopId": "45086"}, {"stopSequence": 58, "arrival": {"time": "1694890732"}, "stopId": "38539"}, {"stopSequence": 59, "arrival": {"time": "1694890801"}, "stopId": "38540"}, {"stopSequence": 60, "arrival": {"time": "1694890875"}, "stopId": "38544"}, {"stopSequence": 61, "arrival": {"time": "1694890946"}, "stopId": "38545"}, {"stopSequence": 62, "arrival": {"time": "1694891049"}, "stopId": "38546"}, {"stopSequence": 63, "arrival": {"time": "1694891181"}, "stopId": "38548"}, {"stopSequence": 64, "arrival": {"time": "1694891254"}, "stopId": "38549"}, {"stopSequence": 65, "arrival": {"time": "1694891320"}, "stopId": "38550"}, {"stopSequence": 66, "arrival": {"time": "1694891430"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694891530"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694891626"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694891689"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694891828"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694891854"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694891924"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694891988"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694892037"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694892128"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694892180"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694892218"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694892353"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694892420"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694892476"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694892663"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694892685"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694892836"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694892866"}, "stopId": "16705477"}, {"stopSequence": 85, "arrival": {"time": "1694892943"}, "stopId": "40545"}, {"stopSequence": 86, "arrival": {"time": "1694893031"}, "stopId": "40546"}, {"stopSequence": 87, "arrival": {"time": "1694893085"}, "stopId": "40547"}, {"stopSequence": 88, "arrival": {"time": "1694893172"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694893562"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694893677"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694893865"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694894208"}, "stopId": "41947"}], "vehicle": {"licensePlate": "DRZG36"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "a966cd42-9-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.827065, "longitude": -73.06054, "bearing": 330.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888976", "vehicle": {"licensePlate": "DRZG36"}}}, {"id": "db34b698-d115-4177-a222-aade17763b7a", "tripUpdate": {"trip": {"tripId": "9994fa86-6-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889875"}, "stopId": "38817"}, {"stopSequence": 3, "arrival": {"time": "1694889922"}, "stopId": "38825"}, {"stopSequence": 4, "arrival": {"time": "1694889976"}, "stopId": "38826"}, {"stopSequence": 5, "arrival": {"time": "1694889991"}, "stopId": "38827"}, {"stopSequence": 6, "arrival": {"time": "1694890001"}, "stopId": "38828"}, {"stopSequence": 7, "arrival": {"time": "1694890026"}, "stopId": "38829"}, {"stopSequence": 8, "arrival": {"time": "1694890057"}, "stopId": "38830"}, {"stopSequence": 9, "arrival": {"time": "1694890115"}, "stopId": "38831"}, {"stopSequence": 10, "arrival": {"time": "1694890253"}, "stopId": "38832"}, {"stopSequence": 11, "arrival": {"time": "1694890287"}, "stopId": "38833"}, {"stopSequence": 12, "arrival": {"time": "1694890320"}, "stopId": "38834"}, {"stopSequence": 13, "arrival": {"time": "1694890367"}, "stopId": "35726"}, {"stopSequence": 14, "arrival": {"time": "1694890508"}, "stopId": "35820"}, {"stopSequence": 15, "arrival": {"time": "1694890542"}, "stopId": "35729"}, {"stopSequence": 16, "arrival": {"time": "1694890565"}, "stopId": "35730"}, {"stopSequence": 17, "arrival": {"time": "1694890606"}, "stopId": "35731"}, {"stopSequence": 18, "arrival": {"time": "1694890662"}, "stopId": "35201"}, {"stopSequence": 19, "arrival": {"time": "1694890752"}, "stopId": "35202"}, {"stopSequence": 20, "arrival": {"time": "1694890864"}, "stopId": "90001"}, {"stopSequence": 21, "arrival": {"time": "1694890956"}, "stopId": "39599"}, {"stopSequence": 22, "arrival": {"time": "1694890980"}, "stopId": "39600"}, {"stopSequence": 23, "arrival": {"time": "1694891050"}, "stopId": "37496"}, {"stopSequence": 24, "arrival": {"time": "1694891103"}, "stopId": "45064"}, {"stopSequence": 25, "arrival": {"time": "1694891184"}, "stopId": "37506"}, {"stopSequence": 26, "arrival": {"time": "1694891264"}, "stopId": "45069"}, {"stopSequence": 27, "arrival": {"time": "1694891388"}, "stopId": "37523"}, {"stopSequence": 28, "arrival": {"time": "1694891440"}, "stopId": "37477"}, {"stopSequence": 29, "arrival": {"time": "1694891533"}, "stopId": "49310"}, {"stopSequence": 30, "arrival": {"time": "1694891578"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694891646"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694891672"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694891733"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694891800"}, "stopId": "49503"}, {"stopSequence": 35, "arrival": {"time": "1694891957"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694892026"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694892068"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694892161"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694892249"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694892723"}, "stopId": "49325"}, {"stopSequence": 41, "arrival": {"time": "1694892816"}, "stopId": "49326"}, {"stopSequence": 42, "arrival": {"time": "1694892854"}, "stopId": "39648"}, {"stopSequence": 43, "arrival": {"time": "1694892941"}, "stopId": "39649"}, {"stopSequence": 44, "arrival": {"time": "1694893003"}, "stopId": "45112"}, {"stopSequence": 45, "arrival": {"time": "1694893093"}, "stopId": "45113"}, {"stopSequence": 46, "arrival": {"time": "1694893220"}, "stopId": "37490"}, {"stopSequence": 47, "arrival": {"time": "1694893338"}, "stopId": "45115"}, {"stopSequence": 48, "arrival": {"time": "1694893384"}, "stopId": "45116"}, {"stopSequence": 49, "arrival": {"time": "1694893521"}, "stopId": "45118"}, {"stopSequence": 50, "arrival": {"time": "1694893672"}, "stopId": "45119"}, {"stopSequence": 51, "arrival": {"time": "1694893765"}, "stopId": "45120"}, {"stopSequence": 52, "arrival": {"time": "1694893883"}, "stopId": "45121"}, {"stopSequence": 53, "arrival": {"time": "1694893975"}, "stopId": "38535"}, {"stopSequence": 54, "arrival": {"time": "1694894149"}, "stopId": "38536"}, {"stopSequence": 55, "arrival": {"time": "1694894215"}, "stopId": "4838437"}, {"stopSequence": 56, "arrival": {"time": "1694894360"}, "stopId": "45085"}, {"stopSequence": 57, "arrival": {"time": "1694894554"}, "stopId": "45086"}, {"stopSequence": 58, "arrival": {"time": "1694894694"}, "stopId": "38539"}, {"stopSequence": 59, "arrival": {"time": "1694894877"}, "stopId": "38540"}, {"stopSequence": 60, "arrival": {"time": "1694895084"}, "stopId": "38544"}, {"stopSequence": 61, "arrival": {"time": "1694895285"}, "stopId": "38545"}, {"stopSequence": 62, "arrival": {"time": "1694895596"}, "stopId": "38546"}, {"stopSequence": 63, "arrival": {"time": "1694896015"}, "stopId": "38548"}, {"stopSequence": 64, "arrival": {"time": "1694896260"}, "stopId": "38549"}, {"stopSequence": 65, "arrival": {"time": "1694896491"}, "stopId": "38550"}, {"stopSequence": 66, "arrival": {"time": "1694896894"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694897281"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694897674"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694897945"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694898578"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694898702"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694899043"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694899369"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694899626"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694900133"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694900431"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694900660"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694901509"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694901958"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694902351"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694903786"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694903969"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694905304"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694905584"}, "stopId": "16705477"}, {"stopSequence": 85, "arrival": {"time": "1694906351"}, "stopId": "40545"}, {"stopSequence": 86, "arrival": {"time": "1694907284"}, "stopId": "40546"}, {"stopSequence": 87, "arrival": {"time": "1694907881"}, "stopId": "40547"}, {"stopSequence": 88, "arrival": {"time": "1694908931"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694914802"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694917056"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694921423"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694932985"}, "stopId": "41947"}], "vehicle": {"licensePlate": "DRZG45"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "9994fa86-6-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.80036, "longitude": -72.95931, "bearing": 204.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "DRZG45"}}}, {"id": "2bf60d47-6900-4dbc-8f96-05ff79f566ae", "tripUpdate": {"trip": {"tripId": "ae8c2cde-a-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 47, "arrival": {"time": "1694889016"}, "stopId": "45115"}, {"stopSequence": 48, "arrival": {"time": "1694889042"}, "stopId": "45116"}, {"stopSequence": 49, "arrival": {"time": "1694889117"}, "stopId": "45118"}, {"stopSequence": 50, "arrival": {"time": "1694889195"}, "stopId": "45119"}, {"stopSequence": 51, "arrival": {"time": "1694889241"}, "stopId": "45120"}, {"stopSequence": 52, "arrival": {"time": "1694889297"}, "stopId": "45121"}, {"stopSequence": 53, "arrival": {"time": "1694889339"}, "stopId": "38535"}, {"stopSequence": 54, "arrival": {"time": "1694889416"}, "stopId": "38536"}, {"stopSequence": 55, "arrival": {"time": "1694889444"}, "stopId": "4838437"}, {"stopSequence": 56, "arrival": {"time": "1694889504"}, "stopId": "45085"}, {"stopSequence": 57, "arrival": {"time": "1694889580"}, "stopId": "45086"}, {"stopSequence": 58, "arrival": {"time": "1694889633"}, "stopId": "38539"}, {"stopSequence": 59, "arrival": {"time": "1694889698"}, "stopId": "38540"}, {"stopSequence": 60, "arrival": {"time": "1694889768"}, "stopId": "38544"}, {"stopSequence": 61, "arrival": {"time": "1694889833"}, "stopId": "38545"}, {"stopSequence": 62, "arrival": {"time": "1694889928"}, "stopId": "38546"}, {"stopSequence": 63, "arrival": {"time": "1694890045"}, "stopId": "38548"}, {"stopSequence": 64, "arrival": {"time": "1694890108"}, "stopId": "38549"}, {"stopSequence": 65, "arrival": {"time": "1694890165"}, "stopId": "38550"}, {"stopSequence": 66, "arrival": {"time": "1694890259"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694890342"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694890420"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694890471"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694890582"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694890602"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694890657"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694890706"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694890743"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694890812"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694890851"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694890880"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694890979"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694891027"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694891067"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694891199"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694891215"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694891319"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694891339"}, "stopId": "16705477"}, {"stopSequence": 85, "arrival": {"time": "1694891392"}, "stopId": "40545"}, {"stopSequence": 86, "arrival": {"time": "1694891451"}, "stopId": "40546"}, {"stopSequence": 87, "arrival": {"time": "1694891486"}, "stopId": "40547"}, {"stopSequence": 88, "arrival": {"time": "1694891544"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694891793"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694891865"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694891980"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694892184"}, "stopId": "41947"}], "vehicle": {"licensePlate": "FPRX97"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "ae8c2cde-a-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.783348, "longitude": -73.08682, "bearing": 0.0, "odometer": 0.0, "speed": 11.111111}, "timestamp": "1694888976", "vehicle": {"licensePlate": "FPRX97"}}}, {"id": "18acfe3f-4de2-417c-9886-52c7cafc18c0", "tripUpdate": {"trip": {"tripId": "bc15b225-4-701ff27f-2", "startTime": "14:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 76, "arrival": {"time": "1694889043"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694889073"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694889172"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694889219"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694889257"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694889381"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694889395"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694889488"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694889505"}, "stopId": "16705477"}, {"stopSequence": 85, "arrival": {"time": "1694889551"}, "stopId": "40545"}, {"stopSequence": 86, "arrival": {"time": "1694889601"}, "stopId": "40546"}, {"stopSequence": 87, "arrival": {"time": "1694889631"}, "stopId": "40547"}, {"stopSequence": 88, "arrival": {"time": "1694889679"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694889877"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694889931"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694890016"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694890162"}, "stopId": "41947"}], "vehicle": {"licensePlate": "HYCZ23"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "bc15b225-4-701ff27f-2", "startTime": "14:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.711624, "longitude": -73.11488, "bearing": 216.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HYCZ23"}}}, {"id": "336b2186-edc4-4010-a314-0b9105677e96", "tripUpdate": {"trip": {"tripId": "0a943e8a-0-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 16, "arrival": {"time": "1694889038"}, "stopId": "35730"}, {"stopSequence": 17, "arrival": {"time": "1694889081"}, "stopId": "35731"}, {"stopSequence": 18, "arrival": {"time": "1694889140"}, "stopId": "35201"}, {"stopSequence": 19, "arrival": {"time": "1694889232"}, "stopId": "35202"}, {"stopSequence": 20, "arrival": {"time": "1694889344"}, "stopId": "90001"}, {"stopSequence": 21, "arrival": {"time": "1694889433"}, "stopId": "39599"}, {"stopSequence": 22, "arrival": {"time": "1694889456"}, "stopId": "39600"}, {"stopSequence": 23, "arrival": {"time": "1694889522"}, "stopId": "37496"}, {"stopSequence": 24, "arrival": {"time": "1694889571"}, "stopId": "45064"}, {"stopSequence": 25, "arrival": {"time": "1694889644"}, "stopId": "37506"}, {"stopSequence": 26, "arrival": {"time": "1694889715"}, "stopId": "45069"}, {"stopSequence": 27, "arrival": {"time": "1694889823"}, "stopId": "37523"}, {"stopSequence": 28, "arrival": {"time": "1694889867"}, "stopId": "37477"}, {"stopSequence": 29, "arrival": {"time": "1694889944"}, "stopId": "49310"}, {"stopSequence": 30, "arrival": {"time": "1694889981"}, "stopId": "49311"}, {"stopSequence": 31, "arrival": {"time": "1694890035"}, "stopId": "39634"}, {"stopSequence": 32, "arrival": {"time": "1694890057"}, "stopId": "39635"}, {"stopSequence": 33, "arrival": {"time": "1694890105"}, "stopId": "39636"}, {"stopSequence": 34, "arrival": {"time": "1694890157"}, "stopId": "49503"}, {"stopSequence": 35, "arrival": {"time": "1694890276"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890327"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694890358"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694890425"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694890488"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694890806"}, "stopId": "49325"}, {"stopSequence": 41, "arrival": {"time": "1694890865"}, "stopId": "49326"}, {"stopSequence": 42, "arrival": {"time": "1694890890"}, "stopId": "39648"}, {"stopSequence": 43, "arrival": {"time": "1694890944"}, "stopId": "39649"}, {"stopSequence": 44, "arrival": {"time": "1694890982"}, "stopId": "45112"}, {"stopSequence": 45, "arrival": {"time": "1694891037"}, "stopId": "45113"}, {"stopSequence": 46, "arrival": {"time": "1694891113"}, "stopId": "37490"}, {"stopSequence": 47, "arrival": {"time": "1694891182"}, "stopId": "45115"}, {"stopSequence": 48, "arrival": {"time": "1694891208"}, "stopId": "45116"}, {"stopSequence": 49, "arrival": {"time": "1694891287"}, "stopId": "45118"}, {"stopSequence": 50, "arrival": {"time": "1694891371"}, "stopId": "45119"}, {"stopSequence": 51, "arrival": {"time": "1694891422"}, "stopId": "45120"}, {"stopSequence": 52, "arrival": {"time": "1694891486"}, "stopId": "45121"}, {"stopSequence": 53, "arrival": {"time": "1694891535"}, "stopId": "38535"}, {"stopSequence": 54, "arrival": {"time": "1694891626"}, "stopId": "38536"}, {"stopSequence": 55, "arrival": {"time": "1694891659"}, "stopId": "4838437"}, {"stopSequence": 56, "arrival": {"time": "1694891733"}, "stopId": "45085"}, {"stopSequence": 57, "arrival": {"time": "1694891829"}, "stopId": "45086"}, {"stopSequence": 58, "arrival": {"time": "1694891897"}, "stopId": "38539"}, {"stopSequence": 59, "arrival": {"time": "1694891984"}, "stopId": "38540"}, {"stopSequence": 60, "arrival": {"time": "1694892079"}, "stopId": "38544"}, {"stopSequence": 61, "arrival": {"time": "1694892170"}, "stopId": "38545"}, {"stopSequence": 62, "arrival": {"time": "1694892307"}, "stopId": "38546"}, {"stopSequence": 63, "arrival": {"time": "1694892483"}, "stopId": "38548"}, {"stopSequence": 64, "arrival": {"time": "1694892582"}, "stopId": "38549"}, {"stopSequence": 65, "arrival": {"time": "1694892674"}, "stopId": "38550"}, {"stopSequence": 66, "arrival": {"time": "1694892828"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694892969"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694893108"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694893201"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694893407"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694893446"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694893552"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694893649"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694893725"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694893868"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694893949"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694894010"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694894227"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694894336"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694894428"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694894743"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694894780"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694895042"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694895093"}, "stopId": "16705477"}, {"stopSequence": 85, "arrival": {"time": "1694895230"}, "stopId": "40545"}, {"stopSequence": 86, "arrival": {"time": "1694895388"}, "stopId": "40546"}, {"stopSequence": 87, "arrival": {"time": "1694895484"}, "stopId": "40547"}, {"stopSequence": 88, "arrival": {"time": "1694895644"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694896380"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694896607"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694896984"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694897702"}, "stopId": "41947"}], "vehicle": {"licensePlate": "HYCZ76"}, "timestamp": "1694889020"}, "vehicle": {"trip": {"tripId": "0a943e8a-0-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.819294, "longitude": -73.01792, "bearing": 294.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889020", "vehicle": {"licensePlate": "HYCZ76"}}}, {"id": "ebb4af2c-af4f-4214-b56c-d0dc610a7d39", "tripUpdate": {"trip": {"tripId": "caf08a3a-f-701ff27f-2", "startTime": "14:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 88, "arrival": {"time": "1694889019"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694889231"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694889289"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694889377"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694889527"}, "stopId": "41947"}], "vehicle": {"licensePlate": "HYYX76"}, "timestamp": "1694888970"}, "vehicle": {"trip": {"tripId": "caf08a3a-f-701ff27f-2", "startTime": "14:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.71264, "longitude": -73.135376, "bearing": 286.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888970", "vehicle": {"licensePlate": "HYYX76"}}}, {"id": "b1e4e112-5a57-4bc8-9b2b-828b8ff7e8d9", "tripUpdate": {"trip": {"tripId": "ce54ea2c-2-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 63, "arrival": {"time": "1694889082"}, "stopId": "38548"}, {"stopSequence": 64, "arrival": {"time": "1694889151"}, "stopId": "38549"}, {"stopSequence": 65, "arrival": {"time": "1694889212"}, "stopId": "38550"}, {"stopSequence": 66, "arrival": {"time": "1694889311"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694889397"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694889477"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694889529"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694889638"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694889658"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694889711"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694889758"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694889794"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694889859"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694889895"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694889922"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694890013"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694890057"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694890093"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694890210"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694890224"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694890314"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694890332"}, "stopId": "16705477"}, {"stopSequence": 85, "arrival": {"time": "1694890377"}, "stopId": "40545"}, {"stopSequence": 86, "arrival": {"time": "1694890427"}, "stopId": "40546"}, {"stopSequence": 87, "arrival": {"time": "1694890456"}, "stopId": "40547"}, {"stopSequence": 88, "arrival": {"time": "1694890505"}, "stopId": "40548"}, {"stopSequence": 89, "arrival": {"time": "1694890708"}, "stopId": "40590"}, {"stopSequence": 90, "arrival": {"time": "1694890766"}, "stopId": "40591"}, {"stopSequence": 91, "arrival": {"time": "1694890856"}, "stopId": "40592"}, {"stopSequence": 92, "arrival": {"time": "1694891014"}, "stopId": "41947"}], "vehicle": {"licensePlate": "RTZT30"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "ce54ea2c-2-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.74155, "longitude": -73.09845, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "RTZT30"}}}, {"id": "7cb12a63-c4c1-47ea-9562-bfc8efb01d07", "tripUpdate": {"trip": {"tripId": "3d9d21b5-6-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 80, "arrival": {"time": "1694889040"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694889096"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694889171"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694889202"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694889207"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694889251"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694889289"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694889483"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694889533"}, "stopId": "35823"}, {"stopSequence": 89, "arrival": {"time": "1694889588"}, "stopId": "35723"}, {"stopSequence": 90, "arrival": {"time": "1694889626"}, "stopId": "35722"}, {"stopSequence": 91, "arrival": {"time": "1694889763"}, "stopId": "35827"}, {"stopSequence": 92, "arrival": {"time": "1694889787"}, "stopId": "35828"}, {"stopSequence": 93, "arrival": {"time": "1694889806"}, "stopId": "35716"}, {"stopSequence": 94, "arrival": {"time": "1694889847"}, "stopId": "35715"}], "vehicle": {"licensePlate": "DHDT12"}, "timestamp": "1694889018"}, "vehicle": {"trip": {"tripId": "3d9d21b5-6-701ff27f-2", "startTime": "14:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "position": {"latitude": -36.816902, "longitude": -73.03284, "bearing": 38.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "DHDT12"}}}, {"id": "c1a4dc4d-ea5a-4be4-a50a-db8fa70d1bc9", "tripUpdate": {"trip": {"tripId": "b7b79609-3-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694889019"}, "stopId": "42857"}, {"stopSequence": 22, "arrival": {"time": "1694889052"}, "stopId": "38697"}, {"stopSequence": 23, "arrival": {"time": "1694889099"}, "stopId": "38646"}, {"stopSequence": 24, "arrival": {"time": "1694889136"}, "stopId": "38632"}, {"stopSequence": 25, "arrival": {"time": "1694889225"}, "stopId": "38767"}, {"stopSequence": 26, "arrival": {"time": "1694889287"}, "stopId": "38768"}, {"stopSequence": 27, "arrival": {"time": "1694889339"}, "stopId": "38769"}, {"stopSequence": 28, "arrival": {"time": "1694889372"}, "stopId": "49357"}, {"stopSequence": 29, "arrival": {"time": "1694889421"}, "stopId": "38771"}, {"stopSequence": 30, "arrival": {"time": "1694889465"}, "stopId": "38668"}, {"stopSequence": 31, "arrival": {"time": "1694889556"}, "stopId": "38661"}, {"stopSequence": 32, "arrival": {"time": "1694889640"}, "stopId": "38657"}, {"stopSequence": 33, "arrival": {"time": "1694889697"}, "stopId": "38743"}, {"stopSequence": 34, "arrival": {"time": "1694889762"}, "stopId": "38652"}, {"stopSequence": 35, "arrival": {"time": "1694889829"}, "stopId": "38721"}, {"stopSequence": 36, "arrival": {"time": "1694889887"}, "stopId": "38659"}, {"stopSequence": 37, "arrival": {"time": "1694889965"}, "stopId": "38674"}, {"stopSequence": 38, "arrival": {"time": "1694890031"}, "stopId": "38649"}, {"stopSequence": 39, "arrival": {"time": "1694890100"}, "stopId": "38718"}, {"stopSequence": 40, "arrival": {"time": "1694890164"}, "stopId": "38735"}, {"stopSequence": 41, "arrival": {"time": "1694890220"}, "stopId": "42270"}, {"stopSequence": 42, "arrival": {"time": "1694890264"}, "stopId": "42271"}, {"stopSequence": 43, "arrival": {"time": "1694890462"}, "stopId": "38688"}, {"stopSequence": 44, "arrival": {"time": "1694890518"}, "stopId": "38673"}, {"stopSequence": 45, "arrival": {"time": "1694890591"}, "stopId": "39785"}, {"stopSequence": 46, "arrival": {"time": "1694890633"}, "stopId": "38664"}, {"stopSequence": 47, "arrival": {"time": "1694890687"}, "stopId": "38702"}, {"stopSequence": 48, "arrival": {"time": "1694890732"}, "stopId": "39787"}, {"stopSequence": 49, "arrival": {"time": "1694890774"}, "stopId": "38501"}, {"stopSequence": 50, "arrival": {"time": "1694890833"}, "stopId": "38692"}, {"stopSequence": 51, "arrival": {"time": "1694890905"}, "stopId": "38714"}, {"stopSequence": 52, "arrival": {"time": "1694890957"}, "stopId": "39791"}, {"stopSequence": 53, "arrival": {"time": "1694890994"}, "stopId": "38506"}, {"stopSequence": 54, "arrival": {"time": "1694891047"}, "stopId": "38635"}, {"stopSequence": 55, "arrival": {"time": "1694891082"}, "stopId": "38509"}, {"stopSequence": 56, "arrival": {"time": "1694891120"}, "stopId": "38642"}, {"stopSequence": 57, "arrival": {"time": "1694891178"}, "stopId": "39795"}, {"stopSequence": 58, "arrival": {"time": "1694891207"}, "stopId": "38502"}, {"stopSequence": 59, "arrival": {"time": "1694891280"}, "stopId": "38503"}, {"stopSequence": 60, "arrival": {"time": "1694891575"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694891642"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694891683"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694891751"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694891966"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694892096"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694892137"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694892190"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694892327"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694892474"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694892497"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694892525"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694892559"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694892632"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694892684"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694892709"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694892870"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694892929"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694892998"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694893070"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694893126"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694893220"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694893354"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694893411"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694893420"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694893503"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694893577"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694893982"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694894095"}, "stopId": "35823"}, {"stopSequence": 89, "arrival": {"time": "1694894225"}, "stopId": "35723"}, {"stopSequence": 90, "arrival": {"time": "1694894319"}, "stopId": "35722"}, {"stopSequence": 91, "arrival": {"time": "1694894675"}, "stopId": "35827"}, {"stopSequence": 92, "arrival": {"time": "1694894740"}, "stopId": "35828"}, {"stopSequence": 93, "arrival": {"time": "1694894794"}, "stopId": "35716"}, {"stopSequence": 94, "arrival": {"time": "1694894910"}, "stopId": "35715"}], "vehicle": {"licensePlate": "HDCC29"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "b7b79609-3-701ff27f-2", "startTime": "15:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "position": {"latitude": -36.713787, "longitude": -73.11589, "bearing": 40.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HDCC29"}}}, {"id": "c932a649-c599-415b-9675-f7fbdf2c8364", "tripUpdate": {"trip": {"tripId": "2217740b-6-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 61, "arrival": {"time": "1694889055"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694889090"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694889148"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694889322"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694889421"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694889451"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694889490"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694889586"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694889685"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694889700"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694889718"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694889740"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694889786"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694889818"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694889833"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694889930"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694889964"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694890003"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694890043"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694890074"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694890124"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694890194"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694890223"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694890228"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694890269"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694890305"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694890493"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694890543"}, "stopId": "35823"}, {"stopSequence": 89, "arrival": {"time": "1694890599"}, "stopId": "35723"}, {"stopSequence": 90, "arrival": {"time": "1694890638"}, "stopId": "35722"}, {"stopSequence": 91, "arrival": {"time": "1694890780"}, "stopId": "35827"}, {"stopSequence": 92, "arrival": {"time": "1694890804"}, "stopId": "35828"}, {"stopSequence": 93, "arrival": {"time": "1694890825"}, "stopId": "35716"}, {"stopSequence": 94, "arrival": {"time": "1694890868"}, "stopId": "35715"}], "vehicle": {"licensePlate": "JWXT10"}, "timestamp": "1694889002"}, "vehicle": {"trip": {"tripId": "2217740b-6-701ff27f-2", "startTime": "14:48:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "position": {"latitude": -36.81104, "longitude": -73.073044, "bearing": 120.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694889002", "vehicle": {"licensePlate": "JWXT10"}}}, {"id": "afb6044e-b2d2-41c7-90b5-d4ac117757a0", "tripUpdate": {"trip": {"tripId": "7edee734-3-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694888975"}, "stopId": "38721"}, {"stopSequence": 36, "arrival": {"time": "1694889038"}, "stopId": "38659"}, {"stopSequence": 37, "arrival": {"time": "1694889124"}, "stopId": "38674"}, {"stopSequence": 38, "arrival": {"time": "1694889194"}, "stopId": "38649"}, {"stopSequence": 39, "arrival": {"time": "1694889268"}, "stopId": "38718"}, {"stopSequence": 40, "arrival": {"time": "1694889334"}, "stopId": "38735"}, {"stopSequence": 41, "arrival": {"time": "1694889392"}, "stopId": "42270"}, {"stopSequence": 42, "arrival": {"time": "1694889438"}, "stopId": "42271"}, {"stopSequence": 43, "arrival": {"time": "1694889638"}, "stopId": "38688"}, {"stopSequence": 44, "arrival": {"time": "1694889693"}, "stopId": "38673"}, {"stopSequence": 45, "arrival": {"time": "1694889765"}, "stopId": "39785"}, {"stopSequence": 46, "arrival": {"time": "1694889805"}, "stopId": "38664"}, {"stopSequence": 47, "arrival": {"time": "1694889857"}, "stopId": "38702"}, {"stopSequence": 48, "arrival": {"time": "1694889900"}, "stopId": "39787"}, {"stopSequence": 49, "arrival": {"time": "1694889941"}, "stopId": "38501"}, {"stopSequence": 50, "arrival": {"time": "1694889996"}, "stopId": "38692"}, {"stopSequence": 51, "arrival": {"time": "1694890063"}, "stopId": "38714"}, {"stopSequence": 52, "arrival": {"time": "1694890111"}, "stopId": "39791"}, {"stopSequence": 53, "arrival": {"time": "1694890145"}, "stopId": "38506"}, {"stopSequence": 54, "arrival": {"time": "1694890193"}, "stopId": "38635"}, {"stopSequence": 55, "arrival": {"time": "1694890225"}, "stopId": "38509"}, {"stopSequence": 56, "arrival": {"time": "1694890260"}, "stopId": "38642"}, {"stopSequence": 57, "arrival": {"time": "1694890311"}, "stopId": "39795"}, {"stopSequence": 58, "arrival": {"time": "1694890337"}, "stopId": "38502"}, {"stopSequence": 59, "arrival": {"time": "1694890402"}, "stopId": "38503"}, {"stopSequence": 60, "arrival": {"time": "1694890657"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694890714"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694890748"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694890805"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694890982"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694891087"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694891120"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694891162"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694891270"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694891384"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694891402"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694891423"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694891449"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694891505"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694891544"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694891562"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694891683"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694891727"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694891778"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694891830"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694891871"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694891939"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694892034"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694892075"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694892081"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694892139"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694892191"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694892468"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694892545"}, "stopId": "35823"}, {"stopSequence": 89, "arrival": {"time": "1694892631"}, "stopId": "35723"}, {"stopSequence": 90, "arrival": {"time": "1694892693"}, "stopId": "35722"}, {"stopSequence": 91, "arrival": {"time": "1694892924"}, "stopId": "35827"}, {"stopSequence": 92, "arrival": {"time": "1694892965"}, "stopId": "35828"}, {"stopSequence": 93, "arrival": {"time": "1694892999"}, "stopId": "35716"}, {"stopSequence": 94, "arrival": {"time": "1694893073"}, "stopId": "35715"}], "vehicle": {"licensePlate": "JXJG49"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "7edee734-3-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "position": {"latitude": -36.74171, "longitude": -73.09846, "bearing": 156.0, "odometer": 0.0, "speed": 7.5}, "timestamp": "1694888974", "vehicle": {"licensePlate": "JXJG49"}}}, {"id": "5064b884-e2bf-45c9-b7c9-3864b57572a5", "tripUpdate": {"trip": {"tripId": "853dbd29-c-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 7, "arrival": {"time": "1694889002"}, "stopId": "40348"}, {"stopSequence": 8, "arrival": {"time": "1694889056"}, "stopId": "40349"}, {"stopSequence": 9, "arrival": {"time": "1694889084"}, "stopId": "40350"}, {"stopSequence": 10, "arrival": {"time": "1694889147"}, "stopId": "40351"}, {"stopSequence": 11, "arrival": {"time": "1694889241"}, "stopId": "40352"}, {"stopSequence": 12, "arrival": {"time": "1694889329"}, "stopId": "41970"}, {"stopSequence": 13, "arrival": {"time": "1694889339"}, "stopId": "40542"}, {"stopSequence": 14, "arrival": {"time": "1694889353"}, "stopId": "41971"}, {"stopSequence": 15, "arrival": {"time": "1694889375"}, "stopId": "40541"}, {"stopSequence": 16, "arrival": {"time": "1694889390"}, "stopId": "41972"}, {"stopSequence": 17, "arrival": {"time": "1694889413"}, "stopId": "40540"}, {"stopSequence": 18, "arrival": {"time": "1694889463"}, "stopId": "40539"}, {"stopSequence": 19, "arrival": {"time": "1694889525"}, "stopId": "42855"}, {"stopSequence": 20, "arrival": {"time": "1694889563"}, "stopId": "41975"}, {"stopSequence": 21, "arrival": {"time": "1694889584"}, "stopId": "42857"}, {"stopSequence": 22, "arrival": {"time": "1694889614"}, "stopId": "38697"}, {"stopSequence": 23, "arrival": {"time": "1694889657"}, "stopId": "38646"}, {"stopSequence": 24, "arrival": {"time": "1694889692"}, "stopId": "38632"}, {"stopSequence": 25, "arrival": {"time": "1694889775"}, "stopId": "38767"}, {"stopSequence": 26, "arrival": {"time": "1694889833"}, "stopId": "38768"}, {"stopSequence": 27, "arrival": {"time": "1694889883"}, "stopId": "38769"}, {"stopSequence": 28, "arrival": {"time": "1694889915"}, "stopId": "49357"}, {"stopSequence": 29, "arrival": {"time": "1694889961"}, "stopId": "38771"}, {"stopSequence": 30, "arrival": {"time": "1694890004"}, "stopId": "38668"}, {"stopSequence": 31, "arrival": {"time": "1694890093"}, "stopId": "38661"}, {"stopSequence": 32, "arrival": {"time": "1694890176"}, "stopId": "38657"}, {"stopSequence": 33, "arrival": {"time": "1694890232"}, "stopId": "38743"}, {"stopSequence": 34, "arrival": {"time": "1694890297"}, "stopId": "38652"}, {"stopSequence": 35, "arrival": {"time": "1694890365"}, "stopId": "38721"}, {"stopSequence": 36, "arrival": {"time": "1694890423"}, "stopId": "38659"}, {"stopSequence": 37, "arrival": {"time": "1694890503"}, "stopId": "38674"}, {"stopSequence": 38, "arrival": {"time": "1694890571"}, "stopId": "38649"}, {"stopSequence": 39, "arrival": {"time": "1694890643"}, "stopId": "38718"}, {"stopSequence": 40, "arrival": {"time": "1694890709"}, "stopId": "38735"}, {"stopSequence": 41, "arrival": {"time": "1694890768"}, "stopId": "42270"}, {"stopSequence": 42, "arrival": {"time": "1694890815"}, "stopId": "42271"}, {"stopSequence": 43, "arrival": {"time": "1694891027"}, "stopId": "38688"}, {"stopSequence": 44, "arrival": {"time": "1694891088"}, "stopId": "38673"}, {"stopSequence": 45, "arrival": {"time": "1694891168"}, "stopId": "39785"}, {"stopSequence": 46, "arrival": {"time": "1694891214"}, "stopId": "38664"}, {"stopSequence": 47, "arrival": {"time": "1694891274"}, "stopId": "38702"}, {"stopSequence": 48, "arrival": {"time": "1694891324"}, "stopId": "39787"}, {"stopSequence": 49, "arrival": {"time": "1694891372"}, "stopId": "38501"}, {"stopSequence": 50, "arrival": {"time": "1694891438"}, "stopId": "38692"}, {"stopSequence": 51, "arrival": {"time": "1694891519"}, "stopId": "38714"}, {"stopSequence": 52, "arrival": {"time": "1694891579"}, "stopId": "39791"}, {"stopSequence": 53, "arrival": {"time": "1694891621"}, "stopId": "38506"}, {"stopSequence": 54, "arrival": {"time": "1694891681"}, "stopId": "38635"}, {"stopSequence": 55, "arrival": {"time": "1694891722"}, "stopId": "38509"}, {"stopSequence": 56, "arrival": {"time": "1694891766"}, "stopId": "38642"}, {"stopSequence": 57, "arrival": {"time": "1694891832"}, "stopId": "39795"}, {"stopSequence": 58, "arrival": {"time": "1694891867"}, "stopId": "38502"}, {"stopSequence": 59, "arrival": {"time": "1694891953"}, "stopId": "38503"}, {"stopSequence": 60, "arrival": {"time": "1694892304"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694892385"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694892435"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694892518"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694892784"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694892948"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694893000"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694893068"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694893244"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694893434"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694893464"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694893501"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694893546"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694893642"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694893711"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694893743"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694893960"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694894039"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694894133"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694894231"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694894308"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694894438"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694894623"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694894704"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694894717"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694894833"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694894938"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694895523"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694895691"}, "stopId": "35823"}, {"stopSequence": 89, "arrival": {"time": "1694895885"}, "stopId": "35723"}, {"stopSequence": 90, "arrival": {"time": "1694896026"}, "stopId": "35722"}, {"stopSequence": 91, "arrival": {"time": "1694896571"}, "stopId": "35827"}, {"stopSequence": 92, "arrival": {"time": "1694896670"}, "stopId": "35828"}, {"stopSequence": 93, "arrival": {"time": "1694896755"}, "stopId": "35716"}, {"stopSequence": 94, "arrival": {"time": "1694896938"}, "stopId": "35715"}], "vehicle": {"licensePlate": "RWJF49"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "853dbd29-c-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "position": {"latitude": -36.712368, "longitude": -73.13655, "bearing": 108.0, "odometer": 0.0, "speed": 5.2777777}, "timestamp": "1694888980", "vehicle": {"licensePlate": "RWJF49"}}}, {"id": "519cc717-383c-44d6-8c39-b25e39ff7503", "tripUpdate": {"trip": {"tripId": "25028-701ff27f-2", "startTime": "14:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 56, "arrival": {"time": "1694889014"}, "stopId": "4838437"}, {"stopSequence": 57, "arrival": {"time": "1694889072"}, "stopId": "45085"}, {"stopSequence": 58, "arrival": {"time": "1694889153"}, "stopId": "45086"}, {"stopSequence": 59, "arrival": {"time": "1694889206"}, "stopId": "38539"}, {"stopSequence": 60, "arrival": {"time": "1694889273"}, "stopId": "38540"}, {"stopSequence": 61, "arrival": {"time": "1694889353"}, "stopId": "38544"}, {"stopSequence": 62, "arrival": {"time": "1694889422"}, "stopId": "38545"}, {"stopSequence": 63, "arrival": {"time": "1694889511"}, "stopId": "38546"}, {"stopSequence": 64, "arrival": {"time": "1694889632"}, "stopId": "38548"}, {"stopSequence": 65, "arrival": {"time": "1694889697"}, "stopId": "38549"}, {"stopSequence": 66, "arrival": {"time": "1694889844"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694889926"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694890006"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694890054"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694890161"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694890188"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694890233"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694890281"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694890316"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694890383"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694890421"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694890452"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694890542"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694890587"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694890630"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694890752"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694890761"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694890859"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694891039"}, "stopId": "40548"}, {"stopSequence": 85, "arrival": {"time": "1694891072"}, "stopId": "40443"}, {"stopSequence": 86, "arrival": {"time": "1694891108"}, "stopId": "40550"}, {"stopSequence": 87, "arrival": {"time": "1694891145"}, "stopId": "40551"}, {"stopSequence": 88, "arrival": {"time": "1694891164"}, "stopId": "40441"}, {"stopSequence": 89, "arrival": {"time": "1694891261"}, "stopId": "40552"}, {"stopSequence": 90, "arrival": {"time": "1694891312"}, "stopId": "40553"}], "vehicle": {"licensePlate": "HYVS15"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "25028-701ff27f-2", "startTime": "14:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "position": {"latitude": -36.765366, "longitude": -73.08612, "bearing": 334.0, "odometer": 0.0, "speed": 18.055555}, "timestamp": "1694888978", "vehicle": {"licensePlate": "HYVS15"}}}, {"id": "96177e05-a548-4d52-8afc-71b5e81d72ef", "tripUpdate": {"trip": {"tripId": "25031-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 22, "arrival": {"time": "1694889092"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694889116"}, "stopId": "39600"}, {"stopSequence": 24, "arrival": {"time": "1694889186"}, "stopId": "37496"}, {"stopSequence": 25, "arrival": {"time": "1694889237"}, "stopId": "45064"}, {"stopSequence": 26, "arrival": {"time": "1694889313"}, "stopId": "37506"}, {"stopSequence": 27, "arrival": {"time": "1694889389"}, "stopId": "45069"}, {"stopSequence": 28, "arrival": {"time": "1694889503"}, "stopId": "37523"}, {"stopSequence": 29, "arrival": {"time": "1694889544"}, "stopId": "37477"}, {"stopSequence": 30, "arrival": {"time": "1694889630"}, "stopId": "49310"}, {"stopSequence": 31, "arrival": {"time": "1694889661"}, "stopId": "49311"}, {"stopSequence": 32, "arrival": {"time": "1694889716"}, "stopId": "39634"}, {"stopSequence": 33, "arrival": {"time": "1694889740"}, "stopId": "39635"}, {"stopSequence": 34, "arrival": {"time": "1694889786"}, "stopId": "39636"}, {"stopSequence": 35, "arrival": {"time": "1694889961"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890009"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694890040"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694890104"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694890166"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694890200"}, "stopId": "39642"}, {"stopSequence": 41, "arrival": {"time": "1694890475"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694890537"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694890563"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694890611"}, "stopId": "39649"}, {"stopSequence": 45, "arrival": {"time": "1694890651"}, "stopId": "45112"}, {"stopSequence": 46, "arrival": {"time": "1694890695"}, "stopId": "45113"}, {"stopSequence": 47, "arrival": {"time": "1694890777"}, "stopId": "37490"}, {"stopSequence": 48, "arrival": {"time": "1694890832"}, "stopId": "45115"}, {"stopSequence": 49, "arrival": {"time": "1694890857"}, "stopId": "45116"}, {"stopSequence": 50, "arrival": {"time": "1694890931"}, "stopId": "45118"}, {"stopSequence": 51, "arrival": {"time": "1694891010"}, "stopId": "45119"}, {"stopSequence": 52, "arrival": {"time": "1694891057"}, "stopId": "45120"}, {"stopSequence": 53, "arrival": {"time": "1694891116"}, "stopId": "45121"}, {"stopSequence": 54, "arrival": {"time": "1694891162"}, "stopId": "38535"}, {"stopSequence": 55, "arrival": {"time": "1694891246"}, "stopId": "38536"}, {"stopSequence": 56, "arrival": {"time": "1694891286"}, "stopId": "4838437"}, {"stopSequence": 57, "arrival": {"time": "1694891348"}, "stopId": "45085"}, {"stopSequence": 58, "arrival": {"time": "1694891436"}, "stopId": "45086"}, {"stopSequence": 59, "arrival": {"time": "1694891496"}, "stopId": "38539"}, {"stopSequence": 60, "arrival": {"time": "1694891573"}, "stopId": "38540"}, {"stopSequence": 61, "arrival": {"time": "1694891667"}, "stopId": "38544"}, {"stopSequence": 62, "arrival": {"time": "1694891751"}, "stopId": "38545"}, {"stopSequence": 63, "arrival": {"time": "1694891863"}, "stopId": "38546"}, {"stopSequence": 64, "arrival": {"time": "1694892024"}, "stopId": "38548"}, {"stopSequence": 65, "arrival": {"time": "1694892113"}, "stopId": "38549"}, {"stopSequence": 66, "arrival": {"time": "1694892323"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694892447"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694892571"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694892647"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694892825"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694892870"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694892949"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694893032"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694893095"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694893218"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694893288"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694893346"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694893522"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694893612"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694893699"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694893957"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694893975"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694894194"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694894618"}, "stopId": "40548"}, {"stopSequence": 85, "arrival": {"time": "1694894699"}, "stopId": "40443"}, {"stopSequence": 86, "arrival": {"time": "1694894788"}, "stopId": "40550"}, {"stopSequence": 87, "arrival": {"time": "1694894881"}, "stopId": "40551"}, {"stopSequence": 88, "arrival": {"time": "1694894932"}, "stopId": "40441"}, {"stopSequence": 89, "arrival": {"time": "1694895187"}, "stopId": "40552"}, {"stopSequence": 90, "arrival": {"time": "1694895323"}, "stopId": "40553"}], "vehicle": {"licensePlate": "JSBB31"}, "timestamp": "1694889014"}, "vehicle": {"trip": {"tripId": "25031-701ff27f-2", "startTime": "15:12:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "position": {"latitude": -36.81739, "longitude": -73.03466, "bearing": 236.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "JSBB31"}}}, {"id": "129c397c-44a4-4d4e-a6de-9a0b8ff4cd9b", "tripUpdate": {"trip": {"tripId": "25030-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 28, "arrival": {"time": "1694889117"}, "stopId": "37523"}, {"stopSequence": 29, "arrival": {"time": "1694889160"}, "stopId": "37477"}, {"stopSequence": 30, "arrival": {"time": "1694889250"}, "stopId": "49310"}, {"stopSequence": 31, "arrival": {"time": "1694889283"}, "stopId": "49311"}, {"stopSequence": 32, "arrival": {"time": "1694889340"}, "stopId": "39634"}, {"stopSequence": 33, "arrival": {"time": "1694889366"}, "stopId": "39635"}, {"stopSequence": 34, "arrival": {"time": "1694889412"}, "stopId": "39636"}, {"stopSequence": 35, "arrival": {"time": "1694889592"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694889642"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694889673"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694889737"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694889800"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694889834"}, "stopId": "39642"}, {"stopSequence": 41, "arrival": {"time": "1694890106"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694890167"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694890192"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694890239"}, "stopId": "39649"}, {"stopSequence": 45, "arrival": {"time": "1694890277"}, "stopId": "45112"}, {"stopSequence": 46, "arrival": {"time": "1694890320"}, "stopId": "45113"}, {"stopSequence": 47, "arrival": {"time": "1694890399"}, "stopId": "37490"}, {"stopSequence": 48, "arrival": {"time": "1694890452"}, "stopId": "45115"}, {"stopSequence": 49, "arrival": {"time": "1694890476"}, "stopId": "45116"}, {"stopSequence": 50, "arrival": {"time": "1694890546"}, "stopId": "45118"}, {"stopSequence": 51, "arrival": {"time": "1694890621"}, "stopId": "45119"}, {"stopSequence": 52, "arrival": {"time": "1694890666"}, "stopId": "45120"}, {"stopSequence": 53, "arrival": {"time": "1694890721"}, "stopId": "45121"}, {"stopSequence": 54, "arrival": {"time": "1694890764"}, "stopId": "38535"}, {"stopSequence": 55, "arrival": {"time": "1694890842"}, "stopId": "38536"}, {"stopSequence": 56, "arrival": {"time": "1694890880"}, "stopId": "4838437"}, {"stopSequence": 57, "arrival": {"time": "1694890937"}, "stopId": "45085"}, {"stopSequence": 58, "arrival": {"time": "1694891019"}, "stopId": "45086"}, {"stopSequence": 59, "arrival": {"time": "1694891073"}, "stopId": "38539"}, {"stopSequence": 60, "arrival": {"time": "1694891144"}, "stopId": "38540"}, {"stopSequence": 61, "arrival": {"time": "1694891229"}, "stopId": "38544"}, {"stopSequence": 62, "arrival": {"time": "1694891306"}, "stopId": "38545"}, {"stopSequence": 63, "arrival": {"time": "1694891407"}, "stopId": "38546"}, {"stopSequence": 64, "arrival": {"time": "1694891551"}, "stopId": "38548"}, {"stopSequence": 65, "arrival": {"time": "1694891630"}, "stopId": "38549"}, {"stopSequence": 66, "arrival": {"time": "1694891815"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694891923"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694892031"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694892097"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694892250"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694892289"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694892356"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694892426"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694892481"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694892584"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694892643"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694892692"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694892838"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694892913"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694892985"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694893197"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694893212"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694893390"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694893730"}, "stopId": "40548"}, {"stopSequence": 85, "arrival": {"time": "1694893794"}, "stopId": "40443"}, {"stopSequence": 86, "arrival": {"time": "1694893865"}, "stopId": "40550"}, {"stopSequence": 87, "arrival": {"time": "1694893938"}, "stopId": "40551"}, {"stopSequence": 88, "arrival": {"time": "1694893978"}, "stopId": "40441"}, {"stopSequence": 89, "arrival": {"time": "1694894178"}, "stopId": "40552"}, {"stopSequence": 90, "arrival": {"time": "1694894284"}, "stopId": "40553"}], "vehicle": {"licensePlate": "KDXL64"}, "timestamp": "1694889018"}, "vehicle": {"trip": {"tripId": "25030-701ff27f-2", "startTime": "15:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "position": {"latitude": -36.827015, "longitude": -73.0487, "bearing": 240.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889018", "vehicle": {"licensePlate": "KDXL64"}}}, {"id": "46f93ace-ed66-4c7e-b1cb-2c7a40c30c09", "tripUpdate": {"trip": {"tripId": "25033-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 2, "arrival": {"time": "1694889089"}, "stopId": "40808"}, {"stopSequence": 3, "arrival": {"time": "1694889104"}, "stopId": "35715"}, {"stopSequence": 4, "arrival": {"time": "1694889148"}, "stopId": "35716"}, {"stopSequence": 5, "arrival": {"time": "1694889164"}, "stopId": "35717"}, {"stopSequence": 6, "arrival": {"time": "1694889208"}, "stopId": "35718"}, {"stopSequence": 7, "arrival": {"time": "1694889248"}, "stopId": "35719"}, {"stopSequence": 8, "arrival": {"time": "1694889290"}, "stopId": "35720"}, {"stopSequence": 9, "arrival": {"time": "1694889321"}, "stopId": "35721"}, {"stopSequence": 10, "arrival": {"time": "1694889336"}, "stopId": "35722"}, {"stopSequence": 11, "arrival": {"time": "1694889384"}, "stopId": "35723"}, {"stopSequence": 12, "arrival": {"time": "1694889431"}, "stopId": "35724"}, {"stopSequence": 13, "arrival": {"time": "1694889498"}, "stopId": "35726"}, {"stopSequence": 14, "arrival": {"time": "1694889569"}, "stopId": "35727"}, {"stopSequence": 15, "arrival": {"time": "1694889647"}, "stopId": "35820"}, {"stopSequence": 16, "arrival": {"time": "1694889677"}, "stopId": "35729"}, {"stopSequence": 17, "arrival": {"time": "1694889707"}, "stopId": "35730"}, {"stopSequence": 18, "arrival": {"time": "1694889738"}, "stopId": "35731"}, {"stopSequence": 19, "arrival": {"time": "1694889801"}, "stopId": "35201"}, {"stopSequence": 20, "arrival": {"time": "1694889879"}, "stopId": "35202"}, {"stopSequence": 21, "arrival": {"time": "1694889985"}, "stopId": "90001"}, {"stopSequence": 22, "arrival": {"time": "1694890070"}, "stopId": "39599"}, {"stopSequence": 23, "arrival": {"time": "1694890092"}, "stopId": "39600"}, {"stopSequence": 24, "arrival": {"time": "1694890157"}, "stopId": "37496"}, {"stopSequence": 25, "arrival": {"time": "1694890205"}, "stopId": "45064"}, {"stopSequence": 26, "arrival": {"time": "1694890276"}, "stopId": "37506"}, {"stopSequence": 27, "arrival": {"time": "1694890349"}, "stopId": "45069"}, {"stopSequence": 28, "arrival": {"time": "1694890462"}, "stopId": "37523"}, {"stopSequence": 29, "arrival": {"time": "1694890502"}, "stopId": "37477"}, {"stopSequence": 30, "arrival": {"time": "1694890589"}, "stopId": "49310"}, {"stopSequence": 31, "arrival": {"time": "1694890620"}, "stopId": "49311"}, {"stopSequence": 32, "arrival": {"time": "1694890677"}, "stopId": "39634"}, {"stopSequence": 33, "arrival": {"time": "1694890702"}, "stopId": "39635"}, {"stopSequence": 34, "arrival": {"time": "1694890749"}, "stopId": "39636"}, {"stopSequence": 35, "arrival": {"time": "1694890936"}, "stopId": "39637"}, {"stopSequence": 36, "arrival": {"time": "1694890989"}, "stopId": "49317"}, {"stopSequence": 37, "arrival": {"time": "1694891022"}, "stopId": "49318"}, {"stopSequence": 38, "arrival": {"time": "1694891093"}, "stopId": "49319"}, {"stopSequence": 39, "arrival": {"time": "1694891162"}, "stopId": "39641"}, {"stopSequence": 40, "arrival": {"time": "1694891201"}, "stopId": "39642"}, {"stopSequence": 41, "arrival": {"time": "1694891520"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694891595"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694891626"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694891684"}, "stopId": "39649"}, {"stopSequence": 45, "arrival": {"time": "1694891733"}, "stopId": "45112"}, {"stopSequence": 46, "arrival": {"time": "1694891788"}, "stopId": "45113"}, {"stopSequence": 47, "arrival": {"time": "1694891889"}, "stopId": "37490"}, {"stopSequence": 48, "arrival": {"time": "1694891959"}, "stopId": "45115"}, {"stopSequence": 49, "arrival": {"time": "1694891992"}, "stopId": "45116"}, {"stopSequence": 50, "arrival": {"time": "1694892086"}, "stopId": "45118"}, {"stopSequence": 51, "arrival": {"time": "1694892188"}, "stopId": "45119"}, {"stopSequence": 52, "arrival": {"time": "1694892251"}, "stopId": "45120"}, {"stopSequence": 53, "arrival": {"time": "1694892329"}, "stopId": "45121"}, {"stopSequence": 54, "arrival": {"time": "1694892390"}, "stopId": "38535"}, {"stopSequence": 55, "arrival": {"time": "1694892503"}, "stopId": "38536"}, {"stopSequence": 56, "arrival": {"time": "1694892558"}, "stopId": "4838437"}, {"stopSequence": 57, "arrival": {"time": "1694892642"}, "stopId": "45085"}, {"stopSequence": 58, "arrival": {"time": "1694892766"}, "stopId": "45086"}, {"stopSequence": 59, "arrival": {"time": "1694892849"}, "stopId": "38539"}, {"stopSequence": 60, "arrival": {"time": "1694892959"}, "stopId": "38540"}, {"stopSequence": 61, "arrival": {"time": "1694893095"}, "stopId": "38544"}, {"stopSequence": 62, "arrival": {"time": "1694893219"}, "stopId": "38545"}, {"stopSequence": 63, "arrival": {"time": "1694893385"}, "stopId": "38546"}, {"stopSequence": 64, "arrival": {"time": "1694893628"}, "stopId": "38548"}, {"stopSequence": 65, "arrival": {"time": "1694893766"}, "stopId": "38549"}, {"stopSequence": 66, "arrival": {"time": "1694894099"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694894299"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694894504"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694894632"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694894935"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694895013"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694895151"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694895298"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694895413"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694895635"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694895765"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694895873"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694896206"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694896380"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694896551"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694897068"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694897107"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694897565"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694898495"}, "stopId": "40548"}, {"stopSequence": 85, "arrival": {"time": "1694898680"}, "stopId": "40443"}, {"stopSequence": 86, "arrival": {"time": "1694898887"}, "stopId": "40550"}, {"stopSequence": 87, "arrival": {"time": "1694899106"}, "stopId": "40551"}, {"stopSequence": 88, "arrival": {"time": "1694899225"}, "stopId": "40441"}, {"stopSequence": 89, "arrival": {"time": "1694899847"}, "stopId": "40552"}, {"stopSequence": 90, "arrival": {"time": "1694900190"}, "stopId": "40553"}], "vehicle": {"licensePlate": "KFTK39"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "25033-701ff27f-2", "startTime": "15:32:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "position": {"latitude": -36.839176, "longitude": -73.006325, "bearing": 30.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694889008", "vehicle": {"licensePlate": "KFTK39"}}}, {"id": "397be882-c455-4ccd-b92b-14a08984439c", "tripUpdate": {"trip": {"tripId": "25029-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 41, "arrival": {"time": "1694889095"}, "stopId": "49325"}, {"stopSequence": 42, "arrival": {"time": "1694889161"}, "stopId": "49326"}, {"stopSequence": 43, "arrival": {"time": "1694889189"}, "stopId": "39648"}, {"stopSequence": 44, "arrival": {"time": "1694889238"}, "stopId": "39649"}, {"stopSequence": 45, "arrival": {"time": "1694889279"}, "stopId": "45112"}, {"stopSequence": 46, "arrival": {"time": "1694889324"}, "stopId": "45113"}, {"stopSequence": 47, "arrival": {"time": "1694889405"}, "stopId": "37490"}, {"stopSequence": 48, "arrival": {"time": "1694889459"}, "stopId": "45115"}, {"stopSequence": 49, "arrival": {"time": "1694889483"}, "stopId": "45116"}, {"stopSequence": 50, "arrival": {"time": "1694889554"}, "stopId": "45118"}, {"stopSequence": 51, "arrival": {"time": "1694889628"}, "stopId": "45119"}, {"stopSequence": 52, "arrival": {"time": "1694889672"}, "stopId": "45120"}, {"stopSequence": 53, "arrival": {"time": "1694889725"}, "stopId": "45121"}, {"stopSequence": 54, "arrival": {"time": "1694889766"}, "stopId": "38535"}, {"stopSequence": 55, "arrival": {"time": "1694889841"}, "stopId": "38536"}, {"stopSequence": 56, "arrival": {"time": "1694889876"}, "stopId": "4838437"}, {"stopSequence": 57, "arrival": {"time": "1694889928"}, "stopId": "45085"}, {"stopSequence": 58, "arrival": {"time": "1694890004"}, "stopId": "45086"}, {"stopSequence": 59, "arrival": {"time": "1694890053"}, "stopId": "38539"}, {"stopSequence": 60, "arrival": {"time": "1694890116"}, "stopId": "38540"}, {"stopSequence": 61, "arrival": {"time": "1694890192"}, "stopId": "38544"}, {"stopSequence": 62, "arrival": {"time": "1694890259"}, "stopId": "38545"}, {"stopSequence": 63, "arrival": {"time": "1694890346"}, "stopId": "38546"}, {"stopSequence": 64, "arrival": {"time": "1694890468"}, "stopId": "38548"}, {"stopSequence": 65, "arrival": {"time": "1694890533"}, "stopId": "38549"}, {"stopSequence": 66, "arrival": {"time": "1694890685"}, "stopId": "38551"}, {"stopSequence": 67, "arrival": {"time": "1694890771"}, "stopId": "38552"}, {"stopSequence": 68, "arrival": {"time": "1694890856"}, "stopId": "49359"}, {"stopSequence": 69, "arrival": {"time": "1694890907"}, "stopId": "49360"}, {"stopSequence": 70, "arrival": {"time": "1694891024"}, "stopId": "49361"}, {"stopSequence": 71, "arrival": {"time": "1694891053"}, "stopId": "49362"}, {"stopSequence": 72, "arrival": {"time": "1694891103"}, "stopId": "49363"}, {"stopSequence": 73, "arrival": {"time": "1694891156"}, "stopId": "49364"}, {"stopSequence": 74, "arrival": {"time": "1694891196"}, "stopId": "49365"}, {"stopSequence": 75, "arrival": {"time": "1694891271"}, "stopId": "38560"}, {"stopSequence": 76, "arrival": {"time": "1694891314"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694891349"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694891453"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694891506"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694891556"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694891701"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694891712"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694891831"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694892053"}, "stopId": "40548"}, {"stopSequence": 85, "arrival": {"time": "1694892094"}, "stopId": "40443"}, {"stopSequence": 86, "arrival": {"time": "1694892139"}, "stopId": "40550"}, {"stopSequence": 87, "arrival": {"time": "1694892185"}, "stopId": "40551"}, {"stopSequence": 88, "arrival": {"time": "1694892210"}, "stopId": "40441"}, {"stopSequence": 89, "arrival": {"time": "1694892334"}, "stopId": "40552"}, {"stopSequence": 90, "arrival": {"time": "1694892399"}, "stopId": "40553"}], "vehicle": {"licensePlate": "KVJC80"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "25029-701ff27f-2", "startTime": "14:52:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "position": {"latitude": -36.801178, "longitude": -73.083916, "bearing": 324.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889008", "vehicle": {"licensePlate": "KVJC80"}}}, {"id": "03d165cc-729f-4d8b-88b2-e74fff7cc56a", "tripUpdate": {"trip": {"tripId": "25026-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 76, "arrival": {"time": "1694889049"}, "stopId": "42857"}, {"stopSequence": 77, "arrival": {"time": "1694889082"}, "stopId": "38562"}, {"stopSequence": 78, "arrival": {"time": "1694889178"}, "stopId": "40539"}, {"stopSequence": 79, "arrival": {"time": "1694889225"}, "stopId": "40540"}, {"stopSequence": 80, "arrival": {"time": "1694889269"}, "stopId": "40541"}, {"stopSequence": 81, "arrival": {"time": "1694889391"}, "stopId": "40543"}, {"stopSequence": 82, "arrival": {"time": "1694889399"}, "stopId": "41943"}, {"stopSequence": 83, "arrival": {"time": "1694889495"}, "stopId": "40544"}, {"stopSequence": 84, "arrival": {"time": "1694889664"}, "stopId": "40548"}, {"stopSequence": 85, "arrival": {"time": "1694889694"}, "stopId": "40443"}, {"stopSequence": 86, "arrival": {"time": "1694889726"}, "stopId": "40550"}, {"stopSequence": 87, "arrival": {"time": "1694889759"}, "stopId": "40551"}, {"stopSequence": 88, "arrival": {"time": "1694889776"}, "stopId": "40441"}, {"stopSequence": 89, "arrival": {"time": "1694889862"}, "stopId": "40552"}, {"stopSequence": 90, "arrival": {"time": "1694889905"}, "stopId": "40553"}], "vehicle": {"licensePlate": "RXVH92"}, "timestamp": "1694889020"}, "vehicle": {"trip": {"tripId": "25026-701ff27f-2", "startTime": "14:22:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "727", "directionId": 0}, "position": {"latitude": -36.71192, "longitude": -73.115166, "bearing": 204.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694889020", "vehicle": {"licensePlate": "RXVH92"}}}, {"id": "76d72354-5195-4066-8348-b86fdea0a2c4", "tripUpdate": {"trip": {"tripId": "25137-701ff27f-2", "startTime": "15:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694888991"}, "stopId": "38697"}, {"stopSequence": 22, "arrival": {"time": "1694889044"}, "stopId": "38646"}, {"stopSequence": 23, "arrival": {"time": "1694889076"}, "stopId": "38632"}, {"stopSequence": 24, "arrival": {"time": "1694889165"}, "stopId": "38767"}, {"stopSequence": 25, "arrival": {"time": "1694889233"}, "stopId": "38768"}, {"stopSequence": 26, "arrival": {"time": "1694889280"}, "stopId": "38769"}, {"stopSequence": 27, "arrival": {"time": "1694889318"}, "stopId": "49357"}, {"stopSequence": 28, "arrival": {"time": "1694889361"}, "stopId": "38771"}, {"stopSequence": 29, "arrival": {"time": "1694889406"}, "stopId": "38668"}, {"stopSequence": 30, "arrival": {"time": "1694889503"}, "stopId": "38661"}, {"stopSequence": 31, "arrival": {"time": "1694889586"}, "stopId": "38657"}, {"stopSequence": 32, "arrival": {"time": "1694889646"}, "stopId": "38743"}, {"stopSequence": 33, "arrival": {"time": "1694889711"}, "stopId": "38652"}, {"stopSequence": 34, "arrival": {"time": "1694889773"}, "stopId": "38721"}, {"stopSequence": 35, "arrival": {"time": "1694889828"}, "stopId": "38659"}, {"stopSequence": 36, "arrival": {"time": "1694889909"}, "stopId": "38674"}, {"stopSequence": 37, "arrival": {"time": "1694889981"}, "stopId": "38649"}, {"stopSequence": 38, "arrival": {"time": "1694890042"}, "stopId": "38718"}, {"stopSequence": 39, "arrival": {"time": "1694890106"}, "stopId": "38735"}, {"stopSequence": 40, "arrival": {"time": "1694890165"}, "stopId": "42270"}, {"stopSequence": 41, "arrival": {"time": "1694890212"}, "stopId": "42271"}, {"stopSequence": 42, "arrival": {"time": "1694890403"}, "stopId": "38688"}, {"stopSequence": 43, "arrival": {"time": "1694890458"}, "stopId": "38673"}, {"stopSequence": 44, "arrival": {"time": "1694890534"}, "stopId": "39785"}, {"stopSequence": 45, "arrival": {"time": "1694890573"}, "stopId": "38664"}, {"stopSequence": 46, "arrival": {"time": "1694890627"}, "stopId": "38702"}, {"stopSequence": 47, "arrival": {"time": "1694890672"}, "stopId": "39787"}, {"stopSequence": 48, "arrival": {"time": "1694890714"}, "stopId": "38501"}, {"stopSequence": 49, "arrival": {"time": "1694890784"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694890855"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694890905"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694890934"}, "stopId": "38506"}, {"stopSequence": 53, "arrival": {"time": "1694890987"}, "stopId": "38635"}, {"stopSequence": 54, "arrival": {"time": "1694891022"}, "stopId": "38509"}, {"stopSequence": 55, "arrival": {"time": "1694891069"}, "stopId": "38642"}, {"stopSequence": 56, "arrival": {"time": "1694891117"}, "stopId": "39795"}, {"stopSequence": 57, "arrival": {"time": "1694891151"}, "stopId": "38502"}, {"stopSequence": 58, "arrival": {"time": "1694891219"}, "stopId": "38503"}, {"stopSequence": 59, "arrival": {"time": "1694891398"}, "stopId": "35691"}, {"stopSequence": 60, "arrival": {"time": "1694891510"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694891579"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694891628"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694891686"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694891903"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694892030"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694892070"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694892128"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694892266"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694892403"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694892426"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694892459"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694892488"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694892572"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694892611"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694892640"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694892795"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694892854"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694892922"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694892994"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694893049"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694893142"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694893281"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694893331"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694893354"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694893421"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694893497"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694893895"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694894066"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694894916"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694895064"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694895101"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694895383"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694895570"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694895635"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694899128"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694899239"}, "stopId": "50011"}], "vehicle": {"licensePlate": "CTDG25"}, "timestamp": "1694888974"}, "vehicle": {"trip": {"tripId": "25137-701ff27f-2", "startTime": "15:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.71284, "longitude": -73.11538, "bearing": 4.0, "odometer": 0.0, "speed": 3.0555556}, "timestamp": "1694888974", "vehicle": {"licensePlate": "CTDG25"}}}, {"id": "3bc74813-4d5e-4d7a-b4a5-cc4c7f733dba", "tripUpdate": {"trip": {"tripId": "25135-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 45, "arrival": {"time": "1694888997"}, "stopId": "38664"}, {"stopSequence": 46, "arrival": {"time": "1694889054"}, "stopId": "38702"}, {"stopSequence": 47, "arrival": {"time": "1694889101"}, "stopId": "39787"}, {"stopSequence": 48, "arrival": {"time": "1694889144"}, "stopId": "38501"}, {"stopSequence": 49, "arrival": {"time": "1694889215"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694889286"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694889334"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694889362"}, "stopId": "38506"}, {"stopSequence": 53, "arrival": {"time": "1694889412"}, "stopId": "38635"}, {"stopSequence": 54, "arrival": {"time": "1694889445"}, "stopId": "38509"}, {"stopSequence": 55, "arrival": {"time": "1694889489"}, "stopId": "38642"}, {"stopSequence": 56, "arrival": {"time": "1694889532"}, "stopId": "39795"}, {"stopSequence": 57, "arrival": {"time": "1694889563"}, "stopId": "38502"}, {"stopSequence": 58, "arrival": {"time": "1694889624"}, "stopId": "38503"}, {"stopSequence": 59, "arrival": {"time": "1694889778"}, "stopId": "35691"}, {"stopSequence": 60, "arrival": {"time": "1694889871"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694889927"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694889966"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694890012"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694890178"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694890272"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694890301"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694890343"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694890439"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694890533"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694890548"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694890570"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694890590"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694890645"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694890671"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694890689"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694890788"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694890824"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694890866"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694890910"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694890943"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694890998"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694891079"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694891108"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694891121"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694891159"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694891202"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694891417"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694891505"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694891917"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694891983"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694892000"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694892124"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694892204"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694892231"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694893452"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694893484"}, "stopId": "50011"}], "vehicle": {"licensePlate": "CYDL42"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "25135-701ff27f-2", "startTime": "15:13:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.774822, "longitude": -73.087685, "bearing": 180.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "CYDL42"}}}, {"id": "6a0d0cad-5fd3-440c-b37f-262ec92986df", "tripUpdate": {"trip": {"tripId": "25138-701ff27f-2", "startTime": "15:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 1, "arrival": {"time": "1694889022"}, "stopId": "40439"}, {"stopSequence": 2, "arrival": {"time": "1694889073"}, "stopId": "40440"}, {"stopSequence": 3, "arrival": {"time": "1694889175"}, "stopId": "40441"}, {"stopSequence": 4, "arrival": {"time": "1694889266"}, "stopId": "40443"}, {"stopSequence": 5, "arrival": {"time": "1694889294"}, "stopId": "40548"}, {"stopSequence": 6, "arrival": {"time": "1694889343"}, "stopId": "40348"}, {"stopSequence": 7, "arrival": {"time": "1694889394"}, "stopId": "40349"}, {"stopSequence": 8, "arrival": {"time": "1694889428"}, "stopId": "40350"}, {"stopSequence": 9, "arrival": {"time": "1694889488"}, "stopId": "40351"}, {"stopSequence": 10, "arrival": {"time": "1694889575"}, "stopId": "40352"}, {"stopSequence": 11, "arrival": {"time": "1694889656"}, "stopId": "41970"}, {"stopSequence": 12, "arrival": {"time": "1694889664"}, "stopId": "40542"}, {"stopSequence": 13, "arrival": {"time": "1694889681"}, "stopId": "41971"}, {"stopSequence": 14, "arrival": {"time": "1694889708"}, "stopId": "40541"}, {"stopSequence": 15, "arrival": {"time": "1694889721"}, "stopId": "41972"}, {"stopSequence": 16, "arrival": {"time": "1694889738"}, "stopId": "40540"}, {"stopSequence": 17, "arrival": {"time": "1694889785"}, "stopId": "40539"}, {"stopSequence": 18, "arrival": {"time": "1694889846"}, "stopId": "42855"}, {"stopSequence": 19, "arrival": {"time": "1694889884"}, "stopId": "41975"}, {"stopSequence": 20, "arrival": {"time": "1694889904"}, "stopId": "42857"}, {"stopSequence": 21, "arrival": {"time": "1694889934"}, "stopId": "38697"}, {"stopSequence": 22, "arrival": {"time": "1694889981"}, "stopId": "38646"}, {"stopSequence": 23, "arrival": {"time": "1694890010"}, "stopId": "38632"}, {"stopSequence": 24, "arrival": {"time": "1694890093"}, "stopId": "38767"}, {"stopSequence": 25, "arrival": {"time": "1694890157"}, "stopId": "38768"}, {"stopSequence": 26, "arrival": {"time": "1694890201"}, "stopId": "38769"}, {"stopSequence": 27, "arrival": {"time": "1694890238"}, "stopId": "49357"}, {"stopSequence": 28, "arrival": {"time": "1694890280"}, "stopId": "38771"}, {"stopSequence": 29, "arrival": {"time": "1694890323"}, "stopId": "38668"}, {"stopSequence": 30, "arrival": {"time": "1694890419"}, "stopId": "38661"}, {"stopSequence": 31, "arrival": {"time": "1694890502"}, "stopId": "38657"}, {"stopSequence": 32, "arrival": {"time": "1694890563"}, "stopId": "38743"}, {"stopSequence": 33, "arrival": {"time": "1694890629"}, "stopId": "38652"}, {"stopSequence": 34, "arrival": {"time": "1694890694"}, "stopId": "38721"}, {"stopSequence": 35, "arrival": {"time": "1694890752"}, "stopId": "38659"}, {"stopSequence": 36, "arrival": {"time": "1694890838"}, "stopId": "38674"}, {"stopSequence": 37, "arrival": {"time": "1694890915"}, "stopId": "38649"}, {"stopSequence": 38, "arrival": {"time": "1694890982"}, "stopId": "38718"}, {"stopSequence": 39, "arrival": {"time": "1694891053"}, "stopId": "38735"}, {"stopSequence": 40, "arrival": {"time": "1694891118"}, "stopId": "42270"}, {"stopSequence": 41, "arrival": {"time": "1694891170"}, "stopId": "42271"}, {"stopSequence": 42, "arrival": {"time": "1694891389"}, "stopId": "38688"}, {"stopSequence": 43, "arrival": {"time": "1694891454"}, "stopId": "38673"}, {"stopSequence": 44, "arrival": {"time": "1694891545"}, "stopId": "39785"}, {"stopSequence": 45, "arrival": {"time": "1694891591"}, "stopId": "38664"}, {"stopSequence": 46, "arrival": {"time": "1694891656"}, "stopId": "38702"}, {"stopSequence": 47, "arrival": {"time": "1694891710"}, "stopId": "39787"}, {"stopSequence": 48, "arrival": {"time": "1694891762"}, "stopId": "38501"}, {"stopSequence": 49, "arrival": {"time": "1694891848"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694891938"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694892000"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694892037"}, "stopId": "38506"}, {"stopSequence": 53, "arrival": {"time": "1694892104"}, "stopId": "38635"}, {"stopSequence": 54, "arrival": {"time": "1694892150"}, "stopId": "38509"}, {"stopSequence": 55, "arrival": {"time": "1694892211"}, "stopId": "38642"}, {"stopSequence": 56, "arrival": {"time": "1694892273"}, "stopId": "39795"}, {"stopSequence": 57, "arrival": {"time": "1694892317"}, "stopId": "38502"}, {"stopSequence": 58, "arrival": {"time": "1694892408"}, "stopId": "38503"}, {"stopSequence": 59, "arrival": {"time": "1694892648"}, "stopId": "35691"}, {"stopSequence": 60, "arrival": {"time": "1694892802"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694892899"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694892967"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694893050"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694893364"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694893553"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694893612"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694893701"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694893911"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694894126"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694894161"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694894213"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694894259"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694894395"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694894458"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694894505"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694894760"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694894859"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694894974"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694895094"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694895190"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694895351"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694895595"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694895684"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694895726"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694895846"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694895985"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694896733"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694897068"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694898859"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694899192"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694899278"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694899939"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694900393"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694900556"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694912349"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694912858"}, "stopId": "50011"}], "vehicle": {"licensePlate": "DPZZ49"}, "timestamp": "1694888986"}, "vehicle": {"trip": {"tripId": "25138-701ff27f-2", "startTime": "15:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.72002, "longitude": -73.14718, "bearing": 18.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888986", "vehicle": {"licensePlate": "DPZZ49"}}}, {"id": "7ce564d4-a958-48e4-b19e-3de170c7d47c", "tripUpdate": {"trip": {"tripId": "25132-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 81, "arrival": {"time": "1694889046"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694889126"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694889153"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694889166"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694889202"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694889242"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694889435"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694889511"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694889837"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694889886"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694889898"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694889987"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694890043"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694890062"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694890792"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694890808"}, "stopId": "50011"}], "vehicle": {"licensePlate": "DRTL47"}, "timestamp": "1694888998"}, "vehicle": {"trip": {"tripId": "25132-701ff27f-2", "startTime": "14:37:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.81613, "longitude": -73.03164, "bearing": 60.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888998", "vehicle": {"licensePlate": "DRTL47"}}}, {"id": "4844bb59-0b7c-4b4e-b230-22f6edac4a15", "tripUpdate": {"trip": {"tripId": "25136-701ff27f-2", "startTime": "15:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 24, "arrival": {"time": "1694889026"}, "stopId": "38767"}, {"stopSequence": 25, "arrival": {"time": "1694889096"}, "stopId": "38768"}, {"stopSequence": 26, "arrival": {"time": "1694889143"}, "stopId": "38769"}, {"stopSequence": 27, "arrival": {"time": "1694889183"}, "stopId": "49357"}, {"stopSequence": 28, "arrival": {"time": "1694889227"}, "stopId": "38771"}, {"stopSequence": 29, "arrival": {"time": "1694889272"}, "stopId": "38668"}, {"stopSequence": 30, "arrival": {"time": "1694889371"}, "stopId": "38661"}, {"stopSequence": 31, "arrival": {"time": "1694889455"}, "stopId": "38657"}, {"stopSequence": 32, "arrival": {"time": "1694889516"}, "stopId": "38743"}, {"stopSequence": 33, "arrival": {"time": "1694889581"}, "stopId": "38652"}, {"stopSequence": 34, "arrival": {"time": "1694889644"}, "stopId": "38721"}, {"stopSequence": 35, "arrival": {"time": "1694889700"}, "stopId": "38659"}, {"stopSequence": 36, "arrival": {"time": "1694889781"}, "stopId": "38674"}, {"stopSequence": 37, "arrival": {"time": "1694889853"}, "stopId": "38649"}, {"stopSequence": 38, "arrival": {"time": "1694889914"}, "stopId": "38718"}, {"stopSequence": 39, "arrival": {"time": "1694889979"}, "stopId": "38735"}, {"stopSequence": 40, "arrival": {"time": "1694890037"}, "stopId": "42270"}, {"stopSequence": 41, "arrival": {"time": "1694890084"}, "stopId": "42271"}, {"stopSequence": 42, "arrival": {"time": "1694890273"}, "stopId": "38688"}, {"stopSequence": 43, "arrival": {"time": "1694890328"}, "stopId": "38673"}, {"stopSequence": 44, "arrival": {"time": "1694890404"}, "stopId": "39785"}, {"stopSequence": 45, "arrival": {"time": "1694890442"}, "stopId": "38664"}, {"stopSequence": 46, "arrival": {"time": "1694890495"}, "stopId": "38702"}, {"stopSequence": 47, "arrival": {"time": "1694890539"}, "stopId": "39787"}, {"stopSequence": 48, "arrival": {"time": "1694890581"}, "stopId": "38501"}, {"stopSequence": 49, "arrival": {"time": "1694890649"}, "stopId": "38692"}, {"stopSequence": 50, "arrival": {"time": "1694890719"}, "stopId": "38714"}, {"stopSequence": 51, "arrival": {"time": "1694890768"}, "stopId": "39791"}, {"stopSequence": 52, "arrival": {"time": "1694890797"}, "stopId": "38506"}, {"stopSequence": 53, "arrival": {"time": "1694890848"}, "stopId": "38635"}, {"stopSequence": 54, "arrival": {"time": "1694890882"}, "stopId": "38509"}, {"stopSequence": 55, "arrival": {"time": "1694890928"}, "stopId": "38642"}, {"stopSequence": 56, "arrival": {"time": "1694890975"}, "stopId": "39795"}, {"stopSequence": 57, "arrival": {"time": "1694891007"}, "stopId": "38502"}, {"stopSequence": 58, "arrival": {"time": "1694891074"}, "stopId": "38503"}, {"stopSequence": 59, "arrival": {"time": "1694891247"}, "stopId": "35691"}, {"stopSequence": 60, "arrival": {"time": "1694891356"}, "stopId": "35693"}, {"stopSequence": 61, "arrival": {"time": "1694891422"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694891469"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694891525"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694891734"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694891856"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694891894"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694891950"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694892080"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694892211"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694892233"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694892264"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694892291"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694892371"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694892408"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694892435"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694892582"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694892638"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694892702"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694892769"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694892821"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694892908"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694893038"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694893085"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694893107"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694893169"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694893240"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694893610"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694893768"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694894550"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694894685"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694894719"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694894975"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694895144"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694895204"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694898288"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694898383"}, "stopId": "50011"}], "vehicle": {"licensePlate": "HGRP70"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "25136-701ff27f-2", "startTime": "15:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.715515, "longitude": -73.11017, "bearing": 158.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694888978", "vehicle": {"licensePlate": "HGRP70"}}}, {"id": "99ba1a54-54f9-42b0-96fc-e093ae8356de", "tripUpdate": {"trip": {"tripId": "25133-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 71, "arrival": {"time": "1694889009"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694889029"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694889088"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694889114"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694889133"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694889233"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694889270"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694889311"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694889353"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694889385"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694889438"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694889513"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694889539"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694889551"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694889585"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694889623"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694889809"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694889883"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694890205"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694890254"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694890267"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694890356"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694890413"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694890432"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694891196"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694891214"}, "stopId": "50011"}], "vehicle": {"licensePlate": "HHKP77"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "25133-701ff27f-2", "startTime": "14:49:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.823692, "longitude": -73.04987, "bearing": 58.0, "odometer": 0.0, "speed": 3.0555556}, "timestamp": "1694888988", "vehicle": {"licensePlate": "HHKP77"}}}, {"id": "e3def9ae-236e-4f51-8766-4e9eb7e0d38b", "tripUpdate": {"trip": {"tripId": "25131-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 92, "arrival": {"time": "1694889009"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694889071"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694889091"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694889832"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694889848"}, "stopId": "50011"}], "vehicle": {"licensePlate": "HYYX44"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "25131-701ff27f-2", "startTime": "14:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.82089, "longitude": -72.99087, "bearing": 56.0, "odometer": 0.0, "speed": 5.5555553}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HYYX44"}}}, {"id": "64aded04-25d9-44b9-a720-b3cb929e3c94", "tripUpdate": {"trip": {"tripId": "25134-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 61, "arrival": {"time": "1694889059"}, "stopId": "35694"}, {"stopSequence": 62, "arrival": {"time": "1694889101"}, "stopId": "35695"}, {"stopSequence": 63, "arrival": {"time": "1694889151"}, "stopId": "35696"}, {"stopSequence": 64, "arrival": {"time": "1694889328"}, "stopId": "35697"}, {"stopSequence": 65, "arrival": {"time": "1694889426"}, "stopId": "2-Jan"}, {"stopSequence": 66, "arrival": {"time": "1694889455"}, "stopId": "42460"}, {"stopSequence": 67, "arrival": {"time": "1694889498"}, "stopId": "35690"}, {"stopSequence": 68, "arrival": {"time": "1694889595"}, "stopId": "35700"}, {"stopSequence": 69, "arrival": {"time": "1694889688"}, "stopId": "35703"}, {"stopSequence": 70, "arrival": {"time": "1694889703"}, "stopId": "35704"}, {"stopSequence": 71, "arrival": {"time": "1694889724"}, "stopId": "35705"}, {"stopSequence": 72, "arrival": {"time": "1694889743"}, "stopId": "35706"}, {"stopSequence": 73, "arrival": {"time": "1694889797"}, "stopId": "35707"}, {"stopSequence": 74, "arrival": {"time": "1694889821"}, "stopId": "35708"}, {"stopSequence": 75, "arrival": {"time": "1694889839"}, "stopId": "35709"}, {"stopSequence": 76, "arrival": {"time": "1694889933"}, "stopId": "37522"}, {"stopSequence": 77, "arrival": {"time": "1694889967"}, "stopId": "39599"}, {"stopSequence": 78, "arrival": {"time": "1694890006"}, "stopId": "50034"}, {"stopSequence": 79, "arrival": {"time": "1694890046"}, "stopId": "40903"}, {"stopSequence": 80, "arrival": {"time": "1694890077"}, "stopId": "40904"}, {"stopSequence": 81, "arrival": {"time": "1694890127"}, "stopId": "35814"}, {"stopSequence": 82, "arrival": {"time": "1694890201"}, "stopId": "35815"}, {"stopSequence": 83, "arrival": {"time": "1694890226"}, "stopId": "35816"}, {"stopSequence": 84, "arrival": {"time": "1694890238"}, "stopId": "35817"}, {"stopSequence": 85, "arrival": {"time": "1694890272"}, "stopId": "35818"}, {"stopSequence": 86, "arrival": {"time": "1694890310"}, "stopId": "35819"}, {"stopSequence": 87, "arrival": {"time": "1694890497"}, "stopId": "35822"}, {"stopSequence": 88, "arrival": {"time": "1694890572"}, "stopId": "38833"}, {"stopSequence": 89, "arrival": {"time": "1694890911"}, "stopId": "38814"}, {"stopSequence": 90, "arrival": {"time": "1694890964"}, "stopId": "38815"}, {"stopSequence": 91, "arrival": {"time": "1694890977"}, "stopId": "38816"}, {"stopSequence": 92, "arrival": {"time": "1694891075"}, "stopId": "40565"}, {"stopSequence": 93, "arrival": {"time": "1694891137"}, "stopId": "40566"}, {"stopSequence": 94, "arrival": {"time": "1694891158"}, "stopId": "40567"}, {"stopSequence": 95, "arrival": {"time": "1694892043"}, "stopId": "50010"}, {"stopSequence": 96, "arrival": {"time": "1694892065"}, "stopId": "50011"}], "vehicle": {"licensePlate": "XW9773"}, "timestamp": "1694889010"}, "vehicle": {"trip": {"tripId": "25134-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "728", "directionId": 1}, "position": {"latitude": -36.81113, "longitude": -73.07286, "bearing": 120.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694889010", "vehicle": {"licensePlate": "XW9773"}}}, {"id": "c9292222-58a6-4d79-b66b-f1e96856610f", "tripUpdate": {"trip": {"tripId": "25711-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 71, "arrival": {"time": "1694889026"}, "stopId": "42318"}, {"stopSequence": 72, "arrival": {"time": "1694889107"}, "stopId": "8606396"}, {"stopSequence": 73, "arrival": {"time": "1694889187"}, "stopId": "38514"}, {"stopSequence": 74, "arrival": {"time": "1694889230"}, "stopId": "38516"}, {"stopSequence": 75, "arrival": {"time": "1694889290"}, "stopId": "38518"}, {"stopSequence": 76, "arrival": {"time": "1694889392"}, "stopId": "38520"}, {"stopSequence": 77, "arrival": {"time": "1694889437"}, "stopId": "38521"}, {"stopSequence": 78, "arrival": {"time": "1694889482"}, "stopId": "38522"}, {"stopSequence": 79, "arrival": {"time": "1694889532"}, "stopId": "38523"}, {"stopSequence": 80, "arrival": {"time": "1694889584"}, "stopId": "38524"}, {"stopSequence": 81, "arrival": {"time": "1694889633"}, "stopId": "38525"}, {"stopSequence": 82, "arrival": {"time": "1694889684"}, "stopId": "38526"}, {"stopSequence": 83, "arrival": {"time": "1694889731"}, "stopId": "38527"}, {"stopSequence": 84, "arrival": {"time": "1694889817"}, "stopId": "38528"}, {"stopSequence": 85, "arrival": {"time": "1694889928"}, "stopId": "38529"}, {"stopSequence": 86, "arrival": {"time": "1694890127"}, "stopId": "38530"}, {"stopSequence": 87, "arrival": {"time": "1694890145"}, "stopId": "16005209"}, {"stopSequence": 88, "arrival": {"time": "1694890376"}, "stopId": "38531"}, {"stopSequence": 89, "arrival": {"time": "1694890430"}, "stopId": "8921285"}, {"stopSequence": 90, "arrival": {"time": "1694890540"}, "stopId": "38532"}, {"stopSequence": 91, "arrival": {"time": "1694890584"}, "stopId": "38533"}, {"stopSequence": 92, "arrival": {"time": "1694890647"}, "stopId": "38534"}, {"stopSequence": 93, "arrival": {"time": "1694890696"}, "stopId": "38535"}, {"stopSequence": 94, "arrival": {"time": "1694890762"}, "stopId": "38536"}, {"stopSequence": 95, "arrival": {"time": "1694890799"}, "stopId": "4838437"}, {"stopSequence": 96, "arrival": {"time": "1694890855"}, "stopId": "45085"}, {"stopSequence": 97, "arrival": {"time": "1694890939"}, "stopId": "45086"}, {"stopSequence": 98, "arrival": {"time": "1694890993"}, "stopId": "38539"}, {"stopSequence": 99, "arrival": {"time": "1694891063"}, "stopId": "38540"}, {"stopSequence": 100, "arrival": {"time": "1694891147"}, "stopId": "38544"}, {"stopSequence": 101, "arrival": {"time": "1694891223"}, "stopId": "38545"}, {"stopSequence": 102, "arrival": {"time": "1694891322"}, "stopId": "38546"}, {"stopSequence": 103, "arrival": {"time": "1694891461"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694891541"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694891608"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694891830"}, "stopId": "38552"}, {"stopSequence": 107, "arrival": {"time": "1694891936"}, "stopId": "49359"}, {"stopSequence": 108, "arrival": {"time": "1694892001"}, "stopId": "49360"}, {"stopSequence": 109, "arrival": {"time": "1694892150"}, "stopId": "49361"}, {"stopSequence": 110, "arrival": {"time": "1694892188"}, "stopId": "49362"}, {"stopSequence": 111, "arrival": {"time": "1694892253"}, "stopId": "49363"}, {"stopSequence": 112, "arrival": {"time": "1694892322"}, "stopId": "49364"}, {"stopSequence": 113, "arrival": {"time": "1694892375"}, "stopId": "49365"}, {"stopSequence": 114, "arrival": {"time": "1694892476"}, "stopId": "38560"}, {"stopSequence": 115, "arrival": {"time": "1694892534"}, "stopId": "42857"}, {"stopSequence": 116, "arrival": {"time": "1694892581"}, "stopId": "38562"}, {"stopSequence": 117, "arrival": {"time": "1694892634"}, "stopId": "38563"}, {"stopSequence": 118, "arrival": {"time": "1694892696"}, "stopId": "42854"}, {"stopSequence": 119, "arrival": {"time": "1694892854"}, "stopId": "38565"}, {"stopSequence": 120, "arrival": {"time": "1694892934"}, "stopId": "40932"}, {"stopSequence": 121, "arrival": {"time": "1694893007"}, "stopId": "38566"}, {"stopSequence": 122, "arrival": {"time": "1694893062"}, "stopId": "38567"}, {"stopSequence": 123, "arrival": {"time": "1694893144"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694893196"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694893273"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694893377"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694893479"}, "stopId": "38572"}], "vehicle": {"licensePlate": "DDDZ67"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "25711-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "position": {"latitude": -36.829597, "longitude": -73.05177, "bearing": 57.0, "odometer": 0.0, "speed": 6.111111}, "timestamp": "1694889004", "vehicle": {"licensePlate": "DDDZ67"}}}, {"id": "080c3df7-3ab7-4851-a7e8-c098ca923f8d", "tripUpdate": {"trip": {"tripId": "25714-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889039"}, "stopId": "49256"}, {"stopSequence": 15, "arrival": {"time": "1694889195"}, "stopId": "49214"}, {"stopSequence": 16, "arrival": {"time": "1694889245"}, "stopId": "49218"}, {"stopSequence": 17, "arrival": {"time": "1694889269"}, "stopId": "49257"}, {"stopSequence": 18, "arrival": {"time": "1694889392"}, "stopId": "49258"}, {"stopSequence": 19, "arrival": {"time": "1694889449"}, "stopId": "49259"}, {"stopSequence": 20, "arrival": {"time": "1694889457"}, "stopId": "49260"}, {"stopSequence": 21, "arrival": {"time": "1694889625"}, "stopId": "49261"}, {"stopSequence": 22, "arrival": {"time": "1694889656"}, "stopId": "49262"}, {"stopSequence": 23, "arrival": {"time": "1694889677"}, "stopId": "49263"}, {"stopSequence": 24, "arrival": {"time": "1694890434"}, "stopId": "34549"}, {"stopSequence": 25, "arrival": {"time": "1694890776"}, "stopId": "49264"}, {"stopSequence": 26, "arrival": {"time": "1694890778"}, "stopId": "49265"}, {"stopSequence": 27, "arrival": {"time": "1694890953"}, "stopId": "42274"}, {"stopSequence": 28, "arrival": {"time": "1694891035"}, "stopId": "42275"}, {"stopSequence": 29, "arrival": {"time": "1694891079"}, "stopId": "42276"}, {"stopSequence": 30, "arrival": {"time": "1694891169"}, "stopId": "42277"}, {"stopSequence": 31, "arrival": {"time": "1694891259"}, "stopId": "42278"}, {"stopSequence": 32, "arrival": {"time": "1694891305"}, "stopId": "42279"}, {"stopSequence": 33, "arrival": {"time": "1694891398"}, "stopId": "42280"}, {"stopSequence": 34, "arrival": {"time": "1694891447"}, "stopId": "42281"}, {"stopSequence": 35, "arrival": {"time": "1694891535"}, "stopId": "42282"}, {"stopSequence": 36, "arrival": {"time": "1694891601"}, "stopId": "42283"}, {"stopSequence": 37, "arrival": {"time": "1694891680"}, "stopId": "49279"}, {"stopSequence": 38, "arrival": {"time": "1694891777"}, "stopId": "42285"}, {"stopSequence": 39, "arrival": {"time": "1694891889"}, "stopId": "42286"}, {"stopSequence": 40, "arrival": {"time": "1694891910"}, "stopId": "42287"}, {"stopSequence": 41, "arrival": {"time": "1694891984"}, "stopId": "42288"}, {"stopSequence": 42, "arrival": {"time": "1694892030"}, "stopId": "42289"}, {"stopSequence": 43, "arrival": {"time": "1694892136"}, "stopId": "42290"}, {"stopSequence": 44, "arrival": {"time": "1694892212"}, "stopId": "42291"}, {"stopSequence": 45, "arrival": {"time": "1694892335"}, "stopId": "42292"}, {"stopSequence": 46, "arrival": {"time": "1694892438"}, "stopId": "42293"}, {"stopSequence": 47, "arrival": {"time": "1694892711"}, "stopId": "42294"}, {"stopSequence": 48, "arrival": {"time": "1694892923"}, "stopId": "42295"}, {"stopSequence": 49, "arrival": {"time": "1694893121"}, "stopId": "42296"}, {"stopSequence": 50, "arrival": {"time": "1694893352"}, "stopId": "42297"}, {"stopSequence": 51, "arrival": {"time": "1694893539"}, "stopId": "42298"}, {"stopSequence": 52, "arrival": {"time": "1694893669"}, "stopId": "42299"}, {"stopSequence": 53, "arrival": {"time": "1694893757"}, "stopId": "49295"}, {"stopSequence": 54, "arrival": {"time": "1694894012"}, "stopId": "49296"}, {"stopSequence": 55, "arrival": {"time": "1694894222"}, "stopId": "49297"}, {"stopSequence": 56, "arrival": {"time": "1694894307"}, "stopId": "49298"}, {"stopSequence": 57, "arrival": {"time": "1694894479"}, "stopId": "49299"}, {"stopSequence": 58, "arrival": {"time": "1694894589"}, "stopId": "49300"}, {"stopSequence": 59, "arrival": {"time": "1694894813"}, "stopId": "49301"}, {"stopSequence": 60, "arrival": {"time": "1694895005"}, "stopId": "49302"}, {"stopSequence": 61, "arrival": {"time": "1694895137"}, "stopId": "49303"}, {"stopSequence": 62, "arrival": {"time": "1694895294"}, "stopId": "49304"}, {"stopSequence": 63, "arrival": {"time": "1694895382"}, "stopId": "49305"}, {"stopSequence": 64, "arrival": {"time": "1694895565"}, "stopId": "49306"}, {"stopSequence": 65, "arrival": {"time": "1694895698"}, "stopId": "49307"}, {"stopSequence": 66, "arrival": {"time": "1694895781"}, "stopId": "49308"}, {"stopSequence": 67, "arrival": {"time": "1694895866"}, "stopId": "49309"}, {"stopSequence": 68, "arrival": {"time": "1694895966"}, "stopId": "42315"}, {"stopSequence": 69, "arrival": {"time": "1694896050"}, "stopId": "42316"}, {"stopSequence": 70, "arrival": {"time": "1694896241"}, "stopId": "42317"}, {"stopSequence": 71, "arrival": {"time": "1694896413"}, "stopId": "42318"}, {"stopSequence": 72, "arrival": {"time": "1694896725"}, "stopId": "8606396"}, {"stopSequence": 73, "arrival": {"time": "1694897061"}, "stopId": "38514"}, {"stopSequence": 74, "arrival": {"time": "1694897253"}, "stopId": "38516"}, {"stopSequence": 75, "arrival": {"time": "1694897534"}, "stopId": "38518"}, {"stopSequence": 76, "arrival": {"time": "1694898063"}, "stopId": "38520"}, {"stopSequence": 77, "arrival": {"time": "1694898312"}, "stopId": "38521"}, {"stopSequence": 78, "arrival": {"time": "1694898582"}, "stopId": "38522"}, {"stopSequence": 79, "arrival": {"time": "1694898893"}, "stopId": "38523"}, {"stopSequence": 80, "arrival": {"time": "1694899240"}, "stopId": "38524"}, {"stopSequence": 81, "arrival": {"time": "1694899582"}, "stopId": "38525"}, {"stopSequence": 82, "arrival": {"time": "1694899968"}, "stopId": "38526"}, {"stopSequence": 83, "arrival": {"time": "1694900348"}, "stopId": "38527"}, {"stopSequence": 84, "arrival": {"time": "1694901104"}, "stopId": "38528"}, {"stopSequence": 85, "arrival": {"time": "1694902231"}, "stopId": "38529"}, {"stopSequence": 86, "arrival": {"time": "1694904801"}, "stopId": "38530"}, {"stopSequence": 87, "arrival": {"time": "1694905073"}, "stopId": "16005209"}, {"stopSequence": 88, "arrival": {"time": "1694909594"}, "stopId": "38531"}, {"stopSequence": 89, "arrival": {"time": "1694910999"}, "stopId": "8921285"}, {"stopSequence": 90, "arrival": {"time": "1694914491"}, "stopId": "38532"}, {"stopSequence": 91, "arrival": {"time": "1694916191"}, "stopId": "38533"}, {"stopSequence": 92, "arrival": {"time": "1694919012"}, "stopId": "38534"}, {"stopSequence": 93, "arrival": {"time": "1694921593"}, "stopId": "38535"}, {"stopSequence": 94, "arrival": {"time": "1694925836"}, "stopId": "38536"}, {"stopSequence": 95, "arrival": {"time": "1694928673"}, "stopId": "4838437"}, {"stopSequence": 96, "arrival": {"time": "1694933833"}, "stopId": "45085"}, {"stopSequence": 97, "arrival": {"time": "1694944443"}, "stopId": "45086"}, {"stopSequence": 98, "arrival": {"time": "1694954227"}, "stopId": "38539"}, {"stopSequence": 99, "arrival": {"time": "1694973047"}, "stopId": "38540"}, {"stopSequence": 100, "arrival": {"time": "1695016797"}, "stopId": "38544"}, {"stopSequence": 101, "arrival": {"time": "1695123283"}, "stopId": "38545"}], "vehicle": {"licensePlate": "DPZZ52"}, "timestamp": "1694889007"}, "vehicle": {"trip": {"tripId": "25714-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "position": {"latitude": -36.97449, "longitude": -72.93576, "bearing": 268.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694889007", "vehicle": {"licensePlate": "DPZZ52"}}}, {"id": "c78b1aca-62ed-4c05-830d-43fe35397b65", "tripUpdate": {"trip": {"tripId": "25707-701ff27f-2", "startTime": "13:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 123, "arrival": {"time": "1694889055"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694889085"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694889129"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694889188"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694889242"}, "stopId": "38572"}], "vehicle": {"licensePlate": "GDBP49"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "25707-701ff27f-2", "startTime": "13:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "position": {"latitude": -36.724224, "longitude": -73.11991, "bearing": 32.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "GDBP49"}}}, {"id": "ea2ab4d5-d766-4915-8730-59900b063a49", "tripUpdate": {"trip": {"tripId": "25713-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 35, "arrival": {"time": "1694889090"}, "stopId": "42282"}, {"stopSequence": 36, "arrival": {"time": "1694889149"}, "stopId": "42283"}, {"stopSequence": 37, "arrival": {"time": "1694889218"}, "stopId": "49279"}, {"stopSequence": 38, "arrival": {"time": "1694889299"}, "stopId": "42285"}, {"stopSequence": 39, "arrival": {"time": "1694889389"}, "stopId": "42286"}, {"stopSequence": 40, "arrival": {"time": "1694889405"}, "stopId": "42287"}, {"stopSequence": 41, "arrival": {"time": "1694889462"}, "stopId": "42288"}, {"stopSequence": 42, "arrival": {"time": "1694889497"}, "stopId": "42289"}, {"stopSequence": 43, "arrival": {"time": "1694889575"}, "stopId": "42290"}, {"stopSequence": 44, "arrival": {"time": "1694889630"}, "stopId": "42291"}, {"stopSequence": 45, "arrival": {"time": "1694889715"}, "stopId": "42292"}, {"stopSequence": 46, "arrival": {"time": "1694889783"}, "stopId": "42293"}, {"stopSequence": 47, "arrival": {"time": "1694889957"}, "stopId": "42294"}, {"stopSequence": 48, "arrival": {"time": "1694890081"}, "stopId": "42295"}, {"stopSequence": 49, "arrival": {"time": "1694890192"}, "stopId": "42296"}, {"stopSequence": 50, "arrival": {"time": "1694890314"}, "stopId": "42297"}, {"stopSequence": 51, "arrival": {"time": "1694890409"}, "stopId": "42298"}, {"stopSequence": 52, "arrival": {"time": "1694890472"}, "stopId": "42299"}, {"stopSequence": 53, "arrival": {"time": "1694890514"}, "stopId": "49295"}, {"stopSequence": 54, "arrival": {"time": "1694890630"}, "stopId": "49296"}, {"stopSequence": 55, "arrival": {"time": "1694890722"}, "stopId": "49297"}, {"stopSequence": 56, "arrival": {"time": "1694890757"}, "stopId": "49298"}, {"stopSequence": 57, "arrival": {"time": "1694890828"}, "stopId": "49299"}, {"stopSequence": 58, "arrival": {"time": "1694890873"}, "stopId": "49300"}, {"stopSequence": 59, "arrival": {"time": "1694890960"}, "stopId": "49301"}, {"stopSequence": 60, "arrival": {"time": "1694891031"}, "stopId": "49302"}, {"stopSequence": 61, "arrival": {"time": "1694891079"}, "stopId": "49303"}, {"stopSequence": 62, "arrival": {"time": "1694891135"}, "stopId": "49304"}, {"stopSequence": 63, "arrival": {"time": "1694891166"}, "stopId": "49305"}, {"stopSequence": 64, "arrival": {"time": "1694891227"}, "stopId": "49306"}, {"stopSequence": 65, "arrival": {"time": "1694891272"}, "stopId": "49307"}, {"stopSequence": 66, "arrival": {"time": "1694891298"}, "stopId": "49308"}, {"stopSequence": 67, "arrival": {"time": "1694891326"}, "stopId": "49309"}, {"stopSequence": 68, "arrival": {"time": "1694891357"}, "stopId": "42315"}, {"stopSequence": 69, "arrival": {"time": "1694891384"}, "stopId": "42316"}, {"stopSequence": 70, "arrival": {"time": "1694891442"}, "stopId": "42317"}, {"stopSequence": 71, "arrival": {"time": "1694891493"}, "stopId": "42318"}, {"stopSequence": 72, "arrival": {"time": "1694891582"}, "stopId": "8606396"}, {"stopSequence": 73, "arrival": {"time": "1694891674"}, "stopId": "38514"}, {"stopSequence": 74, "arrival": {"time": "1694891725"}, "stopId": "38516"}, {"stopSequence": 75, "arrival": {"time": "1694891796"}, "stopId": "38518"}, {"stopSequence": 76, "arrival": {"time": "1694891924"}, "stopId": "38520"}, {"stopSequence": 77, "arrival": {"time": "1694891982"}, "stopId": "38521"}, {"stopSequence": 78, "arrival": {"time": "1694892042"}, "stopId": "38522"}, {"stopSequence": 79, "arrival": {"time": "1694892109"}, "stopId": "38523"}, {"stopSequence": 80, "arrival": {"time": "1694892181"}, "stopId": "38524"}, {"stopSequence": 81, "arrival": {"time": "1694892249"}, "stopId": "38525"}, {"stopSequence": 82, "arrival": {"time": "1694892323"}, "stopId": "38526"}, {"stopSequence": 83, "arrival": {"time": "1694892392"}, "stopId": "38527"}, {"stopSequence": 84, "arrival": {"time": "1694892522"}, "stopId": "38528"}, {"stopSequence": 85, "arrival": {"time": "1694892699"}, "stopId": "38529"}, {"stopSequence": 86, "arrival": {"time": "1694893038"}, "stopId": "38530"}, {"stopSequence": 87, "arrival": {"time": "1694893070"}, "stopId": "16005209"}, {"stopSequence": 88, "arrival": {"time": "1694893507"}, "stopId": "38531"}, {"stopSequence": 89, "arrival": {"time": "1694893616"}, "stopId": "8921285"}, {"stopSequence": 90, "arrival": {"time": "1694893847"}, "stopId": "38532"}, {"stopSequence": 91, "arrival": {"time": "1694893944"}, "stopId": "38533"}, {"stopSequence": 92, "arrival": {"time": "1694894084"}, "stopId": "38534"}, {"stopSequence": 93, "arrival": {"time": "1694894196"}, "stopId": "38535"}, {"stopSequence": 94, "arrival": {"time": "1694894352"}, "stopId": "38536"}, {"stopSequence": 95, "arrival": {"time": "1694894441"}, "stopId": "4838437"}, {"stopSequence": 96, "arrival": {"time": "1694894579"}, "stopId": "45085"}, {"stopSequence": 97, "arrival": {"time": "1694894791"}, "stopId": "45086"}, {"stopSequence": 98, "arrival": {"time": "1694894934"}, "stopId": "38539"}, {"stopSequence": 99, "arrival": {"time": "1694895122"}, "stopId": "38540"}, {"stopSequence": 100, "arrival": {"time": "1694895360"}, "stopId": "38544"}, {"stopSequence": 101, "arrival": {"time": "1694895580"}, "stopId": "38545"}, {"stopSequence": 102, "arrival": {"time": "1694895882"}, "stopId": "38546"}, {"stopSequence": 103, "arrival": {"time": "1694896328"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694896603"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694896837"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694897682"}, "stopId": "38552"}, {"stopSequence": 107, "arrival": {"time": "1694898119"}, "stopId": "49359"}, {"stopSequence": 108, "arrival": {"time": "1694898400"}, "stopId": "49360"}, {"stopSequence": 109, "arrival": {"time": "1694899087"}, "stopId": "49361"}, {"stopSequence": 110, "arrival": {"time": "1694899268"}, "stopId": "49362"}, {"stopSequence": 111, "arrival": {"time": "1694899594"}, "stopId": "49363"}, {"stopSequence": 112, "arrival": {"time": "1694899950"}, "stopId": "49364"}, {"stopSequence": 113, "arrival": {"time": "1694900233"}, "stopId": "49365"}, {"stopSequence": 114, "arrival": {"time": "1694900799"}, "stopId": "38560"}, {"stopSequence": 115, "arrival": {"time": "1694901137"}, "stopId": "42857"}, {"stopSequence": 116, "arrival": {"time": "1694901424"}, "stopId": "38562"}, {"stopSequence": 117, "arrival": {"time": "1694901756"}, "stopId": "38563"}, {"stopSequence": 118, "arrival": {"time": "1694902155"}, "stopId": "42854"}, {"stopSequence": 119, "arrival": {"time": "1694903256"}, "stopId": "38565"}, {"stopSequence": 120, "arrival": {"time": "1694903861"}, "stopId": "40932"}, {"stopSequence": 121, "arrival": {"time": "1694904433"}, "stopId": "38566"}, {"stopSequence": 122, "arrival": {"time": "1694904892"}, "stopId": "38567"}, {"stopSequence": 123, "arrival": {"time": "1694905608"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694906076"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694906814"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694907892"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694909022"}, "stopId": "38572"}], "vehicle": {"licensePlate": "GYGP39"}, "timestamp": "1694889034"}, "vehicle": {"trip": {"tripId": "25713-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "position": {"latitude": -36.930576, "longitude": -73.02307, "bearing": 341.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889034", "vehicle": {"licensePlate": "GYGP39"}}}, {"id": "74bf276a-7b41-42dd-acea-78c11ed204c8", "tripUpdate": {"trip": {"tripId": "25709-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 126, "arrival": {"time": "1694889017"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694889073"}, "stopId": "38572"}], "vehicle": {"licensePlate": "KXVG62"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "25709-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "position": {"latitude": -36.7226, "longitude": -73.12709, "bearing": 231.0, "odometer": 0.0, "speed": 10.833333}, "timestamp": "1694889004", "vehicle": {"licensePlate": "KXVG62"}}}, {"id": "e1e9cf41-6efc-4e8e-8416-a5f5819f2c2c", "tripUpdate": {"trip": {"tripId": "25710-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 89, "arrival": {"time": "1694888982"}, "stopId": "8921285"}, {"stopSequence": 90, "arrival": {"time": "1694889101"}, "stopId": "38532"}, {"stopSequence": 91, "arrival": {"time": "1694889147"}, "stopId": "38533"}, {"stopSequence": 92, "arrival": {"time": "1694889212"}, "stopId": "38534"}, {"stopSequence": 93, "arrival": {"time": "1694889262"}, "stopId": "38535"}, {"stopSequence": 94, "arrival": {"time": "1694889328"}, "stopId": "38536"}, {"stopSequence": 95, "arrival": {"time": "1694889364"}, "stopId": "4838437"}, {"stopSequence": 96, "arrival": {"time": "1694889419"}, "stopId": "45085"}, {"stopSequence": 97, "arrival": {"time": "1694889499"}, "stopId": "45086"}, {"stopSequence": 98, "arrival": {"time": "1694889550"}, "stopId": "38539"}, {"stopSequence": 99, "arrival": {"time": "1694889614"}, "stopId": "38540"}, {"stopSequence": 100, "arrival": {"time": "1694889691"}, "stopId": "38544"}, {"stopSequence": 101, "arrival": {"time": "1694889758"}, "stopId": "38545"}, {"stopSequence": 102, "arrival": {"time": "1694889844"}, "stopId": "38546"}, {"stopSequence": 103, "arrival": {"time": "1694889961"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694890028"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694890082"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694890257"}, "stopId": "38552"}, {"stopSequence": 107, "arrival": {"time": "1694890338"}, "stopId": "49359"}, {"stopSequence": 108, "arrival": {"time": "1694890386"}, "stopId": "49360"}, {"stopSequence": 109, "arrival": {"time": "1694890496"}, "stopId": "49361"}, {"stopSequence": 110, "arrival": {"time": "1694890523"}, "stopId": "49362"}, {"stopSequence": 111, "arrival": {"time": "1694890570"}, "stopId": "49363"}, {"stopSequence": 112, "arrival": {"time": "1694890618"}, "stopId": "49364"}, {"stopSequence": 113, "arrival": {"time": "1694890655"}, "stopId": "49365"}, {"stopSequence": 114, "arrival": {"time": "1694890724"}, "stopId": "38560"}, {"stopSequence": 115, "arrival": {"time": "1694890764"}, "stopId": "42857"}, {"stopSequence": 116, "arrival": {"time": "1694890795"}, "stopId": "38562"}, {"stopSequence": 117, "arrival": {"time": "1694890831"}, "stopId": "38563"}, {"stopSequence": 118, "arrival": {"time": "1694890871"}, "stopId": "42854"}, {"stopSequence": 119, "arrival": {"time": "1694890974"}, "stopId": "38565"}, {"stopSequence": 120, "arrival": {"time": "1694891025"}, "stopId": "40932"}, {"stopSequence": 121, "arrival": {"time": "1694891071"}, "stopId": "38566"}, {"stopSequence": 122, "arrival": {"time": "1694891105"}, "stopId": "38567"}, {"stopSequence": 123, "arrival": {"time": "1694891156"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694891187"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694891234"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694891296"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694891356"}, "stopId": "38572"}], "vehicle": {"licensePlate": "RFDS28"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "25710-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "730", "directionId": 0}, "position": {"latitude": -36.779324, "longitude": -73.07765, "bearing": 346.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694888978", "vehicle": {"licensePlate": "RFDS28"}}}, {"id": "00e5aa91-99e9-4633-8816-c14bc0724c7d", "tripUpdate": {"trip": {"tripId": "25749-701ff27f-2", "startTime": "05:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "731", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 70, "arrival": {"time": "1694889148"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694889271"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694889461"}, "stopId": "42215"}, {"stopSequence": 73, "arrival": {"time": "1694889492"}, "stopId": "42216"}, {"stopSequence": 74, "arrival": {"time": "1694889533"}, "stopId": "42217"}, {"stopSequence": 75, "arrival": {"time": "1694889608"}, "stopId": "42218"}, {"stopSequence": 76, "arrival": {"time": "1694889651"}, "stopId": "42219"}, {"stopSequence": 77, "arrival": {"time": "1694889749"}, "stopId": "42220"}, {"stopSequence": 78, "arrival": {"time": "1694889792"}, "stopId": "42221"}, {"stopSequence": 79, "arrival": {"time": "1694889857"}, "stopId": "42222"}, {"stopSequence": 80, "arrival": {"time": "1694889924"}, "stopId": "42223"}, {"stopSequence": 81, "arrival": {"time": "1694889951"}, "stopId": "42224"}, {"stopSequence": 82, "arrival": {"time": "1694890022"}, "stopId": "42225"}, {"stopSequence": 83, "arrival": {"time": "1694890084"}, "stopId": "42226"}, {"stopSequence": 84, "arrival": {"time": "1694890139"}, "stopId": "42227"}, {"stopSequence": 85, "arrival": {"time": "1694890211"}, "stopId": "42228"}, {"stopSequence": 86, "arrival": {"time": "1694890254"}, "stopId": "42229"}, {"stopSequence": 87, "arrival": {"time": "1694890336"}, "stopId": "42230"}, {"stopSequence": 88, "arrival": {"time": "1694890378"}, "stopId": "42231"}, {"stopSequence": 89, "arrival": {"time": "1694890456"}, "stopId": "42232"}, {"stopSequence": 90, "arrival": {"time": "1694890538"}, "stopId": "42233"}, {"stopSequence": 91, "arrival": {"time": "1694890580"}, "stopId": "42234"}, {"stopSequence": 92, "arrival": {"time": "1694890655"}, "stopId": "42235"}, {"stopSequence": 93, "arrival": {"time": "1694890676"}, "stopId": "42211"}, {"stopSequence": 94, "arrival": {"time": "1694890736"}, "stopId": "49203"}, {"stopSequence": 95, "arrival": {"time": "1694890794"}, "stopId": "49204"}, {"stopSequence": 96, "arrival": {"time": "1694890812"}, "stopId": "42503"}, {"stopSequence": 97, "arrival": {"time": "1694890820"}, "stopId": "34564"}, {"stopSequence": 98, "arrival": {"time": "1694891174"}, "stopId": "34789"}, {"stopSequence": 99, "arrival": {"time": "1694891203"}, "stopId": "49163"}, {"stopSequence": 100, "arrival": {"time": "1694892107"}, "stopId": "49208"}, {"stopSequence": 101, "arrival": {"time": "1694892141"}, "stopId": "49209"}, {"stopSequence": 102, "arrival": {"time": "1694892162"}, "stopId": "49210"}, {"stopSequence": 103, "arrival": {"time": "1694892428"}, "stopId": "49211"}, {"stopSequence": 104, "arrival": {"time": "1694892463"}, "stopId": "49212"}, {"stopSequence": 105, "arrival": {"time": "1694892546"}, "stopId": "49213"}, {"stopSequence": 106, "arrival": {"time": "1694892830"}, "stopId": "49206"}, {"stopSequence": 107, "arrival": {"time": "1694892941"}, "stopId": "49215"}, {"stopSequence": 108, "arrival": {"time": "1694893044"}, "stopId": "38041"}, {"stopSequence": 109, "arrival": {"time": "1694893100"}, "stopId": "38042"}, {"stopSequence": 110, "arrival": {"time": "1694893160"}, "stopId": "38043"}, {"stopSequence": 111, "arrival": {"time": "1694893246"}, "stopId": "38044"}, {"stopSequence": 112, "arrival": {"time": "1694893319"}, "stopId": "38045"}, {"stopSequence": 113, "arrival": {"time": "1694893446"}, "stopId": "49247"}, {"stopSequence": 114, "arrival": {"time": "1694893485"}, "stopId": "49222"}, {"stopSequence": 115, "arrival": {"time": "1694893501"}, "stopId": "49223"}, {"stopSequence": 116, "arrival": {"time": "1694893535"}, "stopId": "38049"}, {"stopSequence": 117, "arrival": {"time": "1694893560"}, "stopId": "49224"}, {"stopSequence": 118, "arrival": {"time": "1694893601"}, "stopId": "49225"}, {"stopSequence": 119, "arrival": {"time": "1694893649"}, "stopId": "49226"}, {"stopSequence": 120, "arrival": {"time": "1694893702"}, "stopId": "49227"}, {"stopSequence": 121, "arrival": {"time": "1694893764"}, "stopId": "49229"}, {"stopSequence": 122, "arrival": {"time": "1694893797"}, "stopId": "49228"}, {"stopSequence": 123, "arrival": {"time": "1694893871"}, "stopId": "49230"}, {"stopSequence": 124, "arrival": {"time": "1694893964"}, "stopId": "49235"}, {"stopSequence": 125, "arrival": {"time": "1694894362"}, "stopId": "49233"}, {"stopSequence": 126, "arrival": {"time": "1694895052"}, "stopId": "40343"}, {"stopSequence": 127, "arrival": {"time": "1694895238"}, "stopId": "49251"}, {"stopSequence": 128, "arrival": {"time": "1694895289"}, "stopId": "49242"}, {"stopSequence": 129, "arrival": {"time": "1694895433"}, "stopId": "38054"}], "vehicle": {"licensePlate": "RTPX58"}, "timestamp": "1694889038"}, "vehicle": {"trip": {"tripId": "25749-701ff27f-2", "startTime": "05:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "731", "directionId": 1}, "position": {"latitude": -36.880302, "longitude": -73.038025, "bearing": 175.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889038", "vehicle": {"licensePlate": "RTPX58"}}}, {"id": "efc9eb12-dce1-4523-b7d0-51b00c084673", "tripUpdate": {"trip": {"tripId": "25853-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 51, "arrival": {"time": "1694889126"}, "stopId": "42298"}, {"stopSequence": 52, "arrival": {"time": "1694889193"}, "stopId": "42299"}, {"stopSequence": 53, "arrival": {"time": "1694889237"}, "stopId": "49295"}, {"stopSequence": 54, "arrival": {"time": "1694889361"}, "stopId": "49296"}, {"stopSequence": 55, "arrival": {"time": "1694889449"}, "stopId": "49297"}, {"stopSequence": 56, "arrival": {"time": "1694889485"}, "stopId": "49298"}, {"stopSequence": 57, "arrival": {"time": "1694889554"}, "stopId": "49299"}, {"stopSequence": 58, "arrival": {"time": "1694889596"}, "stopId": "49300"}, {"stopSequence": 59, "arrival": {"time": "1694889674"}, "stopId": "49301"}, {"stopSequence": 60, "arrival": {"time": "1694889745"}, "stopId": "49302"}, {"stopSequence": 61, "arrival": {"time": "1694889789"}, "stopId": "49303"}, {"stopSequence": 62, "arrival": {"time": "1694889840"}, "stopId": "49304"}, {"stopSequence": 63, "arrival": {"time": "1694889922"}, "stopId": "49306"}, {"stopSequence": 64, "arrival": {"time": "1694889961"}, "stopId": "49307"}, {"stopSequence": 65, "arrival": {"time": "1694889984"}, "stopId": "49308"}, {"stopSequence": 66, "arrival": {"time": "1694890008"}, "stopId": "49309"}, {"stopSequence": 67, "arrival": {"time": "1694890035"}, "stopId": "42315"}, {"stopSequence": 68, "arrival": {"time": "1694890057"}, "stopId": "42316"}, {"stopSequence": 69, "arrival": {"time": "1694890107"}, "stopId": "42317"}, {"stopSequence": 70, "arrival": {"time": "1694890157"}, "stopId": "42318"}, {"stopSequence": 71, "arrival": {"time": "1694890227"}, "stopId": "8606396"}, {"stopSequence": 72, "arrival": {"time": "1694890298"}, "stopId": "38514"}, {"stopSequence": 73, "arrival": {"time": "1694890336"}, "stopId": "38516"}, {"stopSequence": 74, "arrival": {"time": "1694890394"}, "stopId": "38518"}, {"stopSequence": 75, "arrival": {"time": "1694890493"}, "stopId": "38520"}, {"stopSequence": 76, "arrival": {"time": "1694890533"}, "stopId": "38521"}, {"stopSequence": 77, "arrival": {"time": "1694890582"}, "stopId": "38522"}, {"stopSequence": 78, "arrival": {"time": "1694890632"}, "stopId": "38523"}, {"stopSequence": 79, "arrival": {"time": "1694890685"}, "stopId": "38524"}, {"stopSequence": 80, "arrival": {"time": "1694890735"}, "stopId": "38525"}, {"stopSequence": 81, "arrival": {"time": "1694890788"}, "stopId": "38526"}, {"stopSequence": 82, "arrival": {"time": "1694890838"}, "stopId": "38527"}, {"stopSequence": 83, "arrival": {"time": "1694890928"}, "stopId": "38528"}, {"stopSequence": 84, "arrival": {"time": "1694891055"}, "stopId": "38529"}, {"stopSequence": 85, "arrival": {"time": "1694891279"}, "stopId": "38530"}, {"stopSequence": 86, "arrival": {"time": "1694891293"}, "stopId": "16005209"}, {"stopSequence": 87, "arrival": {"time": "1694891565"}, "stopId": "38531"}, {"stopSequence": 88, "arrival": {"time": "1694891630"}, "stopId": "8921285"}, {"stopSequence": 89, "arrival": {"time": "1694891766"}, "stopId": "38532"}, {"stopSequence": 90, "arrival": {"time": "1694891832"}, "stopId": "38533"}, {"stopSequence": 91, "arrival": {"time": "1694891901"}, "stopId": "38534"}, {"stopSequence": 92, "arrival": {"time": "1694891964"}, "stopId": "38535"}, {"stopSequence": 93, "arrival": {"time": "1694892049"}, "stopId": "38536"}, {"stopSequence": 94, "arrival": {"time": "1694892098"}, "stopId": "4838437"}, {"stopSequence": 95, "arrival": {"time": "1694892171"}, "stopId": "45085"}, {"stopSequence": 96, "arrival": {"time": "1694892280"}, "stopId": "45086"}, {"stopSequence": 97, "arrival": {"time": "1694892353"}, "stopId": "38539"}, {"stopSequence": 98, "arrival": {"time": "1694892448"}, "stopId": "38540"}, {"stopSequence": 99, "arrival": {"time": "1694892566"}, "stopId": "38544"}, {"stopSequence": 100, "arrival": {"time": "1694892672"}, "stopId": "38545"}, {"stopSequence": 101, "arrival": {"time": "1694892814"}, "stopId": "38546"}, {"stopSequence": 102, "arrival": {"time": "1694892920"}, "stopId": "38547"}, {"stopSequence": 103, "arrival": {"time": "1694893020"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694893136"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694893235"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694893414"}, "stopId": "38551"}, {"stopSequence": 107, "arrival": {"time": "1694893580"}, "stopId": "38552"}, {"stopSequence": 108, "arrival": {"time": "1694893748"}, "stopId": "49359"}, {"stopSequence": 109, "arrival": {"time": "1694893852"}, "stopId": "49360"}, {"stopSequence": 110, "arrival": {"time": "1694894098"}, "stopId": "49361"}, {"stopSequence": 111, "arrival": {"time": "1694894161"}, "stopId": "49362"}, {"stopSequence": 112, "arrival": {"time": "1694894271"}, "stopId": "49363"}, {"stopSequence": 113, "arrival": {"time": "1694894389"}, "stopId": "49364"}, {"stopSequence": 114, "arrival": {"time": "1694894479"}, "stopId": "49365"}, {"stopSequence": 115, "arrival": {"time": "1694894656"}, "stopId": "38560"}, {"stopSequence": 116, "arrival": {"time": "1694894758"}, "stopId": "42857"}, {"stopSequence": 117, "arrival": {"time": "1694894842"}, "stopId": "38562"}, {"stopSequence": 118, "arrival": {"time": "1694894938"}, "stopId": "38563"}, {"stopSequence": 119, "arrival": {"time": "1694895076"}, "stopId": "42854"}, {"stopSequence": 120, "arrival": {"time": "1694895342"}, "stopId": "38565"}, {"stopSequence": 121, "arrival": {"time": "1694895503"}, "stopId": "40932"}, {"stopSequence": 122, "arrival": {"time": "1694895739"}, "stopId": "38567"}, {"stopSequence": 123, "arrival": {"time": "1694895900"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694896001"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694896155"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694896359"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694896577"}, "stopId": "38572"}], "vehicle": {"licensePlate": "DDKB35"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "25853-701ff27f-2", "startTime": "14:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "position": {"latitude": -36.874016, "longitude": -73.04084, "bearing": 334.0, "odometer": 0.0, "speed": 21.38889}, "timestamp": "1694889035", "vehicle": {"licensePlate": "DDKB35"}}}, {"id": "bddd4675-e59c-4640-b50a-dd37071ebbb8", "tripUpdate": {"trip": {"tripId": "25855-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 21, "arrival": {"time": "1694888990"}, "stopId": "49263"}, {"stopSequence": 22, "arrival": {"time": "1694889773"}, "stopId": "34549"}, {"stopSequence": 23, "arrival": {"time": "1694890103"}, "stopId": "49264"}, {"stopSequence": 24, "arrival": {"time": "1694890109"}, "stopId": "49265"}, {"stopSequence": 25, "arrival": {"time": "1694890144"}, "stopId": "49266"}, {"stopSequence": 26, "arrival": {"time": "1694890197"}, "stopId": "49267"}, {"stopSequence": 27, "arrival": {"time": "1694890269"}, "stopId": "42274"}, {"stopSequence": 28, "arrival": {"time": "1694890345"}, "stopId": "42275"}, {"stopSequence": 29, "arrival": {"time": "1694890385"}, "stopId": "42276"}, {"stopSequence": 30, "arrival": {"time": "1694890467"}, "stopId": "42277"}, {"stopSequence": 31, "arrival": {"time": "1694890548"}, "stopId": "42278"}, {"stopSequence": 32, "arrival": {"time": "1694890589"}, "stopId": "42279"}, {"stopSequence": 33, "arrival": {"time": "1694890672"}, "stopId": "42280"}, {"stopSequence": 34, "arrival": {"time": "1694890715"}, "stopId": "42281"}, {"stopSequence": 35, "arrival": {"time": "1694890792"}, "stopId": "42282"}, {"stopSequence": 36, "arrival": {"time": "1694890850"}, "stopId": "42283"}, {"stopSequence": 37, "arrival": {"time": "1694890918"}, "stopId": "49279"}, {"stopSequence": 38, "arrival": {"time": "1694891001"}, "stopId": "42285"}, {"stopSequence": 39, "arrival": {"time": "1694891095"}, "stopId": "42286"}, {"stopSequence": 40, "arrival": {"time": "1694891114"}, "stopId": "42287"}, {"stopSequence": 41, "arrival": {"time": "1694891175"}, "stopId": "42288"}, {"stopSequence": 42, "arrival": {"time": "1694891214"}, "stopId": "42289"}, {"stopSequence": 43, "arrival": {"time": "1694891307"}, "stopId": "42290"}, {"stopSequence": 44, "arrival": {"time": "1694891354"}, "stopId": "42291"}, {"stopSequence": 45, "arrival": {"time": "1694891464"}, "stopId": "42292"}, {"stopSequence": 46, "arrival": {"time": "1694891547"}, "stopId": "42293"}, {"stopSequence": 47, "arrival": {"time": "1694891765"}, "stopId": "42294"}, {"stopSequence": 48, "arrival": {"time": "1694891930"}, "stopId": "42295"}, {"stopSequence": 49, "arrival": {"time": "1694892082"}, "stopId": "42296"}, {"stopSequence": 50, "arrival": {"time": "1694892257"}, "stopId": "42297"}, {"stopSequence": 51, "arrival": {"time": "1694892397"}, "stopId": "42298"}, {"stopSequence": 52, "arrival": {"time": "1694892492"}, "stopId": "42299"}, {"stopSequence": 53, "arrival": {"time": "1694892557"}, "stopId": "49295"}, {"stopSequence": 54, "arrival": {"time": "1694892747"}, "stopId": "49296"}, {"stopSequence": 55, "arrival": {"time": "1694892892"}, "stopId": "49297"}, {"stopSequence": 56, "arrival": {"time": "1694892951"}, "stopId": "49298"}, {"stopSequence": 57, "arrival": {"time": "1694893072"}, "stopId": "49299"}, {"stopSequence": 58, "arrival": {"time": "1694893148"}, "stopId": "49300"}, {"stopSequence": 59, "arrival": {"time": "1694893294"}, "stopId": "49301"}, {"stopSequence": 60, "arrival": {"time": "1694893433"}, "stopId": "49302"}, {"stopSequence": 61, "arrival": {"time": "1694893522"}, "stopId": "49303"}, {"stopSequence": 62, "arrival": {"time": "1694893626"}, "stopId": "49304"}, {"stopSequence": 63, "arrival": {"time": "1694893804"}, "stopId": "49306"}, {"stopSequence": 64, "arrival": {"time": "1694893891"}, "stopId": "49307"}, {"stopSequence": 65, "arrival": {"time": "1694893944"}, "stopId": "49308"}, {"stopSequence": 66, "arrival": {"time": "1694893999"}, "stopId": "49309"}, {"stopSequence": 67, "arrival": {"time": "1694894063"}, "stopId": "42315"}, {"stopSequence": 68, "arrival": {"time": "1694894117"}, "stopId": "42316"}, {"stopSequence": 69, "arrival": {"time": "1694894238"}, "stopId": "42317"}, {"stopSequence": 70, "arrival": {"time": "1694894365"}, "stopId": "42318"}, {"stopSequence": 71, "arrival": {"time": "1694894548"}, "stopId": "8606396"}, {"stopSequence": 72, "arrival": {"time": "1694894741"}, "stopId": "38514"}, {"stopSequence": 73, "arrival": {"time": "1694894848"}, "stopId": "38516"}, {"stopSequence": 74, "arrival": {"time": "1694895017"}, "stopId": "38518"}, {"stopSequence": 75, "arrival": {"time": "1694895322"}, "stopId": "38520"}, {"stopSequence": 76, "arrival": {"time": "1694895451"}, "stopId": "38521"}, {"stopSequence": 77, "arrival": {"time": "1694895613"}, "stopId": "38522"}, {"stopSequence": 78, "arrival": {"time": "1694895785"}, "stopId": "38523"}, {"stopSequence": 79, "arrival": {"time": "1694895972"}, "stopId": "38524"}, {"stopSequence": 80, "arrival": {"time": "1694896153"}, "stopId": "38525"}, {"stopSequence": 81, "arrival": {"time": "1694896355"}, "stopId": "38526"}, {"stopSequence": 82, "arrival": {"time": "1694896549"}, "stopId": "38527"}, {"stopSequence": 83, "arrival": {"time": "1694896923"}, "stopId": "38528"}, {"stopSequence": 84, "arrival": {"time": "1694897488"}, "stopId": "38529"}, {"stopSequence": 85, "arrival": {"time": "1694898621"}, "stopId": "38530"}, {"stopSequence": 86, "arrival": {"time": "1694898701"}, "stopId": "16005209"}, {"stopSequence": 87, "arrival": {"time": "1694900386"}, "stopId": "38531"}, {"stopSequence": 88, "arrival": {"time": "1694900851"}, "stopId": "8921285"}, {"stopSequence": 89, "arrival": {"time": "1694901905"}, "stopId": "38532"}, {"stopSequence": 90, "arrival": {"time": "1694902471"}, "stopId": "38533"}, {"stopSequence": 91, "arrival": {"time": "1694903094"}, "stopId": "38534"}, {"stopSequence": 92, "arrival": {"time": "1694903695"}, "stopId": "38535"}, {"stopSequence": 93, "arrival": {"time": "1694904583"}, "stopId": "38536"}, {"stopSequence": 94, "arrival": {"time": "1694905117"}, "stopId": "4838437"}, {"stopSequence": 95, "arrival": {"time": "1694905986"}, "stopId": "45085"}, {"stopSequence": 96, "arrival": {"time": "1694907413"}, "stopId": "45086"}, {"stopSequence": 97, "arrival": {"time": "1694908464"}, "stopId": "38539"}, {"stopSequence": 98, "arrival": {"time": "1694909989"}, "stopId": "38540"}, {"stopSequence": 99, "arrival": {"time": "1694912136"}, "stopId": "38544"}, {"stopSequence": 100, "arrival": {"time": "1694914398"}, "stopId": "38545"}, {"stopSequence": 101, "arrival": {"time": "1694918020"}, "stopId": "38546"}, {"stopSequence": 102, "arrival": {"time": "1694921325"}, "stopId": "38547"}, {"stopSequence": 103, "arrival": {"time": "1694925067"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694930400"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694936220"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694951116"}, "stopId": "38551"}, {"stopSequence": 107, "arrival": {"time": "1694974855"}, "stopId": "38552"}, {"stopSequence": 108, "arrival": {"time": "1695024697"}, "stopId": "49359"}, {"stopSequence": 109, "arrival": {"time": "1695096621"}, "stopId": "49360"}], "vehicle": {"licensePlate": "FPZB41"}, "timestamp": "1694888982"}, "vehicle": {"trip": {"tripId": "25855-701ff27f-2", "startTime": "15:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "position": {"latitude": -36.964268, "longitude": -72.955124, "bearing": 264.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694888982", "vehicle": {"licensePlate": "FPZB41"}}}, {"id": "76cc0109-4f88-4f20-91cf-94ad56951ff4", "tripUpdate": {"trip": {"tripId": "25852-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 85, "arrival": {"time": "1694889224"}, "stopId": "38530"}, {"stopSequence": 86, "arrival": {"time": "1694889237"}, "stopId": "16005209"}, {"stopSequence": 87, "arrival": {"time": "1694889478"}, "stopId": "38531"}, {"stopSequence": 88, "arrival": {"time": "1694889533"}, "stopId": "8921285"}, {"stopSequence": 89, "arrival": {"time": "1694889643"}, "stopId": "38532"}, {"stopSequence": 90, "arrival": {"time": "1694889696"}, "stopId": "38533"}, {"stopSequence": 91, "arrival": {"time": "1694889749"}, "stopId": "38534"}, {"stopSequence": 92, "arrival": {"time": "1694889796"}, "stopId": "38535"}, {"stopSequence": 93, "arrival": {"time": "1694889859"}, "stopId": "38536"}, {"stopSequence": 94, "arrival": {"time": "1694889894"}, "stopId": "4838437"}, {"stopSequence": 95, "arrival": {"time": "1694889947"}, "stopId": "45085"}, {"stopSequence": 96, "arrival": {"time": "1694890023"}, "stopId": "45086"}, {"stopSequence": 97, "arrival": {"time": "1694890072"}, "stopId": "38539"}, {"stopSequence": 98, "arrival": {"time": "1694890136"}, "stopId": "38540"}, {"stopSequence": 99, "arrival": {"time": "1694890212"}, "stopId": "38544"}, {"stopSequence": 100, "arrival": {"time": "1694890279"}, "stopId": "38545"}, {"stopSequence": 101, "arrival": {"time": "1694890365"}, "stopId": "38546"}, {"stopSequence": 102, "arrival": {"time": "1694890428"}, "stopId": "38547"}, {"stopSequence": 103, "arrival": {"time": "1694890487"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694890552"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694890608"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694890704"}, "stopId": "38551"}, {"stopSequence": 107, "arrival": {"time": "1694890790"}, "stopId": "38552"}, {"stopSequence": 108, "arrival": {"time": "1694890874"}, "stopId": "49359"}, {"stopSequence": 109, "arrival": {"time": "1694890926"}, "stopId": "49360"}, {"stopSequence": 110, "arrival": {"time": "1694891042"}, "stopId": "49361"}, {"stopSequence": 111, "arrival": {"time": "1694891071"}, "stopId": "49362"}, {"stopSequence": 112, "arrival": {"time": "1694891122"}, "stopId": "49363"}, {"stopSequence": 113, "arrival": {"time": "1694891174"}, "stopId": "49364"}, {"stopSequence": 114, "arrival": {"time": "1694891214"}, "stopId": "49365"}, {"stopSequence": 115, "arrival": {"time": "1694891289"}, "stopId": "38560"}, {"stopSequence": 116, "arrival": {"time": "1694891332"}, "stopId": "42857"}, {"stopSequence": 117, "arrival": {"time": "1694891367"}, "stopId": "38562"}, {"stopSequence": 118, "arrival": {"time": "1694891406"}, "stopId": "38563"}, {"stopSequence": 119, "arrival": {"time": "1694891461"}, "stopId": "42854"}, {"stopSequence": 120, "arrival": {"time": "1694891564"}, "stopId": "38565"}, {"stopSequence": 121, "arrival": {"time": "1694891625"}, "stopId": "40932"}, {"stopSequence": 122, "arrival": {"time": "1694891711"}, "stopId": "38567"}, {"stopSequence": 123, "arrival": {"time": "1694891768"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694891803"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694891856"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694891924"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694891995"}, "stopId": "38572"}], "vehicle": {"licensePlate": "GSZY28"}, "timestamp": "1694889038"}, "vehicle": {"trip": {"tripId": "25852-701ff27f-2", "startTime": "14:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "position": {"latitude": -36.79699, "longitude": -73.062965, "bearing": 299.0, "odometer": 0.0, "speed": 20.0}, "timestamp": "1694889038", "vehicle": {"licensePlate": "GSZY28"}}}, {"id": "3fabe906-2f83-40b6-8e3c-7ad603de86ad", "tripUpdate": {"trip": {"tripId": "25851-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 102, "arrival": {"time": "1694889040"}, "stopId": "38547"}, {"stopSequence": 103, "arrival": {"time": "1694889103"}, "stopId": "38548"}, {"stopSequence": 104, "arrival": {"time": "1694889172"}, "stopId": "38549"}, {"stopSequence": 105, "arrival": {"time": "1694889230"}, "stopId": "38550"}, {"stopSequence": 106, "arrival": {"time": "1694889328"}, "stopId": "38551"}, {"stopSequence": 107, "arrival": {"time": "1694889414"}, "stopId": "38552"}, {"stopSequence": 108, "arrival": {"time": "1694889496"}, "stopId": "49359"}, {"stopSequence": 109, "arrival": {"time": "1694889545"}, "stopId": "49360"}, {"stopSequence": 110, "arrival": {"time": "1694889654"}, "stopId": "49361"}, {"stopSequence": 111, "arrival": {"time": "1694889681"}, "stopId": "49362"}, {"stopSequence": 112, "arrival": {"time": "1694889727"}, "stopId": "49363"}, {"stopSequence": 113, "arrival": {"time": "1694889774"}, "stopId": "49364"}, {"stopSequence": 114, "arrival": {"time": "1694889809"}, "stopId": "49365"}, {"stopSequence": 115, "arrival": {"time": "1694889876"}, "stopId": "38560"}, {"stopSequence": 116, "arrival": {"time": "1694889913"}, "stopId": "42857"}, {"stopSequence": 117, "arrival": {"time": "1694889943"}, "stopId": "38562"}, {"stopSequence": 118, "arrival": {"time": "1694889976"}, "stopId": "38563"}, {"stopSequence": 119, "arrival": {"time": "1694890023"}, "stopId": "42854"}, {"stopSequence": 120, "arrival": {"time": "1694890108"}, "stopId": "38565"}, {"stopSequence": 121, "arrival": {"time": "1694890158"}, "stopId": "40932"}, {"stopSequence": 122, "arrival": {"time": "1694890227"}, "stopId": "38567"}, {"stopSequence": 123, "arrival": {"time": "1694890272"}, "stopId": "38568"}, {"stopSequence": 124, "arrival": {"time": "1694890300"}, "stopId": "38569"}, {"stopSequence": 125, "arrival": {"time": "1694890341"}, "stopId": "38570"}, {"stopSequence": 126, "arrival": {"time": "1694890393"}, "stopId": "38571"}, {"stopSequence": 127, "arrival": {"time": "1694890447"}, "stopId": "38572"}], "vehicle": {"licensePlate": "JGJV64"}, "timestamp": "1694889003"}, "vehicle": {"trip": {"tripId": "25851-701ff27f-2", "startTime": "14:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "position": {"latitude": -36.742455, "longitude": -73.09796, "bearing": 336.0, "odometer": 0.0, "speed": 11.111111}, "timestamp": "1694889003", "vehicle": {"licensePlate": "JGJV64"}}}, {"id": "33c73830-3671-4437-b3e9-6952a02f11ae", "tripUpdate": {"trip": {"tripId": "25856-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694888988"}, "stopId": "38094"}, {"stopSequence": 4, "arrival": {"time": "1694889036"}, "stopId": "49252"}, {"stopSequence": 5, "arrival": {"time": "1694889144"}, "stopId": "38096"}, {"stopSequence": 6, "arrival": {"time": "1694889243"}, "stopId": "49248"}, {"stopSequence": 7, "arrival": {"time": "1694889284"}, "stopId": "49254"}, {"stopSequence": 8, "arrival": {"time": "1694889317"}, "stopId": "49255"}, {"stopSequence": 9, "arrival": {"time": "1694889374"}, "stopId": "49256"}, {"stopSequence": 10, "arrival": {"time": "1694889512"}, "stopId": "49216"}, {"stopSequence": 11, "arrival": {"time": "1694889551"}, "stopId": "49217"}, {"stopSequence": 12, "arrival": {"time": "1694889574"}, "stopId": "49214"}, {"stopSequence": 13, "arrival": {"time": "1694889605"}, "stopId": "49249"}, {"stopSequence": 14, "arrival": {"time": "1694889622"}, "stopId": "49218"}, {"stopSequence": 15, "arrival": {"time": "1694889645"}, "stopId": "49257"}, {"stopSequence": 16, "arrival": {"time": "1694889763"}, "stopId": "49258"}, {"stopSequence": 17, "arrival": {"time": "1694889819"}, "stopId": "49259"}, {"stopSequence": 18, "arrival": {"time": "1694889827"}, "stopId": "49260"}, {"stopSequence": 19, "arrival": {"time": "1694889991"}, "stopId": "49261"}, {"stopSequence": 20, "arrival": {"time": "1694890025"}, "stopId": "49262"}, {"stopSequence": 21, "arrival": {"time": "1694890046"}, "stopId": "49263"}, {"stopSequence": 22, "arrival": {"time": "1694890813"}, "stopId": "34549"}, {"stopSequence": 23, "arrival": {"time": "1694891175"}, "stopId": "49264"}, {"stopSequence": 24, "arrival": {"time": "1694891182"}, "stopId": "49265"}, {"stopSequence": 25, "arrival": {"time": "1694891222"}, "stopId": "49266"}, {"stopSequence": 26, "arrival": {"time": "1694891283"}, "stopId": "49267"}, {"stopSequence": 27, "arrival": {"time": "1694891367"}, "stopId": "42274"}, {"stopSequence": 28, "arrival": {"time": "1694891456"}, "stopId": "42275"}, {"stopSequence": 29, "arrival": {"time": "1694891504"}, "stopId": "42276"}, {"stopSequence": 30, "arrival": {"time": "1694891603"}, "stopId": "42277"}, {"stopSequence": 31, "arrival": {"time": "1694891702"}, "stopId": "42278"}, {"stopSequence": 32, "arrival": {"time": "1694891753"}, "stopId": "42279"}, {"stopSequence": 33, "arrival": {"time": "1694891857"}, "stopId": "42280"}, {"stopSequence": 34, "arrival": {"time": "1694891912"}, "stopId": "42281"}, {"stopSequence": 35, "arrival": {"time": "1694892010"}, "stopId": "42282"}, {"stopSequence": 36, "arrival": {"time": "1694892085"}, "stopId": "42283"}, {"stopSequence": 37, "arrival": {"time": "1694892175"}, "stopId": "49279"}, {"stopSequence": 38, "arrival": {"time": "1694892286"}, "stopId": "42285"}, {"stopSequence": 39, "arrival": {"time": "1694892414"}, "stopId": "42286"}, {"stopSequence": 40, "arrival": {"time": "1694892438"}, "stopId": "42287"}, {"stopSequence": 41, "arrival": {"time": "1694892523"}, "stopId": "42288"}, {"stopSequence": 42, "arrival": {"time": "1694892578"}, "stopId": "42289"}, {"stopSequence": 43, "arrival": {"time": "1694892707"}, "stopId": "42290"}, {"stopSequence": 44, "arrival": {"time": "1694892774"}, "stopId": "42291"}, {"stopSequence": 45, "arrival": {"time": "1694892933"}, "stopId": "42292"}, {"stopSequence": 46, "arrival": {"time": "1694893055"}, "stopId": "42293"}, {"stopSequence": 47, "arrival": {"time": "1694893382"}, "stopId": "42294"}, {"stopSequence": 48, "arrival": {"time": "1694893638"}, "stopId": "42295"}, {"stopSequence": 49, "arrival": {"time": "1694893880"}, "stopId": "42296"}, {"stopSequence": 50, "arrival": {"time": "1694894166"}, "stopId": "42297"}, {"stopSequence": 51, "arrival": {"time": "1694894400"}, "stopId": "42298"}, {"stopSequence": 52, "arrival": {"time": "1694894563"}, "stopId": "42299"}, {"stopSequence": 53, "arrival": {"time": "1694894675"}, "stopId": "49295"}, {"stopSequence": 54, "arrival": {"time": "1694895012"}, "stopId": "49296"}, {"stopSequence": 55, "arrival": {"time": "1694895274"}, "stopId": "49297"}, {"stopSequence": 56, "arrival": {"time": "1694895383"}, "stopId": "49298"}, {"stopSequence": 57, "arrival": {"time": "1694895609"}, "stopId": "49299"}, {"stopSequence": 58, "arrival": {"time": "1694895755"}, "stopId": "49300"}, {"stopSequence": 59, "arrival": {"time": "1694896036"}, "stopId": "49301"}, {"stopSequence": 60, "arrival": {"time": "1694896311"}, "stopId": "49302"}, {"stopSequence": 61, "arrival": {"time": "1694896490"}, "stopId": "49303"}, {"stopSequence": 62, "arrival": {"time": "1694896704"}, "stopId": "49304"}, {"stopSequence": 63, "arrival": {"time": "1694897077"}, "stopId": "49306"}, {"stopSequence": 64, "arrival": {"time": "1694897264"}, "stopId": "49307"}, {"stopSequence": 65, "arrival": {"time": "1694897380"}, "stopId": "49308"}, {"stopSequence": 66, "arrival": {"time": "1694897499"}, "stopId": "49309"}, {"stopSequence": 67, "arrival": {"time": "1694897640"}, "stopId": "42315"}, {"stopSequence": 68, "arrival": {"time": "1694897760"}, "stopId": "42316"}, {"stopSequence": 69, "arrival": {"time": "1694898034"}, "stopId": "42317"}, {"stopSequence": 70, "arrival": {"time": "1694898328"}, "stopId": "42318"}, {"stopSequence": 71, "arrival": {"time": "1694898763"}, "stopId": "8606396"}, {"stopSequence": 72, "arrival": {"time": "1694899236"}, "stopId": "38514"}, {"stopSequence": 73, "arrival": {"time": "1694899504"}, "stopId": "38516"}, {"stopSequence": 74, "arrival": {"time": "1694899942"}, "stopId": "38518"}, {"stopSequence": 75, "arrival": {"time": "1694900761"}, "stopId": "38520"}, {"stopSequence": 76, "arrival": {"time": "1694901121"}, "stopId": "38521"}, {"stopSequence": 77, "arrival": {"time": "1694901587"}, "stopId": "38522"}, {"stopSequence": 78, "arrival": {"time": "1694902094"}, "stopId": "38523"}, {"stopSequence": 79, "arrival": {"time": "1694902667"}, "stopId": "38524"}, {"stopSequence": 80, "arrival": {"time": "1694903244"}, "stopId": "38525"}, {"stopSequence": 81, "arrival": {"time": "1694903907"}, "stopId": "38526"}, {"stopSequence": 82, "arrival": {"time": "1694904573"}, "stopId": "38527"}, {"stopSequence": 83, "arrival": {"time": "1694905929"}, "stopId": "38528"}, {"stopSequence": 84, "arrival": {"time": "1694908195"}, "stopId": "38529"}, {"stopSequence": 85, "arrival": {"time": "1694913708"}, "stopId": "38530"}, {"stopSequence": 86, "arrival": {"time": "1694914158"}, "stopId": "16005209"}, {"stopSequence": 87, "arrival": {"time": "1694926346"}, "stopId": "38531"}, {"stopSequence": 88, "arrival": {"time": "1694930978"}, "stopId": "8921285"}, {"stopSequence": 89, "arrival": {"time": "1694944906"}, "stopId": "38532"}, {"stopSequence": 90, "arrival": {"time": "1694955354"}, "stopId": "38533"}, {"stopSequence": 91, "arrival": {"time": "1694970815"}, "stopId": "38534"}, {"stopSequence": 92, "arrival": {"time": "1694992080"}, "stopId": "38535"}, {"stopSequence": 93, "arrival": {"time": "1695047191"}, "stopId": "38536"}, {"stopSequence": 94, "arrival": {"time": "1695113021"}, "stopId": "4838437"}, {"stopSequence": 95, "arrival": {"time": "1695482151"}, "stopId": "45085"}], "vehicle": {"licensePlate": "JZGR12"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "25856-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "position": {"latitude": -36.968277, "longitude": -72.92809, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "JZGR12"}}}, {"id": "396c0def-1442-42f0-9041-b74d18c19897", "tripUpdate": {"trip": {"tripId": "25790-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 30, "arrival": {"time": "1694889083"}, "stopId": "38735"}, {"stopSequence": 31, "arrival": {"time": "1694889132"}, "stopId": "42270"}, {"stopSequence": 32, "arrival": {"time": "1694889188"}, "stopId": "42271"}, {"stopSequence": 33, "arrival": {"time": "1694889255"}, "stopId": "4838438"}, {"stopSequence": 34, "arrival": {"time": "1694889407"}, "stopId": "44896"}, {"stopSequence": 35, "arrival": {"time": "1694889455"}, "stopId": "44897"}, {"stopSequence": 36, "arrival": {"time": "1694889529"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694889939"}, "stopId": "16005188"}, {"stopSequence": 38, "arrival": {"time": "1694890177"}, "stopId": "40995"}, {"stopSequence": 39, "arrival": {"time": "1694890255"}, "stopId": "40996"}, {"stopSequence": 40, "arrival": {"time": "1694890358"}, "stopId": "40997"}, {"stopSequence": 41, "arrival": {"time": "1694890416"}, "stopId": "39614"}, {"stopSequence": 42, "arrival": {"time": "1694890463"}, "stopId": "39615"}, {"stopSequence": 43, "arrival": {"time": "1694890512"}, "stopId": "39616"}, {"stopSequence": 44, "arrival": {"time": "1694890566"}, "stopId": "39617"}, {"stopSequence": 45, "arrival": {"time": "1694890623"}, "stopId": "39618"}, {"stopSequence": 46, "arrival": {"time": "1694890669"}, "stopId": "39619"}, {"stopSequence": 47, "arrival": {"time": "1694890708"}, "stopId": "39620"}, {"stopSequence": 48, "arrival": {"time": "1694890779"}, "stopId": "39621"}, {"stopSequence": 49, "arrival": {"time": "1694890829"}, "stopId": "38281"}, {"stopSequence": 50, "arrival": {"time": "1694890886"}, "stopId": "37506"}, {"stopSequence": 51, "arrival": {"time": "1694890928"}, "stopId": "45068"}, {"stopSequence": 52, "arrival": {"time": "1694891060"}, "stopId": "37480"}, {"stopSequence": 53, "arrival": {"time": "1694891126"}, "stopId": "37477"}, {"stopSequence": 54, "arrival": {"time": "1694891200"}, "stopId": "40848"}, {"stopSequence": 55, "arrival": {"time": "1694891293"}, "stopId": "2-Apr"}, {"stopSequence": 56, "arrival": {"time": "1694891357"}, "stopId": "39728"}, {"stopSequence": 57, "arrival": {"time": "1694891471"}, "stopId": "39729"}, {"stopSequence": 58, "arrival": {"time": "1694891499"}, "stopId": "39730"}, {"stopSequence": 59, "arrival": {"time": "1694891626"}, "stopId": "42200"}, {"stopSequence": 60, "arrival": {"time": "1694891677"}, "stopId": "42203"}, {"stopSequence": 61, "arrival": {"time": "1694891754"}, "stopId": "42204"}, {"stopSequence": 62, "arrival": {"time": "1694891786"}, "stopId": "42205"}, {"stopSequence": 63, "arrival": {"time": "1694891875"}, "stopId": "42201"}, {"stopSequence": 64, "arrival": {"time": "1694892195"}, "stopId": "42206"}, {"stopSequence": 65, "arrival": {"time": "1694892282"}, "stopId": "42207"}, {"stopSequence": 66, "arrival": {"time": "1694892378"}, "stopId": "42208"}, {"stopSequence": 67, "arrival": {"time": "1694892560"}, "stopId": "42564"}, {"stopSequence": 68, "arrival": {"time": "1694892720"}, "stopId": "42214"}, {"stopSequence": 69, "arrival": {"time": "1694892890"}, "stopId": "42209"}, {"stopSequence": 70, "arrival": {"time": "1694893091"}, "stopId": "42210"}, {"stopSequence": 71, "arrival": {"time": "1694893434"}, "stopId": "42215"}, {"stopSequence": 72, "arrival": {"time": "1694893494"}, "stopId": "42216"}, {"stopSequence": 73, "arrival": {"time": "1694893575"}, "stopId": "42217"}, {"stopSequence": 74, "arrival": {"time": "1694893728"}, "stopId": "42218"}, {"stopSequence": 75, "arrival": {"time": "1694893801"}, "stopId": "42219"}, {"stopSequence": 76, "arrival": {"time": "1694894037"}, "stopId": "42220"}, {"stopSequence": 77, "arrival": {"time": "1694894129"}, "stopId": "42221"}, {"stopSequence": 78, "arrival": {"time": "1694894277"}, "stopId": "42222"}, {"stopSequence": 79, "arrival": {"time": "1694894452"}, "stopId": "42223"}, {"stopSequence": 80, "arrival": {"time": "1694894523"}, "stopId": "42224"}, {"stopSequence": 81, "arrival": {"time": "1694894726"}, "stopId": "42225"}, {"stopSequence": 82, "arrival": {"time": "1694894902"}, "stopId": "42226"}, {"stopSequence": 83, "arrival": {"time": "1694895062"}, "stopId": "42227"}, {"stopSequence": 84, "arrival": {"time": "1694895286"}, "stopId": "42228"}, {"stopSequence": 85, "arrival": {"time": "1694895422"}, "stopId": "42229"}, {"stopSequence": 86, "arrival": {"time": "1694895697"}, "stopId": "42230"}, {"stopSequence": 87, "arrival": {"time": "1694895843"}, "stopId": "42231"}, {"stopSequence": 88, "arrival": {"time": "1694896132"}, "stopId": "42232"}, {"stopSequence": 89, "arrival": {"time": "1694896449"}, "stopId": "42233"}, {"stopSequence": 90, "arrival": {"time": "1694896619"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694896940"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694897033"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694897306"}, "stopId": "49203"}, {"stopSequence": 94, "arrival": {"time": "1694897584"}, "stopId": "49204"}, {"stopSequence": 95, "arrival": {"time": "1694897672"}, "stopId": "42503"}, {"stopSequence": 96, "arrival": {"time": "1694897710"}, "stopId": "34564"}, {"stopSequence": 97, "arrival": {"time": "1694899771"}, "stopId": "34789"}, {"stopSequence": 98, "arrival": {"time": "1694899968"}, "stopId": "49163"}, {"stopSequence": 99, "arrival": {"time": "1694910404"}, "stopId": "49208"}, {"stopSequence": 100, "arrival": {"time": "1694910914"}, "stopId": "49209"}, {"stopSequence": 101, "arrival": {"time": "1694911455"}, "stopId": "49210"}, {"stopSequence": 102, "arrival": {"time": "1694918249"}, "stopId": "49211"}, {"stopSequence": 103, "arrival": {"time": "1694919621"}, "stopId": "49212"}, {"stopSequence": 104, "arrival": {"time": "1694922741"}, "stopId": "49213"}, {"stopSequence": 105, "arrival": {"time": "1694938809"}, "stopId": "49206"}, {"stopSequence": 106, "arrival": {"time": "1694947261"}, "stopId": "49216"}, {"stopSequence": 107, "arrival": {"time": "1694950413"}, "stopId": "49217"}, {"stopSequence": 108, "arrival": {"time": "1694956913"}, "stopId": "49214"}, {"stopSequence": 109, "arrival": {"time": "1694965243"}, "stopId": "49249"}, {"stopSequence": 110, "arrival": {"time": "1694971042"}, "stopId": "49218"}, {"stopSequence": 111, "arrival": {"time": "1694978858"}, "stopId": "49219"}, {"stopSequence": 112, "arrival": {"time": "1695028237"}, "stopId": "38041"}, {"stopSequence": 113, "arrival": {"time": "1695066867"}, "stopId": "38042"}, {"stopSequence": 114, "arrival": {"time": "1695147457"}, "stopId": "38043"}, {"stopSequence": 115, "arrival": {"time": "1695590339"}, "stopId": "38044"}], "vehicle": {"licensePlate": "DZFC48"}, "timestamp": "1694889038"}, "vehicle": {"trip": {"tripId": "25790-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "position": {"latitude": -36.7549, "longitude": -73.09225, "bearing": 173.0, "odometer": 0.0, "speed": 16.944445}, "timestamp": "1694889038", "vehicle": {"licensePlate": "DZFC48"}}}, {"id": "8e8cd704-b102-41ad-b19b-1e8a9a25bd6b", "tripUpdate": {"trip": {"tripId": "25788-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 82, "arrival": {"time": "1694889092"}, "stopId": "42226"}, {"stopSequence": 83, "arrival": {"time": "1694889151"}, "stopId": "42227"}, {"stopSequence": 84, "arrival": {"time": "1694889230"}, "stopId": "42228"}, {"stopSequence": 85, "arrival": {"time": "1694889275"}, "stopId": "42229"}, {"stopSequence": 86, "arrival": {"time": "1694889361"}, "stopId": "42230"}, {"stopSequence": 87, "arrival": {"time": "1694889404"}, "stopId": "42231"}, {"stopSequence": 88, "arrival": {"time": "1694889485"}, "stopId": "42232"}, {"stopSequence": 89, "arrival": {"time": "1694889567"}, "stopId": "42233"}, {"stopSequence": 90, "arrival": {"time": "1694889609"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694889683"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694889704"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694889761"}, "stopId": "49203"}, {"stopSequence": 94, "arrival": {"time": "1694889817"}, "stopId": "49204"}, {"stopSequence": 95, "arrival": {"time": "1694889834"}, "stopId": "42503"}, {"stopSequence": 96, "arrival": {"time": "1694889841"}, "stopId": "34564"}, {"stopSequence": 97, "arrival": {"time": "1694890167"}, "stopId": "34789"}, {"stopSequence": 98, "arrival": {"time": "1694890192"}, "stopId": "49163"}, {"stopSequence": 99, "arrival": {"time": "1694890938"}, "stopId": "49208"}, {"stopSequence": 100, "arrival": {"time": "1694890959"}, "stopId": "49209"}, {"stopSequence": 101, "arrival": {"time": "1694890979"}, "stopId": "49210"}, {"stopSequence": 102, "arrival": {"time": "1694891179"}, "stopId": "49211"}, {"stopSequence": 103, "arrival": {"time": "1694891210"}, "stopId": "49212"}, {"stopSequence": 104, "arrival": {"time": "1694891271"}, "stopId": "49213"}, {"stopSequence": 105, "arrival": {"time": "1694891473"}, "stopId": "49206"}, {"stopSequence": 106, "arrival": {"time": "1694891537"}, "stopId": "49216"}, {"stopSequence": 107, "arrival": {"time": "1694891557"}, "stopId": "49217"}, {"stopSequence": 108, "arrival": {"time": "1694891592"}, "stopId": "49214"}, {"stopSequence": 109, "arrival": {"time": "1694891628"}, "stopId": "49249"}, {"stopSequence": 110, "arrival": {"time": "1694891650"}, "stopId": "49218"}, {"stopSequence": 111, "arrival": {"time": "1694891674"}, "stopId": "49219"}, {"stopSequence": 112, "arrival": {"time": "1694891767"}, "stopId": "38041"}, {"stopSequence": 113, "arrival": {"time": "1694891805"}, "stopId": "38042"}, {"stopSequence": 114, "arrival": {"time": "1694891848"}, "stopId": "38043"}, {"stopSequence": 115, "arrival": {"time": "1694891909"}, "stopId": "38044"}, {"stopSequence": 116, "arrival": {"time": "1694891959"}, "stopId": "38045"}, {"stopSequence": 117, "arrival": {"time": "1694892048"}, "stopId": "49247"}, {"stopSequence": 118, "arrival": {"time": "1694892075"}, "stopId": "49222"}, {"stopSequence": 119, "arrival": {"time": "1694892086"}, "stopId": "49223"}, {"stopSequence": 120, "arrival": {"time": "1694892109"}, "stopId": "38049"}, {"stopSequence": 121, "arrival": {"time": "1694892126"}, "stopId": "49224"}, {"stopSequence": 122, "arrival": {"time": "1694892251"}, "stopId": "49239"}, {"stopSequence": 123, "arrival": {"time": "1694892271"}, "stopId": "49240"}, {"stopSequence": 124, "arrival": {"time": "1694892283"}, "stopId": "49241"}, {"stopSequence": 125, "arrival": {"time": "1694892412"}, "stopId": "38054"}], "vehicle": {"licensePlate": "FBLL32"}, "timestamp": "1694889034"}, "vehicle": {"trip": {"tripId": "25788-701ff27f-2", "startTime": "14:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "position": {"latitude": -36.923622, "longitude": -73.026115, "bearing": 160.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889034", "vehicle": {"licensePlate": "FBLL32"}}}, {"id": "d15e823e-c6e0-48e6-aacb-e38739ec0ebc", "tripUpdate": {"trip": {"tripId": "25786-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 113, "arrival": {"time": "1694889050"}, "stopId": "38042"}, {"stopSequence": 114, "arrival": {"time": "1694889086"}, "stopId": "38043"}, {"stopSequence": 115, "arrival": {"time": "1694889137"}, "stopId": "38044"}, {"stopSequence": 116, "arrival": {"time": "1694889178"}, "stopId": "38045"}, {"stopSequence": 117, "arrival": {"time": "1694889248"}, "stopId": "49247"}, {"stopSequence": 118, "arrival": {"time": "1694889269"}, "stopId": "49222"}, {"stopSequence": 119, "arrival": {"time": "1694889277"}, "stopId": "49223"}, {"stopSequence": 120, "arrival": {"time": "1694889295"}, "stopId": "38049"}, {"stopSequence": 121, "arrival": {"time": "1694889308"}, "stopId": "49224"}, {"stopSequence": 122, "arrival": {"time": "1694889400"}, "stopId": "49239"}, {"stopSequence": 123, "arrival": {"time": "1694889415"}, "stopId": "49240"}, {"stopSequence": 124, "arrival": {"time": "1694889423"}, "stopId": "49241"}, {"stopSequence": 125, "arrival": {"time": "1694889514"}, "stopId": "38054"}], "vehicle": {"licensePlate": "FLVX57"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "25786-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "position": {"latitude": -36.97865, "longitude": -72.93686, "bearing": 71.0, "odometer": 0.0, "speed": 11.111111}, "timestamp": "1694889036", "vehicle": {"licensePlate": "FLVX57"}}}, {"id": "26682cb1-d625-41ca-b1b4-cd55b0625f5c", "tripUpdate": {"trip": {"tripId": "25792-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 5, "arrival": {"time": "1694888859"}, "stopId": "40947"}, {"stopSequence": 6, "arrival": {"time": "1694888945"}, "stopId": "40932"}, {"stopSequence": 7, "arrival": {"time": "1694888994"}, "stopId": "42853"}, {"stopSequence": 8, "arrival": {"time": "1694889086"}, "stopId": "42854"}, {"stopSequence": 9, "arrival": {"time": "1694889144"}, "stopId": "42855"}, {"stopSequence": 10, "arrival": {"time": "1694889181"}, "stopId": "41975"}, {"stopSequence": 11, "arrival": {"time": "1694889204"}, "stopId": "42857"}, {"stopSequence": 12, "arrival": {"time": "1694889234"}, "stopId": "38697"}, {"stopSequence": 13, "arrival": {"time": "1694889283"}, "stopId": "38646"}, {"stopSequence": 14, "arrival": {"time": "1694889313"}, "stopId": "38632"}, {"stopSequence": 15, "arrival": {"time": "1694889398"}, "stopId": "38767"}, {"stopSequence": 16, "arrival": {"time": "1694889464"}, "stopId": "38768"}, {"stopSequence": 17, "arrival": {"time": "1694889508"}, "stopId": "38769"}, {"stopSequence": 18, "arrival": {"time": "1694889548"}, "stopId": "49357"}, {"stopSequence": 19, "arrival": {"time": "1694889587"}, "stopId": "38771"}, {"stopSequence": 20, "arrival": {"time": "1694889630"}, "stopId": "38668"}, {"stopSequence": 21, "arrival": {"time": "1694889722"}, "stopId": "38661"}, {"stopSequence": 22, "arrival": {"time": "1694889798"}, "stopId": "38657"}, {"stopSequence": 23, "arrival": {"time": "1694889860"}, "stopId": "38743"}, {"stopSequence": 24, "arrival": {"time": "1694889922"}, "stopId": "38652"}, {"stopSequence": 25, "arrival": {"time": "1694889992"}, "stopId": "38721"}, {"stopSequence": 26, "arrival": {"time": "1694890042"}, "stopId": "38659"}, {"stopSequence": 27, "arrival": {"time": "1694890130"}, "stopId": "38674"}, {"stopSequence": 28, "arrival": {"time": "1694890203"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694890265"}, "stopId": "38718"}, {"stopSequence": 30, "arrival": {"time": "1694890337"}, "stopId": "38735"}, {"stopSequence": 31, "arrival": {"time": "1694890383"}, "stopId": "42270"}, {"stopSequence": 32, "arrival": {"time": "1694890437"}, "stopId": "42271"}, {"stopSequence": 33, "arrival": {"time": "1694890501"}, "stopId": "4838438"}, {"stopSequence": 34, "arrival": {"time": "1694890652"}, "stopId": "44896"}, {"stopSequence": 35, "arrival": {"time": "1694890702"}, "stopId": "44897"}, {"stopSequence": 36, "arrival": {"time": "1694890778"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694891235"}, "stopId": "16005188"}, {"stopSequence": 38, "arrival": {"time": "1694891525"}, "stopId": "40995"}, {"stopSequence": 39, "arrival": {"time": "1694891624"}, "stopId": "40996"}, {"stopSequence": 40, "arrival": {"time": "1694891759"}, "stopId": "40997"}, {"stopSequence": 41, "arrival": {"time": "1694891836"}, "stopId": "39614"}, {"stopSequence": 42, "arrival": {"time": "1694891899"}, "stopId": "39615"}, {"stopSequence": 43, "arrival": {"time": "1694891965"}, "stopId": "39616"}, {"stopSequence": 44, "arrival": {"time": "1694892040"}, "stopId": "39617"}, {"stopSequence": 45, "arrival": {"time": "1694892122"}, "stopId": "39618"}, {"stopSequence": 46, "arrival": {"time": "1694892187"}, "stopId": "39619"}, {"stopSequence": 47, "arrival": {"time": "1694892243"}, "stopId": "39620"}, {"stopSequence": 48, "arrival": {"time": "1694892346"}, "stopId": "39621"}, {"stopSequence": 49, "arrival": {"time": "1694892420"}, "stopId": "38281"}, {"stopSequence": 50, "arrival": {"time": "1694892506"}, "stopId": "37506"}, {"stopSequence": 51, "arrival": {"time": "1694892570"}, "stopId": "45068"}, {"stopSequence": 52, "arrival": {"time": "1694892776"}, "stopId": "37480"}, {"stopSequence": 53, "arrival": {"time": "1694892882"}, "stopId": "37477"}, {"stopSequence": 54, "arrival": {"time": "1694893002"}, "stopId": "40848"}, {"stopSequence": 55, "arrival": {"time": "1694893156"}, "stopId": "2-Apr"}, {"stopSequence": 56, "arrival": {"time": "1694893265"}, "stopId": "39728"}, {"stopSequence": 57, "arrival": {"time": "1694893461"}, "stopId": "39729"}, {"stopSequence": 58, "arrival": {"time": "1694893511"}, "stopId": "39730"}, {"stopSequence": 59, "arrival": {"time": "1694893738"}, "stopId": "42200"}, {"stopSequence": 60, "arrival": {"time": "1694893831"}, "stopId": "42203"}, {"stopSequence": 61, "arrival": {"time": "1694893975"}, "stopId": "42204"}, {"stopSequence": 62, "arrival": {"time": "1694894036"}, "stopId": "42205"}, {"stopSequence": 63, "arrival": {"time": "1694894206"}, "stopId": "42201"}, {"stopSequence": 64, "arrival": {"time": "1694894850"}, "stopId": "42206"}, {"stopSequence": 65, "arrival": {"time": "1694895034"}, "stopId": "42207"}, {"stopSequence": 66, "arrival": {"time": "1694895242"}, "stopId": "42208"}, {"stopSequence": 67, "arrival": {"time": "1694895648"}, "stopId": "42564"}, {"stopSequence": 68, "arrival": {"time": "1694896023"}, "stopId": "42214"}, {"stopSequence": 69, "arrival": {"time": "1694896436"}, "stopId": "42209"}, {"stopSequence": 70, "arrival": {"time": "1694896948"}, "stopId": "42210"}, {"stopSequence": 71, "arrival": {"time": "1694897884"}, "stopId": "42215"}, {"stopSequence": 72, "arrival": {"time": "1694898055"}, "stopId": "42216"}, {"stopSequence": 73, "arrival": {"time": "1694898293"}, "stopId": "42217"}, {"stopSequence": 74, "arrival": {"time": "1694898754"}, "stopId": "42218"}, {"stopSequence": 75, "arrival": {"time": "1694898983"}, "stopId": "42219"}, {"stopSequence": 76, "arrival": {"time": "1694899750"}, "stopId": "42220"}, {"stopSequence": 77, "arrival": {"time": "1694900062"}, "stopId": "42221"}, {"stopSequence": 78, "arrival": {"time": "1694900581"}, "stopId": "42222"}, {"stopSequence": 79, "arrival": {"time": "1694901224"}, "stopId": "42223"}, {"stopSequence": 80, "arrival": {"time": "1694901496"}, "stopId": "42224"}, {"stopSequence": 81, "arrival": {"time": "1694902303"}, "stopId": "42225"}, {"stopSequence": 82, "arrival": {"time": "1694903041"}, "stopId": "42226"}, {"stopSequence": 83, "arrival": {"time": "1694903752"}, "stopId": "42227"}, {"stopSequence": 84, "arrival": {"time": "1694904809"}, "stopId": "42228"}, {"stopSequence": 85, "arrival": {"time": "1694905484"}, "stopId": "42229"}, {"stopSequence": 86, "arrival": {"time": "1694906959"}, "stopId": "42230"}, {"stopSequence": 87, "arrival": {"time": "1694907803"}, "stopId": "42231"}, {"stopSequence": 88, "arrival": {"time": "1694909603"}, "stopId": "42232"}, {"stopSequence": 89, "arrival": {"time": "1694911824"}, "stopId": "42233"}, {"stopSequence": 90, "arrival": {"time": "1694913130"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694915880"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694916749"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694919530"}, "stopId": "49203"}, {"stopSequence": 94, "arrival": {"time": "1694922768"}, "stopId": "49204"}, {"stopSequence": 95, "arrival": {"time": "1694923886"}, "stopId": "42503"}, {"stopSequence": 96, "arrival": {"time": "1694924395"}, "stopId": "34564"}, {"stopSequence": 97, "arrival": {"time": "1694985879"}, "stopId": "34789"}, {"stopSequence": 98, "arrival": {"time": "1695000725"}, "stopId": "49163"}], "vehicle": {"licensePlate": "LCXP28"}, "timestamp": "1694888858"}, "vehicle": {"trip": {"tripId": "25792-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "position": {"latitude": -36.72441, "longitude": -73.11895, "bearing": 124.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "LCXP28"}}}, {"id": "aa638911-f340-476d-b69c-dfd606fe62b3", "tripUpdate": {"trip": {"tripId": "25789-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 52, "arrival": {"time": "1694889116"}, "stopId": "37480"}, {"stopSequence": 53, "arrival": {"time": "1694889180"}, "stopId": "37477"}, {"stopSequence": 54, "arrival": {"time": "1694889251"}, "stopId": "40848"}, {"stopSequence": 55, "arrival": {"time": "1694889337"}, "stopId": "2-Apr"}, {"stopSequence": 56, "arrival": {"time": "1694889395"}, "stopId": "39728"}, {"stopSequence": 57, "arrival": {"time": "1694889494"}, "stopId": "39729"}, {"stopSequence": 58, "arrival": {"time": "1694889519"}, "stopId": "39730"}, {"stopSequence": 59, "arrival": {"time": "1694889624"}, "stopId": "42200"}, {"stopSequence": 60, "arrival": {"time": "1694889666"}, "stopId": "42203"}, {"stopSequence": 61, "arrival": {"time": "1694889728"}, "stopId": "42204"}, {"stopSequence": 62, "arrival": {"time": "1694889753"}, "stopId": "42205"}, {"stopSequence": 63, "arrival": {"time": "1694889822"}, "stopId": "42201"}, {"stopSequence": 64, "arrival": {"time": "1694890057"}, "stopId": "42206"}, {"stopSequence": 65, "arrival": {"time": "1694890117"}, "stopId": "42207"}, {"stopSequence": 66, "arrival": {"time": "1694890182"}, "stopId": "42208"}, {"stopSequence": 67, "arrival": {"time": "1694890302"}, "stopId": "42564"}, {"stopSequence": 68, "arrival": {"time": "1694890403"}, "stopId": "42214"}, {"stopSequence": 69, "arrival": {"time": "1694890507"}, "stopId": "42209"}, {"stopSequence": 70, "arrival": {"time": "1694890624"}, "stopId": "42210"}, {"stopSequence": 71, "arrival": {"time": "1694890815"}, "stopId": "42215"}, {"stopSequence": 72, "arrival": {"time": "1694890847"}, "stopId": "42216"}, {"stopSequence": 73, "arrival": {"time": "1694890889"}, "stopId": "42217"}, {"stopSequence": 74, "arrival": {"time": "1694890968"}, "stopId": "42218"}, {"stopSequence": 75, "arrival": {"time": "1694891005"}, "stopId": "42219"}, {"stopSequence": 76, "arrival": {"time": "1694891121"}, "stopId": "42220"}, {"stopSequence": 77, "arrival": {"time": "1694891165"}, "stopId": "42221"}, {"stopSequence": 78, "arrival": {"time": "1694891234"}, "stopId": "42222"}, {"stopSequence": 79, "arrival": {"time": "1694891314"}, "stopId": "42223"}, {"stopSequence": 80, "arrival": {"time": "1694891346"}, "stopId": "42224"}, {"stopSequence": 81, "arrival": {"time": "1694891435"}, "stopId": "42225"}, {"stopSequence": 82, "arrival": {"time": "1694891510"}, "stopId": "42226"}, {"stopSequence": 83, "arrival": {"time": "1694891577"}, "stopId": "42227"}, {"stopSequence": 84, "arrival": {"time": "1694891667"}, "stopId": "42228"}, {"stopSequence": 85, "arrival": {"time": "1694891721"}, "stopId": "42229"}, {"stopSequence": 86, "arrival": {"time": "1694891826"}, "stopId": "42230"}, {"stopSequence": 87, "arrival": {"time": "1694891881"}, "stopId": "42231"}, {"stopSequence": 88, "arrival": {"time": "1694891985"}, "stopId": "42232"}, {"stopSequence": 89, "arrival": {"time": "1694892095"}, "stopId": "42233"}, {"stopSequence": 90, "arrival": {"time": "1694892153"}, "stopId": "42234"}, {"stopSequence": 91, "arrival": {"time": "1694892258"}, "stopId": "42235"}, {"stopSequence": 92, "arrival": {"time": "1694892288"}, "stopId": "42211"}, {"stopSequence": 93, "arrival": {"time": "1694892373"}, "stopId": "49203"}, {"stopSequence": 94, "arrival": {"time": "1694892457"}, "stopId": "49204"}, {"stopSequence": 95, "arrival": {"time": "1694892483"}, "stopId": "42503"}, {"stopSequence": 96, "arrival": {"time": "1694892494"}, "stopId": "34564"}, {"stopSequence": 97, "arrival": {"time": "1694893038"}, "stopId": "34789"}, {"stopSequence": 98, "arrival": {"time": "1694893084"}, "stopId": "49163"}, {"stopSequence": 99, "arrival": {"time": "1694894702"}, "stopId": "49208"}, {"stopSequence": 100, "arrival": {"time": "1694894754"}, "stopId": "49209"}, {"stopSequence": 101, "arrival": {"time": "1694894808"}, "stopId": "49210"}, {"stopSequence": 102, "arrival": {"time": "1694895357"}, "stopId": "49211"}, {"stopSequence": 103, "arrival": {"time": "1694895446"}, "stopId": "49212"}, {"stopSequence": 104, "arrival": {"time": "1694895627"}, "stopId": "49213"}, {"stopSequence": 105, "arrival": {"time": "1694896266"}, "stopId": "49206"}, {"stopSequence": 106, "arrival": {"time": "1694896483"}, "stopId": "49216"}, {"stopSequence": 107, "arrival": {"time": "1694896551"}, "stopId": "49217"}, {"stopSequence": 108, "arrival": {"time": "1694896674"}, "stopId": "49214"}, {"stopSequence": 109, "arrival": {"time": "1694896804"}, "stopId": "49249"}, {"stopSequence": 110, "arrival": {"time": "1694896881"}, "stopId": "49218"}, {"stopSequence": 111, "arrival": {"time": "1694896971"}, "stopId": "49219"}, {"stopSequence": 112, "arrival": {"time": "1694897322"}, "stopId": "38041"}, {"stopSequence": 113, "arrival": {"time": "1694897469"}, "stopId": "38042"}, {"stopSequence": 114, "arrival": {"time": "1694897639"}, "stopId": "38043"}, {"stopSequence": 115, "arrival": {"time": "1694897887"}, "stopId": "38044"}, {"stopSequence": 116, "arrival": {"time": "1694898101"}, "stopId": "38045"}, {"stopSequence": 117, "arrival": {"time": "1694898487"}, "stopId": "49247"}, {"stopSequence": 118, "arrival": {"time": "1694898609"}, "stopId": "49222"}, {"stopSequence": 119, "arrival": {"time": "1694898659"}, "stopId": "49223"}, {"stopSequence": 120, "arrival": {"time": "1694898767"}, "stopId": "38049"}, {"stopSequence": 121, "arrival": {"time": "1694898845"}, "stopId": "49224"}, {"stopSequence": 122, "arrival": {"time": "1694899450"}, "stopId": "49239"}, {"stopSequence": 123, "arrival": {"time": "1694899550"}, "stopId": "49240"}, {"stopSequence": 124, "arrival": {"time": "1694899611"}, "stopId": "49241"}, {"stopSequence": 125, "arrival": {"time": "1694900297"}, "stopId": "38054"}], "vehicle": {"licensePlate": "LJKK82"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "25789-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "733", "directionId": 1}, "position": {"latitude": -36.82636, "longitude": -73.04686, "bearing": 238.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694889004", "vehicle": {"licensePlate": "LJKK82"}}}, {"id": "de85a6f6-fe0d-42bb-879a-cbf51135dac5", "tripUpdate": {"trip": {"tripId": "25953-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 56, "arrival": {"time": "1694889057"}, "stopId": "38514"}, {"stopSequence": 57, "arrival": {"time": "1694889098"}, "stopId": "38516"}, {"stopSequence": 58, "arrival": {"time": "1694889161"}, "stopId": "38518"}, {"stopSequence": 59, "arrival": {"time": "1694889264"}, "stopId": "38520"}, {"stopSequence": 60, "arrival": {"time": "1694889307"}, "stopId": "38521"}, {"stopSequence": 61, "arrival": {"time": "1694889358"}, "stopId": "38522"}, {"stopSequence": 62, "arrival": {"time": "1694889408"}, "stopId": "38523"}, {"stopSequence": 63, "arrival": {"time": "1694889461"}, "stopId": "38524"}, {"stopSequence": 64, "arrival": {"time": "1694889511"}, "stopId": "38525"}, {"stopSequence": 65, "arrival": {"time": "1694889562"}, "stopId": "38526"}, {"stopSequence": 66, "arrival": {"time": "1694889610"}, "stopId": "38527"}, {"stopSequence": 67, "arrival": {"time": "1694889696"}, "stopId": "38528"}, {"stopSequence": 68, "arrival": {"time": "1694889809"}, "stopId": "38529"}, {"stopSequence": 69, "arrival": {"time": "1694890014"}, "stopId": "38530"}, {"stopSequence": 70, "arrival": {"time": "1694890026"}, "stopId": "16005209"}, {"stopSequence": 71, "arrival": {"time": "1694890256"}, "stopId": "38531"}, {"stopSequence": 72, "arrival": {"time": "1694890301"}, "stopId": "8921285"}, {"stopSequence": 73, "arrival": {"time": "1694890419"}, "stopId": "38532"}, {"stopSequence": 74, "arrival": {"time": "1694890471"}, "stopId": "38533"}, {"stopSequence": 75, "arrival": {"time": "1694890525"}, "stopId": "38534"}, {"stopSequence": 76, "arrival": {"time": "1694890573"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694890638"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694890674"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694890728"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694890808"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694890864"}, "stopId": "38539"}, {"stopSequence": 82, "arrival": {"time": "1694890931"}, "stopId": "38540"}, {"stopSequence": 83, "arrival": {"time": "1694891013"}, "stopId": "38544"}, {"stopSequence": 84, "arrival": {"time": "1694891086"}, "stopId": "38545"}, {"stopSequence": 85, "arrival": {"time": "1694891182"}, "stopId": "38546"}, {"stopSequence": 86, "arrival": {"time": "1694891316"}, "stopId": "38548"}, {"stopSequence": 87, "arrival": {"time": "1694891394"}, "stopId": "38549"}, {"stopSequence": 88, "arrival": {"time": "1694891457"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694891569"}, "stopId": "38551"}, {"stopSequence": 90, "arrival": {"time": "1694891671"}, "stopId": "38552"}, {"stopSequence": 91, "arrival": {"time": "1694891769"}, "stopId": "49359"}, {"stopSequence": 92, "arrival": {"time": "1694891833"}, "stopId": "49360"}, {"stopSequence": 93, "arrival": {"time": "1694891976"}, "stopId": "49361"}, {"stopSequence": 94, "arrival": {"time": "1694892011"}, "stopId": "49362"}, {"stopSequence": 95, "arrival": {"time": "1694892074"}, "stopId": "49363"}, {"stopSequence": 96, "arrival": {"time": "1694892139"}, "stopId": "49364"}, {"stopSequence": 97, "arrival": {"time": "1694892189"}, "stopId": "49365"}, {"stopSequence": 98, "arrival": {"time": "1694892284"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694892338"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694892383"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694892433"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694892505"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694892639"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694892715"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694892834"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694892911"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694892958"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694893030"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694893127"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694893221"}, "stopId": "38572"}], "vehicle": {"licensePlate": "DHTY90"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "25953-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.82645, "longitude": -73.044075, "bearing": 63.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889033", "vehicle": {"licensePlate": "DHTY90"}}}, {"id": "89202739-2cdb-44ed-9256-da8227f112d4", "tripUpdate": {"trip": {"tripId": "25955-701ff27f-2", "startTime": "15:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889108"}, "stopId": "40606"}, {"stopSequence": 15, "arrival": {"time": "1694889146"}, "stopId": "40607"}, {"stopSequence": 16, "arrival": {"time": "1694889210"}, "stopId": "40609"}, {"stopSequence": 17, "arrival": {"time": "1694889269"}, "stopId": "40610"}, {"stopSequence": 18, "arrival": {"time": "1694889326"}, "stopId": "40611"}, {"stopSequence": 19, "arrival": {"time": "1694889376"}, "stopId": "40612"}, {"stopSequence": 20, "arrival": {"time": "1694889441"}, "stopId": "40620"}, {"stopSequence": 21, "arrival": {"time": "1694889512"}, "stopId": "49281"}, {"stopSequence": 22, "arrival": {"time": "1694889577"}, "stopId": "49282"}, {"stopSequence": 23, "arrival": {"time": "1694889620"}, "stopId": "49283"}, {"stopSequence": 24, "arrival": {"time": "1694889676"}, "stopId": "49284"}, {"stopSequence": 25, "arrival": {"time": "1694889742"}, "stopId": "49285"}, {"stopSequence": 26, "arrival": {"time": "1694889808"}, "stopId": "49286"}, {"stopSequence": 27, "arrival": {"time": "1694889850"}, "stopId": "49287"}, {"stopSequence": 28, "arrival": {"time": "1694889895"}, "stopId": "49288"}, {"stopSequence": 29, "arrival": {"time": "1694889944"}, "stopId": "49289"}, {"stopSequence": 30, "arrival": {"time": "1694890074"}, "stopId": "42294"}, {"stopSequence": 31, "arrival": {"time": "1694890201"}, "stopId": "42295"}, {"stopSequence": 32, "arrival": {"time": "1694890313"}, "stopId": "42296"}, {"stopSequence": 33, "arrival": {"time": "1694890436"}, "stopId": "42297"}, {"stopSequence": 34, "arrival": {"time": "1694890531"}, "stopId": "42298"}, {"stopSequence": 35, "arrival": {"time": "1694890595"}, "stopId": "42299"}, {"stopSequence": 36, "arrival": {"time": "1694890637"}, "stopId": "49295"}, {"stopSequence": 37, "arrival": {"time": "1694890759"}, "stopId": "49296"}, {"stopSequence": 38, "arrival": {"time": "1694890848"}, "stopId": "49297"}, {"stopSequence": 39, "arrival": {"time": "1694890884"}, "stopId": "49298"}, {"stopSequence": 40, "arrival": {"time": "1694890957"}, "stopId": "49299"}, {"stopSequence": 41, "arrival": {"time": "1694891002"}, "stopId": "49300"}, {"stopSequence": 42, "arrival": {"time": "1694891091"}, "stopId": "49301"}, {"stopSequence": 43, "arrival": {"time": "1694891164"}, "stopId": "49302"}, {"stopSequence": 44, "arrival": {"time": "1694891213"}, "stopId": "49303"}, {"stopSequence": 45, "arrival": {"time": "1694891270"}, "stopId": "49304"}, {"stopSequence": 46, "arrival": {"time": "1694891302"}, "stopId": "49305"}, {"stopSequence": 47, "arrival": {"time": "1694891365"}, "stopId": "49306"}, {"stopSequence": 48, "arrival": {"time": "1694891411"}, "stopId": "49307"}, {"stopSequence": 49, "arrival": {"time": "1694891438"}, "stopId": "49308"}, {"stopSequence": 50, "arrival": {"time": "1694891466"}, "stopId": "49309"}, {"stopSequence": 51, "arrival": {"time": "1694891499"}, "stopId": "42315"}, {"stopSequence": 52, "arrival": {"time": "1694891526"}, "stopId": "42316"}, {"stopSequence": 53, "arrival": {"time": "1694891586"}, "stopId": "42317"}, {"stopSequence": 54, "arrival": {"time": "1694891648"}, "stopId": "42318"}, {"stopSequence": 55, "arrival": {"time": "1694891736"}, "stopId": "8606396"}, {"stopSequence": 56, "arrival": {"time": "1694891826"}, "stopId": "38514"}, {"stopSequence": 57, "arrival": {"time": "1694891875"}, "stopId": "38516"}, {"stopSequence": 58, "arrival": {"time": "1694891952"}, "stopId": "38518"}, {"stopSequence": 59, "arrival": {"time": "1694892083"}, "stopId": "38520"}, {"stopSequence": 60, "arrival": {"time": "1694892139"}, "stopId": "38521"}, {"stopSequence": 61, "arrival": {"time": "1694892207"}, "stopId": "38522"}, {"stopSequence": 62, "arrival": {"time": "1694892277"}, "stopId": "38523"}, {"stopSequence": 63, "arrival": {"time": "1694892352"}, "stopId": "38524"}, {"stopSequence": 64, "arrival": {"time": "1694892423"}, "stopId": "38525"}, {"stopSequence": 65, "arrival": {"time": "1694892500"}, "stopId": "38526"}, {"stopSequence": 66, "arrival": {"time": "1694892573"}, "stopId": "38527"}, {"stopSequence": 67, "arrival": {"time": "1694892709"}, "stopId": "38528"}, {"stopSequence": 68, "arrival": {"time": "1694892896"}, "stopId": "38529"}, {"stopSequence": 69, "arrival": {"time": "1694893265"}, "stopId": "38530"}, {"stopSequence": 70, "arrival": {"time": "1694893289"}, "stopId": "16005209"}, {"stopSequence": 71, "arrival": {"time": "1694893753"}, "stopId": "38531"}, {"stopSequence": 72, "arrival": {"time": "1694893852"}, "stopId": "8921285"}, {"stopSequence": 73, "arrival": {"time": "1694894120"}, "stopId": "38532"}, {"stopSequence": 74, "arrival": {"time": "1694894243"}, "stopId": "38533"}, {"stopSequence": 75, "arrival": {"time": "1694894374"}, "stopId": "38534"}, {"stopSequence": 76, "arrival": {"time": "1694894495"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694894663"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694894759"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694894904"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694895131"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694895294"}, "stopId": "38539"}, {"stopSequence": 82, "arrival": {"time": "1694895497"}, "stopId": "38540"}, {"stopSequence": 83, "arrival": {"time": "1694895757"}, "stopId": "38544"}, {"stopSequence": 84, "arrival": {"time": "1694895999"}, "stopId": "38545"}, {"stopSequence": 85, "arrival": {"time": "1694896331"}, "stopId": "38546"}, {"stopSequence": 86, "arrival": {"time": "1694896824"}, "stopId": "38548"}, {"stopSequence": 87, "arrival": {"time": "1694897129"}, "stopId": "38549"}, {"stopSequence": 88, "arrival": {"time": "1694897390"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694897874"}, "stopId": "38551"}, {"stopSequence": 90, "arrival": {"time": "1694898341"}, "stopId": "38552"}, {"stopSequence": 91, "arrival": {"time": "1694898821"}, "stopId": "49359"}, {"stopSequence": 92, "arrival": {"time": "1694899156"}, "stopId": "49360"}, {"stopSequence": 93, "arrival": {"time": "1694899943"}, "stopId": "49361"}, {"stopSequence": 94, "arrival": {"time": "1694900152"}, "stopId": "49362"}, {"stopSequence": 95, "arrival": {"time": "1694900530"}, "stopId": "49363"}, {"stopSequence": 96, "arrival": {"time": "1694900944"}, "stopId": "49364"}, {"stopSequence": 97, "arrival": {"time": "1694901273"}, "stopId": "49365"}, {"stopSequence": 98, "arrival": {"time": "1694901937"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694902337"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694902678"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694903073"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694903669"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694904882"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694905622"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694906897"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694907795"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694908386"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694909326"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694910715"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694912196"}, "stopId": "38572"}], "vehicle": {"licensePlate": "DPGK86"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "25955-701ff27f-2", "startTime": "15:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.93322, "longitude": -73.01389, "bearing": 322.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694889036", "vehicle": {"licensePlate": "DPGK86"}}}, {"id": "830def33-4849-46cd-a0b6-408c1ccd755c", "tripUpdate": {"trip": {"tripId": "25950-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 98, "arrival": {"time": "1694889102"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694889143"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694889175"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694889211"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694889261"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694889352"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694889400"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694889475"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694889521"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694889549"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694889591"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694889646"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694889698"}, "stopId": "38572"}], "vehicle": {"licensePlate": "GGJJ59"}, "timestamp": "1694889037"}, "vehicle": {"trip": {"tripId": "25950-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.712296, "longitude": -73.11359, "bearing": 315.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694889037", "vehicle": {"licensePlate": "GGJJ59"}}}, {"id": "44fed9f4-5b18-45e1-a292-6e2a9eb9f639", "tripUpdate": {"trip": {"tripId": "25952-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 84, "arrival": {"time": "1694889060"}, "stopId": "38545"}, {"stopSequence": 85, "arrival": {"time": "1694889153"}, "stopId": "38546"}, {"stopSequence": 86, "arrival": {"time": "1694889278"}, "stopId": "38548"}, {"stopSequence": 87, "arrival": {"time": "1694889348"}, "stopId": "38549"}, {"stopSequence": 88, "arrival": {"time": "1694889405"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694889501"}, "stopId": "38551"}, {"stopSequence": 90, "arrival": {"time": "1694889585"}, "stopId": "38552"}, {"stopSequence": 91, "arrival": {"time": "1694889663"}, "stopId": "49359"}, {"stopSequence": 92, "arrival": {"time": "1694889714"}, "stopId": "49360"}, {"stopSequence": 93, "arrival": {"time": "1694889822"}, "stopId": "49361"}, {"stopSequence": 94, "arrival": {"time": "1694889848"}, "stopId": "49362"}, {"stopSequence": 95, "arrival": {"time": "1694889894"}, "stopId": "49363"}, {"stopSequence": 96, "arrival": {"time": "1694889941"}, "stopId": "49364"}, {"stopSequence": 97, "arrival": {"time": "1694889976"}, "stopId": "49365"}, {"stopSequence": 98, "arrival": {"time": "1694890042"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694890079"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694890109"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694890142"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694890189"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694890275"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694890322"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694890395"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694890440"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694890468"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694890510"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694890565"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694890618"}, "stopId": "38572"}], "vehicle": {"licensePlate": "GSRZ32"}, "timestamp": "1694889005"}, "vehicle": {"trip": {"tripId": "25952-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.749306, "longitude": -73.09373, "bearing": 342.0, "odometer": 0.0, "speed": 14.722222}, "timestamp": "1694889005", "vehicle": {"licensePlate": "GSRZ32"}}}, {"id": "7338c480-acc0-491d-a9b6-1d3ca961c2dd", "tripUpdate": {"trip": {"tripId": "25949-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 109, "arrival": {"time": "1694889063"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694889119"}, "stopId": "38572"}], "vehicle": {"licensePlate": "GYGL94"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "25949-701ff27f-2", "startTime": "14:50:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.72225, "longitude": -73.12652, "bearing": 231.0, "odometer": 0.0, "speed": 13.888889}, "timestamp": "1694889036", "vehicle": {"licensePlate": "GYGL94"}}}, {"id": "2d7d9ae4-c9c9-48c4-b7e9-0118f0f060f0", "tripUpdate": {"trip": {"tripId": "25956-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889047"}, "stopId": "40584"}, {"stopSequence": 4, "arrival": {"time": "1694889087"}, "stopId": "40594"}, {"stopSequence": 5, "arrival": {"time": "1694889236"}, "stopId": "40593"}, {"stopSequence": 6, "arrival": {"time": "1694889292"}, "stopId": "40597"}, {"stopSequence": 7, "arrival": {"time": "1694889322"}, "stopId": "40598"}, {"stopSequence": 8, "arrival": {"time": "1694889363"}, "stopId": "40599"}, {"stopSequence": 9, "arrival": {"time": "1694889402"}, "stopId": "30963"}, {"stopSequence": 10, "arrival": {"time": "1694889416"}, "stopId": "40601"}, {"stopSequence": 11, "arrival": {"time": "1694889431"}, "stopId": "40602"}, {"stopSequence": 12, "arrival": {"time": "1694889477"}, "stopId": "40603"}, {"stopSequence": 13, "arrival": {"time": "1694889517"}, "stopId": "40604"}, {"stopSequence": 14, "arrival": {"time": "1694889587"}, "stopId": "40606"}, {"stopSequence": 15, "arrival": {"time": "1694889622"}, "stopId": "40607"}, {"stopSequence": 16, "arrival": {"time": "1694889682"}, "stopId": "40609"}, {"stopSequence": 17, "arrival": {"time": "1694889738"}, "stopId": "40610"}, {"stopSequence": 18, "arrival": {"time": "1694889792"}, "stopId": "40611"}, {"stopSequence": 19, "arrival": {"time": "1694889840"}, "stopId": "40612"}, {"stopSequence": 20, "arrival": {"time": "1694889902"}, "stopId": "40620"}, {"stopSequence": 21, "arrival": {"time": "1694889972"}, "stopId": "49281"}, {"stopSequence": 22, "arrival": {"time": "1694890035"}, "stopId": "49282"}, {"stopSequence": 23, "arrival": {"time": "1694890077"}, "stopId": "49283"}, {"stopSequence": 24, "arrival": {"time": "1694890132"}, "stopId": "49284"}, {"stopSequence": 25, "arrival": {"time": "1694890197"}, "stopId": "49285"}, {"stopSequence": 26, "arrival": {"time": "1694890263"}, "stopId": "49286"}, {"stopSequence": 27, "arrival": {"time": "1694890305"}, "stopId": "49287"}, {"stopSequence": 28, "arrival": {"time": "1694890350"}, "stopId": "49288"}, {"stopSequence": 29, "arrival": {"time": "1694890400"}, "stopId": "49289"}, {"stopSequence": 30, "arrival": {"time": "1694890532"}, "stopId": "42294"}, {"stopSequence": 31, "arrival": {"time": "1694890663"}, "stopId": "42295"}, {"stopSequence": 32, "arrival": {"time": "1694890779"}, "stopId": "42296"}, {"stopSequence": 33, "arrival": {"time": "1694890909"}, "stopId": "42297"}, {"stopSequence": 34, "arrival": {"time": "1694891010"}, "stopId": "42298"}, {"stopSequence": 35, "arrival": {"time": "1694891078"}, "stopId": "42299"}, {"stopSequence": 36, "arrival": {"time": "1694891124"}, "stopId": "49295"}, {"stopSequence": 37, "arrival": {"time": "1694891256"}, "stopId": "49296"}, {"stopSequence": 38, "arrival": {"time": "1694891354"}, "stopId": "49297"}, {"stopSequence": 39, "arrival": {"time": "1694891393"}, "stopId": "49298"}, {"stopSequence": 40, "arrival": {"time": "1694891473"}, "stopId": "49299"}, {"stopSequence": 41, "arrival": {"time": "1694891523"}, "stopId": "49300"}, {"stopSequence": 42, "arrival": {"time": "1694891622"}, "stopId": "49301"}, {"stopSequence": 43, "arrival": {"time": "1694891705"}, "stopId": "49302"}, {"stopSequence": 44, "arrival": {"time": "1694891760"}, "stopId": "49303"}, {"stopSequence": 45, "arrival": {"time": "1694891825"}, "stopId": "49304"}, {"stopSequence": 46, "arrival": {"time": "1694891860"}, "stopId": "49305"}, {"stopSequence": 47, "arrival": {"time": "1694891933"}, "stopId": "49306"}, {"stopSequence": 48, "arrival": {"time": "1694891985"}, "stopId": "49307"}, {"stopSequence": 49, "arrival": {"time": "1694892017"}, "stopId": "49308"}, {"stopSequence": 50, "arrival": {"time": "1694892049"}, "stopId": "49309"}, {"stopSequence": 51, "arrival": {"time": "1694892086"}, "stopId": "42315"}, {"stopSequence": 52, "arrival": {"time": "1694892118"}, "stopId": "42316"}, {"stopSequence": 53, "arrival": {"time": "1694892188"}, "stopId": "42317"}, {"stopSequence": 54, "arrival": {"time": "1694892260"}, "stopId": "42318"}, {"stopSequence": 55, "arrival": {"time": "1694892363"}, "stopId": "8606396"}, {"stopSequence": 56, "arrival": {"time": "1694892469"}, "stopId": "38514"}, {"stopSequence": 57, "arrival": {"time": "1694892527"}, "stopId": "38516"}, {"stopSequence": 58, "arrival": {"time": "1694892618"}, "stopId": "38518"}, {"stopSequence": 59, "arrival": {"time": "1694892776"}, "stopId": "38520"}, {"stopSequence": 60, "arrival": {"time": "1694892843"}, "stopId": "38521"}, {"stopSequence": 61, "arrival": {"time": "1694892925"}, "stopId": "38522"}, {"stopSequence": 62, "arrival": {"time": "1694893010"}, "stopId": "38523"}, {"stopSequence": 63, "arrival": {"time": "1694893102"}, "stopId": "38524"}, {"stopSequence": 64, "arrival": {"time": "1694893190"}, "stopId": "38525"}, {"stopSequence": 65, "arrival": {"time": "1694893285"}, "stopId": "38526"}, {"stopSequence": 66, "arrival": {"time": "1694893375"}, "stopId": "38527"}, {"stopSequence": 67, "arrival": {"time": "1694893545"}, "stopId": "38528"}, {"stopSequence": 68, "arrival": {"time": "1694893781"}, "stopId": "38529"}, {"stopSequence": 69, "arrival": {"time": "1694894255"}, "stopId": "38530"}, {"stopSequence": 70, "arrival": {"time": "1694894286"}, "stopId": "16005209"}, {"stopSequence": 71, "arrival": {"time": "1694894900"}, "stopId": "38531"}, {"stopSequence": 72, "arrival": {"time": "1694895032"}, "stopId": "8921285"}, {"stopSequence": 73, "arrival": {"time": "1694895396"}, "stopId": "38532"}, {"stopSequence": 74, "arrival": {"time": "1694895566"}, "stopId": "38533"}, {"stopSequence": 75, "arrival": {"time": "1694895748"}, "stopId": "38534"}, {"stopSequence": 76, "arrival": {"time": "1694895916"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694896153"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694896290"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694896498"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694896826"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694897065"}, "stopId": "38539"}, {"stopSequence": 82, "arrival": {"time": "1694897366"}, "stopId": "38540"}, {"stopSequence": 83, "arrival": {"time": "1694897757"}, "stopId": "38544"}, {"stopSequence": 84, "arrival": {"time": "1694898126"}, "stopId": "38545"}, {"stopSequence": 85, "arrival": {"time": "1694898643"}, "stopId": "38546"}, {"stopSequence": 86, "arrival": {"time": "1694899430"}, "stopId": "38548"}, {"stopSequence": 87, "arrival": {"time": "1694899929"}, "stopId": "38549"}, {"stopSequence": 88, "arrival": {"time": "1694900365"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694901189"}, "stopId": "38551"}, {"stopSequence": 90, "arrival": {"time": "1694902013"}, "stopId": "38552"}, {"stopSequence": 91, "arrival": {"time": "1694902884"}, "stopId": "49359"}, {"stopSequence": 92, "arrival": {"time": "1694903509"}, "stopId": "49360"}, {"stopSequence": 93, "arrival": {"time": "1694905035"}, "stopId": "49361"}, {"stopSequence": 94, "arrival": {"time": "1694905455"}, "stopId": "49362"}, {"stopSequence": 95, "arrival": {"time": "1694906227"}, "stopId": "49363"}, {"stopSequence": 96, "arrival": {"time": "1694907099"}, "stopId": "49364"}, {"stopSequence": 97, "arrival": {"time": "1694907812"}, "stopId": "49365"}, {"stopSequence": 98, "arrival": {"time": "1694909300"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694910232"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694911048"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694912023"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694913550"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694916893"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694919100"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694923255"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694926479"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694928755"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694932656"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694939159"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694947272"}, "stopId": "38572"}], "vehicle": {"licensePlate": "HDBZ49"}, "timestamp": "1694889027"}, "vehicle": {"trip": {"tripId": "25956-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.951656, "longitude": -73.01099, "bearing": 32.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694889027", "vehicle": {"licensePlate": "HDBZ49"}}}, {"id": "829fb8ed-0e4d-4407-baf6-4e633c5458da", "tripUpdate": {"trip": {"tripId": "25954-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 31, "arrival": {"time": "1694889033"}, "stopId": "42295"}, {"stopSequence": 32, "arrival": {"time": "1694889153"}, "stopId": "42296"}, {"stopSequence": 33, "arrival": {"time": "1694889284"}, "stopId": "42297"}, {"stopSequence": 34, "arrival": {"time": "1694889382"}, "stopId": "42298"}, {"stopSequence": 35, "arrival": {"time": "1694889446"}, "stopId": "42299"}, {"stopSequence": 36, "arrival": {"time": "1694889488"}, "stopId": "49295"}, {"stopSequence": 37, "arrival": {"time": "1694889608"}, "stopId": "49296"}, {"stopSequence": 38, "arrival": {"time": "1694889694"}, "stopId": "49297"}, {"stopSequence": 39, "arrival": {"time": "1694889728"}, "stopId": "49298"}, {"stopSequence": 40, "arrival": {"time": "1694889796"}, "stopId": "49299"}, {"stopSequence": 41, "arrival": {"time": "1694889837"}, "stopId": "49300"}, {"stopSequence": 42, "arrival": {"time": "1694889918"}, "stopId": "49301"}, {"stopSequence": 43, "arrival": {"time": "1694889984"}, "stopId": "49302"}, {"stopSequence": 44, "arrival": {"time": "1694890028"}, "stopId": "49303"}, {"stopSequence": 45, "arrival": {"time": "1694890078"}, "stopId": "49304"}, {"stopSequence": 46, "arrival": {"time": "1694890105"}, "stopId": "49305"}, {"stopSequence": 47, "arrival": {"time": "1694890160"}, "stopId": "49306"}, {"stopSequence": 48, "arrival": {"time": "1694890199"}, "stopId": "49307"}, {"stopSequence": 49, "arrival": {"time": "1694890222"}, "stopId": "49308"}, {"stopSequence": 50, "arrival": {"time": "1694890246"}, "stopId": "49309"}, {"stopSequence": 51, "arrival": {"time": "1694890273"}, "stopId": "42315"}, {"stopSequence": 52, "arrival": {"time": "1694890296"}, "stopId": "42316"}, {"stopSequence": 53, "arrival": {"time": "1694890346"}, "stopId": "42317"}, {"stopSequence": 54, "arrival": {"time": "1694890397"}, "stopId": "42318"}, {"stopSequence": 55, "arrival": {"time": "1694890468"}, "stopId": "8606396"}, {"stopSequence": 56, "arrival": {"time": "1694890540"}, "stopId": "38514"}, {"stopSequence": 57, "arrival": {"time": "1694890578"}, "stopId": "38516"}, {"stopSequence": 58, "arrival": {"time": "1694890638"}, "stopId": "38518"}, {"stopSequence": 59, "arrival": {"time": "1694890739"}, "stopId": "38520"}, {"stopSequence": 60, "arrival": {"time": "1694890782"}, "stopId": "38521"}, {"stopSequence": 61, "arrival": {"time": "1694890833"}, "stopId": "38522"}, {"stopSequence": 62, "arrival": {"time": "1694890885"}, "stopId": "38523"}, {"stopSequence": 63, "arrival": {"time": "1694890940"}, "stopId": "38524"}, {"stopSequence": 64, "arrival": {"time": "1694890991"}, "stopId": "38525"}, {"stopSequence": 65, "arrival": {"time": "1694891047"}, "stopId": "38526"}, {"stopSequence": 66, "arrival": {"time": "1694891099"}, "stopId": "38527"}, {"stopSequence": 67, "arrival": {"time": "1694891194"}, "stopId": "38528"}, {"stopSequence": 68, "arrival": {"time": "1694891323"}, "stopId": "38529"}, {"stopSequence": 69, "arrival": {"time": "1694891567"}, "stopId": "38530"}, {"stopSequence": 70, "arrival": {"time": "1694891583"}, "stopId": "16005209"}, {"stopSequence": 71, "arrival": {"time": "1694891876"}, "stopId": "38531"}, {"stopSequence": 72, "arrival": {"time": "1694891936"}, "stopId": "8921285"}, {"stopSequence": 73, "arrival": {"time": "1694892096"}, "stopId": "38532"}, {"stopSequence": 74, "arrival": {"time": "1694892168"}, "stopId": "38533"}, {"stopSequence": 75, "arrival": {"time": "1694892244"}, "stopId": "38534"}, {"stopSequence": 76, "arrival": {"time": "1694892313"}, "stopId": "38535"}, {"stopSequence": 77, "arrival": {"time": "1694892407"}, "stopId": "38536"}, {"stopSequence": 78, "arrival": {"time": "1694892461"}, "stopId": "4838437"}, {"stopSequence": 79, "arrival": {"time": "1694892540"}, "stopId": "45085"}, {"stopSequence": 80, "arrival": {"time": "1694892662"}, "stopId": "45086"}, {"stopSequence": 81, "arrival": {"time": "1694892748"}, "stopId": "38539"}, {"stopSequence": 82, "arrival": {"time": "1694892854"}, "stopId": "38540"}, {"stopSequence": 83, "arrival": {"time": "1694892986"}, "stopId": "38544"}, {"stopSequence": 84, "arrival": {"time": "1694893106"}, "stopId": "38545"}, {"stopSequence": 85, "arrival": {"time": "1694893267"}, "stopId": "38546"}, {"stopSequence": 86, "arrival": {"time": "1694893498"}, "stopId": "38548"}, {"stopSequence": 87, "arrival": {"time": "1694893636"}, "stopId": "38549"}, {"stopSequence": 88, "arrival": {"time": "1694893752"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694893959"}, "stopId": "38551"}, {"stopSequence": 90, "arrival": {"time": "1694894152"}, "stopId": "38552"}, {"stopSequence": 91, "arrival": {"time": "1694894343"}, "stopId": "49359"}, {"stopSequence": 92, "arrival": {"time": "1694894473"}, "stopId": "49360"}, {"stopSequence": 93, "arrival": {"time": "1694894764"}, "stopId": "49361"}, {"stopSequence": 94, "arrival": {"time": "1694894839"}, "stopId": "49362"}, {"stopSequence": 95, "arrival": {"time": "1694894971"}, "stopId": "49363"}, {"stopSequence": 96, "arrival": {"time": "1694895113"}, "stopId": "49364"}, {"stopSequence": 97, "arrival": {"time": "1694895222"}, "stopId": "49365"}, {"stopSequence": 98, "arrival": {"time": "1694895435"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694895559"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694895662"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694895779"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694895950"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694896278"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694896467"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694896774"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694896978"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694897106"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694897302"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694897575"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694897845"}, "stopId": "38572"}], "vehicle": {"licensePlate": "HJXW52"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "25954-701ff27f-2", "startTime": "15:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.88615, "longitude": -73.03735, "bearing": 343.0, "odometer": 0.0, "speed": 21.11111}, "timestamp": "1694889004", "vehicle": {"licensePlate": "HJXW52"}}}, {"id": "8907e924-141d-47fa-a840-d4fd719470b5", "tripUpdate": {"trip": {"tripId": "25951-701ff27f-2", "startTime": "15:10:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 85, "arrival": {"time": "1694889104"}, "stopId": "38546"}, {"stopSequence": 86, "arrival": {"time": "1694889231"}, "stopId": "38548"}, {"stopSequence": 87, "arrival": {"time": "1694889302"}, "stopId": "38549"}, {"stopSequence": 88, "arrival": {"time": "1694889359"}, "stopId": "38550"}, {"stopSequence": 89, "arrival": {"time": "1694889456"}, "stopId": "38551"}, {"stopSequence": 90, "arrival": {"time": "1694889540"}, "stopId": "38552"}, {"stopSequence": 91, "arrival": {"time": "1694889619"}, "stopId": "49359"}, {"stopSequence": 92, "arrival": {"time": "1694889671"}, "stopId": "49360"}, {"stopSequence": 93, "arrival": {"time": "1694889779"}, "stopId": "49361"}, {"stopSequence": 94, "arrival": {"time": "1694889806"}, "stopId": "49362"}, {"stopSequence": 95, "arrival": {"time": "1694889851"}, "stopId": "49363"}, {"stopSequence": 96, "arrival": {"time": "1694889898"}, "stopId": "49364"}, {"stopSequence": 97, "arrival": {"time": "1694889934"}, "stopId": "49365"}, {"stopSequence": 98, "arrival": {"time": "1694890000"}, "stopId": "38560"}, {"stopSequence": 99, "arrival": {"time": "1694890037"}, "stopId": "42857"}, {"stopSequence": 100, "arrival": {"time": "1694890067"}, "stopId": "38562"}, {"stopSequence": 101, "arrival": {"time": "1694890100"}, "stopId": "38563"}, {"stopSequence": 102, "arrival": {"time": "1694890147"}, "stopId": "42854"}, {"stopSequence": 103, "arrival": {"time": "1694890233"}, "stopId": "38565"}, {"stopSequence": 104, "arrival": {"time": "1694890279"}, "stopId": "40932"}, {"stopSequence": 105, "arrival": {"time": "1694890351"}, "stopId": "38567"}, {"stopSequence": 106, "arrival": {"time": "1694890397"}, "stopId": "38568"}, {"stopSequence": 107, "arrival": {"time": "1694890425"}, "stopId": "38569"}, {"stopSequence": 108, "arrival": {"time": "1694890466"}, "stopId": "38570"}, {"stopSequence": 109, "arrival": {"time": "1694890521"}, "stopId": "38571"}, {"stopSequence": 110, "arrival": {"time": "1694890573"}, "stopId": "38572"}], "vehicle": {"licensePlate": "HWCW48"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "25951-701ff27f-2", "startTime": "15:10:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.74612, "longitude": -73.09534, "bearing": 323.0, "odometer": 0.0, "speed": 16.11111}, "timestamp": "1694889036", "vehicle": {"licensePlate": "HWCW48"}}}, {"id": "d91b04ea-a0fd-41d7-9225-057aff2d90e1", "tripUpdate": {"trip": {"tripId": "26064-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 49, "arrival": {"time": "1694889077"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694889128"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694889186"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694889228"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694889357"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694889420"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694889488"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694889572"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694889632"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694889725"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694889749"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694889849"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694889893"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694889946"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694889987"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694890046"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694890291"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694890345"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694890403"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694890527"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694890628"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694890741"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694890862"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694891048"}, "stopId": "40951"}, {"stopSequence": 73, "arrival": {"time": "1694891114"}, "stopId": "40952"}, {"stopSequence": 74, "arrival": {"time": "1694891178"}, "stopId": "40953"}, {"stopSequence": 75, "arrival": {"time": "1694891227"}, "stopId": "40954"}, {"stopSequence": 76, "arrival": {"time": "1694891306"}, "stopId": "40955"}, {"stopSequence": 77, "arrival": {"time": "1694891349"}, "stopId": "40956"}, {"stopSequence": 78, "arrival": {"time": "1694891412"}, "stopId": "40957"}, {"stopSequence": 79, "arrival": {"time": "1694891479"}, "stopId": "40958"}, {"stopSequence": 80, "arrival": {"time": "1694891507"}, "stopId": "40959"}, {"stopSequence": 81, "arrival": {"time": "1694891671"}, "stopId": "40960"}, {"stopSequence": 82, "arrival": {"time": "1694891796"}, "stopId": "30962"}, {"stopSequence": 83, "arrival": {"time": "1694891867"}, "stopId": "40961"}, {"stopSequence": 84, "arrival": {"time": "1694891937"}, "stopId": "40608"}, {"stopSequence": 85, "arrival": {"time": "1694892080"}, "stopId": "40605"}, {"stopSequence": 86, "arrival": {"time": "1694892372"}, "stopId": "40597"}, {"stopSequence": 87, "arrival": {"time": "1694892471"}, "stopId": "40593"}, {"stopSequence": 88, "arrival": {"time": "1694892576"}, "stopId": "40962"}, {"stopSequence": 89, "arrival": {"time": "1694892591"}, "stopId": "40588"}, {"stopSequence": 90, "arrival": {"time": "1694892683"}, "stopId": "40594"}, {"stopSequence": 92, "arrival": {"time": "1694892726"}, "stopId": "40585"}, {"stopSequence": 93, "arrival": {"time": "1694892743"}, "stopId": "40584"}, {"stopSequence": 94, "arrival": {"time": "1694892931"}, "stopId": "40587"}], "vehicle": {"licensePlate": "DVYS80"}, "timestamp": "1694889036"}, "vehicle": {"trip": {"tripId": "26064-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "position": {"latitude": -36.820053, "longitude": -73.0443, "bearing": 154.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889036", "vehicle": {"licensePlate": "DVYS80"}}}, {"id": "85705a2e-2455-4970-9523-d9306ed5efa0", "tripUpdate": {"trip": {"tripId": "26062-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 72, "arrival": {"time": "1694889220"}, "stopId": "40951"}, {"stopSequence": 73, "arrival": {"time": "1694889284"}, "stopId": "40952"}, {"stopSequence": 74, "arrival": {"time": "1694889344"}, "stopId": "40953"}, {"stopSequence": 75, "arrival": {"time": "1694889389"}, "stopId": "40954"}, {"stopSequence": 76, "arrival": {"time": "1694889462"}, "stopId": "40955"}, {"stopSequence": 77, "arrival": {"time": "1694889500"}, "stopId": "40956"}, {"stopSequence": 78, "arrival": {"time": "1694889555"}, "stopId": "40957"}, {"stopSequence": 79, "arrival": {"time": "1694889613"}, "stopId": "40958"}, {"stopSequence": 80, "arrival": {"time": "1694889637"}, "stopId": "40959"}, {"stopSequence": 81, "arrival": {"time": "1694889771"}, "stopId": "40960"}, {"stopSequence": 82, "arrival": {"time": "1694889871"}, "stopId": "30962"}, {"stopSequence": 83, "arrival": {"time": "1694889926"}, "stopId": "40961"}, {"stopSequence": 84, "arrival": {"time": "1694889979"}, "stopId": "40608"}, {"stopSequence": 85, "arrival": {"time": "1694890084"}, "stopId": "40605"}, {"stopSequence": 86, "arrival": {"time": "1694890288"}, "stopId": "40597"}, {"stopSequence": 87, "arrival": {"time": "1694890354"}, "stopId": "40593"}, {"stopSequence": 88, "arrival": {"time": "1694890422"}, "stopId": "40962"}, {"stopSequence": 89, "arrival": {"time": "1694890432"}, "stopId": "40588"}, {"stopSequence": 90, "arrival": {"time": "1694890490"}, "stopId": "40594"}, {"stopSequence": 92, "arrival": {"time": "1694890517"}, "stopId": "40585"}, {"stopSequence": 93, "arrival": {"time": "1694890528"}, "stopId": "40584"}, {"stopSequence": 94, "arrival": {"time": "1694890643"}, "stopId": "40587"}], "vehicle": {"licensePlate": "DXSH17"}, "timestamp": "1694889039"}, "vehicle": {"trip": {"tripId": "26062-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "position": {"latitude": -36.890526, "longitude": -73.03594, "bearing": 176.0, "odometer": 0.0, "speed": 20.833334}, "timestamp": "1694889039", "vehicle": {"licensePlate": "DXSH17"}}}, {"id": "e051bdb8-9b85-4162-b92b-c8518ef62bb8", "tripUpdate": {"trip": {"tripId": "26065-701ff27f-2", "startTime": "15:11:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 36, "arrival": {"time": "1694889042"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694889223"}, "stopId": "40993"}, {"stopSequence": 38, "arrival": {"time": "1694889476"}, "stopId": "16005188"}, {"stopSequence": 39, "arrival": {"time": "1694889718"}, "stopId": "40995"}, {"stopSequence": 40, "arrival": {"time": "1694889797"}, "stopId": "40996"}, {"stopSequence": 41, "arrival": {"time": "1694889873"}, "stopId": "40997"}, {"stopSequence": 42, "arrival": {"time": "1694889930"}, "stopId": "39614"}, {"stopSequence": 43, "arrival": {"time": "1694889976"}, "stopId": "39615"}, {"stopSequence": 44, "arrival": {"time": "1694890031"}, "stopId": "39616"}, {"stopSequence": 45, "arrival": {"time": "1694890077"}, "stopId": "39617"}, {"stopSequence": 46, "arrival": {"time": "1694890133"}, "stopId": "39618"}, {"stopSequence": 47, "arrival": {"time": "1694890176"}, "stopId": "39619"}, {"stopSequence": 48, "arrival": {"time": "1694890216"}, "stopId": "39620"}, {"stopSequence": 49, "arrival": {"time": "1694890282"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694890329"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694890384"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694890423"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694890547"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694890609"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694890677"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694890762"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694890824"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694890922"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694890947"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694891056"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694891105"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694891164"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694891210"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694891277"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694891566"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694891632"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694891704"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694891861"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694891991"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694892141"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694892305"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694892565"}, "stopId": "40951"}, {"stopSequence": 73, "arrival": {"time": "1694892661"}, "stopId": "40952"}, {"stopSequence": 74, "arrival": {"time": "1694892754"}, "stopId": "40953"}, {"stopSequence": 75, "arrival": {"time": "1694892826"}, "stopId": "40954"}, {"stopSequence": 76, "arrival": {"time": "1694892945"}, "stopId": "40955"}, {"stopSequence": 77, "arrival": {"time": "1694893010"}, "stopId": "40956"}, {"stopSequence": 78, "arrival": {"time": "1694893106"}, "stopId": "40957"}, {"stopSequence": 79, "arrival": {"time": "1694893210"}, "stopId": "40958"}, {"stopSequence": 80, "arrival": {"time": "1694893254"}, "stopId": "40959"}, {"stopSequence": 81, "arrival": {"time": "1694893514"}, "stopId": "40960"}, {"stopSequence": 82, "arrival": {"time": "1694893720"}, "stopId": "30962"}, {"stopSequence": 83, "arrival": {"time": "1694893839"}, "stopId": "40961"}, {"stopSequence": 84, "arrival": {"time": "1694893958"}, "stopId": "40608"}, {"stopSequence": 85, "arrival": {"time": "1694894206"}, "stopId": "40605"}, {"stopSequence": 86, "arrival": {"time": "1694894734"}, "stopId": "40597"}, {"stopSequence": 87, "arrival": {"time": "1694894918"}, "stopId": "40593"}, {"stopSequence": 88, "arrival": {"time": "1694895119"}, "stopId": "40962"}, {"stopSequence": 89, "arrival": {"time": "1694895148"}, "stopId": "40588"}, {"stopSequence": 90, "arrival": {"time": "1694895328"}, "stopId": "40594"}, {"stopSequence": 92, "arrival": {"time": "1694895414"}, "stopId": "40585"}, {"stopSequence": 93, "arrival": {"time": "1694895448"}, "stopId": "40584"}, {"stopSequence": 94, "arrival": {"time": "1694895831"}, "stopId": "40587"}], "vehicle": {"licensePlate": "FFRL22"}, "timestamp": "1694889035"}, "vehicle": {"trip": {"tripId": "26065-701ff27f-2", "startTime": "15:11:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "position": {"latitude": -36.774303, "longitude": -73.08086, "bearing": 153.0, "odometer": 0.0, "speed": 13.888889}, "timestamp": "1694889035", "vehicle": {"licensePlate": "FFRL22"}}}, {"id": "4bc3cfe9-e79f-431d-95ae-1a510d006a39", "tripUpdate": {"trip": {"tripId": "26063-701ff27f-2", "startTime": "14:51:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 57, "arrival": {"time": "1694889065"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694889164"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694889190"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694889296"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694889342"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694889397"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694889439"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694889500"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694889749"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694889803"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694889861"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694889983"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694890081"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694890189"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694890304"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694890479"}, "stopId": "40951"}, {"stopSequence": 73, "arrival": {"time": "1694890540"}, "stopId": "40952"}, {"stopSequence": 74, "arrival": {"time": "1694890599"}, "stopId": "40953"}, {"stopSequence": 75, "arrival": {"time": "1694890644"}, "stopId": "40954"}, {"stopSequence": 76, "arrival": {"time": "1694890717"}, "stopId": "40955"}, {"stopSequence": 77, "arrival": {"time": "1694890755"}, "stopId": "40956"}, {"stopSequence": 78, "arrival": {"time": "1694890812"}, "stopId": "40957"}, {"stopSequence": 79, "arrival": {"time": "1694890872"}, "stopId": "40958"}, {"stopSequence": 80, "arrival": {"time": "1694890898"}, "stopId": "40959"}, {"stopSequence": 81, "arrival": {"time": "1694891043"}, "stopId": "40960"}, {"stopSequence": 82, "arrival": {"time": "1694891153"}, "stopId": "30962"}, {"stopSequence": 83, "arrival": {"time": "1694891215"}, "stopId": "40961"}, {"stopSequence": 84, "arrival": {"time": "1694891276"}, "stopId": "40608"}, {"stopSequence": 85, "arrival": {"time": "1694891399"}, "stopId": "40605"}, {"stopSequence": 86, "arrival": {"time": "1694891647"}, "stopId": "40597"}, {"stopSequence": 87, "arrival": {"time": "1694891729"}, "stopId": "40593"}, {"stopSequence": 88, "arrival": {"time": "1694891817"}, "stopId": "40962"}, {"stopSequence": 89, "arrival": {"time": "1694891829"}, "stopId": "40588"}, {"stopSequence": 90, "arrival": {"time": "1694891905"}, "stopId": "40594"}, {"stopSequence": 92, "arrival": {"time": "1694891941"}, "stopId": "40585"}, {"stopSequence": 93, "arrival": {"time": "1694891954"}, "stopId": "40584"}, {"stopSequence": 94, "arrival": {"time": "1694892108"}, "stopId": "40587"}], "vehicle": {"licensePlate": "GGPS79"}, "timestamp": "1694889003"}, "vehicle": {"trip": {"tripId": "26063-701ff27f-2", "startTime": "14:51:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "position": {"latitude": -36.834167, "longitude": -73.05734, "bearing": 153.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889003", "vehicle": {"licensePlate": "GGPS79"}}}, {"id": "792651fb-fa8b-4514-b7c2-f73244f6030f", "tripUpdate": {"trip": {"tripId": "26067-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 6, "arrival": {"time": "1694889038"}, "stopId": "40932"}, {"stopSequence": 7, "arrival": {"time": "1694889088"}, "stopId": "42853"}, {"stopSequence": 8, "arrival": {"time": "1694889189"}, "stopId": "42854"}, {"stopSequence": 9, "arrival": {"time": "1694889239"}, "stopId": "42855"}, {"stopSequence": 10, "arrival": {"time": "1694889277"}, "stopId": "41975"}, {"stopSequence": 11, "arrival": {"time": "1694889300"}, "stopId": "42857"}, {"stopSequence": 12, "arrival": {"time": "1694889330"}, "stopId": "38697"}, {"stopSequence": 13, "arrival": {"time": "1694889380"}, "stopId": "38646"}, {"stopSequence": 14, "arrival": {"time": "1694889410"}, "stopId": "38632"}, {"stopSequence": 15, "arrival": {"time": "1694889495"}, "stopId": "38767"}, {"stopSequence": 16, "arrival": {"time": "1694889558"}, "stopId": "38768"}, {"stopSequence": 17, "arrival": {"time": "1694889606"}, "stopId": "38769"}, {"stopSequence": 18, "arrival": {"time": "1694889646"}, "stopId": "49357"}, {"stopSequence": 19, "arrival": {"time": "1694889685"}, "stopId": "38771"}, {"stopSequence": 20, "arrival": {"time": "1694889728"}, "stopId": "38668"}, {"stopSequence": 21, "arrival": {"time": "1694889823"}, "stopId": "38661"}, {"stopSequence": 22, "arrival": {"time": "1694889897"}, "stopId": "38657"}, {"stopSequence": 23, "arrival": {"time": "1694889964"}, "stopId": "38743"}, {"stopSequence": 24, "arrival": {"time": "1694890028"}, "stopId": "38652"}, {"stopSequence": 25, "arrival": {"time": "1694890090"}, "stopId": "38721"}, {"stopSequence": 26, "arrival": {"time": "1694890145"}, "stopId": "38659"}, {"stopSequence": 27, "arrival": {"time": "1694890226"}, "stopId": "38674"}, {"stopSequence": 28, "arrival": {"time": "1694890289"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694890368"}, "stopId": "38718"}, {"stopSequence": 30, "arrival": {"time": "1694890425"}, "stopId": "38735"}, {"stopSequence": 31, "arrival": {"time": "1694890479"}, "stopId": "42270"}, {"stopSequence": 32, "arrival": {"time": "1694890533"}, "stopId": "42271"}, {"stopSequence": 33, "arrival": {"time": "1694890597"}, "stopId": "4838438"}, {"stopSequence": 34, "arrival": {"time": "1694890746"}, "stopId": "44896"}, {"stopSequence": 35, "arrival": {"time": "1694890796"}, "stopId": "44897"}, {"stopSequence": 36, "arrival": {"time": "1694890871"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694891052"}, "stopId": "40993"}, {"stopSequence": 38, "arrival": {"time": "1694891324"}, "stopId": "16005188"}, {"stopSequence": 39, "arrival": {"time": "1694891610"}, "stopId": "40995"}, {"stopSequence": 40, "arrival": {"time": "1694891708"}, "stopId": "40996"}, {"stopSequence": 41, "arrival": {"time": "1694891805"}, "stopId": "40997"}, {"stopSequence": 42, "arrival": {"time": "1694891879"}, "stopId": "39614"}, {"stopSequence": 43, "arrival": {"time": "1694891941"}, "stopId": "39615"}, {"stopSequence": 44, "arrival": {"time": "1694892015"}, "stopId": "39616"}, {"stopSequence": 45, "arrival": {"time": "1694892079"}, "stopId": "39617"}, {"stopSequence": 46, "arrival": {"time": "1694892158"}, "stopId": "39618"}, {"stopSequence": 47, "arrival": {"time": "1694892220"}, "stopId": "39619"}, {"stopSequence": 48, "arrival": {"time": "1694892278"}, "stopId": "39620"}, {"stopSequence": 49, "arrival": {"time": "1694892376"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694892447"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694892531"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694892593"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694892792"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694892894"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694893010"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694893158"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694893269"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694893448"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694893496"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694893705"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694893800"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694893919"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694894012"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694894152"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694894792"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694894946"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694895120"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694895512"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694895855"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694896267"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694896745"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694897565"}, "stopId": "40951"}, {"stopSequence": 73, "arrival": {"time": "1694897886"}, "stopId": "40952"}, {"stopSequence": 74, "arrival": {"time": "1694898210"}, "stopId": "40953"}, {"stopSequence": 75, "arrival": {"time": "1694898467"}, "stopId": "40954"}, {"stopSequence": 76, "arrival": {"time": "1694898910"}, "stopId": "40955"}, {"stopSequence": 77, "arrival": {"time": "1694899159"}, "stopId": "40956"}, {"stopSequence": 78, "arrival": {"time": "1694899544"}, "stopId": "40957"}, {"stopSequence": 79, "arrival": {"time": "1694899972"}, "stopId": "40958"}, {"stopSequence": 80, "arrival": {"time": "1694900161"}, "stopId": "40959"}, {"stopSequence": 81, "arrival": {"time": "1694901342"}, "stopId": "40960"}, {"stopSequence": 82, "arrival": {"time": "1694902373"}, "stopId": "30962"}, {"stopSequence": 83, "arrival": {"time": "1694903012"}, "stopId": "40961"}, {"stopSequence": 84, "arrival": {"time": "1694903687"}, "stopId": "40608"}, {"stopSequence": 85, "arrival": {"time": "1694905219"}, "stopId": "40605"}, {"stopSequence": 86, "arrival": {"time": "1694909196"}, "stopId": "40597"}, {"stopSequence": 87, "arrival": {"time": "1694910880"}, "stopId": "40593"}, {"stopSequence": 88, "arrival": {"time": "1694912935"}, "stopId": "40962"}, {"stopSequence": 89, "arrival": {"time": "1694913249"}, "stopId": "40588"}, {"stopSequence": 90, "arrival": {"time": "1694915357"}, "stopId": "40594"}, {"stopSequence": 91, "arrival": {"time": "1694915358"}, "stopId": "40586"}, {"stopSequence": 92, "arrival": {"time": "1694916459"}, "stopId": "40585"}, {"stopSequence": 93, "arrival": {"time": "1694916909"}, "stopId": "40584"}, {"stopSequence": 94, "arrival": {"time": "1694922862"}, "stopId": "40587"}], "vehicle": {"licensePlate": "GLCY28"}, "timestamp": "1694889003"}, "vehicle": {"trip": {"tripId": "26067-701ff27f-2", "startTime": "15:31:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "position": {"latitude": -36.7249, "longitude": -73.11769, "bearing": 76.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694889003", "vehicle": {"licensePlate": "GLCY28"}}}, {"id": "d42c6bd0-fc9b-4f3f-ab98-0de126ac7a45", "tripUpdate": {"trip": {"tripId": "26066-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889038"}, "stopId": "38632"}, {"stopSequence": 15, "arrival": {"time": "1694889128"}, "stopId": "38767"}, {"stopSequence": 16, "arrival": {"time": "1694889194"}, "stopId": "38768"}, {"stopSequence": 17, "arrival": {"time": "1694889244"}, "stopId": "38769"}, {"stopSequence": 18, "arrival": {"time": "1694889286"}, "stopId": "49357"}, {"stopSequence": 19, "arrival": {"time": "1694889327"}, "stopId": "38771"}, {"stopSequence": 20, "arrival": {"time": "1694889372"}, "stopId": "38668"}, {"stopSequence": 21, "arrival": {"time": "1694889470"}, "stopId": "38661"}, {"stopSequence": 22, "arrival": {"time": "1694889546"}, "stopId": "38657"}, {"stopSequence": 23, "arrival": {"time": "1694889614"}, "stopId": "38743"}, {"stopSequence": 24, "arrival": {"time": "1694889679"}, "stopId": "38652"}, {"stopSequence": 25, "arrival": {"time": "1694889741"}, "stopId": "38721"}, {"stopSequence": 26, "arrival": {"time": "1694889797"}, "stopId": "38659"}, {"stopSequence": 27, "arrival": {"time": "1694889878"}, "stopId": "38674"}, {"stopSequence": 28, "arrival": {"time": "1694889941"}, "stopId": "38649"}, {"stopSequence": 29, "arrival": {"time": "1694890018"}, "stopId": "38718"}, {"stopSequence": 30, "arrival": {"time": "1694890075"}, "stopId": "38735"}, {"stopSequence": 31, "arrival": {"time": "1694890128"}, "stopId": "42270"}, {"stopSequence": 32, "arrival": {"time": "1694890180"}, "stopId": "42271"}, {"stopSequence": 33, "arrival": {"time": "1694890242"}, "stopId": "4838438"}, {"stopSequence": 34, "arrival": {"time": "1694890387"}, "stopId": "44896"}, {"stopSequence": 35, "arrival": {"time": "1694890435"}, "stopId": "44897"}, {"stopSequence": 36, "arrival": {"time": "1694890506"}, "stopId": "44898"}, {"stopSequence": 37, "arrival": {"time": "1694890678"}, "stopId": "40993"}, {"stopSequence": 38, "arrival": {"time": "1694890933"}, "stopId": "16005188"}, {"stopSequence": 39, "arrival": {"time": "1694891196"}, "stopId": "40995"}, {"stopSequence": 40, "arrival": {"time": "1694891286"}, "stopId": "40996"}, {"stopSequence": 41, "arrival": {"time": "1694891374"}, "stopId": "40997"}, {"stopSequence": 42, "arrival": {"time": "1694891441"}, "stopId": "39614"}, {"stopSequence": 43, "arrival": {"time": "1694891497"}, "stopId": "39615"}, {"stopSequence": 44, "arrival": {"time": "1694891563"}, "stopId": "39616"}, {"stopSequence": 45, "arrival": {"time": "1694891620"}, "stopId": "39617"}, {"stopSequence": 46, "arrival": {"time": "1694891690"}, "stopId": "39618"}, {"stopSequence": 47, "arrival": {"time": "1694891745"}, "stopId": "39619"}, {"stopSequence": 48, "arrival": {"time": "1694891796"}, "stopId": "39620"}, {"stopSequence": 49, "arrival": {"time": "1694891883"}, "stopId": "39621"}, {"stopSequence": 50, "arrival": {"time": "1694891946"}, "stopId": "38281"}, {"stopSequence": 51, "arrival": {"time": "1694892018"}, "stopId": "37506"}, {"stopSequence": 52, "arrival": {"time": "1694892073"}, "stopId": "45068"}, {"stopSequence": 53, "arrival": {"time": "1694892245"}, "stopId": "37480"}, {"stopSequence": 54, "arrival": {"time": "1694892333"}, "stopId": "37477"}, {"stopSequence": 55, "arrival": {"time": "1694892432"}, "stopId": "40848"}, {"stopSequence": 56, "arrival": {"time": "1694892559"}, "stopId": "2-Apr"}, {"stopSequence": 57, "arrival": {"time": "1694892653"}, "stopId": "39728"}, {"stopSequence": 58, "arrival": {"time": "1694892804"}, "stopId": "39729"}, {"stopSequence": 59, "arrival": {"time": "1694892844"}, "stopId": "39730"}, {"stopSequence": 60, "arrival": {"time": "1694893019"}, "stopId": "42200"}, {"stopSequence": 61, "arrival": {"time": "1694893098"}, "stopId": "42203"}, {"stopSequence": 62, "arrival": {"time": "1694893196"}, "stopId": "42204"}, {"stopSequence": 63, "arrival": {"time": "1694893273"}, "stopId": "42205"}, {"stopSequence": 64, "arrival": {"time": "1694893387"}, "stopId": "42201"}, {"stopSequence": 65, "arrival": {"time": "1694893904"}, "stopId": "42206"}, {"stopSequence": 66, "arrival": {"time": "1694894026"}, "stopId": "42207"}, {"stopSequence": 67, "arrival": {"time": "1694894164"}, "stopId": "42208"}, {"stopSequence": 68, "arrival": {"time": "1694894471"}, "stopId": "42564"}, {"stopSequence": 69, "arrival": {"time": "1694894736"}, "stopId": "42214"}, {"stopSequence": 70, "arrival": {"time": "1694895051"}, "stopId": "42209"}, {"stopSequence": 71, "arrival": {"time": "1694895410"}, "stopId": "42210"}, {"stopSequence": 72, "arrival": {"time": "1694896013"}, "stopId": "40951"}, {"stopSequence": 73, "arrival": {"time": "1694896245"}, "stopId": "40952"}, {"stopSequence": 74, "arrival": {"time": "1694896477"}, "stopId": "40953"}, {"stopSequence": 75, "arrival": {"time": "1694896659"}, "stopId": "40954"}, {"stopSequence": 76, "arrival": {"time": "1694896969"}, "stopId": "40955"}, {"stopSequence": 77, "arrival": {"time": "1694897141"}, "stopId": "40956"}, {"stopSequence": 78, "arrival": {"time": "1694897405"}, "stopId": "40957"}, {"stopSequence": 79, "arrival": {"time": "1694897694"}, "stopId": "40958"}, {"stopSequence": 80, "arrival": {"time": "1694897821"}, "stopId": "40959"}, {"stopSequence": 81, "arrival": {"time": "1694898596"}, "stopId": "40960"}, {"stopSequence": 82, "arrival": {"time": "1694899251"}, "stopId": "30962"}, {"stopSequence": 83, "arrival": {"time": "1694899647"}, "stopId": "40961"}, {"stopSequence": 84, "arrival": {"time": "1694900057"}, "stopId": "40608"}, {"stopSequence": 85, "arrival": {"time": "1694900958"}, "stopId": "40605"}, {"stopSequence": 86, "arrival": {"time": "1694903126"}, "stopId": "40597"}, {"stopSequence": 87, "arrival": {"time": "1694903976"}, "stopId": "40593"}, {"stopSequence": 88, "arrival": {"time": "1694904963"}, "stopId": "40962"}, {"stopSequence": 89, "arrival": {"time": "1694905109"}, "stopId": "40588"}, {"stopSequence": 90, "arrival": {"time": "1694906062"}, "stopId": "40594"}, {"stopSequence": 91, "arrival": {"time": "1694906063"}, "stopId": "40586"}, {"stopSequence": 92, "arrival": {"time": "1694906541"}, "stopId": "40585"}, {"stopSequence": 93, "arrival": {"time": "1694906733"}, "stopId": "40584"}, {"stopSequence": 94, "arrival": {"time": "1694909087"}, "stopId": "40587"}], "vehicle": {"licensePlate": "GWSG58"}, "timestamp": "1694889008"}, "vehicle": {"trip": {"tripId": "26066-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "735", "directionId": 1}, "position": {"latitude": -36.713505, "longitude": -73.11313, "bearing": 135.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694889008", "vehicle": {"licensePlate": "GWSG58"}}}, {"id": "382197bf-3c91-4856-855e-cd7977896cab", "tripUpdate": {"trip": {"tripId": "21062-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 86, "arrival": {"time": "1694889130"}, "stopId": "7-Jul"}, {"stopSequence": 87, "arrival": {"time": "1694889344"}, "stopId": "7-Feb"}, {"stopSequence": 88, "arrival": {"time": "1694889413"}, "stopId": "8-Jan"}, {"stopSequence": 89, "arrival": {"time": "1694889444"}, "stopId": "9-Jan"}, {"stopSequence": 90, "arrival": {"time": "1694889484"}, "stopId": "10-Apr"}, {"stopSequence": 91, "arrival": {"time": "1694889542"}, "stopId": "10-Jan"}, {"stopSequence": 92, "arrival": {"time": "1694889583"}, "stopId": "44863"}, {"stopSequence": 93, "arrival": {"time": "1694889614"}, "stopId": "10-Mar"}, {"stopSequence": 94, "arrival": {"time": "1694889668"}, "stopId": "11-Jan"}, {"stopSequence": 95, "arrival": {"time": "1694889711"}, "stopId": "44866"}, {"stopSequence": 96, "arrival": {"time": "1694889756"}, "stopId": "44867"}, {"stopSequence": 97, "arrival": {"time": "1694889788"}, "stopId": "44868"}, {"stopSequence": 98, "arrival": {"time": "1694889807"}, "stopId": "44869"}, {"stopSequence": 99, "arrival": {"time": "1694889842"}, "stopId": "44870"}, {"stopSequence": 100, "arrival": {"time": "1694889871"}, "stopId": "44871"}, {"stopSequence": 101, "arrival": {"time": "1694889909"}, "stopId": "44872"}, {"stopSequence": 102, "arrival": {"time": "1694889968"}, "stopId": "50020"}, {"stopSequence": 103, "arrival": {"time": "1694890049"}, "stopId": "14-11"}, {"stopSequence": 104, "arrival": {"time": "1694890086"}, "stopId": "91162"}, {"stopSequence": 105, "arrival": {"time": "1694890164"}, "stopId": "50023"}, {"stopSequence": 106, "arrival": {"time": "1694890261"}, "stopId": "14-Jul"}, {"stopSequence": 107, "arrival": {"time": "1694890294"}, "stopId": "14-Apr"}, {"stopSequence": 108, "arrival": {"time": "1694890340"}, "stopId": "37474"}, {"stopSequence": 109, "arrival": {"time": "1694890381"}, "stopId": "44879"}, {"stopSequence": 110, "arrival": {"time": "1694890410"}, "stopId": "44880"}, {"stopSequence": 111, "arrival": {"time": "1694890441"}, "stopId": "44881"}, {"stopSequence": 112, "arrival": {"time": "1694890458"}, "stopId": "50028"}, {"stopSequence": 113, "arrival": {"time": "1694890518"}, "stopId": "38151"}, {"stopSequence": 114, "arrival": {"time": "1694890664"}, "stopId": "15-13"}, {"stopSequence": 115, "arrival": {"time": "1694890719"}, "stopId": "38194"}, {"stopSequence": 116, "arrival": {"time": "1694890744"}, "stopId": "50029"}, {"stopSequence": 118, "arrival": {"time": "1694890757"}, "stopId": "50014"}, {"stopSequence": 119, "arrival": {"time": "1694890771"}, "stopId": "38204"}, {"stopSequence": 120, "arrival": {"time": "1694890809"}, "stopId": "50013"}, {"stopSequence": 121, "arrival": {"time": "1694890849"}, "stopId": "38127"}, {"stopSequence": 122, "arrival": {"time": "1694890888"}, "stopId": "50015"}, {"stopSequence": 123, "arrival": {"time": "1694891096"}, "stopId": "38149"}, {"stopSequence": 124, "arrival": {"time": "1694891162"}, "stopId": "14-Feb"}], "vehicle": {"licensePlate": "BVRP53"}, "timestamp": "1694889009"}, "vehicle": {"trip": {"tripId": "21062-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 1}, "position": {"latitude": -36.756535, "longitude": -73.00246, "bearing": 47.0, "odometer": 0.0, "speed": 18.61111}, "timestamp": "1694889009", "vehicle": {"licensePlate": "BVRP53"}}}, {"id": "3246cf03-b840-4daf-bd33-fb5e05ecfd1b", "tripUpdate": {"trip": {"tripId": "21132-701ff27f-2", "startTime": "15:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 14, "arrival": {"time": "1694889027"}, "stopId": "1566267"}, {"stopSequence": 15, "arrival": {"time": "1694889110"}, "stopId": "44967"}, {"stopSequence": 16, "arrival": {"time": "1694889161"}, "stopId": "44968"}, {"stopSequence": 17, "arrival": {"time": "1694889217"}, "stopId": "14-May"}, {"stopSequence": 18, "arrival": {"time": "1694889249"}, "stopId": "14-Jun"}, {"stopSequence": 19, "arrival": {"time": "1694889308"}, "stopId": "14-Aug"}, {"stopSequence": 20, "arrival": {"time": "1694889355"}, "stopId": "50024"}, {"stopSequence": 21, "arrival": {"time": "1694889477"}, "stopId": "14-12"}, {"stopSequence": 22, "arrival": {"time": "1694889555"}, "stopId": "37471"}, {"stopSequence": 23, "arrival": {"time": "1694889587"}, "stopId": "37560"}, {"stopSequence": 24, "arrival": {"time": "1694889620"}, "stopId": "37564"}, {"stopSequence": 25, "arrival": {"time": "1694889657"}, "stopId": "37517"}, {"stopSequence": 26, "arrival": {"time": "1694889687"}, "stopId": "37475"}, {"stopSequence": 27, "arrival": {"time": "1694889721"}, "stopId": "37508"}, {"stopSequence": 28, "arrival": {"time": "1694889748"}, "stopId": "37476"}, {"stopSequence": 29, "arrival": {"time": "1694889777"}, "stopId": "37526"}, {"stopSequence": 30, "arrival": {"time": "1694889843"}, "stopId": "37567"}, {"stopSequence": 31, "arrival": {"time": "1694889861"}, "stopId": "13-Jan"}, {"stopSequence": 32, "arrival": {"time": "1694889916"}, "stopId": "13-Feb"}, {"stopSequence": 33, "arrival": {"time": "1694889940"}, "stopId": "28-Jan"}, {"stopSequence": 34, "arrival": {"time": "1694889986"}, "stopId": "12-3"}, {"stopSequence": 35, "arrival": {"time": "1694890055"}, "stopId": "12-Jan"}, {"stopSequence": 36, "arrival": {"time": "1694890102"}, "stopId": "12-Feb"}, {"stopSequence": 37, "arrival": {"time": "1694890154"}, "stopId": "7-Jan"}, {"stopSequence": 38, "arrival": {"time": "1694890206"}, "stopId": "7-Mar"}, {"stopSequence": 39, "arrival": {"time": "1694890346"}, "stopId": "7-Jun"}, {"stopSequence": 40, "arrival": {"time": "1694890405"}, "stopId": "7-Aug"}, {"stopSequence": 41, "arrival": {"time": "1694890549"}, "stopId": "6-Mar"}, {"stopSequence": 42, "arrival": {"time": "1694890651"}, "stopId": "6-May"}, {"stopSequence": 43, "arrival": {"time": "1694890810"}, "stopId": "6-Jul"}, {"stopSequence": 44, "arrival": {"time": "1694890879"}, "stopId": "6-Sep"}, {"stopSequence": 45, "arrival": {"time": "1694890976"}, "stopId": "6-Nov"}, {"stopSequence": 46, "arrival": {"time": "1694891085"}, "stopId": "6-Dec"}, {"stopSequence": 47, "arrival": {"time": "1694891185"}, "stopId": "Jun-14"}, {"stopSequence": 48, "arrival": {"time": "1694891353"}, "stopId": "Jun-17"}, {"stopSequence": 49, "arrival": {"time": "1694891445"}, "stopId": "Jun-19"}, {"stopSequence": 50, "arrival": {"time": "1694891515"}, "stopId": "Jun-20"}, {"stopSequence": 51, "arrival": {"time": "1694891590"}, "stopId": "Jun-22"}, {"stopSequence": 52, "arrival": {"time": "1694891668"}, "stopId": "Jun-24"}, {"stopSequence": 53, "arrival": {"time": "1694891779"}, "stopId": "Jun-25"}, {"stopSequence": 54, "arrival": {"time": "1694892158"}, "stopId": "90003"}, {"stopSequence": 55, "arrival": {"time": "1694892223"}, "stopId": "90007"}, {"stopSequence": 56, "arrival": {"time": "1694892295"}, "stopId": "90008"}, {"stopSequence": 57, "arrival": {"time": "1694892458"}, "stopId": "39599"}, {"stopSequence": 58, "arrival": {"time": "1694892492"}, "stopId": "39600"}, {"stopSequence": 59, "arrival": {"time": "1694892594"}, "stopId": "37496"}, {"stopSequence": 60, "arrival": {"time": "1694892672"}, "stopId": "45064"}, {"stopSequence": 61, "arrival": {"time": "1694892791"}, "stopId": "37506"}, {"stopSequence": 62, "arrival": {"time": "1694892915"}, "stopId": "45069"}, {"stopSequence": 63, "arrival": {"time": "1694893111"}, "stopId": "37523"}, {"stopSequence": 64, "arrival": {"time": "1694893184"}, "stopId": "37477"}, {"stopSequence": 65, "arrival": {"time": "1694893347"}, "stopId": "49310"}, {"stopSequence": 66, "arrival": {"time": "1694893408"}, "stopId": "49311"}, {"stopSequence": 67, "arrival": {"time": "1694893518"}, "stopId": "39634"}, {"stopSequence": 68, "arrival": {"time": "1694893569"}, "stopId": "39635"}, {"stopSequence": 69, "arrival": {"time": "1694893663"}, "stopId": "39636"}, {"stopSequence": 70, "arrival": {"time": "1694893776"}, "stopId": "49503"}, {"stopSequence": 71, "arrival": {"time": "1694894057"}, "stopId": "39637"}, {"stopSequence": 72, "arrival": {"time": "1694894173"}, "stopId": "49317"}, {"stopSequence": 73, "arrival": {"time": "1694894249"}, "stopId": "49318"}, {"stopSequence": 74, "arrival": {"time": "1694894411"}, "stopId": "49319"}, {"stopSequence": 75, "arrival": {"time": "1694894575"}, "stopId": "39641"}, {"stopSequence": 76, "arrival": {"time": "1694894669"}, "stopId": "39642"}, {"stopSequence": 77, "arrival": {"time": "1694895362"}, "stopId": "49324"}, {"stopSequence": 78, "arrival": {"time": "1694895498"}, "stopId": "49325"}, {"stopSequence": 79, "arrival": {"time": "1694895708"}, "stopId": "49326"}, {"stopSequence": 80, "arrival": {"time": "1694895799"}, "stopId": "39648"}, {"stopSequence": 81, "arrival": {"time": "1694895969"}, "stopId": "39649"}, {"stopSequence": 82, "arrival": {"time": "1694896115"}, "stopId": "45112"}, {"stopSequence": 83, "arrival": {"time": "1694896283"}, "stopId": "45113"}, {"stopSequence": 84, "arrival": {"time": "1694896605"}, "stopId": "37490"}, {"stopSequence": 85, "arrival": {"time": "1694896835"}, "stopId": "45115"}, {"stopSequence": 86, "arrival": {"time": "1694896943"}, "stopId": "45116"}, {"stopSequence": 87, "arrival": {"time": "1694897268"}, "stopId": "45118"}, {"stopSequence": 88, "arrival": {"time": "1694897637"}, "stopId": "45119"}, {"stopSequence": 89, "arrival": {"time": "1694897870"}, "stopId": "45120"}, {"stopSequence": 90, "arrival": {"time": "1694898172"}, "stopId": "45121"}, {"stopSequence": 91, "arrival": {"time": "1694898413"}, "stopId": "38535"}, {"stopSequence": 92, "arrival": {"time": "1694898883"}, "stopId": "38536"}, {"stopSequence": 93, "arrival": {"time": "1694899064"}, "stopId": "4838437"}, {"stopSequence": 94, "arrival": {"time": "1694899496"}, "stopId": "45085"}, {"stopSequence": 95, "arrival": {"time": "1694900086"}, "stopId": "45086"}, {"stopSequence": 96, "arrival": {"time": "1694900499"}, "stopId": "38539"}, {"stopSequence": 97, "arrival": {"time": "1694901068"}, "stopId": "38540"}, {"stopSequence": 98, "arrival": {"time": "1694901816"}, "stopId": "38544"}, {"stopSequence": 99, "arrival": {"time": "1694902547"}, "stopId": "38545"}, {"stopSequence": 100, "arrival": {"time": "1694905329"}, "stopId": "38548"}, {"stopSequence": 101, "arrival": {"time": "1694906430"}, "stopId": "38549"}, {"stopSequence": 102, "arrival": {"time": "1694907468"}, "stopId": "38550"}, {"stopSequence": 103, "arrival": {"time": "1694909549"}, "stopId": "38551"}, {"stopSequence": 104, "arrival": {"time": "1694911796"}, "stopId": "38552"}, {"stopSequence": 105, "arrival": {"time": "1694914388"}, "stopId": "49359"}, {"stopSequence": 106, "arrival": {"time": "1694916378"}, "stopId": "49360"}, {"stopSequence": 107, "arrival": {"time": "1694921936"}, "stopId": "49361"}, {"stopSequence": 108, "arrival": {"time": "1694923347"}, "stopId": "49362"}, {"stopSequence": 109, "arrival": {"time": "1694926850"}, "stopId": "49363"}, {"stopSequence": 110, "arrival": {"time": "1694930989"}, "stopId": "49364"}, {"stopSequence": 111, "arrival": {"time": "1694934739"}, "stopId": "49365"}, {"stopSequence": 112, "arrival": {"time": "1694943859"}, "stopId": "38560"}, {"stopSequence": 113, "arrival": {"time": "1694950703"}, "stopId": "42857"}, {"stopSequence": 114, "arrival": {"time": "1694957601"}, "stopId": "38562"}, {"stopSequence": 115, "arrival": {"time": "1694967247"}, "stopId": "38563"}, {"stopSequence": 116, "arrival": {"time": "1694982118"}, "stopId": "42854"}, {"stopSequence": 117, "arrival": {"time": "1695065181"}, "stopId": "38565"}, {"stopSequence": 118, "arrival": {"time": "1695200619"}, "stopId": "40932"}], "vehicle": {"licensePlate": "CDTF40"}, "timestamp": "1694888980"}, "vehicle": {"trip": {"tripId": "21132-701ff27f-2", "startTime": "15:17:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 0}, "position": {"latitude": -36.711063, "longitude": -72.97395, "bearing": 242.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694888980", "vehicle": {"licensePlate": "CDTF40"}}}, {"id": "9aef2024-9eb1-4374-bbba-ca344b76d6ef", "tripUpdate": {"trip": {"tripId": "21064-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 19, "arrival": {"time": "1694889025"}, "stopId": "38646"}, {"stopSequence": 20, "arrival": {"time": "1694889065"}, "stopId": "38632"}, {"stopSequence": 21, "arrival": {"time": "1694889146"}, "stopId": "38767"}, {"stopSequence": 22, "arrival": {"time": "1694889218"}, "stopId": "38768"}, {"stopSequence": 23, "arrival": {"time": "1694889261"}, "stopId": "38769"}, {"stopSequence": 24, "arrival": {"time": "1694889303"}, "stopId": "49357"}, {"stopSequence": 25, "arrival": {"time": "1694889341"}, "stopId": "38771"}, {"stopSequence": 26, "arrival": {"time": "1694889388"}, "stopId": "38668"}, {"stopSequence": 27, "arrival": {"time": "1694889486"}, "stopId": "38661"}, {"stopSequence": 28, "arrival": {"time": "1694889568"}, "stopId": "38657"}, {"stopSequence": 29, "arrival": {"time": "1694889629"}, "stopId": "38743"}, {"stopSequence": 30, "arrival": {"time": "1694889694"}, "stopId": "38652"}, {"stopSequence": 31, "arrival": {"time": "1694889756"}, "stopId": "38721"}, {"stopSequence": 32, "arrival": {"time": "1694889811"}, "stopId": "38659"}, {"stopSequence": 33, "arrival": {"time": "1694889899"}, "stopId": "38674"}, {"stopSequence": 34, "arrival": {"time": "1694889964"}, "stopId": "38649"}, {"stopSequence": 35, "arrival": {"time": "1694890096"}, "stopId": "38735"}, {"stopSequence": 36, "arrival": {"time": "1694890149"}, "stopId": "42270"}, {"stopSequence": 37, "arrival": {"time": "1694890193"}, "stopId": "42271"}, {"stopSequence": 38, "arrival": {"time": "1694890382"}, "stopId": "38688"}, {"stopSequence": 39, "arrival": {"time": "1694890438"}, "stopId": "38673"}, {"stopSequence": 40, "arrival": {"time": "1694890513"}, "stopId": "39785"}, {"stopSequence": 41, "arrival": {"time": "1694890552"}, "stopId": "38664"}, {"stopSequence": 42, "arrival": {"time": "1694890606"}, "stopId": "38702"}, {"stopSequence": 43, "arrival": {"time": "1694890650"}, "stopId": "39787"}, {"stopSequence": 44, "arrival": {"time": "1694890693"}, "stopId": "38501"}, {"stopSequence": 45, "arrival": {"time": "1694890761"}, "stopId": "38692"}, {"stopSequence": 46, "arrival": {"time": "1694890829"}, "stopId": "38714"}, {"stopSequence": 47, "arrival": {"time": "1694890881"}, "stopId": "39791"}, {"stopSequence": 48, "arrival": {"time": "1694890910"}, "stopId": "38506"}, {"stopSequence": 49, "arrival": {"time": "1694890962"}, "stopId": "38635"}, {"stopSequence": 50, "arrival": {"time": "1694891000"}, "stopId": "38509"}, {"stopSequence": 51, "arrival": {"time": "1694891044"}, "stopId": "38642"}, {"stopSequence": 52, "arrival": {"time": "1694891092"}, "stopId": "39795"}, {"stopSequence": 53, "arrival": {"time": "1694891120"}, "stopId": "38502"}, {"stopSequence": 54, "arrival": {"time": "1694891194"}, "stopId": "38503"}, {"stopSequence": 55, "arrival": {"time": "1694891417"}, "stopId": "35692"}, {"stopSequence": 56, "arrival": {"time": "1694891490"}, "stopId": "35693"}, {"stopSequence": 57, "arrival": {"time": "1694891558"}, "stopId": "35694"}, {"stopSequence": 58, "arrival": {"time": "1694891589"}, "stopId": "35695"}, {"stopSequence": 59, "arrival": {"time": "1694891660"}, "stopId": "35696"}, {"stopSequence": 60, "arrival": {"time": "1694891865"}, "stopId": "35697"}, {"stopSequence": 61, "arrival": {"time": "1694892024"}, "stopId": "39778"}, {"stopSequence": 62, "arrival": {"time": "1694892165"}, "stopId": "35797"}, {"stopSequence": 63, "arrival": {"time": "1694892231"}, "stopId": "35798"}, {"stopSequence": 64, "arrival": {"time": "1694892280"}, "stopId": "35799"}, {"stopSequence": 65, "arrival": {"time": "1694892377"}, "stopId": "35800"}, {"stopSequence": 66, "arrival": {"time": "1694892450"}, "stopId": "35801"}, {"stopSequence": 67, "arrival": {"time": "1694892489"}, "stopId": "35802"}, {"stopSequence": 68, "arrival": {"time": "1694892562"}, "stopId": "35803"}, {"stopSequence": 69, "arrival": {"time": "1694892649"}, "stopId": "38507"}, {"stopSequence": 70, "arrival": {"time": "1694892730"}, "stopId": "34473"}, {"stopSequence": 71, "arrival": {"time": "1694892802"}, "stopId": "38500"}, {"stopSequence": 72, "arrival": {"time": "1694892864"}, "stopId": "35808"}, {"stopSequence": 73, "arrival": {"time": "1694892976"}, "stopId": "35710"}, {"stopSequence": 74, "arrival": {"time": "1694893054"}, "stopId": "50036"}, {"stopSequence": 75, "arrival": {"time": "1694893480"}, "stopId": "50037"}, {"stopSequence": 76, "arrival": {"time": "1694893775"}, "stopId": "50038"}, {"stopSequence": 77, "arrival": {"time": "1694893942"}, "stopId": "50039"}, {"stopSequence": 78, "arrival": {"time": "1694894061"}, "stopId": "50040"}, {"stopSequence": 79, "arrival": {"time": "1694894284"}, "stopId": "50041"}, {"stopSequence": 80, "arrival": {"time": "1694894647"}, "stopId": "Jun-15"}, {"stopSequence": 81, "arrival": {"time": "1694894898"}, "stopId": "Jun-13"}, {"stopSequence": 82, "arrival": {"time": "1694895488"}, "stopId": "6-Oct"}, {"stopSequence": 83, "arrival": {"time": "1694895681"}, "stopId": "6-Aug"}, {"stopSequence": 84, "arrival": {"time": "1694896248"}, "stopId": "6-Jun"}, {"stopSequence": 85, "arrival": {"time": "1694896726"}, "stopId": "6-Feb"}, {"stopSequence": 86, "arrival": {"time": "1694897331"}, "stopId": "7-Jul"}, {"stopSequence": 87, "arrival": {"time": "1694898441"}, "stopId": "7-Feb"}, {"stopSequence": 88, "arrival": {"time": "1694898854"}, "stopId": "8-Jan"}, {"stopSequence": 89, "arrival": {"time": "1694899059"}, "stopId": "9-Jan"}, {"stopSequence": 90, "arrival": {"time": "1694899327"}, "stopId": "10-Apr"}, {"stopSequence": 91, "arrival": {"time": "1694899740"}, "stopId": "10-Jan"}, {"stopSequence": 92, "arrival": {"time": "1694900056"}, "stopId": "44863"}, {"stopSequence": 93, "arrival": {"time": "1694900306"}, "stopId": "10-Mar"}, {"stopSequence": 94, "arrival": {"time": "1694900762"}, "stopId": "11-Jan"}, {"stopSequence": 95, "arrival": {"time": "1694901154"}, "stopId": "44866"}, {"stopSequence": 96, "arrival": {"time": "1694901588"}, "stopId": "44867"}, {"stopSequence": 97, "arrival": {"time": "1694901914"}, "stopId": "44868"}, {"stopSequence": 98, "arrival": {"time": "1694902118"}, "stopId": "44869"}, {"stopSequence": 99, "arrival": {"time": "1694902512"}, "stopId": "44870"}, {"stopSequence": 100, "arrival": {"time": "1694902850"}, "stopId": "44871"}, {"stopSequence": 101, "arrival": {"time": "1694903310"}, "stopId": "44872"}, {"stopSequence": 102, "arrival": {"time": "1694904099"}, "stopId": "50020"}, {"stopSequence": 103, "arrival": {"time": "1694905315"}, "stopId": "14-11"}, {"stopSequence": 104, "arrival": {"time": "1694905941"}, "stopId": "91162"}, {"stopSequence": 105, "arrival": {"time": "1694907401"}, "stopId": "50023"}, {"stopSequence": 106, "arrival": {"time": "1694909548"}, "stopId": "14-Jul"}, {"stopSequence": 107, "arrival": {"time": "1694910411"}, "stopId": "14-Apr"}, {"stopSequence": 108, "arrival": {"time": "1694911689"}, "stopId": "37474"}, {"stopSequence": 109, "arrival": {"time": "1694912966"}, "stopId": "44879"}, {"stopSequence": 110, "arrival": {"time": "1694913962"}, "stopId": "44880"}, {"stopSequence": 111, "arrival": {"time": "1694915109"}, "stopId": "44881"}, {"stopSequence": 112, "arrival": {"time": "1694915740"}, "stopId": "50028"}, {"stopSequence": 113, "arrival": {"time": "1694918403"}, "stopId": "38151"}, {"stopSequence": 114, "arrival": {"time": "1694927297"}, "stopId": "15-13"}, {"stopSequence": 115, "arrival": {"time": "1694932161"}, "stopId": "38194"}, {"stopSequence": 116, "arrival": {"time": "1694934807"}, "stopId": "50029"}, {"stopSequence": 118, "arrival": {"time": "1694936206"}, "stopId": "50014"}, {"stopSequence": 119, "arrival": {"time": "1694937917"}, "stopId": "38204"}, {"stopSequence": 120, "arrival": {"time": "1694943169"}, "stopId": "50013"}, {"stopSequence": 121, "arrival": {"time": "1694949922"}, "stopId": "38127"}, {"stopSequence": 122, "arrival": {"time": "1694958162"}, "stopId": "50015"}, {"stopSequence": 123, "arrival": {"time": "1695123991"}, "stopId": "38149"}, {"stopSequence": 124, "arrival": {"time": "1695803865"}, "stopId": "14-Feb"}], "vehicle": {"licensePlate": "CDTF83"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "21064-701ff27f-2", "startTime": "15:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 1}, "position": {"latitude": -36.71242, "longitude": -73.1147, "bearing": 136.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694888988", "vehicle": {"licensePlate": "CDTF83"}}}, {"id": "ace21c3f-fa61-451a-ae52-b23ed0242f81", "tripUpdate": {"trip": {"tripId": "21130-701ff27f-2", "startTime": "14:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 47, "arrival": {"time": "1694889015"}, "stopId": "Jun-14"}, {"stopSequence": 48, "arrival": {"time": "1694889173"}, "stopId": "Jun-17"}, {"stopSequence": 49, "arrival": {"time": "1694889255"}, "stopId": "Jun-19"}, {"stopSequence": 50, "arrival": {"time": "1694889316"}, "stopId": "Jun-20"}, {"stopSequence": 51, "arrival": {"time": "1694889379"}, "stopId": "Jun-22"}, {"stopSequence": 52, "arrival": {"time": "1694889444"}, "stopId": "Jun-24"}, {"stopSequence": 53, "arrival": {"time": "1694889532"}, "stopId": "Jun-25"}, {"stopSequence": 54, "arrival": {"time": "1694889814"}, "stopId": "90003"}, {"stopSequence": 55, "arrival": {"time": "1694889859"}, "stopId": "90007"}, {"stopSequence": 56, "arrival": {"time": "1694889908"}, "stopId": "90008"}, {"stopSequence": 57, "arrival": {"time": "1694890015"}, "stopId": "39599"}, {"stopSequence": 58, "arrival": {"time": "1694890037"}, "stopId": "39600"}, {"stopSequence": 59, "arrival": {"time": "1694890102"}, "stopId": "37496"}, {"stopSequence": 60, "arrival": {"time": "1694890150"}, "stopId": "45064"}, {"stopSequence": 61, "arrival": {"time": "1694890221"}, "stopId": "37506"}, {"stopSequence": 62, "arrival": {"time": "1694890294"}, "stopId": "45069"}, {"stopSequence": 63, "arrival": {"time": "1694890405"}, "stopId": "37523"}, {"stopSequence": 64, "arrival": {"time": "1694890445"}, "stopId": "37477"}, {"stopSequence": 65, "arrival": {"time": "1694890531"}, "stopId": "49310"}, {"stopSequence": 66, "arrival": {"time": "1694890563"}, "stopId": "49311"}, {"stopSequence": 67, "arrival": {"time": "1694890619"}, "stopId": "39634"}, {"stopSequence": 68, "arrival": {"time": "1694890645"}, "stopId": "39635"}, {"stopSequence": 69, "arrival": {"time": "1694890692"}, "stopId": "39636"}, {"stopSequence": 70, "arrival": {"time": "1694890746"}, "stopId": "49503"}, {"stopSequence": 71, "arrival": {"time": "1694890878"}, "stopId": "39637"}, {"stopSequence": 72, "arrival": {"time": "1694890930"}, "stopId": "49317"}, {"stopSequence": 73, "arrival": {"time": "1694890963"}, "stopId": "49318"}, {"stopSequence": 74, "arrival": {"time": "1694891034"}, "stopId": "49319"}, {"stopSequence": 75, "arrival": {"time": "1694891102"}, "stopId": "39641"}, {"stopSequence": 76, "arrival": {"time": "1694891141"}, "stopId": "39642"}, {"stopSequence": 77, "arrival": {"time": "1694891409"}, "stopId": "49324"}, {"stopSequence": 78, "arrival": {"time": "1694891458"}, "stopId": "49325"}, {"stopSequence": 79, "arrival": {"time": "1694891532"}, "stopId": "49326"}, {"stopSequence": 80, "arrival": {"time": "1694891564"}, "stopId": "39648"}, {"stopSequence": 81, "arrival": {"time": "1694891621"}, "stopId": "39649"}, {"stopSequence": 82, "arrival": {"time": "1694891670"}, "stopId": "45112"}, {"stopSequence": 83, "arrival": {"time": "1694891724"}, "stopId": "45113"}, {"stopSequence": 84, "arrival": {"time": "1694891825"}, "stopId": "37490"}, {"stopSequence": 85, "arrival": {"time": "1694891894"}, "stopId": "45115"}, {"stopSequence": 86, "arrival": {"time": "1694891926"}, "stopId": "45116"}, {"stopSequence": 87, "arrival": {"time": "1694892019"}, "stopId": "45118"}, {"stopSequence": 88, "arrival": {"time": "1694892121"}, "stopId": "45119"}, {"stopSequence": 89, "arrival": {"time": "1694892183"}, "stopId": "45120"}, {"stopSequence": 90, "arrival": {"time": "1694892260"}, "stopId": "45121"}, {"stopSequence": 91, "arrival": {"time": "1694892320"}, "stopId": "38535"}, {"stopSequence": 92, "arrival": {"time": "1694892432"}, "stopId": "38536"}, {"stopSequence": 93, "arrival": {"time": "1694892474"}, "stopId": "4838437"}, {"stopSequence": 94, "arrival": {"time": "1694892570"}, "stopId": "45085"}, {"stopSequence": 95, "arrival": {"time": "1694892695"}, "stopId": "45086"}, {"stopSequence": 96, "arrival": {"time": "1694892778"}, "stopId": "38539"}, {"stopSequence": 97, "arrival": {"time": "1694892886"}, "stopId": "38540"}, {"stopSequence": 98, "arrival": {"time": "1694893021"}, "stopId": "38544"}, {"stopSequence": 99, "arrival": {"time": "1694893143"}, "stopId": "38545"}, {"stopSequence": 100, "arrival": {"time": "1694893544"}, "stopId": "38548"}, {"stopSequence": 101, "arrival": {"time": "1694893679"}, "stopId": "38549"}, {"stopSequence": 102, "arrival": {"time": "1694893797"}, "stopId": "38550"}, {"stopSequence": 103, "arrival": {"time": "1694894008"}, "stopId": "38551"}, {"stopSequence": 104, "arrival": {"time": "1694894205"}, "stopId": "38552"}, {"stopSequence": 105, "arrival": {"time": "1694894401"}, "stopId": "49359"}, {"stopSequence": 106, "arrival": {"time": "1694894532"}, "stopId": "49360"}, {"stopSequence": 107, "arrival": {"time": "1694894834"}, "stopId": "49361"}, {"stopSequence": 108, "arrival": {"time": "1694894899"}, "stopId": "49362"}, {"stopSequence": 109, "arrival": {"time": "1694895042"}, "stopId": "49363"}, {"stopSequence": 110, "arrival": {"time": "1694895187"}, "stopId": "49364"}, {"stopSequence": 111, "arrival": {"time": "1694895299"}, "stopId": "49365"}, {"stopSequence": 112, "arrival": {"time": "1694895517"}, "stopId": "38560"}, {"stopSequence": 113, "arrival": {"time": "1694895644"}, "stopId": "42857"}, {"stopSequence": 114, "arrival": {"time": "1694895750"}, "stopId": "38562"}, {"stopSequence": 115, "arrival": {"time": "1694895870"}, "stopId": "38563"}, {"stopSequence": 116, "arrival": {"time": "1694896011"}, "stopId": "42854"}, {"stopSequence": 117, "arrival": {"time": "1694896383"}, "stopId": "38565"}, {"stopSequence": 118, "arrival": {"time": "1694896577"}, "stopId": "40932"}, {"stopSequence": 119, "arrival": {"time": "1694896890"}, "stopId": "38567"}, {"stopSequence": 120, "arrival": {"time": "1694897103"}, "stopId": "38568"}, {"stopSequence": 121, "arrival": {"time": "1694897235"}, "stopId": "38569"}, {"stopSequence": 122, "arrival": {"time": "1694897437"}, "stopId": "38570"}, {"stopSequence": 123, "arrival": {"time": "1694897719"}, "stopId": "38571"}, {"stopSequence": 124, "arrival": {"time": "1694897998"}, "stopId": "38572"}, {"stopSequence": 125, "arrival": {"time": "1694899000"}, "stopId": "38393"}, {"stopSequence": 126, "arrival": {"time": "1694899343"}, "stopId": "38394"}, {"stopSequence": 127, "arrival": {"time": "1694899657"}, "stopId": "38395"}, {"stopSequence": 128, "arrival": {"time": "1694899911"}, "stopId": "38396"}, {"stopSequence": 129, "arrival": {"time": "1694900381"}, "stopId": "38397"}, {"stopSequence": 130, "arrival": {"time": "1694900575"}, "stopId": "38398"}, {"stopSequence": 131, "arrival": {"time": "1694900792"}, "stopId": "38399"}, {"stopSequence": 132, "arrival": {"time": "1694901367"}, "stopId": "38400"}, {"stopSequence": 133, "arrival": {"time": "1694901826"}, "stopId": "38401"}, {"stopSequence": 134, "arrival": {"time": "1694902289"}, "stopId": "38402"}, {"stopSequence": 135, "arrival": {"time": "1694903181"}, "stopId": "38433"}], "vehicle": {"licensePlate": "CXLY26"}, "timestamp": "1694888978"}, "vehicle": {"trip": {"tripId": "21130-701ff27f-2", "startTime": "14:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 0}, "position": {"latitude": -36.780014, "longitude": -73.019875, "bearing": 206.0, "odometer": 0.0, "speed": 17.777779}, "timestamp": "1694888978", "vehicle": {"licensePlate": "CXLY26"}}}, {"id": "9cd347c3-b7a1-4d21-bea6-4611d7e839d9", "tripUpdate": {"trip": {"tripId": "21126-701ff27f-2", "startTime": "13:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 113, "arrival": {"time": "1694888943"}, "stopId": "42857"}, {"stopSequence": 114, "arrival": {"time": "1694888976"}, "stopId": "38562"}, {"stopSequence": 115, "arrival": {"time": "1694889013"}, "stopId": "38563"}, {"stopSequence": 116, "arrival": {"time": "1694889054"}, "stopId": "42854"}, {"stopSequence": 117, "arrival": {"time": "1694889156"}, "stopId": "38565"}, {"stopSequence": 118, "arrival": {"time": "1694889205"}, "stopId": "40932"}, {"stopSequence": 119, "arrival": {"time": "1694889280"}, "stopId": "38567"}, {"stopSequence": 120, "arrival": {"time": "1694889327"}, "stopId": "38568"}, {"stopSequence": 121, "arrival": {"time": "1694889356"}, "stopId": "38569"}, {"stopSequence": 122, "arrival": {"time": "1694889398"}, "stopId": "38570"}, {"stopSequence": 123, "arrival": {"time": "1694889454"}, "stopId": "38571"}, {"stopSequence": 124, "arrival": {"time": "1694889505"}, "stopId": "38572"}, {"stopSequence": 125, "arrival": {"time": "1694889670"}, "stopId": "38393"}, {"stopSequence": 126, "arrival": {"time": "1694889720"}, "stopId": "38394"}, {"stopSequence": 127, "arrival": {"time": "1694889763"}, "stopId": "38395"}, {"stopSequence": 128, "arrival": {"time": "1694889796"}, "stopId": "38396"}, {"stopSequence": 129, "arrival": {"time": "1694889854"}, "stopId": "38397"}, {"stopSequence": 130, "arrival": {"time": "1694889876"}, "stopId": "38398"}, {"stopSequence": 131, "arrival": {"time": "1694889901"}, "stopId": "38399"}, {"stopSequence": 132, "arrival": {"time": "1694889962"}, "stopId": "38400"}, {"stopSequence": 133, "arrival": {"time": "1694890008"}, "stopId": "38401"}, {"stopSequence": 134, "arrival": {"time": "1694890051"}, "stopId": "38402"}, {"stopSequence": 135, "arrival": {"time": "1694890126"}, "stopId": "38433"}], "vehicle": {"licensePlate": "DRFJ16"}, "timestamp": "1694888936"}, "vehicle": {"trip": {"tripId": "21126-701ff27f-2", "startTime": "13:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 0}, "position": {"latitude": -36.712807, "longitude": -73.1155, "bearing": 185.0, "odometer": 0.0, "speed": 5.5555553}, "timestamp": "1694888936", "vehicle": {"licensePlate": "DRFJ16"}}}, {"id": "f003275a-7e73-4967-aafd-d45d4626d1b1", "tripUpdate": {"trip": {"tripId": "21065-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 3, "arrival": {"time": "1694889017"}, "stopId": "38508"}, {"stopSequence": 4, "arrival": {"time": "1694889083"}, "stopId": "38511"}, {"stopSequence": 5, "arrival": {"time": "1694889129"}, "stopId": "38482"}, {"stopSequence": 6, "arrival": {"time": "1694889151"}, "stopId": "38440"}, {"stopSequence": 7, "arrival": {"time": "1694889179"}, "stopId": "38446"}, {"stopSequence": 8, "arrival": {"time": "1694889246"}, "stopId": "38491"}, {"stopSequence": 9, "arrival": {"time": "1694889326"}, "stopId": "38498"}, {"stopSequence": 10, "arrival": {"time": "1694889366"}, "stopId": "38495"}, {"stopSequence": 11, "arrival": {"time": "1694889542"}, "stopId": "37446"}, {"stopSequence": 12, "arrival": {"time": "1694889606"}, "stopId": "37447"}, {"stopSequence": 13, "arrival": {"time": "1694889634"}, "stopId": "40929"}, {"stopSequence": 14, "arrival": {"time": "1694889696"}, "stopId": "40946"}, {"stopSequence": 15, "arrival": {"time": "1694889751"}, "stopId": "40947"}, {"stopSequence": 16, "arrival": {"time": "1694890015"}, "stopId": "42855"}, {"stopSequence": 17, "arrival": {"time": "1694890039"}, "stopId": "41975"}, {"stopSequence": 18, "arrival": {"time": "1694890094"}, "stopId": "38697"}, {"stopSequence": 19, "arrival": {"time": "1694890143"}, "stopId": "38646"}, {"stopSequence": 20, "arrival": {"time": "1694890179"}, "stopId": "38632"}, {"stopSequence": 21, "arrival": {"time": "1694890254"}, "stopId": "38767"}, {"stopSequence": 22, "arrival": {"time": "1694890322"}, "stopId": "38768"}, {"stopSequence": 23, "arrival": {"time": "1694890363"}, "stopId": "38769"}, {"stopSequence": 24, "arrival": {"time": "1694890403"}, "stopId": "49357"}, {"stopSequence": 25, "arrival": {"time": "1694890440"}, "stopId": "38771"}, {"stopSequence": 26, "arrival": {"time": "1694890486"}, "stopId": "38668"}, {"stopSequence": 27, "arrival": {"time": "1694890584"}, "stopId": "38661"}, {"stopSequence": 28, "arrival": {"time": "1694890668"}, "stopId": "38657"}, {"stopSequence": 29, "arrival": {"time": "1694890730"}, "stopId": "38743"}, {"stopSequence": 30, "arrival": {"time": "1694890798"}, "stopId": "38652"}, {"stopSequence": 31, "arrival": {"time": "1694890865"}, "stopId": "38721"}, {"stopSequence": 32, "arrival": {"time": "1694890924"}, "stopId": "38659"}, {"stopSequence": 33, "arrival": {"time": "1694891020"}, "stopId": "38674"}, {"stopSequence": 34, "arrival": {"time": "1694891093"}, "stopId": "38649"}, {"stopSequence": 35, "arrival": {"time": "1694891242"}, "stopId": "38735"}, {"stopSequence": 36, "arrival": {"time": "1694891304"}, "stopId": "42270"}, {"stopSequence": 37, "arrival": {"time": "1694891356"}, "stopId": "42271"}, {"stopSequence": 38, "arrival": {"time": "1694891583"}, "stopId": "38688"}, {"stopSequence": 39, "arrival": {"time": "1694891651"}, "stopId": "38673"}, {"stopSequence": 40, "arrival": {"time": "1694891746"}, "stopId": "39785"}, {"stopSequence": 41, "arrival": {"time": "1694891795"}, "stopId": "38664"}, {"stopSequence": 42, "arrival": {"time": "1694891863"}, "stopId": "38702"}, {"stopSequence": 43, "arrival": {"time": "1694891921"}, "stopId": "39787"}, {"stopSequence": 44, "arrival": {"time": "1694891976"}, "stopId": "38501"}, {"stopSequence": 45, "arrival": {"time": "1694892065"}, "stopId": "38692"}, {"stopSequence": 46, "arrival": {"time": "1694892156"}, "stopId": "38714"}, {"stopSequence": 47, "arrival": {"time": "1694892227"}, "stopId": "39791"}, {"stopSequence": 48, "arrival": {"time": "1694892266"}, "stopId": "38506"}, {"stopSequence": 49, "arrival": {"time": "1694892337"}, "stopId": "38635"}, {"stopSequence": 50, "arrival": {"time": "1694892389"}, "stopId": "38509"}, {"stopSequence": 51, "arrival": {"time": "1694892451"}, "stopId": "38642"}, {"stopSequence": 52, "arrival": {"time": "1694892518"}, "stopId": "39795"}, {"stopSequence": 53, "arrival": {"time": "1694892558"}, "stopId": "38502"}, {"stopSequence": 54, "arrival": {"time": "1694892663"}, "stopId": "38503"}, {"stopSequence": 55, "arrival": {"time": "1694892991"}, "stopId": "35692"}, {"stopSequence": 56, "arrival": {"time": "1694893102"}, "stopId": "35693"}, {"stopSequence": 57, "arrival": {"time": "1694893207"}, "stopId": "35694"}, {"stopSequence": 58, "arrival": {"time": "1694893254"}, "stopId": "35695"}, {"stopSequence": 59, "arrival": {"time": "1694893365"}, "stopId": "35696"}, {"stopSequence": 60, "arrival": {"time": "1694893693"}, "stopId": "35697"}, {"stopSequence": 61, "arrival": {"time": "1694893955"}, "stopId": "39778"}, {"stopSequence": 62, "arrival": {"time": "1694894195"}, "stopId": "35797"}, {"stopSequence": 63, "arrival": {"time": "1694894309"}, "stopId": "35798"}, {"stopSequence": 64, "arrival": {"time": "1694894394"}, "stopId": "35799"}, {"stopSequence": 65, "arrival": {"time": "1694894567"}, "stopId": "35800"}, {"stopSequence": 66, "arrival": {"time": "1694894698"}, "stopId": "35801"}, {"stopSequence": 67, "arrival": {"time": "1694894769"}, "stopId": "35802"}, {"stopSequence": 68, "arrival": {"time": "1694894903"}, "stopId": "35803"}, {"stopSequence": 69, "arrival": {"time": "1694895064"}, "stopId": "38507"}, {"stopSequence": 70, "arrival": {"time": "1694895218"}, "stopId": "34473"}, {"stopSequence": 71, "arrival": {"time": "1694895355"}, "stopId": "38500"}, {"stopSequence": 72, "arrival": {"time": "1694895476"}, "stopId": "35808"}, {"stopSequence": 73, "arrival": {"time": "1694895696"}, "stopId": "35710"}, {"stopSequence": 74, "arrival": {"time": "1694895852"}, "stopId": "50036"}, {"stopSequence": 75, "arrival": {"time": "1694896744"}, "stopId": "50037"}, {"stopSequence": 76, "arrival": {"time": "1694897404"}, "stopId": "50038"}, {"stopSequence": 77, "arrival": {"time": "1694897793"}, "stopId": "50039"}, {"stopSequence": 78, "arrival": {"time": "1694898080"}, "stopId": "50040"}, {"stopSequence": 79, "arrival": {"time": "1694898631"}, "stopId": "50041"}, {"stopSequence": 80, "arrival": {"time": "1694899582"}, "stopId": "Jun-15"}, {"stopSequence": 81, "arrival": {"time": "1694900280"}, "stopId": "Jun-13"}, {"stopSequence": 82, "arrival": {"time": "1694902068"}, "stopId": "6-Oct"}, {"stopSequence": 83, "arrival": {"time": "1694902700"}, "stopId": "6-Aug"}, {"stopSequence": 84, "arrival": {"time": "1694904725"}, "stopId": "6-Jun"}, {"stopSequence": 85, "arrival": {"time": "1694906648"}, "stopId": "6-Feb"}, {"stopSequence": 86, "arrival": {"time": "1694909419"}, "stopId": "7-Jul"}, {"stopSequence": 87, "arrival": {"time": "1694915826"}, "stopId": "7-Feb"}, {"stopSequence": 88, "arrival": {"time": "1694918797"}, "stopId": "8-Jan"}, {"stopSequence": 89, "arrival": {"time": "1694920417"}, "stopId": "9-Jan"}, {"stopSequence": 90, "arrival": {"time": "1694922714"}, "stopId": "10-Apr"}, {"stopSequence": 91, "arrival": {"time": "1694926706"}, "stopId": "10-Jan"}, {"stopSequence": 92, "arrival": {"time": "1694930209"}, "stopId": "44863"}, {"stopSequence": 93, "arrival": {"time": "1694933293"}, "stopId": "10-Mar"}, {"stopSequence": 94, "arrival": {"time": "1694939851"}, "stopId": "11-Jan"}, {"stopSequence": 95, "arrival": {"time": "1694946700"}, "stopId": "44866"}, {"stopSequence": 96, "arrival": {"time": "1694956083"}, "stopId": "44867"}, {"stopSequence": 97, "arrival": {"time": "1694964803"}, "stopId": "44868"}, {"stopSequence": 98, "arrival": {"time": "1694971237"}, "stopId": "44869"}, {"stopSequence": 99, "arrival": {"time": "1694986532"}, "stopId": "44870"}, {"stopSequence": 100, "arrival": {"time": "1695003930"}, "stopId": "44871"}, {"stopSequence": 101, "arrival": {"time": "1695038138"}, "stopId": "44872"}, {"stopSequence": 102, "arrival": {"time": "1695170431"}, "stopId": "50020"}], "vehicle": {"licensePlate": "WT1876"}, "timestamp": "1694888972"}, "vehicle": {"trip": {"tripId": "21065-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "736", "directionId": 1}, "position": {"latitude": -36.722805, "longitude": -73.142296, "bearing": 165.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694889034", "vehicle": {"licensePlate": "WT1876"}}}, {"id": "09d10caa-eb5b-49db-8c8b-a9ab470272d8", "tripUpdate": {"trip": {"tripId": "21198-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 9, "arrival": {"time": "1694889064"}, "stopId": "38495"}, {"stopSequence": 10, "arrival": {"time": "1694889218"}, "stopId": "40928"}, {"stopSequence": 11, "arrival": {"time": "1694889262"}, "stopId": "37446"}, {"stopSequence": 12, "arrival": {"time": "1694889338"}, "stopId": "37447"}, {"stopSequence": 13, "arrival": {"time": "1694889360"}, "stopId": "40929"}, {"stopSequence": 14, "arrival": {"time": "1694889424"}, "stopId": "40946"}, {"stopSequence": 15, "arrival": {"time": "1694889480"}, "stopId": "40947"}, {"stopSequence": 16, "arrival": {"time": "1694889522"}, "stopId": "42245"}, {"stopSequence": 17, "arrival": {"time": "1694889564"}, "stopId": "42246"}, {"stopSequence": 18, "arrival": {"time": "1694889617"}, "stopId": "38779"}, {"stopSequence": 19, "arrival": {"time": "1694889663"}, "stopId": "42247"}, {"stopSequence": 20, "arrival": {"time": "1694889708"}, "stopId": "42248"}, {"stopSequence": 21, "arrival": {"time": "1694889738"}, "stopId": "38782"}, {"stopSequence": 22, "arrival": {"time": "1694889847"}, "stopId": "42249"}, {"stopSequence": 23, "arrival": {"time": "1694890008"}, "stopId": "42250"}, {"stopSequence": 24, "arrival": {"time": "1694890084"}, "stopId": "38630"}, {"stopSequence": 25, "arrival": {"time": "1694890146"}, "stopId": "42252"}, {"stopSequence": 26, "arrival": {"time": "1694890176"}, "stopId": "42253"}, {"stopSequence": 27, "arrival": {"time": "1694890214"}, "stopId": "42254"}, {"stopSequence": 28, "arrival": {"time": "1694890255"}, "stopId": "42255"}, {"stopSequence": 29, "arrival": {"time": "1694890283"}, "stopId": "42256"}, {"stopSequence": 30, "arrival": {"time": "1694890302"}, "stopId": "42257"}, {"stopSequence": 31, "arrival": {"time": "1694890324"}, "stopId": "42258"}, {"stopSequence": 32, "arrival": {"time": "1694890350"}, "stopId": "42259"}, {"stopSequence": 33, "arrival": {"time": "1694890398"}, "stopId": "42260"}, {"stopSequence": 34, "arrival": {"time": "1694890435"}, "stopId": "42261"}, {"stopSequence": 35, "arrival": {"time": "1694890512"}, "stopId": "38659"}, {"stopSequence": 36, "arrival": {"time": "1694890595"}, "stopId": "38674"}, {"stopSequence": 37, "arrival": {"time": "1694890665"}, "stopId": "38649"}, {"stopSequence": 38, "arrival": {"time": "1694890808"}, "stopId": "38735"}, {"stopSequence": 39, "arrival": {"time": "1694890864"}, "stopId": "42270"}, {"stopSequence": 40, "arrival": {"time": "1694890911"}, "stopId": "42271"}, {"stopSequence": 41, "arrival": {"time": "1694891124"}, "stopId": "38688"}, {"stopSequence": 42, "arrival": {"time": "1694891177"}, "stopId": "38673"}, {"stopSequence": 43, "arrival": {"time": "1694891261"}, "stopId": "39785"}, {"stopSequence": 44, "arrival": {"time": "1694891304"}, "stopId": "38664"}, {"stopSequence": 45, "arrival": {"time": "1694891365"}, "stopId": "38702"}, {"stopSequence": 46, "arrival": {"time": "1694891415"}, "stopId": "39787"}, {"stopSequence": 47, "arrival": {"time": "1694891463"}, "stopId": "38501"}, {"stopSequence": 48, "arrival": {"time": "1694891530"}, "stopId": "38692"}, {"stopSequence": 49, "arrival": {"time": "1694891612"}, "stopId": "38714"}, {"stopSequence": 50, "arrival": {"time": "1694891672"}, "stopId": "39791"}, {"stopSequence": 51, "arrival": {"time": "1694891714"}, "stopId": "38506"}, {"stopSequence": 52, "arrival": {"time": "1694891815"}, "stopId": "49326"}, {"stopSequence": 53, "arrival": {"time": "1694891934"}, "stopId": "49324"}, {"stopSequence": 54, "arrival": {"time": "1694891985"}, "stopId": "49323"}, {"stopSequence": 55, "arrival": {"time": "1694892042"}, "stopId": "38503"}, {"stopSequence": 56, "arrival": {"time": "1694892265"}, "stopId": "35691"}, {"stopSequence": 57, "arrival": {"time": "1694892407"}, "stopId": "35693"}, {"stopSequence": 58, "arrival": {"time": "1694892488"}, "stopId": "35694"}, {"stopSequence": 59, "arrival": {"time": "1694892548"}, "stopId": "35695"}, {"stopSequence": 60, "arrival": {"time": "1694892620"}, "stopId": "35696"}, {"stopSequence": 61, "arrival": {"time": "1694892891"}, "stopId": "35697"}, {"stopSequence": 62, "arrival": {"time": "1694893100"}, "stopId": "39778"}, {"stopSequence": 63, "arrival": {"time": "1694893290"}, "stopId": "35797"}, {"stopSequence": 64, "arrival": {"time": "1694893367"}, "stopId": "35798"}, {"stopSequence": 65, "arrival": {"time": "1694893440"}, "stopId": "35799"}, {"stopSequence": 66, "arrival": {"time": "1694893576"}, "stopId": "35800"}, {"stopSequence": 67, "arrival": {"time": "1694893676"}, "stopId": "35801"}, {"stopSequence": 68, "arrival": {"time": "1694893729"}, "stopId": "35802"}, {"stopSequence": 69, "arrival": {"time": "1694893830"}, "stopId": "35803"}, {"stopSequence": 70, "arrival": {"time": "1694893950"}, "stopId": "38507"}, {"stopSequence": 71, "arrival": {"time": "1694894063"}, "stopId": "34473"}, {"stopSequence": 72, "arrival": {"time": "1694894164"}, "stopId": "38500"}, {"stopSequence": 73, "arrival": {"time": "1694894273"}, "stopId": "35808"}, {"stopSequence": 74, "arrival": {"time": "1694894414"}, "stopId": "35710"}, {"stopSequence": 75, "arrival": {"time": "1694894527"}, "stopId": "50036"}, {"stopSequence": 76, "arrival": {"time": "1694895160"}, "stopId": "50037"}, {"stopSequence": 77, "arrival": {"time": "1694895612"}, "stopId": "50038"}, {"stopSequence": 78, "arrival": {"time": "1694895872"}, "stopId": "50039"}, {"stopSequence": 79, "arrival": {"time": "1694896082"}, "stopId": "50040"}, {"stopSequence": 80, "arrival": {"time": "1694896403"}, "stopId": "50041"}, {"stopSequence": 81, "arrival": {"time": "1694897004"}, "stopId": "Jun-15"}, {"stopSequence": 82, "arrival": {"time": "1694897451"}, "stopId": "Jun-13"}, {"stopSequence": 83, "arrival": {"time": "1694898500"}, "stopId": "6-Oct"}, {"stopSequence": 84, "arrival": {"time": "1694898821"}, "stopId": "6-Aug"}, {"stopSequence": 85, "arrival": {"time": "1694899876"}, "stopId": "6-Jun"}, {"stopSequence": 86, "arrival": {"time": "1694900949"}, "stopId": "6-Feb"}, {"stopSequence": 87, "arrival": {"time": "1694902175"}, "stopId": "10940386"}, {"stopSequence": 88, "arrival": {"time": "1694902689"}, "stopId": "10940383"}, {"stopSequence": 89, "arrival": {"time": "1694903131"}, "stopId": "10940382"}, {"stopSequence": 90, "arrival": {"time": "1694903634"}, "stopId": "10940381"}, {"stopSequence": 91, "arrival": {"time": "1694904468"}, "stopId": "10940374"}, {"stopSequence": 92, "arrival": {"time": "1694905547"}, "stopId": "10940370"}, {"stopSequence": 93, "arrival": {"time": "1694905962"}, "stopId": "10940367"}, {"stopSequence": 94, "arrival": {"time": "1694906449"}, "stopId": "10940368"}, {"stopSequence": 95, "arrival": {"time": "1694907886"}, "stopId": "10940388"}, {"stopSequence": 96, "arrival": {"time": "1694911955"}, "stopId": "10-Apr"}, {"stopSequence": 97, "arrival": {"time": "1694914031"}, "stopId": "10-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694915571"}, "stopId": "44863"}, {"stopSequence": 99, "arrival": {"time": "1694916856"}, "stopId": "10-Mar"}, {"stopSequence": 100, "arrival": {"time": "1694919414"}, "stopId": "11-Jan"}, {"stopSequence": 101, "arrival": {"time": "1694922225"}, "stopId": "44866"}, {"stopSequence": 102, "arrival": {"time": "1694924714"}, "stopId": "44867"}, {"stopSequence": 103, "arrival": {"time": "1694926613"}, "stopId": "44868"}, {"stopSequence": 104, "arrival": {"time": "1694928760"}, "stopId": "44869"}, {"stopSequence": 105, "arrival": {"time": "1694931694"}, "stopId": "44870"}, {"stopSequence": 106, "arrival": {"time": "1694935218"}, "stopId": "44871"}, {"stopSequence": 107, "arrival": {"time": "1694940208"}, "stopId": "44872"}, {"stopSequence": 108, "arrival": {"time": "1694950764"}, "stopId": "50020"}, {"stopSequence": 109, "arrival": {"time": "1694974468"}, "stopId": "14-11"}, {"stopSequence": 110, "arrival": {"time": "1694992240"}, "stopId": "91162"}, {"stopSequence": 111, "arrival": {"time": "1695069728"}, "stopId": "50023"}, {"stopSequence": 112, "arrival": {"time": "1697128150"}, "stopId": "14-Jul"}], "vehicle": {"licensePlate": "BGBL13"}, "timestamp": "1694889033"}, "vehicle": {"trip": {"tripId": "21198-701ff27f-2", "startTime": "15:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "position": {"latitude": -36.723183, "longitude": -73.13582, "bearing": 227.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694889033", "vehicle": {"licensePlate": "BGBL13"}}}, {"id": "5a12e27a-fd61-4f8d-839b-0c1bde1a3fa5", "tripUpdate": {"trip": {"tripId": "21255-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 29, "arrival": {"time": "1694889033"}, "stopId": "37567"}, {"stopSequence": 30, "arrival": {"time": "1694889058"}, "stopId": "13-Jan"}, {"stopSequence": 31, "arrival": {"time": "1694889112"}, "stopId": "13-Feb"}, {"stopSequence": 32, "arrival": {"time": "1694889139"}, "stopId": "28-Jan"}, {"stopSequence": 33, "arrival": {"time": "1694889188"}, "stopId": "12-3"}, {"stopSequence": 34, "arrival": {"time": "1694889267"}, "stopId": "12-Jan"}, {"stopSequence": 35, "arrival": {"time": "1694889311"}, "stopId": "12-Feb"}, {"stopSequence": 36, "arrival": {"time": "1694889401"}, "stopId": "10940364"}, {"stopSequence": 37, "arrival": {"time": "1694889473"}, "stopId": "10940365"}, {"stopSequence": 38, "arrival": {"time": "1694889513"}, "stopId": "10940366"}, {"stopSequence": 39, "arrival": {"time": "1694889542"}, "stopId": "10940369"}, {"stopSequence": 40, "arrival": {"time": "1694889589"}, "stopId": "10940372"}, {"stopSequence": 41, "arrival": {"time": "1694889649"}, "stopId": "10940380"}, {"stopSequence": 42, "arrival": {"time": "1694889908"}, "stopId": "6-Jan"}, {"stopSequence": 43, "arrival": {"time": "1694889975"}, "stopId": "6-Mar"}, {"stopSequence": 44, "arrival": {"time": "1694890073"}, "stopId": "6-May"}, {"stopSequence": 45, "arrival": {"time": "1694890224"}, "stopId": "6-Jul"}, {"stopSequence": 46, "arrival": {"time": "1694890287"}, "stopId": "6-Sep"}, {"stopSequence": 47, "arrival": {"time": "1694890378"}, "stopId": "6-Nov"}, {"stopSequence": 48, "arrival": {"time": "1694890479"}, "stopId": "6-Dec"}, {"stopSequence": 49, "arrival": {"time": "1694890569"}, "stopId": "Jun-14"}, {"stopSequence": 50, "arrival": {"time": "1694890721"}, "stopId": "Jun-17"}, {"stopSequence": 51, "arrival": {"time": "1694890803"}, "stopId": "Jun-19"}, {"stopSequence": 52, "arrival": {"time": "1694890865"}, "stopId": "Jun-20"}, {"stopSequence": 53, "arrival": {"time": "1694890929"}, "stopId": "Jun-22"}, {"stopSequence": 54, "arrival": {"time": "1694890998"}, "stopId": "Jun-24"}, {"stopSequence": 55, "arrival": {"time": "1694891093"}, "stopId": "Jun-25"}, {"stopSequence": 56, "arrival": {"time": "1694891414"}, "stopId": "90003"}, {"stopSequence": 57, "arrival": {"time": "1694891468"}, "stopId": "90007"}, {"stopSequence": 58, "arrival": {"time": "1694891528"}, "stopId": "90008"}, {"stopSequence": 59, "arrival": {"time": "1694891661"}, "stopId": "39599"}, {"stopSequence": 60, "arrival": {"time": "1694891689"}, "stopId": "39600"}, {"stopSequence": 61, "arrival": {"time": "1694891772"}, "stopId": "37496"}, {"stopSequence": 62, "arrival": {"time": "1694891834"}, "stopId": "45064"}, {"stopSequence": 63, "arrival": {"time": "1694891929"}, "stopId": "37506"}, {"stopSequence": 64, "arrival": {"time": "1694892028"}, "stopId": "45069"}, {"stopSequence": 65, "arrival": {"time": "1694892181"}, "stopId": "37523"}, {"stopSequence": 66, "arrival": {"time": "1694892238"}, "stopId": "37477"}, {"stopSequence": 67, "arrival": {"time": "1694892363"}, "stopId": "49310"}, {"stopSequence": 68, "arrival": {"time": "1694892410"}, "stopId": "49311"}, {"stopSequence": 69, "arrival": {"time": "1694892491"}, "stopId": "39634"}, {"stopSequence": 70, "arrival": {"time": "1694892532"}, "stopId": "39635"}, {"stopSequence": 71, "arrival": {"time": "1694892603"}, "stopId": "39636"}, {"stopSequence": 72, "arrival": {"time": "1694892687"}, "stopId": "49503"}, {"stopSequence": 73, "arrival": {"time": "1694892895"}, "stopId": "39637"}, {"stopSequence": 74, "arrival": {"time": "1694892980"}, "stopId": "49317"}, {"stopSequence": 75, "arrival": {"time": "1694893035"}, "stopId": "49318"}, {"stopSequence": 76, "arrival": {"time": "1694893152"}, "stopId": "49319"}, {"stopSequence": 77, "arrival": {"time": "1694893269"}, "stopId": "39641"}, {"stopSequence": 78, "arrival": {"time": "1694893822"}, "stopId": "49324"}, {"stopSequence": 79, "arrival": {"time": "1694893907"}, "stopId": "49325"}, {"stopSequence": 80, "arrival": {"time": "1694894036"}, "stopId": "49326"}, {"stopSequence": 81, "arrival": {"time": "1694894089"}, "stopId": "39648"}, {"stopSequence": 82, "arrival": {"time": "1694894212"}, "stopId": "39649"}, {"stopSequence": 83, "arrival": {"time": "1694894298"}, "stopId": "45112"}, {"stopSequence": 84, "arrival": {"time": "1694894426"}, "stopId": "45113"}, {"stopSequence": 85, "arrival": {"time": "1694894609"}, "stopId": "37490"}, {"stopSequence": 86, "arrival": {"time": "1694894778"}, "stopId": "45115"}, {"stopSequence": 87, "arrival": {"time": "1694894846"}, "stopId": "45116"}, {"stopSequence": 88, "arrival": {"time": "1694895049"}, "stopId": "45118"}, {"stopSequence": 89, "arrival": {"time": "1694895274"}, "stopId": "45119"}, {"stopSequence": 90, "arrival": {"time": "1694895414"}, "stopId": "45120"}, {"stopSequence": 91, "arrival": {"time": "1694895593"}, "stopId": "45121"}, {"stopSequence": 92, "arrival": {"time": "1694895735"}, "stopId": "38535"}, {"stopSequence": 93, "arrival": {"time": "1694896006"}, "stopId": "38536"}, {"stopSequence": 94, "arrival": {"time": "1694896139"}, "stopId": "4838437"}, {"stopSequence": 95, "arrival": {"time": "1694896349"}, "stopId": "45085"}, {"stopSequence": 96, "arrival": {"time": "1694896672"}, "stopId": "45086"}, {"stopSequence": 97, "arrival": {"time": "1694896919"}, "stopId": "38539"}, {"stopSequence": 98, "arrival": {"time": "1694897178"}, "stopId": "38540"}, {"stopSequence": 99, "arrival": {"time": "1694897557"}, "stopId": "38544"}, {"stopSequence": 100, "arrival": {"time": "1694897869"}, "stopId": "38545"}, {"stopSequence": 101, "arrival": {"time": "1694898805"}, "stopId": "45095"}, {"stopSequence": 102, "arrival": {"time": "1694899072"}, "stopId": "45096"}, {"stopSequence": 103, "arrival": {"time": "1694899550"}, "stopId": "45098"}, {"stopSequence": 104, "arrival": {"time": "1694899775"}, "stopId": "45099"}, {"stopSequence": 105, "arrival": {"time": "1694899928"}, "stopId": "45100"}, {"stopSequence": 106, "arrival": {"time": "1694900133"}, "stopId": "45101"}, {"stopSequence": 107, "arrival": {"time": "1694900426"}, "stopId": "45102"}, {"stopSequence": 108, "arrival": {"time": "1694900643"}, "stopId": "45103"}, {"stopSequence": 109, "arrival": {"time": "1694900852"}, "stopId": "45104"}, {"stopSequence": 110, "arrival": {"time": "1694901082"}, "stopId": "45122"}, {"stopSequence": 111, "arrival": {"time": "1694901582"}, "stopId": "38630"}, {"stopSequence": 112, "arrival": {"time": "1694904202"}, "stopId": "49349"}, {"stopSequence": 113, "arrival": {"time": "1694906030"}, "stopId": "49350"}, {"stopSequence": 114, "arrival": {"time": "1694906866"}, "stopId": "49351"}, {"stopSequence": 115, "arrival": {"time": "1694907514"}, "stopId": "49352"}, {"stopSequence": 116, "arrival": {"time": "1694908316"}, "stopId": "49353"}, {"stopSequence": 117, "arrival": {"time": "1694909256"}, "stopId": "49354"}, {"stopSequence": 118, "arrival": {"time": "1694910627"}, "stopId": "38566"}, {"stopSequence": 119, "arrival": {"time": "1694911420"}, "stopId": "38567"}, {"stopSequence": 120, "arrival": {"time": "1694912813"}, "stopId": "38568"}, {"stopSequence": 121, "arrival": {"time": "1694913748"}, "stopId": "38569"}, {"stopSequence": 122, "arrival": {"time": "1694915264"}, "stopId": "38570"}, {"stopSequence": 123, "arrival": {"time": "1694917574"}, "stopId": "38571"}, {"stopSequence": 124, "arrival": {"time": "1694920132"}, "stopId": "38572"}, {"stopSequence": 125, "arrival": {"time": "1694932322"}, "stopId": "38393"}, {"stopSequence": 126, "arrival": {"time": "1694937812"}, "stopId": "38394"}, {"stopSequence": 127, "arrival": {"time": "1694944597"}, "stopId": "38395"}, {"stopSequence": 128, "arrival": {"time": "1694950791"}, "stopId": "38396"}, {"stopSequence": 129, "arrival": {"time": "1694965663"}, "stopId": "38397"}, {"stopSequence": 130, "arrival": {"time": "1694973575"}, "stopId": "38398"}, {"stopSequence": 131, "arrival": {"time": "1694984273"}, "stopId": "38399"}, {"stopSequence": 132, "arrival": {"time": "1695027711"}, "stopId": "38400"}, {"stopSequence": 133, "arrival": {"time": "1695097904"}, "stopId": "38401"}, {"stopSequence": 134, "arrival": {"time": "1695287869"}, "stopId": "38402"}], "vehicle": {"licensePlate": "CFWC16"}, "timestamp": "1694888988"}, "vehicle": {"trip": {"tripId": "21255-701ff27f-2", "startTime": "15:20:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 0}, "position": {"latitude": -36.731625, "longitude": -72.98898, "bearing": 244.0, "odometer": 0.0, "speed": 8.888889}, "timestamp": "1694888988", "vehicle": {"licensePlate": "CFWC16"}}}, {"id": "6c1f2d20-073a-4190-bd59-6a14489a1b2c", "tripUpdate": {"trip": {"tripId": "21253-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 0}, "stopTimeUpdate": [{"stopSequence": 59, "arrival": {"time": "1694889067"}, "stopId": "39599"}, {"stopSequence": 60, "arrival": {"time": "1694889091"}, "stopId": "39600"}, {"stopSequence": 61, "arrival": {"time": "1694889161"}, "stopId": "37496"}, {"stopSequence": 62, "arrival": {"time": "1694889212"}, "stopId": "45064"}, {"stopSequence": 63, "arrival": {"time": "1694889287"}, "stopId": "37506"}, {"stopSequence": 64, "arrival": {"time": "1694889363"}, "stopId": "45069"}, {"stopSequence": 65, "arrival": {"time": "1694889476"}, "stopId": "37523"}, {"stopSequence": 66, "arrival": {"time": "1694889516"}, "stopId": "37477"}, {"stopSequence": 67, "arrival": {"time": "1694889602"}, "stopId": "49310"}, {"stopSequence": 68, "arrival": {"time": "1694889633"}, "stopId": "49311"}, {"stopSequence": 69, "arrival": {"time": "1694889686"}, "stopId": "39634"}, {"stopSequence": 70, "arrival": {"time": "1694889713"}, "stopId": "39635"}, {"stopSequence": 71, "arrival": {"time": "1694889758"}, "stopId": "39636"}, {"stopSequence": 72, "arrival": {"time": "1694889810"}, "stopId": "49503"}, {"stopSequence": 73, "arrival": {"time": "1694889933"}, "stopId": "39637"}, {"stopSequence": 74, "arrival": {"time": "1694889981"}, "stopId": "49317"}, {"stopSequence": 75, "arrival": {"time": "1694890012"}, "stopId": "49318"}, {"stopSequence": 76, "arrival": {"time": "1694890076"}, "stopId": "49319"}, {"stopSequence": 77, "arrival": {"time": "1694890138"}, "stopId": "39641"}, {"stopSequence": 78, "arrival": {"time": "1694890408"}, "stopId": "49324"}, {"stopSequence": 79, "arrival": {"time": "1694890446"}, "stopId": "49325"}, {"stopSequence": 80, "arrival": {"time": "1694890503"}, "stopId": "49326"}, {"stopSequence": 81, "arrival": {"time": "1694890526"}, "stopId": "39648"}, {"stopSequence": 82, "arrival": {"time": "1694890578"}, "stopId": "39649"}, {"stopSequence": 83, "arrival": {"time": "1694890615"}, "stopId": "45112"}, {"stopSequence": 84, "arrival": {"time": "1694890667"}, "stopId": "45113"}, {"stopSequence": 85, "arrival": {"time": "1694890739"}, "stopId": "37490"}, {"stopSequence": 86, "arrival": {"time": "1694890804"}, "stopId": "45115"}, {"stopSequence": 87, "arrival": {"time": "1694890829"}, "stopId": "45116"}, {"stopSequence": 88, "arrival": {"time": "1694890903"}, "stopId": "45118"}, {"stopSequence": 89, "arrival": {"time": "1694890982"}, "stopId": "45119"}, {"stopSequence": 90, "arrival": {"time": "1694891030"}, "stopId": "45120"}, {"stopSequence": 91, "arrival": {"time": "1694891089"}, "stopId": "45121"}, {"stopSequence": 92, "arrival": {"time": "1694891134"}, "stopId": "38535"}, {"stopSequence": 93, "arrival": {"time": "1694891219"}, "stopId": "38536"}, {"stopSequence": 94, "arrival": {"time": "1694891259"}, "stopId": "4838437"}, {"stopSequence": 95, "arrival": {"time": "1694891320"}, "stopId": "45085"}, {"stopSequence": 96, "arrival": {"time": "1694891411"}, "stopId": "45086"}, {"stopSequence": 97, "arrival": {"time": "1694891478"}, "stopId": "38539"}, {"stopSequence": 98, "arrival": {"time": "1694891545"}, "stopId": "38540"}, {"stopSequence": 99, "arrival": {"time": "1694891640"}, "stopId": "38544"}, {"stopSequence": 100, "arrival": {"time": "1694891714"}, "stopId": "38545"}, {"stopSequence": 101, "arrival": {"time": "1694891919"}, "stopId": "45095"}, {"stopSequence": 102, "arrival": {"time": "1694891974"}, "stopId": "45096"}, {"stopSequence": 103, "arrival": {"time": "1694892067"}, "stopId": "45098"}, {"stopSequence": 104, "arrival": {"time": "1694892109"}, "stopId": "45099"}, {"stopSequence": 105, "arrival": {"time": "1694892137"}, "stopId": "45100"}, {"stopSequence": 106, "arrival": {"time": "1694892174"}, "stopId": "45101"}, {"stopSequence": 107, "arrival": {"time": "1694892225"}, "stopId": "45102"}, {"stopSequence": 108, "arrival": {"time": "1694892261"}, "stopId": "45103"}, {"stopSequence": 109, "arrival": {"time": "1694892296"}, "stopId": "45104"}, {"stopSequence": 110, "arrival": {"time": "1694892333"}, "stopId": "45122"}, {"stopSequence": 111, "arrival": {"time": "1694892411"}, "stopId": "38630"}, {"stopSequence": 112, "arrival": {"time": "1694892763"}, "stopId": "49349"}, {"stopSequence": 113, "arrival": {"time": "1694892964"}, "stopId": "49350"}, {"stopSequence": 114, "arrival": {"time": "1694893047"}, "stopId": "49351"}, {"stopSequence": 115, "arrival": {"time": "1694893107"}, "stopId": "49352"}, {"stopSequence": 116, "arrival": {"time": "1694893177"}, "stopId": "49353"}, {"stopSequence": 117, "arrival": {"time": "1694893255"}, "stopId": "49354"}, {"stopSequence": 118, "arrival": {"time": "1694893359"}, "stopId": "38566"}, {"stopSequence": 119, "arrival": {"time": "1694893414"}, "stopId": "38567"}, {"stopSequence": 120, "arrival": {"time": "1694893506"}, "stopId": "38568"}, {"stopSequence": 121, "arrival": {"time": "1694893563"}, "stopId": "38569"}, {"stopSequence": 122, "arrival": {"time": "1694893648"}, "stopId": "38570"}, {"stopSequence": 123, "arrival": {"time": "1694893765"}, "stopId": "38571"}, {"stopSequence": 124, "arrival": {"time": "1694893879"}, "stopId": "38572"}, {"stopSequence": 125, "arrival": {"time": "1694894264"}, "stopId": "38393"}, {"stopSequence": 126, "arrival": {"time": "1694894383"}, "stopId": "38394"}, {"stopSequence": 127, "arrival": {"time": "1694894503"}, "stopId": "38395"}, {"stopSequence": 128, "arrival": {"time": "1694894591"}, "stopId": "38396"}, {"stopSequence": 129, "arrival": {"time": "1694894751"}, "stopId": "38397"}, {"stopSequence": 130, "arrival": {"time": "1694894816"}, "stopId": "38398"}, {"stopSequence": 131, "arrival": {"time": "1694894887"}, "stopId": "38399"}, {"stopSequence": 132, "arrival": {"time": "1694895070"}, "stopId": "38400"}, {"stopSequence": 133, "arrival": {"time": "1694895211"}, "stopId": "38401"}, {"stopSequence": 134, "arrival": {"time": "1694895349"}, "stopId": "38402"}, {"stopSequence": 135, "arrival": {"time": "1694895602"}, "stopId": "38433"}], "vehicle": {"licensePlate": "CTDG26"}, "timestamp": "1694888976"}, "vehicle": {"trip": {"tripId": "21253-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 0}, "position": {"latitude": -36.816154, "longitude": -73.03784, "bearing": 235.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694888976", "vehicle": {"licensePlate": "CTDG26"}}}, {"id": "6f40a23a-cc78-4f23-b342-2d947adcaa4d", "tripUpdate": {"trip": {"tripId": "21193-701ff27f-2", "startTime": "13:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 107, "arrival": {"time": "1694889045"}, "stopId": "44872"}, {"stopSequence": 108, "arrival": {"time": "1694889112"}, "stopId": "50020"}, {"stopSequence": 109, "arrival": {"time": "1694889201"}, "stopId": "14-11"}, {"stopSequence": 110, "arrival": {"time": "1694889241"}, "stopId": "91162"}, {"stopSequence": 111, "arrival": {"time": "1694889323"}, "stopId": "50023"}, {"stopSequence": 112, "arrival": {"time": "1694889423"}, "stopId": "14-Jul"}, {"stopSequence": 113, "arrival": {"time": "1694889461"}, "stopId": "14-Apr"}, {"stopSequence": 114, "arrival": {"time": "1694889507"}, "stopId": "37474"}, {"stopSequence": 115, "arrival": {"time": "1694889555"}, "stopId": "44879"}, {"stopSequence": 116, "arrival": {"time": "1694889577"}, "stopId": "44880"}, {"stopSequence": 117, "arrival": {"time": "1694889608"}, "stopId": "44881"}, {"stopSequence": 118, "arrival": {"time": "1694889631"}, "stopId": "44874"}, {"stopSequence": 119, "arrival": {"time": "1694889686"}, "stopId": "38151"}, {"stopSequence": 120, "arrival": {"time": "1694889826"}, "stopId": "15-13"}, {"stopSequence": 121, "arrival": {"time": "1694889879"}, "stopId": "38194"}, {"stopSequence": 122, "arrival": {"time": "1694889902"}, "stopId": "38124"}, {"stopSequence": 123, "arrival": {"time": "1694889915"}, "stopId": "50014"}, {"stopSequence": 124, "arrival": {"time": "1694889928"}, "stopId": "38204"}, {"stopSequence": 125, "arrival": {"time": "1694889969"}, "stopId": "50013"}, {"stopSequence": 126, "arrival": {"time": "1694890003"}, "stopId": "38127"}, {"stopSequence": 127, "arrival": {"time": "1694890018"}, "stopId": "50029"}, {"stopSequence": 128, "arrival": {"time": "1694890040"}, "stopId": "50015"}, {"stopSequence": 129, "arrival": {"time": "1694890229"}, "stopId": "38149"}, {"stopSequence": 130, "arrival": {"time": "1694890294"}, "stopId": "14-Feb"}, {"stopSequence": 131, "arrival": {"time": "1694890311"}, "stopId": "50028"}], "vehicle": {"licensePlate": "DGLT68"}, "timestamp": "1694889004"}, "vehicle": {"trip": {"tripId": "21193-701ff27f-2", "startTime": "13:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "position": {"latitude": -36.72733, "longitude": -72.98685, "bearing": 6.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694889004", "vehicle": {"licensePlate": "DGLT68"}}}, {"id": "9d34577b-08b0-4b32-ab9c-7a64ac2505a7", "tripUpdate": {"trip": {"tripId": "21196-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 38, "arrival": {"time": "1694889107"}, "stopId": "38735"}, {"stopSequence": 39, "arrival": {"time": "1694889164"}, "stopId": "42270"}, {"stopSequence": 40, "arrival": {"time": "1694889212"}, "stopId": "42271"}, {"stopSequence": 41, "arrival": {"time": "1694889417"}, "stopId": "38688"}, {"stopSequence": 42, "arrival": {"time": "1694889467"}, "stopId": "38673"}, {"stopSequence": 43, "arrival": {"time": "1694889543"}, "stopId": "39785"}, {"stopSequence": 44, "arrival": {"time": "1694889582"}, "stopId": "38664"}, {"stopSequence": 45, "arrival": {"time": "1694889635"}, "stopId": "38702"}, {"stopSequence": 46, "arrival": {"time": "1694889678"}, "stopId": "39787"}, {"stopSequence": 47, "arrival": {"time": "1694889719"}, "stopId": "38501"}, {"stopSequence": 48, "arrival": {"time": "1694889775"}, "stopId": "38692"}, {"stopSequence": 49, "arrival": {"time": "1694889843"}, "stopId": "38714"}, {"stopSequence": 50, "arrival": {"time": "1694889891"}, "stopId": "39791"}, {"stopSequence": 51, "arrival": {"time": "1694889925"}, "stopId": "38506"}, {"stopSequence": 52, "arrival": {"time": "1694890003"}, "stopId": "49326"}, {"stopSequence": 53, "arrival": {"time": "1694890094"}, "stopId": "49324"}, {"stopSequence": 54, "arrival": {"time": "1694890132"}, "stopId": "49323"}, {"stopSequence": 55, "arrival": {"time": "1694890174"}, "stopId": "38503"}, {"stopSequence": 56, "arrival": {"time": "1694890333"}, "stopId": "35691"}, {"stopSequence": 57, "arrival": {"time": "1694890430"}, "stopId": "35693"}, {"stopSequence": 58, "arrival": {"time": "1694890484"}, "stopId": "35694"}, {"stopSequence": 59, "arrival": {"time": "1694890524"}, "stopId": "35695"}, {"stopSequence": 60, "arrival": {"time": "1694890571"}, "stopId": "35696"}, {"stopSequence": 61, "arrival": {"time": "1694890741"}, "stopId": "35697"}, {"stopSequence": 62, "arrival": {"time": "1694890866"}, "stopId": "39778"}, {"stopSequence": 63, "arrival": {"time": "1694890975"}, "stopId": "35797"}, {"stopSequence": 64, "arrival": {"time": "1694891019"}, "stopId": "35798"}, {"stopSequence": 65, "arrival": {"time": "1694891059"}, "stopId": "35799"}, {"stopSequence": 66, "arrival": {"time": "1694891134"}, "stopId": "35800"}, {"stopSequence": 67, "arrival": {"time": "1694891188"}, "stopId": "35801"}, {"stopSequence": 68, "arrival": {"time": "1694891216"}, "stopId": "35802"}, {"stopSequence": 69, "arrival": {"time": "1694891269"}, "stopId": "35803"}, {"stopSequence": 70, "arrival": {"time": "1694891331"}, "stopId": "38507"}, {"stopSequence": 71, "arrival": {"time": "1694891388"}, "stopId": "34473"}, {"stopSequence": 72, "arrival": {"time": "1694891438"}, "stopId": "38500"}, {"stopSequence": 73, "arrival": {"time": "1694891491"}, "stopId": "35808"}, {"stopSequence": 74, "arrival": {"time": "1694891559"}, "stopId": "35710"}, {"stopSequence": 75, "arrival": {"time": "1694891612"}, "stopId": "50036"}, {"stopSequence": 76, "arrival": {"time": "1694891896"}, "stopId": "50037"}, {"stopSequence": 77, "arrival": {"time": "1694892085"}, "stopId": "50038"}, {"stopSequence": 78, "arrival": {"time": "1694892189"}, "stopId": "50039"}, {"stopSequence": 79, "arrival": {"time": "1694892270"}, "stopId": "50040"}, {"stopSequence": 80, "arrival": {"time": "1694892391"}, "stopId": "50041"}, {"stopSequence": 81, "arrival": {"time": "1694892605"}, "stopId": "Jun-15"}, {"stopSequence": 82, "arrival": {"time": "1694892755"}, "stopId": "Jun-13"}, {"stopSequence": 83, "arrival": {"time": "1694893081"}, "stopId": "6-Oct"}, {"stopSequence": 84, "arrival": {"time": "1694893175"}, "stopId": "6-Aug"}, {"stopSequence": 85, "arrival": {"time": "1694893461"}, "stopId": "6-Jun"}, {"stopSequence": 86, "arrival": {"time": "1694893726"}, "stopId": "6-Feb"}, {"stopSequence": 87, "arrival": {"time": "1694893999"}, "stopId": "10940386"}, {"stopSequence": 88, "arrival": {"time": "1694894106"}, "stopId": "10940383"}, {"stopSequence": 89, "arrival": {"time": "1694894194"}, "stopId": "10940382"}, {"stopSequence": 90, "arrival": {"time": "1694894291"}, "stopId": "10940381"}, {"stopSequence": 91, "arrival": {"time": "1694894444"}, "stopId": "10940374"}, {"stopSequence": 92, "arrival": {"time": "1694894627"}, "stopId": "10940370"}, {"stopSequence": 93, "arrival": {"time": "1694894695"}, "stopId": "10940367"}, {"stopSequence": 94, "arrival": {"time": "1694894771"}, "stopId": "10940368"}, {"stopSequence": 95, "arrival": {"time": "1694894981"}, "stopId": "10940388"}, {"stopSequence": 96, "arrival": {"time": "1694895483"}, "stopId": "10-Apr"}, {"stopSequence": 97, "arrival": {"time": "1694895697"}, "stopId": "10-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694895840"}, "stopId": "44863"}, {"stopSequence": 99, "arrival": {"time": "1694895951"}, "stopId": "10-Mar"}, {"stopSequence": 100, "arrival": {"time": "1694896152"}, "stopId": "11-Jan"}, {"stopSequence": 101, "arrival": {"time": "1694896347"}, "stopId": "44866"}, {"stopSequence": 102, "arrival": {"time": "1694896500"}, "stopId": "44867"}, {"stopSequence": 103, "arrival": {"time": "1694896607"}, "stopId": "44868"}, {"stopSequence": 104, "arrival": {"time": "1694896718"}, "stopId": "44869"}, {"stopSequence": 105, "arrival": {"time": "1694896856"}, "stopId": "44870"}, {"stopSequence": 106, "arrival": {"time": "1694897003"}, "stopId": "44871"}, {"stopSequence": 107, "arrival": {"time": "1694897183"}, "stopId": "44872"}, {"stopSequence": 108, "arrival": {"time": "1694897484"}, "stopId": "50020"}, {"stopSequence": 109, "arrival": {"time": "1694897922"}, "stopId": "14-11"}, {"stopSequence": 110, "arrival": {"time": "1694898132"}, "stopId": "91162"}, {"stopSequence": 111, "arrival": {"time": "1694898596"}, "stopId": "50023"}, {"stopSequence": 112, "arrival": {"time": "1694899228"}, "stopId": "14-Jul"}, {"stopSequence": 113, "arrival": {"time": "1694899483"}, "stopId": "14-Apr"}, {"stopSequence": 114, "arrival": {"time": "1694899818"}, "stopId": "37474"}, {"stopSequence": 115, "arrival": {"time": "1694900185"}, "stopId": "44879"}, {"stopSequence": 116, "arrival": {"time": "1694900363"}, "stopId": "44880"}, {"stopSequence": 117, "arrival": {"time": "1694900624"}, "stopId": "44881"}, {"stopSequence": 118, "arrival": {"time": "1694900823"}, "stopId": "44874"}, {"stopSequence": 119, "arrival": {"time": "1694901326"}, "stopId": "38151"}, {"stopSequence": 120, "arrival": {"time": "1694902811"}, "stopId": "15-13"}, {"stopSequence": 121, "arrival": {"time": "1694903466"}, "stopId": "38194"}, {"stopSequence": 122, "arrival": {"time": "1694903771"}, "stopId": "38124"}, {"stopSequence": 123, "arrival": {"time": "1694903943"}, "stopId": "50014"}, {"stopSequence": 124, "arrival": {"time": "1694904129"}, "stopId": "38204"}, {"stopSequence": 125, "arrival": {"time": "1694904713"}, "stopId": "50013"}, {"stopSequence": 126, "arrival": {"time": "1694905242"}, "stopId": "38127"}, {"stopSequence": 127, "arrival": {"time": "1694905484"}, "stopId": "50029"}, {"stopSequence": 128, "arrival": {"time": "1694905845"}, "stopId": "50015"}, {"stopSequence": 129, "arrival": {"time": "1694909752"}, "stopId": "38149"}, {"stopSequence": 130, "arrival": {"time": "1694911507"}, "stopId": "14-Feb"}, {"stopSequence": 131, "arrival": {"time": "1694912011"}, "stopId": "50028"}], "vehicle": {"licensePlate": "FYBB73"}, "timestamp": "1694889034"}, "vehicle": {"trip": {"tripId": "21196-701ff27f-2", "startTime": "14:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "position": {"latitude": -36.753693, "longitude": -73.0923, "bearing": 178.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694889034", "vehicle": {"licensePlate": "FYBB73"}}}, {"id": "787773c6-f684-4c61-ab34-3aa91ce01722", "tripUpdate": {"trip": {"tripId": "21195-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "stopTimeUpdate": [{"stopSequence": 70, "arrival": {"time": "1694889065"}, "stopId": "38507"}, {"stopSequence": 71, "arrival": {"time": "1694889119"}, "stopId": "34473"}, {"stopSequence": 72, "arrival": {"time": "1694889165"}, "stopId": "38500"}, {"stopSequence": 73, "arrival": {"time": "1694889213"}, "stopId": "35808"}, {"stopSequence": 74, "arrival": {"time": "1694889273"}, "stopId": "35710"}, {"stopSequence": 75, "arrival": {"time": "1694889318"}, "stopId": "50036"}, {"stopSequence": 76, "arrival": {"time": "1694889549"}, "stopId": "50037"}, {"stopSequence": 77, "arrival": {"time": "1694889691"}, "stopId": "50038"}, {"stopSequence": 78, "arrival": {"time": "1694889766"}, "stopId": "50039"}, {"stopSequence": 79, "arrival": {"time": "1694889823"}, "stopId": "50040"}, {"stopSequence": 80, "arrival": {"time": "1694889905"}, "stopId": "50041"}, {"stopSequence": 81, "arrival": {"time": "1694890043"}, "stopId": "Jun-15"}, {"stopSequence": 82, "arrival": {"time": "1694890136"}, "stopId": "Jun-13"}, {"stopSequence": 83, "arrival": {"time": "1694890326"}, "stopId": "6-Oct"}, {"stopSequence": 84, "arrival": {"time": "1694890377"}, "stopId": "6-Aug"}, {"stopSequence": 85, "arrival": {"time": "1694890529"}, "stopId": "6-Jun"}, {"stopSequence": 86, "arrival": {"time": "1694890661"}, "stopId": "6-Feb"}, {"stopSequence": 87, "arrival": {"time": "1694890790"}, "stopId": "10940386"}, {"stopSequence": 88, "arrival": {"time": "1694890839"}, "stopId": "10940383"}, {"stopSequence": 89, "arrival": {"time": "1694890878"}, "stopId": "10940382"}, {"stopSequence": 90, "arrival": {"time": "1694890921"}, "stopId": "10940381"}, {"stopSequence": 91, "arrival": {"time": "1694890986"}, "stopId": "10940374"}, {"stopSequence": 92, "arrival": {"time": "1694891063"}, "stopId": "10940370"}, {"stopSequence": 93, "arrival": {"time": "1694891090"}, "stopId": "10940367"}, {"stopSequence": 94, "arrival": {"time": "1694891121"}, "stopId": "10940368"}, {"stopSequence": 95, "arrival": {"time": "1694891204"}, "stopId": "10940388"}, {"stopSequence": 96, "arrival": {"time": "1694891390"}, "stopId": "10-Apr"}, {"stopSequence": 97, "arrival": {"time": "1694891464"}, "stopId": "10-Jan"}, {"stopSequence": 98, "arrival": {"time": "1694891513"}, "stopId": "44863"}, {"stopSequence": 99, "arrival": {"time": "1694891550"}, "stopId": "10-Mar"}, {"stopSequence": 100, "arrival": {"time": "1694891616"}, "stopId": "11-Jan"}, {"stopSequence": 101, "arrival": {"time": "1694891678"}, "stopId": "44866"}, {"stopSequence": 102, "arrival": {"time": "1694891725"}, "stopId": "44867"}, {"stopSequence": 103, "arrival": {"time": "1694891758"}, "stopId": "44868"}, {"stopSequence": 104, "arrival": {"time": "1694891791"}, "stopId": "44869"}, {"stopSequence": 105, "arrival": {"time": "1694891832"}, "stopId": "44870"}, {"stopSequence": 106, "arrival": {"time": "1694891874"}, "stopId": "44871"}, {"stopSequence": 107, "arrival": {"time": "1694891925"}, "stopId": "44872"}, {"stopSequence": 108, "arrival": {"time": "1694892008"}, "stopId": "50020"}, {"stopSequence": 109, "arrival": {"time": "1694892123"}, "stopId": "14-11"}, {"stopSequence": 110, "arrival": {"time": "1694892176"}, "stopId": "91162"}, {"stopSequence": 111, "arrival": {"time": "1694892288"}, "stopId": "50023"}, {"stopSequence": 112, "arrival": {"time": "1694892432"}, "stopId": "14-Jul"}, {"stopSequence": 113, "arrival": {"time": "1694892487"}, "stopId": "14-Apr"}, {"stopSequence": 114, "arrival": {"time": "1694892557"}, "stopId": "37474"}, {"stopSequence": 115, "arrival": {"time": "1694892631"}, "stopId": "44879"}, {"stopSequence": 116, "arrival": {"time": "1694892666"}, "stopId": "44880"}, {"stopSequence": 117, "arrival": {"time": "1694892716"}, "stopId": "44881"}, {"stopSequence": 118, "arrival": {"time": "1694892754"}, "stopId": "44874"}, {"stopSequence": 119, "arrival": {"time": "1694892845"}, "stopId": "38151"}, {"stopSequence": 120, "arrival": {"time": "1694893090"}, "stopId": "15-13"}, {"stopSequence": 121, "arrival": {"time": "1694893187"}, "stopId": "38194"}, {"stopSequence": 122, "arrival": {"time": "1694893231"}, "stopId": "38124"}, {"stopSequence": 123, "arrival": {"time": "1694893255"}, "stopId": "50014"}, {"stopSequence": 124, "arrival": {"time": "1694893281"}, "stopId": "38204"}, {"stopSequence": 125, "arrival": {"time": "1694893359"}, "stopId": "50013"}, {"stopSequence": 126, "arrival": {"time": "1694893427"}, "stopId": "38127"}, {"stopSequence": 127, "arrival": {"time": "1694893457"}, "stopId": "50029"}, {"stopSequence": 128, "arrival": {"time": "1694893500"}, "stopId": "50015"}, {"stopSequence": 129, "arrival": {"time": "1694893905"}, "stopId": "38149"}, {"stopSequence": 130, "arrival": {"time": "1694894054"}, "stopId": "14-Feb"}, {"stopSequence": 131, "arrival": {"time": "1694894094"}, "stopId": "50028"}], "vehicle": {"licensePlate": "YE2808"}, "timestamp": "1694889012"}, "vehicle": {"trip": {"tripId": "21195-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "737", "directionId": 1}, "position": {"latitude": -36.8198, "longitude": -73.04331, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "YE2808"}}}]} \ No newline at end of file diff --git a/data/output/json_file/without_trip_update.json b/data/output/json_file/without_trip_update.json deleted file mode 100644 index 2569886..0000000 --- a/data/output/json_file/without_trip_update.json +++ /dev/null @@ -1 +0,0 @@ -{"entity": [{"id": "2e18ba50-f505-4306-8721-6880d50cddf1", "vehicle": {"trip": {"tripId": "15574-701ff27f-2", "startTime": "13:42:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "549", "directionId": 1}, "position": {"latitude": -36.95093, "longitude": -73.01543, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888576", "vehicle": {"licensePlate": "HZYR24"}}}, {"id": "1a5f41b1-26e5-4ed5-84a7-fb63b7f07910", "vehicle": {"trip": {"tripId": "16063-701ff27f-2", "startTime": "14:02:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "553", "directionId": 1}, "position": {"latitude": -36.950912, "longitude": -73.015495, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888784", "vehicle": {"licensePlate": "YA1635"}}}, {"id": "e55e0ce1-6fb4-4f96-997b-b425d951326b", "vehicle": {"trip": {"tripId": "16119-701ff27f-2", "startTime": "13:41:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "554", "directionId": 1}, "position": {"latitude": -36.951046, "longitude": -73.015305, "bearing": 160.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888726", "vehicle": {"licensePlate": "BLYT49"}}}, {"id": "f2d09d37-1488-477e-adae-71749442eaa2", "vehicle": {"trip": {"tripId": "16884-701ff27f-2", "startTime": "12:47:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "560", "directionId": 1}, "position": {"latitude": -36.817726, "longitude": -73.06533, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888718", "vehicle": {"licensePlate": "CSFY68"}}}, {"id": "48dc9b29-853c-4d95-8e10-b610c31453da", "vehicle": {"trip": {"tripId": "17076-701ff27f-2", "startTime": "15:26:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 0}, "position": {"latitude": -36.94114, "longitude": -73.027016, "bearing": 172.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "CBTT38"}}}, {"id": "ade4a3ff-d56a-4d09-8b20-5960f5af96a3", "vehicle": {"trip": {"tripId": "16974-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "561", "directionId": 1}, "position": {"latitude": -36.941517, "longitude": -73.02701, "bearing": 212.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888508", "vehicle": {"licensePlate": "FDBY83"}}}, {"id": "b295565a-1e8f-4d02-969c-2dc1e96d79dd", "vehicle": {"trip": {"tripId": "aa9d5aab-c-701ff27f-2", "startTime": "15:25:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "562", "directionId": 1}, "position": {"latitude": -36.81517, "longitude": -73.022385, "bearing": 202.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "CPHW48"}}}, {"id": "c70768a5-f68e-4418-a7ad-25ca15e36501", "vehicle": {"trip": {"tripId": "17361-701ff27f-2", "startTime": "16:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "565", "directionId": 1}, "position": {"latitude": -36.744045, "longitude": -72.99526, "bearing": 343.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888998", "vehicle": {"licensePlate": "ZJ6154"}}}, {"id": "4571f63a-a4b2-4077-be57-b8b1821d6014", "vehicle": {"trip": {"tripId": "18210-701ff27f-2", "startTime": "14:01:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "575", "directionId": 0}, "position": {"latitude": -36.710148, "longitude": -73.11436, "bearing": 16.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889007", "vehicle": {"licensePlate": "WR5810"}}}, {"id": "38420c18-90e1-409e-94d5-923e728f0c5a", "vehicle": {"trip": {"tripId": "18355-701ff27f-2", "startTime": "14:45:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "576", "directionId": 0}, "position": {"latitude": -36.815235, "longitude": -73.022484, "bearing": 206.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "JPRZ15"}}}, {"id": "02e2d6b2-49c6-4397-83d0-b637e8e7b725", "vehicle": {"trip": {"tripId": "18629-701ff27f-2", "startTime": "14:21:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "578", "directionId": 1}, "position": {"latitude": -36.84955, "longitude": -73.14239, "bearing": 24.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888866", "vehicle": {"licensePlate": "YN2777"}}}, {"id": "5f430ac2-382b-41c4-bed8-9e4594e48440", "vehicle": {"trip": {"tripId": "19398-701ff27f-2", "startTime": "14:15:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.84662, "longitude": -73.144295, "bearing": 174.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888879", "vehicle": {"licensePlate": "RLHV39"}}}, {"id": "43e09d32-1902-451c-99d5-8401ad45a8c1", "vehicle": {"trip": {"tripId": "19389-701ff27f-2", "startTime": "12:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "585", "directionId": 1}, "position": {"latitude": -36.846825, "longitude": -73.14416, "bearing": 277.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888849", "vehicle": {"licensePlate": "XY7449"}}}, {"id": "aa091111-434a-45cf-a167-5fbda4505a62", "vehicle": {"trip": {"tripId": "19624-701ff27f-2", "startTime": "13:53:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.84662, "longitude": -73.144, "bearing": 87.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888895", "vehicle": {"licensePlate": "JRKP971"}}}, {"id": "a0ec8b87-bead-42d7-93bd-d5839d6e2698", "vehicle": {"trip": {"tripId": "19629-701ff27f-2", "startTime": "15:08:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "586", "directionId": 1}, "position": {"latitude": -36.816444, "longitude": -73.02319, "bearing": 205.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888913", "vehicle": {"licensePlate": "ZT3402"}}}, {"id": "0d7d082e-eef8-41ec-9ef8-a0eabe8cb2f3", "vehicle": {"trip": {"tripId": "20335-701ff27f-2", "startTime": "15:30:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "591", "directionId": 1}, "position": {"latitude": -36.761837, "longitude": -73.1182, "bearing": 336.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694888976", "vehicle": {"licensePlate": "HYHP91"}}}, {"id": "5c1cb788-27e2-4f7c-a36c-f9b5e40cb9a0", "vehicle": {"trip": {"tripId": "23484-701ff27f-2", "startTime": "15:36:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "611", "directionId": 0}, "position": {"latitude": -36.794815, "longitude": -73.04594, "bearing": 186.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889026", "vehicle": {"licensePlate": "DRBB22"}}}, {"id": "f8e1c463-a381-413a-81a2-a33186e9f799", "vehicle": {"trip": {"tripId": "24107-701ff27f-2", "startTime": "15:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "616", "directionId": 1}, "position": {"latitude": -36.80534, "longitude": -73.039825, "bearing": 82.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694889005", "vehicle": {"licensePlate": "FXRL51"}}}, {"id": "fa2f9405-f619-4ff0-bdf3-1d82e9dbe67d", "vehicle": {"trip": {"tripId": "13bb2b47-1-701ff27f-2", "startTime": "13:16:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "626", "directionId": 1}, "position": {"latitude": -36.839214, "longitude": -73.00835, "bearing": 183.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888885", "vehicle": {"licensePlate": "WV66891"}}}, {"id": "9f92c2eb-bc29-49b7-b247-1f42d7eabbad", "vehicle": {"trip": {"tripId": "e6cf8df5-5-701ff27f-2", "startTime": "14:55:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "628", "directionId": 1}, "position": {"latitude": -36.866585, "longitude": -73.03593, "bearing": 72.0, "odometer": 0.0, "speed": 22.0}, "timestamp": "1694888939", "vehicle": {"licensePlate": "GVXX98"}}}, {"id": "9a5b8f2e-3f5c-4ba7-b1ac-a07eb49d142f", "vehicle": {"trip": {"tripId": "84c3b11a-5-701ff27f-2", "startTime": "14:00:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "725", "directionId": 0}, "position": {"latitude": -36.710735, "longitude": -73.147224, "bearing": 204.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694888460", "vehicle": {"licensePlate": "DVWY24"}}}, {"id": "64c1c484-cb39-4c3f-9c29-d09685751b5b", "vehicle": {"trip": {"tripId": "fa471084-a-701ff27f-2", "startTime": "14:24:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "726", "directionId": 1}, "position": {"latitude": -36.841778, "longitude": -73.00877, "bearing": 202.0, "odometer": 0.0, "speed": 8.888889}, "timestamp": "1694889018", "vehicle": {"licensePlate": "FHZB98"}}}, {"id": "97a6e275-05ad-431c-b45e-4b80689fd6e7", "vehicle": {"trip": {"tripId": "25849-701ff27f-2", "startTime": "13:46:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "732", "directionId": 0}, "position": {"latitude": -36.724243, "longitude": -73.130806, "bearing": 126.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694888973", "vehicle": {"licensePlate": "GGJC36"}}}, {"id": "94ca2494-3e84-48d4-9bf9-1f218ffc6b18", "vehicle": {"trip": {"tripId": "25948-701ff27f-2", "startTime": "14:40:00", "startDate": "20230916", "scheduleRelationship": "SCHEDULED", "routeId": "734", "directionId": 0}, "position": {"latitude": -36.724133, "longitude": -73.13123, "bearing": 74.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888769", "vehicle": {"licensePlate": "HJXW59"}}}, {"id": "babef592-7fab-4fe8-b46c-ff6966a36337", "vehicle": {"position": {"latitude": -36.883656, "longitude": -73.13538, "bearing": 276.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694872628", "vehicle": {"licensePlate": "XN9621"}}}, {"id": "8bcd713e-a5d9-492b-8540-8e007abfb272", "vehicle": {"position": {"latitude": -36.795036, "longitude": -73.10714, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693424652", "vehicle": {"licensePlate": "WE5957"}}}, {"id": "bf3c2053-73c5-4eda-ba2b-2705d5365ba4", "vehicle": {"position": {"latitude": -36.95384, "longitude": -73.02221, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1684343364", "vehicle": {"licensePlate": "HGRP52"}}}, {"id": "218c2428-53c4-4f39-83b2-5b17bbcd7630", "vehicle": {"position": {"latitude": -36.85339, "longitude": -73.10213, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1688170739", "vehicle": {"licensePlate": "ZB9417"}}}, {"id": "80c38e17-5868-45cb-aeed-71b264f34af6", "vehicle": {"position": {"latitude": -36.82445, "longitude": -73.13032, "bearing": 320.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1684257764", "vehicle": {"licensePlate": "FXRL64"}}}, {"id": "c31caed9-2f9c-4d2d-ad93-c14dcaf632f3", "vehicle": {"position": {"latitude": -36.941143, "longitude": -73.02722, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1685478532", "vehicle": {"licensePlate": "BKSH49"}}}, {"id": "cc744b19-08ad-4f6a-b31b-fd631d137e5f", "vehicle": {"position": {"latitude": -36.953735, "longitude": -73.022125, "bearing": 50.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694643378", "vehicle": {"licensePlate": "BSRF27"}}}, {"id": "27e00cca-b83b-4f33-8231-2a433d7afe57", "vehicle": {"position": {"latitude": -36.76691, "longitude": -73.11322, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693592084", "vehicle": {"licensePlate": "YU2038"}}}, {"id": "88503255-747e-4eb8-a49f-dc6632fb3919", "vehicle": {"position": {"latitude": -36.79506, "longitude": -73.106926, "bearing": 272.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1686092168", "vehicle": {"licensePlate": "WE5918"}}}, {"id": "830deda2-11db-4949-8d23-1e758946eba4", "vehicle": {"position": {"latitude": -36.73586, "longitude": -73.10278, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1685462186", "vehicle": {"licensePlate": "HJPL35"}}}, {"id": "d0a2bebc-ecf2-4af7-90e9-0a8b0a5b9551", "vehicle": {"position": {"latitude": -36.778706, "longitude": -73.10891, "bearing": 260.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830716", "vehicle": {"licensePlate": "JSBB23"}}}, {"id": "e0b67022-8378-40d7-9900-22995afe9a8b", "vehicle": {"position": {"latitude": -36.735706, "longitude": -73.10246, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1677099788", "vehicle": {"licensePlate": "GZGH37"}}}, {"id": "9641c90c-4bbd-4869-8a2b-d3ff178a87ba", "vehicle": {"position": {"latitude": -36.710915, "longitude": -72.97394, "bearing": 82.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689197358", "vehicle": {"licensePlate": "WA9269"}}}, {"id": "d3d5a544-4718-4ccd-92f7-6d258a2bc260", "vehicle": {"position": {"latitude": -36.842693, "longitude": -73.00929, "bearing": 352.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1683314528", "vehicle": {"licensePlate": "YJ2035"}}}, {"id": "0946cc3c-2e4b-4bdf-a763-a978277ed8e2", "vehicle": {"position": {"latitude": -36.723434, "longitude": -73.12888, "bearing": 201.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694425086", "vehicle": {"licensePlate": "BDWB37"}}}, {"id": "736c7bdf-7639-4f46-91b1-751457c125fa", "vehicle": {"position": {"latitude": -36.752224, "longitude": -73.124275, "bearing": 226.0, "odometer": 0.0, "speed": 38.0}, "timestamp": "1690465917", "vehicle": {"licensePlate": "FDCB31"}}}, {"id": "9c5c9098-a605-466b-bc1e-44791e579b9a", "vehicle": {"position": {"latitude": -36.957626, "longitude": -73.0103, "bearing": 318.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694652314", "vehicle": {"licensePlate": "DYSZ71"}}}, {"id": "baab916a-3381-4b6f-89ca-12b2f097b366", "vehicle": {"position": {"latitude": -36.778553, "longitude": -73.099144, "bearing": 2.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830970", "vehicle": {"licensePlate": "CRVH47"}}}, {"id": "3a10d216-8237-426c-8bfd-c5021d4c6b30", "vehicle": {"position": {"latitude": -36.769295, "longitude": -73.11373, "bearing": 10.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689702404", "vehicle": {"licensePlate": "YA5668"}}}, {"id": "91849378-3a42-4da5-a0b3-7f74ee9421a9", "vehicle": {"position": {"latitude": -36.94105, "longitude": -73.02738, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694458754", "vehicle": {"licensePlate": "ZY4200"}}}, {"id": "292c39df-e0f6-42e7-9933-1fd7418849b8", "vehicle": {"position": {"latitude": -36.71747, "longitude": -73.12458, "bearing": 56.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694469209", "vehicle": {"licensePlate": "BTZY53"}}}, {"id": "f83084af-f915-43ec-a48b-e3d809bbe9c8", "vehicle": {"position": {"latitude": -36.7667, "longitude": -73.113396, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694858624", "vehicle": {"licensePlate": "FPZY99"}}}, {"id": "3d33455d-114a-4fb7-b58e-89326424ee7e", "vehicle": {"position": {"latitude": -36.84231, "longitude": -73.00972, "bearing": 34.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694441986", "vehicle": {"licensePlate": "LDZT10"}}}, {"id": "9b4425b3-04db-40b4-ac04-9967c95f174e", "vehicle": {"position": {"latitude": -36.795166, "longitude": -73.10671, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693961218", "vehicle": {"licensePlate": "WE5919"}}}, {"id": "0dfbd5c2-7ad7-4dd1-b784-351f3d333ab2", "vehicle": {"position": {"latitude": -36.829926, "longitude": -73.10792, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694212230", "vehicle": {"licensePlate": "HWHK89"}}}, {"id": "05ff798d-f2e4-47f1-8d03-9cb201177466", "vehicle": {"position": {"latitude": -36.779797, "longitude": -73.08481, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694828820", "vehicle": {"licensePlate": "HZGX71"}}}, {"id": "03fb3cc5-bf26-4244-9e75-64e2155e0d27", "vehicle": {"position": {"latitude": -36.715496, "longitude": -72.97816, "bearing": 195.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694270955", "vehicle": {"licensePlate": "HYYX25"}}}, {"id": "daf013d5-8c81-4dc7-af77-c1d40b9f392c", "vehicle": {"position": {"latitude": -36.926773, "longitude": -73.02829, "bearing": 320.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823120", "vehicle": {"licensePlate": "XU7351"}}}, {"id": "792ec025-4ad4-46de-a48e-edb860ba0499", "vehicle": {"position": {"latitude": -36.76864, "longitude": -73.11401, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693866383", "vehicle": {"licensePlate": "KRXK39"}}}, {"id": "452a305f-fd9b-4f7f-942a-b9df2826c6c1", "vehicle": {"position": {"latitude": -36.79396, "longitude": -73.04547, "bearing": 189.0, "odometer": 0.0, "speed": 6.111111}, "timestamp": "1694530643", "vehicle": {"licensePlate": "YR4145"}}}, {"id": "5069bf16-e951-4026-a04f-c950f0c9d32d", "vehicle": {"position": {"latitude": -36.714104, "longitude": -72.97779, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694541326", "vehicle": {"licensePlate": "PW1335"}}}, {"id": "ce2aa4c5-db11-43e9-8576-c480495c9d0b", "vehicle": {"position": {"latitude": -36.79982, "longitude": -73.05058, "bearing": 166.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692830028", "vehicle": {"licensePlate": "FXJS20"}}}, {"id": "83f64a00-e343-4389-8ee3-37cf67c170f1", "vehicle": {"position": {"latitude": -36.940914, "longitude": -73.0272, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694610632", "vehicle": {"licensePlate": "DRVV44"}}}, {"id": "be2547f6-6f76-4b90-964d-0b8bd2f519e6", "vehicle": {"position": {"latitude": -36.806957, "longitude": -73.05145, "bearing": 228.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694642386", "vehicle": {"licensePlate": "FXFW85"}}}, {"id": "f21aa6ce-954c-4066-bff4-cf72539aeb64", "vehicle": {"position": {"latitude": -36.766937, "longitude": -73.112785, "bearing": 4.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693573674", "vehicle": {"licensePlate": "YV1949"}}}, {"id": "d3653a6a-afe4-4773-9679-6e99cdb2c341", "vehicle": {"position": {"latitude": -36.94914, "longitude": -73.011566, "bearing": 7.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694827751", "vehicle": {"licensePlate": "DWHH91"}}}, {"id": "19c166bd-64d5-462e-8e26-2d0ca3aa3825", "vehicle": {"position": {"latitude": -36.82426, "longitude": -73.13002, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887969", "vehicle": {"licensePlate": "DTYV58"}}}, {"id": "6d823810-9e77-4c52-ba69-d84df0d05e75", "vehicle": {"position": {"latitude": -36.795296, "longitude": -73.107086, "bearing": 100.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1683400518", "vehicle": {"licensePlate": "FFTL53"}}}, {"id": "62d0b114-b00e-4f30-9a13-2cb2dd0073b2", "vehicle": {"position": {"latitude": -36.839157, "longitude": -73.09828, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1681485109", "vehicle": {"licensePlate": "XS8721"}}}, {"id": "df89fb26-b9bf-47ec-9c83-d0df8ac0eaba", "vehicle": {"position": {"latitude": -36.839157, "longitude": -73.09828, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1681485258", "vehicle": {"licensePlate": "RVRL 27"}}}, {"id": "6f31455f-1436-4615-b0b2-3b756b358507", "vehicle": {"position": {"latitude": -36.78932, "longitude": -73.1129, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1680743130", "vehicle": {"licensePlate": "FFFFFF"}}}, {"id": "30744488-28b2-40da-9904-54e95ec7be51", "vehicle": {"position": {"latitude": -36.941174, "longitude": -73.02707, "bearing": 338.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692235912", "vehicle": {"licensePlate": "XZ9788"}}}, {"id": "482cf3a4-c2de-4596-9067-7870825c2e28", "vehicle": {"position": {"latitude": -36.957832, "longitude": -73.0104, "bearing": 93.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693958545", "vehicle": {"licensePlate": "DWWB26"}}}, {"id": "8cabae95-bddd-4a78-b2ee-e0d7242fa333", "vehicle": {"position": {"latitude": -36.741318, "longitude": -73.10118, "bearing": 324.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694611068", "vehicle": {"licensePlate": "YU8561"}}}, {"id": "94fc4699-16cb-4232-9163-5c9bfd4c4547", "vehicle": {"position": {"latitude": -36.77905, "longitude": -73.09954, "bearing": 306.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689027012", "vehicle": {"licensePlate": "DYCS25"}}}, {"id": "b7af1998-5f9e-4c98-a3e3-77288a229b6e", "vehicle": {"position": {"latitude": -36.95825, "longitude": -73.01113, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824782", "vehicle": {"licensePlate": "LHWX56"}}}, {"id": "b69f5415-8063-4463-a2fd-b9c27d1534b4", "vehicle": {"position": {"latitude": -36.795147, "longitude": -73.10689, "bearing": 288.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694879302", "vehicle": {"licensePlate": "DWHP41"}}}, {"id": "0d9ff9b5-1826-4dbe-9571-e83d4aec4cc9", "vehicle": {"position": {"latitude": -36.948963, "longitude": -72.93163, "bearing": 229.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690932936", "vehicle": {"licensePlate": "CPZZ79"}}}, {"id": "c00b1b71-7438-40bc-ac2e-1fa16022ca31", "vehicle": {"position": {"latitude": -36.794136, "longitude": -73.04601, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694534580", "vehicle": {"licensePlate": "YV2344"}}}, {"id": "854e9434-c282-45b5-b466-d33de6ee8515", "vehicle": {"position": {"latitude": -36.83248, "longitude": -73.003784, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1686945646", "vehicle": {"licensePlate": "WV1924"}}}, {"id": "e3e354dd-ae2b-4759-aeb7-0ca436124b80", "vehicle": {"position": {"latitude": -36.85309, "longitude": -73.05043, "bearing": 162.0, "odometer": 0.0, "speed": 56.0}, "timestamp": "1681132136", "vehicle": {"licensePlate": "ZT3922"}}}, {"id": "f4ff8244-e794-4ed1-bdd4-dabe734da0cb", "vehicle": {"position": {"latitude": -36.81293, "longitude": -73.05192, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694552582", "vehicle": {"licensePlate": "RW9671"}}}, {"id": "6235f0ef-32cf-41bb-8bc9-4e632aa095eb", "vehicle": {"position": {"latitude": -36.83998, "longitude": -73.05635, "bearing": 78.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1683641984", "vehicle": {"licensePlate": "YX2769"}}}, {"id": "9d93050d-0e3f-4ac6-bc96-e103cd8316a0", "vehicle": {"position": {"latitude": -36.839893, "longitude": -73.05621, "bearing": 214.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692554856", "vehicle": {"licensePlate": "WZ6629"}}}, {"id": "4b8c125d-ff53-4622-87a4-811c48ac9869", "vehicle": {"position": {"latitude": -36.79524, "longitude": -73.107216, "bearing": 76.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694861584", "vehicle": {"licensePlate": "DRXZ77"}}}, {"id": "328b2321-7460-487e-a696-0814dcaef51d", "vehicle": {"position": {"latitude": -36.94912, "longitude": -73.011505, "bearing": 6.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888871", "vehicle": {"licensePlate": "GYGK16"}}}, {"id": "766a4cd6-f056-4ff0-9230-f01f34e8ab43", "vehicle": {"position": {"latitude": -36.827717, "longitude": -73.05, "bearing": 244.0, "odometer": 0.0, "speed": 12.0}, "timestamp": "1682553659", "vehicle": {"licensePlate": "XU7350"}}}, {"id": "d0eff6da-fce0-498f-8c50-f1be0cb1d23e", "vehicle": {"position": {"latitude": -36.76686, "longitude": -73.113464, "bearing": 216.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694294392", "vehicle": {"licensePlate": "YV2206"}}}, {"id": "7c6ec234-0f1a-419a-8733-07b91ef635c4", "vehicle": {"position": {"latitude": -36.84141, "longitude": -73.129364, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693580401", "vehicle": {"licensePlate": "RWJG38"}}}, {"id": "ed16bb00-39d2-4e9b-88e2-3995ab5ac55d", "vehicle": {"position": {"latitude": -36.76317, "longitude": -73.09889, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694381729", "vehicle": {"licensePlate": "FVHK54"}}}, {"id": "9af56033-b38a-4586-8941-d29d941cb07c", "vehicle": {"position": {"latitude": -36.71052, "longitude": -72.97431, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690578406", "vehicle": {"licensePlate": "WH6315"}}}, {"id": "b8535ab1-7d3c-4cc5-b724-8aba40809037", "vehicle": {"position": {"latitude": -36.76704, "longitude": -73.11317, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694004530", "vehicle": {"licensePlate": "WK7487"}}}, {"id": "958fea87-0c00-4ef3-b8ca-b0eea9e893a7", "vehicle": {"position": {"latitude": -36.73738, "longitude": -72.988075, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868307", "vehicle": {"licensePlate": "ZR8924"}}}, {"id": "f2cace55-229d-4bd3-ad3c-d8828eaa5eda", "vehicle": {"position": {"latitude": -36.71088, "longitude": -73.14031, "bearing": 118.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823304", "vehicle": {"licensePlate": "FFBW89"}}}, {"id": "1bbf03ae-bf71-4ff6-be6e-eec19cf56daa", "vehicle": {"position": {"latitude": -36.94916, "longitude": -72.931496, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692475282", "vehicle": {"licensePlate": "GSRS42"}}}, {"id": "f27e7f1c-45f0-4d98-80fd-5565367e6a4c", "vehicle": {"position": {"latitude": -36.766903, "longitude": -73.112946, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694021440", "vehicle": {"licensePlate": "YU2128"}}}, {"id": "e72be77a-a193-4d1e-b0fe-29f3dbfc9f76", "vehicle": {"position": {"latitude": -36.7774, "longitude": -73.11258, "bearing": 346.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694705396", "vehicle": {"licensePlate": "FXJS23"}}}, {"id": "9252bac4-2863-41ac-92e4-36500c34e6ed", "vehicle": {"position": {"latitude": -36.77711, "longitude": -73.11263, "bearing": 270.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694619042", "vehicle": {"licensePlate": "JJJD20"}}}, {"id": "0de1926e-04e7-41a1-8724-a19abbea0a6f", "vehicle": {"position": {"latitude": -36.76935, "longitude": -73.11379, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694712898", "vehicle": {"licensePlate": "HLZX24"}}}, {"id": "fcc5b458-8b5d-440a-8807-0855065868cb", "vehicle": {"position": {"latitude": -36.778572, "longitude": -73.099174, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888842", "vehicle": {"licensePlate": "DLRD46"}}}, {"id": "eae784cf-1007-498f-8e13-f2215cc38e31", "vehicle": {"position": {"latitude": -36.7133, "longitude": -72.97742, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824094", "vehicle": {"licensePlate": "FCBR73"}}}, {"id": "f33bd178-b17a-4acd-b2e8-82bfd41fa837", "vehicle": {"position": {"latitude": -36.957474, "longitude": -73.010086, "bearing": 234.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875122", "vehicle": {"licensePlate": "BZLY10"}}}, {"id": "8ca6ee03-518f-4ba7-8467-00a151d4e7a4", "vehicle": {"position": {"latitude": -36.846752, "longitude": -73.14419, "bearing": 261.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694735136", "vehicle": {"licensePlate": "ZT3265"}}}, {"id": "0919c21c-0676-4d21-a93b-1c89ef0a46e0", "vehicle": {"position": {"latitude": -36.949398, "longitude": -72.93176, "bearing": 132.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829242", "vehicle": {"licensePlate": "CYZZ54"}}}, {"id": "fa3ebea3-8220-4de9-8144-ce017fb80697", "vehicle": {"position": {"latitude": -36.71348, "longitude": -72.97747, "bearing": 113.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694872658", "vehicle": {"licensePlate": "DJGD74"}}}, {"id": "27057910-1aec-42e0-a628-e2c30928010b", "vehicle": {"position": {"latitude": -36.82069, "longitude": -73.01194, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690213478", "vehicle": {"licensePlate": "XY1716"}}}, {"id": "780b6a55-177c-4692-b57a-d82e4c7b8883", "vehicle": {"position": {"latitude": -36.822445, "longitude": -73.05006, "bearing": 242.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694888978", "vehicle": {"licensePlate": "HWDG47"}}}, {"id": "d73a5423-dc52-4d93-a132-8f01dcb3b310", "vehicle": {"position": {"latitude": -36.602745, "longitude": -72.96179, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888848", "vehicle": {"licensePlate": "FYBB87"}}}, {"id": "2cfe871e-dc87-4982-a78f-acd56b7dc350", "vehicle": {"position": {"latitude": -36.795197, "longitude": -73.107056, "bearing": 94.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694554538", "vehicle": {"licensePlate": "DKFS37"}}}, {"id": "a6e97c00-2836-4552-95d3-bc0c6d306370", "vehicle": {"position": {"latitude": -36.82424, "longitude": -73.13003, "bearing": 17.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888133", "vehicle": {"licensePlate": "JRKL79"}}}, {"id": "2a5c7173-cddc-4295-b25e-bba7a3b3dc89", "vehicle": {"position": {"latitude": -36.74146, "longitude": -72.99291, "bearing": 310.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694883908", "vehicle": {"licensePlate": "JGKH38"}}}, {"id": "a72980a5-2b8a-4253-b485-923ddd92d52a", "vehicle": {"position": {"latitude": -36.784164, "longitude": -73.112915, "bearing": 346.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694889002", "vehicle": {"licensePlate": "WT9905"}}}, {"id": "ff897dfe-0068-414c-a966-c6f46b4c20bc", "vehicle": {"position": {"latitude": -36.94109, "longitude": -73.027054, "bearing": 338.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823888", "vehicle": {"licensePlate": "BDCH87"}}}, {"id": "8bd450fe-40c5-49b3-b3d0-a894e9bd8258", "vehicle": {"position": {"latitude": -36.778202, "longitude": -73.097206, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888984", "vehicle": {"licensePlate": "YK4862"}}}, {"id": "fc27ebb6-d800-4f75-ac4e-262941c48081", "vehicle": {"position": {"latitude": -36.846653, "longitude": -73.14407, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693586193", "vehicle": {"licensePlate": "YT2529"}}}, {"id": "7ad3816a-8cfb-43de-b007-49de739dbb09", "vehicle": {"position": {"latitude": -36.95793, "longitude": -73.01048, "bearing": 314.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823033", "vehicle": {"licensePlate": "HYHF21"}}}, {"id": "5618e73a-1f90-4b26-bcd9-fc31b4f1ccf6", "vehicle": {"position": {"latitude": -36.962906, "longitude": -72.935585, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823050", "vehicle": {"licensePlate": "CDTK12"}}}, {"id": "b1961468-be8b-4846-afa5-d0633cd0140b", "vehicle": {"position": {"latitude": -36.740063, "longitude": -73.09458, "bearing": 36.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694024939", "vehicle": {"licensePlate": "BRPV57"}}}, {"id": "0aaf93d1-c5b8-4c1d-aec4-d8964034b5bd", "vehicle": {"position": {"latitude": -36.805565, "longitude": -73.03838, "bearing": 262.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693495866", "vehicle": {"licensePlate": "DTRZ89"}}}, {"id": "8ef2a994-ec18-4bfd-9b50-9c8a9b57274c", "vehicle": {"position": {"latitude": -36.973347, "longitude": -72.9265, "bearing": 302.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830450", "vehicle": {"licensePlate": "HYPR25"}}}, {"id": "1b6ccb61-d316-45f6-850b-2034304ffcd9", "vehicle": {"position": {"latitude": -36.94154, "longitude": -73.02714, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1680712144", "vehicle": {"licensePlate": "VX5220"}}}, {"id": "49931496-e734-4657-80f2-03951fc3a33d", "vehicle": {"position": {"latitude": -36.768612, "longitude": -73.114006, "bearing": 164.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694554800", "vehicle": {"licensePlate": "YR1500"}}}, {"id": "0b2b54ec-4de5-42e6-8540-c64ce05626d4", "vehicle": {"position": {"latitude": -36.941906, "longitude": -73.01515, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879522", "vehicle": {"licensePlate": "HYHR16"}}}, {"id": "b152883e-03c6-43c0-bcb1-f44d40a4e44a", "vehicle": {"position": {"latitude": -36.816174, "longitude": -73.03494, "bearing": 250.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694889013", "vehicle": {"licensePlate": "HBPJ88"}}}, {"id": "ed621499-bb0f-447c-8477-40f56c447fab", "vehicle": {"position": {"latitude": -36.95818, "longitude": -73.01113, "bearing": 314.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "DPDF83"}}}, {"id": "6574656e-071c-4f68-b72d-a841b47d6b92", "vehicle": {"position": {"latitude": -36.71411, "longitude": -72.97779, "bearing": 200.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889019", "vehicle": {"licensePlate": "HYCZ69"}}}, {"id": "f6ac16cd-f393-46b8-b292-1f60bdeee53f", "vehicle": {"position": {"latitude": -36.79713, "longitude": -73.05399, "bearing": 13.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690205926", "vehicle": {"licensePlate": "YW4212"}}}, {"id": "b4d43b07-e126-4ada-b459-a59ed037eed3", "vehicle": {"position": {"latitude": -36.958294, "longitude": -73.01107, "bearing": 68.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694606611", "vehicle": {"licensePlate": "YU8303"}}}, {"id": "5d50a1c1-d755-406f-a29a-b691f6cd640b", "vehicle": {"position": {"latitude": -36.77848, "longitude": -73.09917, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1687522511", "vehicle": {"licensePlate": "CXLF11"}}}, {"id": "7d33df46-97c8-4a33-a37a-5fd92785db3d", "vehicle": {"position": {"latitude": -36.849796, "longitude": -73.1425, "bearing": 338.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694560008", "vehicle": {"licensePlate": "DZFG54"}}}, {"id": "d807e8b4-c57c-49d0-b996-3af5fc9840b2", "vehicle": {"position": {"latitude": -36.80991, "longitude": -73.034615, "bearing": 36.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694889007", "vehicle": {"licensePlate": "YU3543"}}}, {"id": "6870e621-c66b-433d-984c-885f38432bed", "vehicle": {"position": {"latitude": -36.807007, "longitude": -73.029396, "bearing": 280.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694266404", "vehicle": {"licensePlate": "JPWD29"}}}, {"id": "1d7c18f5-efb6-451e-9f74-0a468e7b1fa8", "vehicle": {"position": {"latitude": -36.828922, "longitude": -73.14803, "bearing": 357.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "YR3358"}}}, {"id": "1ff75269-d65b-490a-884f-d7f99554b67c", "vehicle": {"position": {"latitude": -36.957626, "longitude": -73.01012, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689625513", "vehicle": {"licensePlate": "YP2184"}}}, {"id": "3453c5b9-4e39-435c-8f1a-c0edf6877207", "vehicle": {"position": {"latitude": -36.941387, "longitude": -73.018425, "bearing": 160.0, "odometer": 0.0, "speed": 11.111111}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HBSR21"}}}, {"id": "91da8c19-aba5-4c51-8ab9-4b34e33c03c7", "vehicle": {"position": {"latitude": -36.789692, "longitude": -73.07907, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694867738", "vehicle": {"licensePlate": "KTFG51"}}}, {"id": "a38f2a67-a54b-4fd7-ab72-d50346ddef7a", "vehicle": {"position": {"latitude": -36.80714, "longitude": -73.05157, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691098014", "vehicle": {"licensePlate": "YU8176"}}}, {"id": "ccbc9053-686b-4ebe-aeb2-0fb9809c7881", "vehicle": {"position": {"latitude": -36.790874, "longitude": -73.10696, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694301733", "vehicle": {"licensePlate": "JTZW19"}}}, {"id": "2f8946f1-2b94-467b-b762-9865a4ca6234", "vehicle": {"position": {"latitude": -36.71367, "longitude": -72.97753, "bearing": 356.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694868934", "vehicle": {"licensePlate": "FBKZ10"}}}, {"id": "7d7d4777-9316-4c2e-984d-645afb547d6f", "vehicle": {"position": {"latitude": -36.805595, "longitude": -73.038284, "bearing": 322.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888886", "vehicle": {"licensePlate": "DBHL19"}}}, {"id": "d07325ce-dbb9-4e8e-aab7-35d6ae846f93", "vehicle": {"position": {"latitude": -36.766975, "longitude": -73.11285, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694831624", "vehicle": {"licensePlate": "DWHD12"}}}, {"id": "681a7090-cc4d-478e-873d-9cf9cd9ef6ae", "vehicle": {"position": {"latitude": -36.76874, "longitude": -73.11409, "bearing": 102.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694884768", "vehicle": {"licensePlate": "PW1344"}}}, {"id": "53427dff-1a7e-44df-ae9e-e64e1f5a647a", "vehicle": {"position": {"latitude": -36.76944, "longitude": -73.11394, "bearing": 286.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694865458", "vehicle": {"licensePlate": "LRJD60"}}}, {"id": "0a051435-3510-4efa-98e4-e5864ad5a76b", "vehicle": {"position": {"latitude": -36.82427, "longitude": -73.130066, "bearing": 205.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888376", "vehicle": {"licensePlate": "FXVS87"}}}, {"id": "ac7cdfd8-3b14-476e-9a9c-9fa017ae1753", "vehicle": {"position": {"latitude": -36.774338, "longitude": -73.02337, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694487169", "vehicle": {"licensePlate": "XW8849"}}}, {"id": "557d7e72-a4bf-409b-bfa9-ecc31401178a", "vehicle": {"position": {"latitude": -36.973457, "longitude": -72.92662, "bearing": 23.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821927", "vehicle": {"licensePlate": "LLGV63"}}}, {"id": "37fe9390-ff33-4b51-8fca-ccaf900bcbf6", "vehicle": {"position": {"latitude": -36.96319, "longitude": -72.93315, "bearing": 24.0, "odometer": 0.0, "speed": 25.0}, "timestamp": "1683853559", "vehicle": {"licensePlate": "HYPH74"}}}, {"id": "bff016c0-bcd1-4fa4-9fc0-b82f0113f2fb", "vehicle": {"position": {"latitude": -36.842438, "longitude": -73.01032, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691078410", "vehicle": {"licensePlate": "FYBC98"}}}, {"id": "8665f192-a605-4bce-a2be-66a0d1cef8d7", "vehicle": {"position": {"latitude": -36.7355, "longitude": -73.102356, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691096099", "vehicle": {"licensePlate": "HJPL66"}}}, {"id": "4bd3f246-4db0-4cab-8f88-4a86610a6d6b", "vehicle": {"position": {"latitude": -36.714233, "longitude": -72.97789, "bearing": 237.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694458073", "vehicle": {"licensePlate": "FRVC70"}}}, {"id": "1a91030b-e0ee-46e3-a5b5-d0dc99aa3f4c", "vehicle": {"position": {"latitude": -36.763237, "longitude": -73.09907, "bearing": 296.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694378945", "vehicle": {"licensePlate": "FYBD35"}}}, {"id": "8e17f051-cb79-47bb-bca7-cc1db39037cd", "vehicle": {"position": {"latitude": -36.87927, "longitude": -73.03813, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691802388", "vehicle": {"licensePlate": "YP7094"}}}, {"id": "4d37e74e-9094-4673-9f62-df4e36399e1b", "vehicle": {"position": {"latitude": -36.752388, "longitude": -73.0932, "bearing": 142.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693346503", "vehicle": {"licensePlate": "GYLT64"}}}, {"id": "5ae981f1-b531-4dbc-83c7-89cc7b7e7904", "vehicle": {"position": {"latitude": -36.81172, "longitude": -72.978325, "bearing": 12288.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692219362", "vehicle": {"licensePlate": "FXJS60"}}}, {"id": "58b75b3b-b3f4-4e1b-9ab5-6b8def14ec35", "vehicle": {"position": {"latitude": -36.830597, "longitude": -73.123474, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888760", "vehicle": {"licensePlate": "YH2181"}}}, {"id": "a6578e13-f890-46ba-ab64-42847a6154eb", "vehicle": {"position": {"latitude": -36.832592, "longitude": -73.003975, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1686268208", "vehicle": {"licensePlate": "HRXJ96"}}}, {"id": "f914466f-5840-4208-80a4-dca1691ba688", "vehicle": {"position": {"latitude": -36.77945, "longitude": -73.09891, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881178", "vehicle": {"licensePlate": "DBLS55"}}}, {"id": "29b2bf3d-eed9-411e-bb48-8b3fb7ac5f46", "vehicle": {"position": {"latitude": -36.941906, "longitude": -73.02202, "bearing": 244.0, "odometer": 0.0, "speed": 8.888889}, "timestamp": "1694700982", "vehicle": {"licensePlate": "YX1806"}}}, {"id": "fbfd2c6a-427b-4999-abe8-d341ac82984f", "vehicle": {"position": {"latitude": -36.826767, "longitude": -73.150116, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887933", "vehicle": {"licensePlate": "FLHK55"}}}, {"id": "b3407bdb-dc86-44be-bc3f-f73230f02bc4", "vehicle": {"position": {"latitude": -36.846718, "longitude": -73.144005, "bearing": 98.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694781467", "vehicle": {"licensePlate": "BBZZ94"}}}, {"id": "1bf93978-a7b3-4baa-a23d-6718462eec26", "vehicle": {"position": {"latitude": -36.796898, "longitude": -73.10668, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694827379", "vehicle": {"licensePlate": "GCJW93"}}}, {"id": "4b30fca9-8b8e-42b3-8da0-6c84a0b8369b", "vehicle": {"position": {"latitude": -36.888752, "longitude": -73.1331, "bearing": 7.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888933", "vehicle": {"licensePlate": "YG5846"}}}, {"id": "26ef2a39-1880-4a03-a354-7ed0ce6cc84c", "vehicle": {"position": {"latitude": -36.739082, "longitude": -73.10702, "bearing": 238.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694655956", "vehicle": {"licensePlate": "RW8962"}}}, {"id": "89ff023c-a066-4d43-a36e-44f011ab2ff8", "vehicle": {"position": {"latitude": -36.82978, "longitude": -73.05979, "bearing": 116.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888972", "vehicle": {"licensePlate": "STJZ94"}}}, {"id": "b21d7447-df2d-48f4-bfc9-11318406357d", "vehicle": {"position": {"latitude": -36.953835, "longitude": -73.02233, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1683219770", "vehicle": {"licensePlate": "XG3134"}}}, {"id": "af630b48-aa4a-4343-9d89-f5aaa41bb6be", "vehicle": {"position": {"latitude": -36.711098, "longitude": -72.97434, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1687886842", "vehicle": {"licensePlate": "ZV8812"}}}, {"id": "43394c2c-73b6-4cfd-bb2e-0f20cca5480e", "vehicle": {"position": {"latitude": -36.9494, "longitude": -72.93178, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881078", "vehicle": {"licensePlate": "YC9522"}}}, {"id": "f031fc7a-6aaf-49da-8f76-74186eb74fd7", "vehicle": {"position": {"latitude": -36.77631, "longitude": -73.0882, "bearing": 270.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694865814", "vehicle": {"licensePlate": "JHJF79"}}}, {"id": "d4bb0807-c408-438f-8682-c1a0842b82df", "vehicle": {"position": {"latitude": -36.958355, "longitude": -73.0112, "bearing": 112.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887676", "vehicle": {"licensePlate": "DPZZ47"}}}, {"id": "dafc21a4-70a9-425b-a52f-5dbc5bcabd8b", "vehicle": {"position": {"latitude": -36.794624, "longitude": -73.04583, "bearing": 13.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885649", "vehicle": {"licensePlate": "FYBU85"}}}, {"id": "69fcd988-c3fb-4611-8652-5e5ea45af6ab", "vehicle": {"position": {"latitude": -36.76699, "longitude": -73.113144, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692622852", "vehicle": {"licensePlate": "YD2159"}}}, {"id": "42478694-5202-421e-8b3a-8be68608b11e", "vehicle": {"position": {"latitude": -36.80037, "longitude": -73.04971, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694549961", "vehicle": {"licensePlate": "CVUK99"}}}, {"id": "f22e0b8e-708a-474b-83b7-b23a22a4b648", "vehicle": {"position": {"latitude": -36.77855, "longitude": -73.09919, "bearing": 223.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868062", "vehicle": {"licensePlate": "CDTJ50"}}}, {"id": "df8e5179-77b4-4065-b75b-db5f0c00b7bc", "vehicle": {"position": {"latitude": -36.95787, "longitude": -73.01037, "bearing": 306.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822044", "vehicle": {"licensePlate": "FWGD54"}}}, {"id": "ab03cb26-cc75-4ea9-8091-99d5652cbcdc", "vehicle": {"position": {"latitude": -36.82451, "longitude": -73.13057, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694204400", "vehicle": {"licensePlate": "CVTG84"}}}, {"id": "91649449-728c-4644-8938-88e356340178", "vehicle": {"position": {"latitude": -36.714874, "longitude": -72.978065, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691504409", "vehicle": {"licensePlate": "FGPH72"}}}, {"id": "c937e95d-c4e1-4b34-b731-a84e61f74706", "vehicle": {"position": {"latitude": -36.929054, "longitude": -73.02366, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1681944596", "vehicle": {"licensePlate": "WY2954"}}}, {"id": "1aeccc67-c8c8-45ba-8bfd-797d498385e8", "vehicle": {"position": {"latitude": -36.958447, "longitude": -73.01112, "bearing": 305.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822813", "vehicle": {"licensePlate": "CVTG93"}}}, {"id": "f7c78a48-b180-42a5-8f1b-c5eb756d2250", "vehicle": {"position": {"latitude": -36.9583, "longitude": -73.01091, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693494858", "vehicle": {"licensePlate": "BPDX96"}}}, {"id": "a3e9f473-534b-42d7-93c2-a194e360c174", "vehicle": {"position": {"latitude": -36.768967, "longitude": -73.113525, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694710042", "vehicle": {"licensePlate": "WE9097"}}}, {"id": "48f6e583-e7b7-4a1e-8a7b-197fdc6ade7c", "vehicle": {"position": {"latitude": -36.73315, "longitude": -73.11695, "bearing": 136.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694537578", "vehicle": {"licensePlate": "BGCF44"}}}, {"id": "33775b8d-c929-49f8-9e4b-a36613cb2a6d", "vehicle": {"position": {"latitude": -36.76948, "longitude": -73.11397, "bearing": 250.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694605874", "vehicle": {"licensePlate": "YE2425"}}}, {"id": "2c7740bc-2d12-46fc-8613-4c52e07fc1d7", "vehicle": {"position": {"latitude": -36.941288, "longitude": -73.02714, "bearing": 168.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888780", "vehicle": {"licensePlate": "ZJ6881"}}}, {"id": "904b1359-aeb4-443b-9951-f7bc55f71beb", "vehicle": {"position": {"latitude": -36.789585, "longitude": -73.079056, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818840", "vehicle": {"licensePlate": "FBWF90"}}}, {"id": "007c9caa-2bce-4038-bd75-b5e35a099ed3", "vehicle": {"position": {"latitude": -36.957924, "longitude": -73.01064, "bearing": 245.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816385", "vehicle": {"licensePlate": "HLXH 62"}}}, {"id": "ab27809a-95ac-4e69-acb5-71873c7b77a6", "vehicle": {"position": {"latitude": -36.716614, "longitude": -72.97905, "bearing": 38.0, "odometer": 0.0, "speed": 5.2777777}, "timestamp": "1694448354", "vehicle": {"licensePlate": "DBHL17"}}}, {"id": "62f3faae-4db6-4be1-932a-6b2cbc070499", "vehicle": {"position": {"latitude": -36.75615, "longitude": -73.0936, "bearing": 48.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822685", "vehicle": {"licensePlate": "BWYH56"}}}, {"id": "b00cdf94-18f1-4682-8351-1e9bc2e2d980", "vehicle": {"position": {"latitude": -36.94215, "longitude": -73.01494, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886194", "vehicle": {"licensePlate": "XY6995"}}}, {"id": "2558628a-65b6-4704-99a0-3b07f20d3732", "vehicle": {"position": {"latitude": -36.775833, "longitude": -73.11518, "bearing": 286.0, "odometer": 0.0, "speed": 1.0}, "timestamp": "1689193608", "vehicle": {"licensePlate": "BTST46"}}}, {"id": "e1ffa5d0-302a-4c5d-9d4b-e985c0048e0e", "vehicle": {"position": {"latitude": -36.792233, "longitude": -73.089836, "bearing": 210.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694717752", "vehicle": {"licensePlate": "FXRL49"}}}, {"id": "1e5e22f1-cf37-4be8-86b7-b50028d414bd", "vehicle": {"position": {"latitude": -36.71868, "longitude": -73.12115, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820014", "vehicle": {"licensePlate": "FDHJ42"}}}, {"id": "242531b4-a7eb-4b62-a470-3a07b431c930", "vehicle": {"position": {"latitude": -36.84077, "longitude": -73.00747, "bearing": 48.0, "odometer": 0.0, "speed": 8.888889}, "timestamp": "1694889006", "vehicle": {"licensePlate": "DDDW23"}}}, {"id": "23fe2d4e-226c-41e6-8e3f-133fabc6e485", "vehicle": {"position": {"latitude": -36.76834, "longitude": -73.11453, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693077020", "vehicle": {"licensePlate": "FXRZ38"}}}, {"id": "0c1c1409-f7ff-4a03-8952-eae2d97cd784", "vehicle": {"position": {"latitude": -36.805058, "longitude": -73.038765, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690811470", "vehicle": {"licensePlate": "ZT3361"}}}, {"id": "7bd2817f-171a-40c6-81fd-20c72080537c", "vehicle": {"position": {"latitude": -36.794563, "longitude": -73.04613, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879692", "vehicle": {"licensePlate": "FYBD32"}}}, {"id": "fc5652b2-3428-4fc8-8e1e-3c061a495203", "vehicle": {"position": {"latitude": -36.79714, "longitude": -73.10463, "bearing": 190.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694566378", "vehicle": {"licensePlate": "FYBC87"}}}, {"id": "9dc385d5-d930-4d91-90a5-60b062f123e8", "vehicle": {"position": {"latitude": -36.794285, "longitude": -73.045944, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691759424", "vehicle": {"licensePlate": "XS5122"}}}, {"id": "bdea0b00-56c4-4a83-9cb7-8617479205dd", "vehicle": {"position": {"latitude": -36.8468, "longitude": -73.143936, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693263739", "vehicle": {"licensePlate": "DZKC37"}}}, {"id": "15c01b6d-5881-4751-8608-ceeac54896a5", "vehicle": {"position": {"latitude": -36.768696, "longitude": -73.1133, "bearing": 82.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694563800", "vehicle": {"licensePlate": "RWSZ69"}}}, {"id": "337fa4b2-a2fa-4cab-973d-67ed2879b71d", "vehicle": {"position": {"latitude": -36.941235, "longitude": -73.02715, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888814", "vehicle": {"licensePlate": "LBKD62"}}}, {"id": "b7730879-0742-4a61-8af5-a17ec4c14bf1", "vehicle": {"position": {"latitude": -36.794277, "longitude": -73.04585, "bearing": 288.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1688571588", "vehicle": {"licensePlate": "YS3883"}}}, {"id": "8b1e5ddb-fb4c-4f74-84c8-08e367e96f96", "vehicle": {"position": {"latitude": -36.82893, "longitude": -73.14782, "bearing": 76.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888902", "vehicle": {"licensePlate": "JBTS23"}}}, {"id": "5e46906c-ba29-431a-8146-5b2dde4dbafb", "vehicle": {"position": {"latitude": -36.778606, "longitude": -73.09913, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694861142", "vehicle": {"licensePlate": "WK9936"}}}, {"id": "63487cf8-1347-4125-a5a0-433de5bf71aa", "vehicle": {"position": {"latitude": -36.95803, "longitude": -73.01037, "bearing": 165.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821654", "vehicle": {"licensePlate": "ZT4009"}}}, {"id": "eef8ef58-558b-469d-a1ac-bb0b170d8cfc", "vehicle": {"position": {"latitude": -36.714016, "longitude": -72.97772, "bearing": 249.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882021", "vehicle": {"licensePlate": "DJBB52"}}}, {"id": "7866c3cc-41f4-4da9-b9b1-464d18372a12", "vehicle": {"position": {"latitude": -36.789734, "longitude": -73.079056, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868462", "vehicle": {"licensePlate": "DZTJ18"}}}, {"id": "9eea7ea5-5472-4946-adb8-5c8f8b05d2c6", "vehicle": {"position": {"latitude": -36.789875, "longitude": -73.07871, "bearing": 88.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1681413300", "vehicle": {"licensePlate": "WF1391"}}}, {"id": "879ef85d-0f6d-4bb0-855a-4946f8fdd702", "vehicle": {"position": {"latitude": -36.777344, "longitude": -73.112656, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882154", "vehicle": {"licensePlate": "DKFS35"}}}, {"id": "730a6208-e4e8-4127-8551-eda2cecf3dd9", "vehicle": {"position": {"latitude": -36.778515, "longitude": -73.099075, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693858464", "vehicle": {"licensePlate": "ZV6259"}}}, {"id": "918bac75-118b-4670-8faa-296c2a1ca548", "vehicle": {"position": {"latitude": -36.83135, "longitude": -73.00578, "bearing": 170.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693492132", "vehicle": {"licensePlate": "HYCZ26"}}}, {"id": "83dfc87f-c46a-43ae-b6a8-94fb3c1d353e", "vehicle": {"position": {"latitude": -36.768806, "longitude": -73.11338, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880576", "vehicle": {"licensePlate": "FXRR70"}}}, {"id": "5b836f27-cfd8-4b41-8969-7853ff94c769", "vehicle": {"position": {"latitude": -36.832577, "longitude": -73.00349, "bearing": 43.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880265", "vehicle": {"licensePlate": "WF1309"}}}, {"id": "a99aa49b-8ac2-4ebc-9bf6-af8c627b1740", "vehicle": {"position": {"latitude": -36.97375, "longitude": -72.92679, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888661", "vehicle": {"licensePlate": "GZGD14"}}}, {"id": "3549abae-a8b2-4a9d-8498-683c6dec0379", "vehicle": {"position": {"latitude": -36.748756, "longitude": -73.09095, "bearing": 18.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694869314", "vehicle": {"licensePlate": "HDLW63"}}}, {"id": "167fd7d9-59b2-4702-b4c9-2cbec65888ec", "vehicle": {"position": {"latitude": -36.754997, "longitude": -73.08853, "bearing": 136.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693610542", "vehicle": {"licensePlate": "FYGP85"}}}, {"id": "45a75417-fd48-491d-9a86-6137e604fcb2", "vehicle": {"position": {"latitude": -36.83065, "longitude": -73.123505, "bearing": 210.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816788", "vehicle": {"licensePlate": "JCKS60"}}}, {"id": "79db8453-cdf0-4a81-bdec-de6ed5cf11dc", "vehicle": {"position": {"latitude": -36.7951, "longitude": -73.106766, "bearing": 90.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886198", "vehicle": {"licensePlate": "DKFS34"}}}, {"id": "2397dada-b228-4fc7-bb89-edbe9b0bb8c2", "vehicle": {"position": {"latitude": -36.795227, "longitude": -73.10699, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694535956", "vehicle": {"licensePlate": "CYJS22"}}}, {"id": "b8d87bc8-cede-4ad8-90a0-c2f4642ab074", "vehicle": {"position": {"latitude": -36.89235, "longitude": -73.13398, "bearing": 282.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689954755", "vehicle": {"licensePlate": "ZT3981"}}}, {"id": "4201fdd0-33ee-49f3-8a71-a5513180021b", "vehicle": {"position": {"latitude": -36.810455, "longitude": -73.04722, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693318964", "vehicle": {"licensePlate": "DRTS58"}}}, {"id": "a66cb9d5-0821-49d9-9db2-4c456b54d15a", "vehicle": {"position": {"latitude": -36.794872, "longitude": -73.04595, "bearing": 67.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694544653", "vehicle": {"licensePlate": "FXRL30"}}}, {"id": "502375db-39a6-420d-a47d-83bc0e818df9", "vehicle": {"position": {"latitude": -36.611515, "longitude": -72.95683, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693052506", "vehicle": {"licensePlate": "KKPV69"}}}, {"id": "61a1381d-10b8-4384-8c5f-36d8b4630e14", "vehicle": {"position": {"latitude": -36.9016, "longitude": -73.149994, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888574", "vehicle": {"licensePlate": "FXRL52"}}}, {"id": "61854c7c-d2b9-4009-a33f-85cb0def796a", "vehicle": {"position": {"latitude": -36.553814, "longitude": -72.93811, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694730348", "vehicle": {"licensePlate": "FFVP44"}}}, {"id": "e398de81-2538-4267-9433-793ec19b3894", "vehicle": {"position": {"latitude": -36.78779, "longitude": -73.12787, "bearing": 98.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693346099", "vehicle": {"licensePlate": "YV2164"}}}, {"id": "bb183487-6609-4124-8b10-d6100add07f2", "vehicle": {"position": {"latitude": -36.778526, "longitude": -73.09892, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694750916", "vehicle": {"licensePlate": "CVJG34"}}}, {"id": "88657fa0-b33d-4ab4-89c2-f07df8c91e96", "vehicle": {"position": {"latitude": -36.777275, "longitude": -73.112656, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694736092", "vehicle": {"licensePlate": "DKFS36"}}}, {"id": "1024518a-7a64-4950-9dd4-4adae3c4b0cc", "vehicle": {"position": {"latitude": -36.810905, "longitude": -73.04703, "bearing": 347.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694450405", "vehicle": {"licensePlate": "JGVX43"}}}, {"id": "f233316c-17d9-454c-b089-af6849eac3c3", "vehicle": {"position": {"latitude": -36.718967, "longitude": -73.12088, "bearing": 244.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820110", "vehicle": {"licensePlate": "ZT3329"}}}, {"id": "2d23f3ee-bfae-46a5-b117-2891090ae9b3", "vehicle": {"position": {"latitude": -36.794365, "longitude": -73.04611, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694866014", "vehicle": {"licensePlate": "DPDH66"}}}, {"id": "7a07deeb-b036-458d-b908-564f0b23cbec", "vehicle": {"position": {"latitude": -36.795273, "longitude": -73.10719, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690982580", "vehicle": {"licensePlate": "FFTL51"}}}, {"id": "6b5e482f-ec13-4c95-b1a1-876d0736643e", "vehicle": {"position": {"latitude": -36.941856, "longitude": -73.01511, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1680355898", "vehicle": {"licensePlate": "VV6157"}}}, {"id": "daf9cb19-d3be-4c2f-a063-08657c863aa4", "vehicle": {"position": {"latitude": -36.767075, "longitude": -73.113106, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694870230", "vehicle": {"licensePlate": "BBVC71"}}}, {"id": "34d26f5d-ce44-43cf-9300-a28b76fad299", "vehicle": {"position": {"latitude": -36.713844, "longitude": -72.97765, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883726", "vehicle": {"licensePlate": "DXSH14"}}}, {"id": "e7039c46-52f4-4eb1-819b-0cc663a8dea7", "vehicle": {"position": {"latitude": -36.958126, "longitude": -73.01071, "bearing": 148.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1683306004", "vehicle": {"licensePlate": "BVPW59"}}}, {"id": "a0d034c4-41a2-4f39-9218-8526419d159b", "vehicle": {"position": {"latitude": -36.84311, "longitude": -73.01068, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694615314", "vehicle": {"licensePlate": "FXRZ28"}}}, {"id": "98498bd7-5a73-41d2-8468-f2e98ab425ad", "vehicle": {"position": {"latitude": -36.767036, "longitude": -73.112816, "bearing": 320.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694183073", "vehicle": {"licensePlate": "DWGZ59"}}}, {"id": "1df7d795-627b-43e3-bd5b-595b6f4d0fe2", "vehicle": {"position": {"latitude": -36.958107, "longitude": -73.01063, "bearing": 165.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879372", "vehicle": {"licensePlate": "BHVF83"}}}, {"id": "9aaec4e1-2c90-4cfb-8dce-f1c60a9fec41", "vehicle": {"position": {"latitude": -36.736378, "longitude": -72.98867, "bearing": 68.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694888984", "vehicle": {"licensePlate": "FFTL50"}}}, {"id": "494032a6-e9cb-49d6-9715-4c0977970228", "vehicle": {"position": {"latitude": -36.72359, "longitude": -73.141365, "bearing": 16.0, "odometer": 0.0, "speed": 8.888889}, "timestamp": "1694889008", "vehicle": {"licensePlate": "ZV6539"}}}, {"id": "d23b9e33-bde2-427d-9bec-a5bd7ef88fb2", "vehicle": {"position": {"latitude": -36.82453, "longitude": -73.05181, "bearing": 62.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694889024", "vehicle": {"licensePlate": "FPZY98"}}}, {"id": "c34e7a19-0061-4887-8bed-6b7dc303bca7", "vehicle": {"position": {"latitude": -36.779526, "longitude": -73.09888, "bearing": 158.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1684252896", "vehicle": {"licensePlate": "DZYS89"}}}, {"id": "16a8c29f-3898-4063-95d8-cc7dd7b6b583", "vehicle": {"position": {"latitude": -36.794506, "longitude": -73.067245, "bearing": 24.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1692823838", "vehicle": {"licensePlate": "HHKP75"}}}, {"id": "8bc3e16e-4d80-43c5-9669-10a2c1371488", "vehicle": {"position": {"latitude": -36.779377, "longitude": -73.098946, "bearing": 160.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694772978", "vehicle": {"licensePlate": "FXRR75"}}}, {"id": "975cd5ac-6c1c-448e-b43a-b08913146f3a", "vehicle": {"position": {"latitude": -36.79653, "longitude": -73.099785, "bearing": 300.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868794", "vehicle": {"licensePlate": "ZJ6621"}}}, {"id": "439e18d9-529a-43b3-9f7f-0070b37c010a", "vehicle": {"position": {"latitude": -36.718758, "longitude": -73.12109, "bearing": 72.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886922", "vehicle": {"licensePlate": "ZR7259"}}}, {"id": "5090a07f-df83-4627-b6e3-57cc7be56d1b", "vehicle": {"position": {"latitude": -36.941143, "longitude": -73.02713, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689346278", "vehicle": {"licensePlate": "XZ1167"}}}, {"id": "f8cb9b40-ce86-4faf-9eb6-5a10515105d9", "vehicle": {"position": {"latitude": -36.79466, "longitude": -73.04623, "bearing": 142.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880754", "vehicle": {"licensePlate": "JLZV94"}}}, {"id": "cdb00712-4165-4a21-a660-98c9b187743b", "vehicle": {"position": {"latitude": -36.79447, "longitude": -73.045845, "bearing": 324.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888758", "vehicle": {"licensePlate": "RWDP81"}}}, {"id": "bd9228b0-84f6-4f8d-b3bf-c22b379b1f07", "vehicle": {"position": {"latitude": -36.8418, "longitude": -73.1292, "bearing": 25.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1683032430", "vehicle": {"licensePlate": "DWVX28"}}}, {"id": "8843d295-43e5-4f41-a459-4a8532ee0069", "vehicle": {"position": {"latitude": -36.801216, "longitude": -73.02585, "bearing": 178.0, "odometer": 0.0, "speed": 16.38889}, "timestamp": "1694888974", "vehicle": {"licensePlate": "BKSD38"}}}, {"id": "3ac9c1b1-4a7c-4627-8cd4-a5bc7347f8c7", "vehicle": {"position": {"latitude": -36.80401, "longitude": -73.02633, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820298", "vehicle": {"licensePlate": "DZTL12"}}}, {"id": "edc0edd5-dc84-49c2-960f-6b58219fbc5d", "vehicle": {"position": {"latitude": -36.713863, "longitude": -72.977646, "bearing": 85.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888591", "vehicle": {"licensePlate": "HYHR39"}}}, {"id": "c5b875dc-f97f-4ac8-85b7-8b5c066c0ff4", "vehicle": {"position": {"latitude": -36.788357, "longitude": -73.10429, "bearing": 86.0, "odometer": 0.0, "speed": 5.2777777}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HDLR87"}}}, {"id": "b77f77ef-9e85-4815-aebc-5d2784109471", "vehicle": {"position": {"latitude": -36.76704, "longitude": -73.11275, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694184524", "vehicle": {"licensePlate": "FXJS62"}}}, {"id": "30c20370-4833-40ac-b24e-4d298174eb3e", "vehicle": {"position": {"latitude": -36.709736, "longitude": -73.1406, "bearing": 138.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888774", "vehicle": {"licensePlate": "DPZY99"}}}, {"id": "fd22c398-3fbc-4f2c-8b70-e3ee87f76751", "vehicle": {"position": {"latitude": -36.84311, "longitude": -73.009705, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888762", "vehicle": {"licensePlate": "FHJD81"}}}, {"id": "58317737-d700-4b1c-9e8a-3b831c0b532b", "vehicle": {"position": {"latitude": -36.779385, "longitude": -73.099525, "bearing": 290.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888668", "vehicle": {"licensePlate": "RPYG63"}}}, {"id": "c82e1914-46dc-4ab1-8d98-61a2031aaf75", "vehicle": {"position": {"latitude": -36.806988, "longitude": -73.0515, "bearing": 52.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888734", "vehicle": {"licensePlate": "RVBV19"}}}, {"id": "bb26dad4-8515-4e1c-8ea3-ee223495e6ca", "vehicle": {"position": {"latitude": -36.828957, "longitude": -73.14811, "bearing": 78.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888808", "vehicle": {"licensePlate": "RYRV73"}}}, {"id": "f0e0fea6-6ac0-4935-bb21-394d6ac99de8", "vehicle": {"position": {"latitude": -36.94315, "longitude": -73.01988, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883608", "vehicle": {"licensePlate": "XN3257"}}}, {"id": "80d32062-4f0a-4ef0-81bc-6b9d9a0e3647", "vehicle": {"position": {"latitude": -36.951214, "longitude": -73.01523, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694867334", "vehicle": {"licensePlate": "BLYJ29"}}}, {"id": "1dbb794a-09fe-4e34-9f75-928de3563271", "vehicle": {"position": {"latitude": -36.789604, "longitude": -73.07913, "bearing": 124.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694869448", "vehicle": {"licensePlate": "LKCZ18"}}}, {"id": "32b85c2c-3899-44df-9440-bc76b74c17c1", "vehicle": {"position": {"latitude": -36.949375, "longitude": -72.93202, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821517", "vehicle": {"licensePlate": "SSBD61"}}}, {"id": "e0d6f3a1-f99f-48cc-97f1-5503faf2f607", "vehicle": {"position": {"latitude": -36.603687, "longitude": -72.96871, "bearing": 24.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888594", "vehicle": {"licensePlate": "HYHR47"}}}, {"id": "78177a8f-86dc-4e15-a8f8-af1d6c621e72", "vehicle": {"position": {"latitude": -36.713917, "longitude": -72.97743, "bearing": 29696.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689185804", "vehicle": {"licensePlate": "ZY4796"}}}, {"id": "9bba3422-2af6-4b69-8e13-7a63cd61f3f9", "vehicle": {"position": {"latitude": -36.76937, "longitude": -73.11363, "bearing": 190.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694723868", "vehicle": {"licensePlate": "ZR7406"}}}, {"id": "7d3d0763-ff39-4697-a32b-3fa9ad1afb15", "vehicle": {"position": {"latitude": -36.70479, "longitude": -72.97253, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888709", "vehicle": {"licensePlate": "JSBB51"}}}, {"id": "f7413153-6e73-4595-94ec-8379bd211640", "vehicle": {"position": {"latitude": -36.735798, "longitude": -73.10273, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816460", "vehicle": {"licensePlate": "WW4900"}}}, {"id": "944d4f6b-f982-4787-8381-3483ab2b4499", "vehicle": {"position": {"latitude": -36.714405, "longitude": -72.97463, "bearing": 108.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888906", "vehicle": {"licensePlate": "BFDR20"}}}, {"id": "c31194a5-cd9f-43e3-97bf-8aab709ee1e0", "vehicle": {"position": {"latitude": -36.710945, "longitude": -72.97414, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693071104", "vehicle": {"licensePlate": "YW5590"}}}, {"id": "b921b955-29ff-4035-9361-6a0994b089cf", "vehicle": {"position": {"latitude": -36.766796, "longitude": -73.11344, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889011", "vehicle": {"licensePlate": "YU2131"}}}, {"id": "5679bba4-ec23-4450-99c5-e6b6520013b4", "vehicle": {"position": {"latitude": -36.777283, "longitude": -73.1126, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "FDHJ54"}}}, {"id": "e690826c-b6d5-48fa-a759-d30e054b3e45", "vehicle": {"position": {"latitude": -36.59929, "longitude": -72.95177, "bearing": 136.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888942", "vehicle": {"licensePlate": "JJJC38"}}}, {"id": "60772fcf-3d6a-42dd-ba4f-a95b9e9e8867", "vehicle": {"position": {"latitude": -36.95317, "longitude": -73.022385, "bearing": 148.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694889010", "vehicle": {"licensePlate": "CTZT10"}}}, {"id": "d941d8b1-ed02-4d2b-8f8b-c31c30335193", "vehicle": {"position": {"latitude": -36.958076, "longitude": -73.01085, "bearing": 224.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694709604", "vehicle": {"licensePlate": "FXVK52"}}}, {"id": "73ce7e91-e1aa-427e-84a0-22992ec7bafd", "vehicle": {"position": {"latitude": -36.723507, "longitude": -73.129005, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888302", "vehicle": {"licensePlate": "ZL3449"}}}, {"id": "b8a988fc-cec2-451a-821d-d5b078fff9de", "vehicle": {"position": {"latitude": -36.726376, "longitude": -72.98692, "bearing": 295.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886491", "vehicle": {"licensePlate": "YK7908"}}}, {"id": "9839e13c-5b4f-4230-a496-00e1bc017384", "vehicle": {"position": {"latitude": -36.77862, "longitude": -73.09957, "bearing": 228.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868386", "vehicle": {"licensePlate": "FXRR79"}}}, {"id": "46ef7f7a-b945-4e05-af2d-e500152ec40a", "vehicle": {"position": {"latitude": -36.80688, "longitude": -73.0513, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689619468", "vehicle": {"licensePlate": "XY7377"}}}, {"id": "b1945a5c-20e6-4ed3-b7d8-5dde7a594c2a", "vehicle": {"position": {"latitude": -36.76957, "longitude": -73.11368, "bearing": 74.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694465516", "vehicle": {"licensePlate": "BTSZ61"}}}, {"id": "a6632bea-4ffd-4971-8156-ed008af2b02b", "vehicle": {"position": {"latitude": -36.718773, "longitude": -73.121025, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884220", "vehicle": {"licensePlate": "TW2933"}}}, {"id": "03d7b103-a8c3-4ff1-a6b3-c38698272a4f", "vehicle": {"position": {"latitude": -36.778797, "longitude": -73.10282, "bearing": 105.0, "odometer": 0.0, "speed": 11.666667}, "timestamp": "1694439019", "vehicle": {"licensePlate": "WD9612"}}}, {"id": "4a0af0f6-6f2b-49c3-bf89-148be19dd0c5", "vehicle": {"position": {"latitude": -36.607212, "longitude": -72.96876, "bearing": 232.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888952", "vehicle": {"licensePlate": "DFFL12"}}}, {"id": "fc8e84f0-179f-4096-aab7-cf0a92bef9c7", "vehicle": {"position": {"latitude": -36.824245, "longitude": -73.13005, "bearing": 144.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885738", "vehicle": {"licensePlate": "JFSP65"}}}, {"id": "15627506-997a-486c-be42-d1a0652a31c1", "vehicle": {"position": {"latitude": -36.76895, "longitude": -73.11304, "bearing": 148.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816730", "vehicle": {"licensePlate": "DPZY75"}}}, {"id": "8a396781-0a70-4c70-bce7-e3867c44e7a2", "vehicle": {"position": {"latitude": -36.777725, "longitude": -73.112595, "bearing": 316.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694881516", "vehicle": {"licensePlate": "CVTR61"}}}, {"id": "c05e7086-6a35-48cc-b78f-ce7fa32e1807", "vehicle": {"position": {"latitude": -36.766922, "longitude": -73.11312, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873588", "vehicle": {"licensePlate": "BFPL36"}}}, {"id": "e43ddde9-515f-47e5-a99b-dcf36097758d", "vehicle": {"position": {"latitude": -36.83045, "longitude": -73.1241, "bearing": 146.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694885418", "vehicle": {"licensePlate": "JYRR14"}}}, {"id": "aafa089a-ac1b-4df8-9d86-232097cdd3d0", "vehicle": {"position": {"latitude": -36.778614, "longitude": -73.099396, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693409644", "vehicle": {"licensePlate": "HZGZ95"}}}, {"id": "92294c23-3f31-4bfb-9ead-b4dc58bfedbd", "vehicle": {"position": {"latitude": -36.918144, "longitude": -73.02784, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694603250", "vehicle": {"licensePlate": "YW5485"}}}, {"id": "49d0cf67-7ec9-4c80-a75b-8c548ca5df02", "vehicle": {"position": {"latitude": -36.795177, "longitude": -73.10678, "bearing": 92.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693943542", "vehicle": {"licensePlate": "DKFS38"}}}, {"id": "a6b22c30-f04c-429b-88f5-9942bb68e209", "vehicle": {"position": {"latitude": -36.72337, "longitude": -73.128815, "bearing": 329.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694869306", "vehicle": {"licensePlate": "ZJ6730"}}}, {"id": "a2fce729-5819-4cc8-b399-240ddb52b112", "vehicle": {"position": {"latitude": -36.958443, "longitude": -73.011314, "bearing": 119.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817763", "vehicle": {"licensePlate": "FXRL48"}}}, {"id": "648c6bfd-187a-43d8-a147-43b9e7aa2fa5", "vehicle": {"position": {"latitude": -36.714203, "longitude": -72.97786, "bearing": 274.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694545943", "vehicle": {"licensePlate": "LPDK40"}}}, {"id": "5a37e66e-19ce-48c5-8259-961e12edf47d", "vehicle": {"position": {"latitude": -36.82691, "longitude": -73.06043, "bearing": 62.0, "odometer": 0.0, "speed": 12.4}, "timestamp": "1694888938", "vehicle": {"licensePlate": "DKTB43"}}}, {"id": "9a3c4357-396d-4ab2-b9d5-9322d43423c3", "vehicle": {"position": {"latitude": -36.94112, "longitude": -73.02725, "bearing": 146.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883304", "vehicle": {"licensePlate": "FPRY67"}}}, {"id": "9d9c9278-6cf9-4813-8227-f68e56847dd0", "vehicle": {"position": {"latitude": -36.76623, "longitude": -73.17346, "bearing": 135.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868775", "vehicle": {"licensePlate": "FGYZ20"}}}, {"id": "f32c54c3-1c29-4bca-8acc-aad721965927", "vehicle": {"position": {"latitude": -36.80553, "longitude": -73.03838, "bearing": 272.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694193094", "vehicle": {"licensePlate": "JZLB59"}}}, {"id": "5e59c174-9502-45d8-b654-fbe1f19c7f99", "vehicle": {"position": {"latitude": -36.844406, "longitude": -73.12997, "bearing": 9.0, "odometer": 0.0, "speed": 10.8}, "timestamp": "1684517224", "vehicle": {"licensePlate": "KCDS85"}}}, {"id": "f34af194-4447-4fb7-ba15-9ca0a8e5cd82", "vehicle": {"position": {"latitude": -36.824257, "longitude": -73.12995, "bearing": 199.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694176750", "vehicle": {"licensePlate": "JJJD52"}}}, {"id": "0c85a6b6-aadb-4436-8e83-e0103a53d106", "vehicle": {"position": {"latitude": -36.832573, "longitude": -73.00392, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694090216", "vehicle": {"licensePlate": "HLZX32"}}}, {"id": "3e67b66e-32e9-413d-a92b-f46e30cce42d", "vehicle": {"position": {"latitude": -36.829037, "longitude": -73.14792, "bearing": 168.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888828", "vehicle": {"licensePlate": "BKXH47"}}}, {"id": "f10df46e-80e9-4c63-a503-28ceb97074cc", "vehicle": {"position": {"latitude": -36.82878, "longitude": -73.14749, "bearing": 82.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888824", "vehicle": {"licensePlate": "CCHL61"}}}, {"id": "423260db-cb79-445f-98c9-47b447287642", "vehicle": {"position": {"latitude": -36.82903, "longitude": -73.147934, "bearing": 170.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1685142018", "vehicle": {"licensePlate": "GWXT25"}}}, {"id": "297a03ab-5f96-484c-8cdd-d0b4cdab2c07", "vehicle": {"position": {"latitude": -36.957527, "longitude": -73.01012, "bearing": 80.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823446", "vehicle": {"licensePlate": "WW5316"}}}, {"id": "319207ce-b2cb-4cbb-936b-8dc327f60f7d", "vehicle": {"position": {"latitude": -36.958214, "longitude": -73.01087, "bearing": 41.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824199", "vehicle": {"licensePlate": "GVFL21"}}}, {"id": "ab077297-d396-4926-a814-b56425317f08", "vehicle": {"position": {"latitude": -36.735737, "longitude": -73.10253, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1687987763", "vehicle": {"licensePlate": "HJPL47"}}}, {"id": "241ed3be-f163-4309-abd9-af3271c5e16c", "vehicle": {"position": {"latitude": -36.769325, "longitude": -73.114, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1686875329", "vehicle": {"licensePlate": "WE12000"}}}, {"id": "4a619f9a-75f3-4499-8093-59c72cb739cc", "vehicle": {"position": {"latitude": -36.843044, "longitude": -73.009735, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693945654", "vehicle": {"licensePlate": "JXLW51"}}}, {"id": "083a8fc9-8a6b-47d6-a2ee-dd61f51bf6d5", "vehicle": {"position": {"latitude": -36.794373, "longitude": -73.0459, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1683903723", "vehicle": {"licensePlate": "XY3622"}}}, {"id": "893a79ff-43f0-42fb-8bea-4593fd7dfe39", "vehicle": {"position": {"latitude": -36.795135, "longitude": -73.10721, "bearing": 314.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694721214", "vehicle": {"licensePlate": "FDHJ43"}}}, {"id": "9ebe96aa-57bc-4f96-859a-af8677b7ca00", "vehicle": {"position": {"latitude": -36.800037, "longitude": -72.95979, "bearing": 260.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888788", "vehicle": {"licensePlate": "JJJC69"}}}, {"id": "ed4615b0-d9ce-4846-9eb9-ec0f83bd2d9d", "vehicle": {"position": {"latitude": -36.76687, "longitude": -73.11344, "bearing": 100.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693424454", "vehicle": {"licensePlate": "UW8554"}}}, {"id": "6d173656-96bf-4cc7-9b95-a8e63fa6a389", "vehicle": {"position": {"latitude": -36.842567, "longitude": -73.010086, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888642", "vehicle": {"licensePlate": "RVSK43"}}}, {"id": "225e5725-e86e-4ea6-a657-27a9a9fef152", "vehicle": {"position": {"latitude": -36.973526, "longitude": -72.92677, "bearing": 330.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875638", "vehicle": {"licensePlate": "GJLJ42"}}}, {"id": "836103a4-93d5-4283-8bf5-d6bea411f6f3", "vehicle": {"position": {"latitude": -36.80563, "longitude": -73.038315, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888732", "vehicle": {"licensePlate": "FXZY72"}}}, {"id": "c9c4f84b-7ba3-4d82-ba50-6db43976cc5a", "vehicle": {"position": {"latitude": -36.958443, "longitude": -73.01126, "bearing": 134.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888764", "vehicle": {"licensePlate": "HYZD26"}}}, {"id": "4525f7af-1bfd-45dc-a9cc-ac5df2e322fd", "vehicle": {"position": {"latitude": -36.82429, "longitude": -73.12996, "bearing": 215.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887684", "vehicle": {"licensePlate": "RVRL27"}}}, {"id": "653f222c-12e8-4eec-a6ca-739170fa4904", "vehicle": {"position": {"latitude": -36.79531, "longitude": -73.106964, "bearing": 100.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694804760", "vehicle": {"licensePlate": "JHJF67"}}}, {"id": "b9ab8091-5755-4156-97f8-f9917baec463", "vehicle": {"position": {"latitude": -36.77933, "longitude": -73.0992, "bearing": 341.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888907", "vehicle": {"licensePlate": "KVZH52"}}}, {"id": "83f68ee1-baeb-416a-9d05-3c6abe862a2d", "vehicle": {"position": {"latitude": -36.941616, "longitude": -73.026794, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692724882", "vehicle": {"licensePlate": "BDJP62"}}}, {"id": "c6fa9b2e-ce86-4b5b-b2dc-d8d3edf4e386", "vehicle": {"position": {"latitude": -36.768482, "longitude": -73.11418, "bearing": 258.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885292", "vehicle": {"licensePlate": "RTZB48"}}}, {"id": "6aa17a74-b741-4f92-8826-5f9a84087351", "vehicle": {"position": {"latitude": -36.828556, "longitude": -73.00981, "bearing": 79.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888952", "vehicle": {"licensePlate": "JFSP63"}}}, {"id": "df175ca7-596a-4f11-9ad2-37464190da5e", "vehicle": {"position": {"latitude": -36.95807, "longitude": -73.01075, "bearing": 341.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888606", "vehicle": {"licensePlate": "YU5091"}}}, {"id": "3137d8e5-ff5c-4d98-99ce-fd3c44d26915", "vehicle": {"position": {"latitude": -36.599407, "longitude": -72.95444, "bearing": 302.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888680", "vehicle": {"licensePlate": "SKPL57"}}}, {"id": "615ea201-8d5a-4c0c-ad63-416c24c6219c", "vehicle": {"position": {"latitude": -36.842945, "longitude": -73.00984, "bearing": 296.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1682689340", "vehicle": {"licensePlate": "YX2285"}}}, {"id": "88aa5642-f479-46a2-a7ed-2a84172f90f1", "vehicle": {"position": {"latitude": -36.821606, "longitude": -72.992905, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693326149", "vehicle": {"licensePlate": "WX6016"}}}, {"id": "3e3e073a-d804-462d-957c-2f020d51fbba", "vehicle": {"position": {"latitude": -36.71875, "longitude": -73.12108, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "RTXW96"}}}, {"id": "e68c8861-38e7-4892-8385-55a330cb7af8", "vehicle": {"position": {"latitude": -36.83063, "longitude": -73.123634, "bearing": 216.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888868", "vehicle": {"licensePlate": "FXZX45"}}}, {"id": "ea61c0bb-5bc6-4f85-b744-b252b3d3a541", "vehicle": {"position": {"latitude": -36.82909, "longitude": -73.14827, "bearing": 158.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694827528", "vehicle": {"licensePlate": "ZK7783"}}}, {"id": "cee33753-1519-4b0a-89e3-280d615df4c0", "vehicle": {"position": {"latitude": -36.95356, "longitude": -73.02225, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826900", "vehicle": {"licensePlate": "XY1722"}}}, {"id": "d883cb04-c951-4082-b848-5c6b270e9210", "vehicle": {"position": {"latitude": -36.826733, "longitude": -73.150024, "bearing": 180.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818254", "vehicle": {"licensePlate": "FXRL47"}}}, {"id": "4b83e4a9-7cbc-40a9-9b01-8ac00e635248", "vehicle": {"position": {"latitude": -36.84293, "longitude": -73.009895, "bearing": 294.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888538", "vehicle": {"licensePlate": "PPGD32"}}}, {"id": "8de7bece-7157-4e8f-9a6b-a2f4e1635996", "vehicle": {"position": {"latitude": -36.830673, "longitude": -73.12463, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878910", "vehicle": {"licensePlate": "DRTS95"}}}, {"id": "a3afb1d8-d021-4219-815e-e80e4b54f301", "vehicle": {"position": {"latitude": -36.95824, "longitude": -73.010994, "bearing": 307.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694795511", "vehicle": {"licensePlate": "YN2862"}}}, {"id": "728d0126-c919-43d5-ae31-c07d6712bc69", "vehicle": {"position": {"latitude": -36.957966, "longitude": -73.01069, "bearing": 325.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882046", "vehicle": {"licensePlate": "ZT1069"}}}, {"id": "bd3e804c-4040-43dc-8a35-6e09658a854a", "vehicle": {"position": {"latitude": -36.941753, "longitude": -73.015144, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888060", "vehicle": {"licensePlate": "GGJG63"}}}, {"id": "739a0059-0f69-4d2d-a906-92ff8e399052", "vehicle": {"position": {"latitude": -36.79526, "longitude": -73.10733, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879322", "vehicle": {"licensePlate": "CSDS17"}}}, {"id": "fbb0870d-a646-45de-ab58-3805e71efca5", "vehicle": {"position": {"latitude": -36.789692, "longitude": -73.07918, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819310", "vehicle": {"licensePlate": "FGHW36"}}}, {"id": "050be756-1f54-4357-acfc-97d885f6c97b", "vehicle": {"position": {"latitude": -36.828922, "longitude": -73.147675, "bearing": 189.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889024", "vehicle": {"licensePlate": "CCHP85"}}}, {"id": "33ad06c7-5aed-4a2b-8e89-7fb5269ad654", "vehicle": {"position": {"latitude": -36.830654, "longitude": -73.12363, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888778", "vehicle": {"licensePlate": "KHYD29"}}}, {"id": "3373bc62-cbdf-4f8f-b7eb-c10960ed71f4", "vehicle": {"position": {"latitude": -36.794296, "longitude": -73.046036, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888844", "vehicle": {"licensePlate": "FHSX94"}}}, {"id": "a6aebcf7-22b6-4b29-9051-3bf237cd9ec9", "vehicle": {"position": {"latitude": -36.807117, "longitude": -73.08879, "bearing": 230.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888850", "vehicle": {"licensePlate": "FSYW69"}}}, {"id": "bd78b111-6211-4ff2-8ad8-40a72c3480de", "vehicle": {"position": {"latitude": -36.713806, "longitude": -72.97773, "bearing": 26.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694096927", "vehicle": {"licensePlate": "XV1998"}}}, {"id": "ef0938af-44c6-4167-9cde-16465d0bd604", "vehicle": {"position": {"latitude": -36.794163, "longitude": -73.0461, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888752", "vehicle": {"licensePlate": "JZZP54"}}}, {"id": "2ae7dd47-8ad4-4d89-9a43-0c4340074413", "vehicle": {"position": {"latitude": -36.769417, "longitude": -73.11356, "bearing": 82.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888812", "vehicle": {"licensePlate": "RW9266"}}}, {"id": "b27af132-700b-48ce-aaf6-c8705335d777", "vehicle": {"position": {"latitude": -36.958164, "longitude": -73.01111, "bearing": 209.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694888103", "vehicle": {"licensePlate": "WW3719"}}}, {"id": "7c45f425-9e57-4920-a584-8121d3f30d29", "vehicle": {"position": {"latitude": -36.77852, "longitude": -73.09915, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888506", "vehicle": {"licensePlate": "JGYB32"}}}, {"id": "d41a5cfb-40e7-4cb2-a3ea-627340fafd83", "vehicle": {"position": {"latitude": -36.88302, "longitude": -73.13101, "bearing": 213.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888749", "vehicle": {"licensePlate": "HJPL24"}}}, {"id": "b4be97f1-8913-4a58-a6d1-4968f1b2d7e0", "vehicle": {"position": {"latitude": -36.949257, "longitude": -72.93142, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694477413", "vehicle": {"licensePlate": "DCXX34"}}}, {"id": "4f9f9d2a-5ac9-4118-9297-a156cf25db2d", "vehicle": {"position": {"latitude": -36.80033, "longitude": -73.0847, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693169485", "vehicle": {"licensePlate": "WC5272"}}}, {"id": "06f390f7-fa50-4ae4-ab8b-b577e7cdacb9", "vehicle": {"position": {"latitude": -36.79428, "longitude": -73.046036, "bearing": 258.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830680", "vehicle": {"licensePlate": "ZT3358"}}}, {"id": "63eed79b-6e3d-4dcf-9fdc-e793447723da", "vehicle": {"position": {"latitude": -36.766823, "longitude": -73.11336, "bearing": 116.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888798", "vehicle": {"licensePlate": "JKVB23"}}}, {"id": "7f8a9462-0270-4ff0-93b1-32ee5c68f3c0", "vehicle": {"position": {"latitude": -36.84945, "longitude": -73.14242, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888745", "vehicle": {"licensePlate": "LHWX31"}}}, {"id": "a6fc8e33-49b6-49b4-9914-5b3bc6b728ae", "vehicle": {"position": {"latitude": -36.79441, "longitude": -73.04554, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829464", "vehicle": {"licensePlate": "WR7272"}}}, {"id": "c66d85c0-d242-4046-a4f9-33291fcf7bfa", "vehicle": {"position": {"latitude": -36.821762, "longitude": -72.993065, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820638", "vehicle": {"licensePlate": "HJPY79"}}}, {"id": "e8e8930b-ad20-4d9c-a3dd-9e6eba511c73", "vehicle": {"position": {"latitude": -36.79442, "longitude": -73.045876, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875752", "vehicle": {"licensePlate": "WU2419"}}}, {"id": "f912c1c2-a84b-49ad-82ef-9ebc79b36b8e", "vehicle": {"position": {"latitude": -36.714115, "longitude": -72.9778, "bearing": 47.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694545798", "vehicle": {"licensePlate": "GWFD39"}}}, {"id": "498edd88-93c4-4bcc-8390-508427cbd3dd", "vehicle": {"position": {"latitude": -36.740784, "longitude": -72.99199, "bearing": 252.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823758", "vehicle": {"licensePlate": "WK6987"}}}, {"id": "301899b4-45f2-48f0-8cec-2034028eb4d3", "vehicle": {"position": {"latitude": -36.834553, "longitude": -73.12313, "bearing": 321.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888895", "vehicle": {"licensePlate": "JSBB34"}}}, {"id": "0666f956-43f9-477d-9516-7a8a59fef268", "vehicle": {"position": {"latitude": -36.806915, "longitude": -73.05143, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888222", "vehicle": {"licensePlate": "ZJ6055"}}}, {"id": "5b50f722-1052-4618-94f6-da76c59682e5", "vehicle": {"position": {"latitude": -36.959164, "longitude": -73.01056, "bearing": 68.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830199", "vehicle": {"licensePlate": "GWZC20"}}}, {"id": "47fa9ebe-e641-419d-8466-1e14440fb052", "vehicle": {"position": {"latitude": -36.957973, "longitude": -73.01032, "bearing": 93.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818423", "vehicle": {"licensePlate": "FFRB35"}}}, {"id": "93fd740b-3e9a-4d68-97b4-9d1a81f9ce68", "vehicle": {"position": {"latitude": -36.903458, "longitude": -73.14751, "bearing": 157.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888801", "vehicle": {"licensePlate": "YF1011"}}}, {"id": "61d84786-9831-476a-960c-aa2b3cbdff19", "vehicle": {"position": {"latitude": -36.723248, "longitude": -73.128944, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694205723", "vehicle": {"licensePlate": "DBGH98"}}}, {"id": "bf5f1550-5301-4058-a44c-0c7d1ca27295", "vehicle": {"position": {"latitude": -36.957787, "longitude": -73.01061, "bearing": 331.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815935", "vehicle": {"licensePlate": "DXSH18"}}}, {"id": "25d2d82b-3bfe-4b3c-8f00-32ee5563d86e", "vehicle": {"position": {"latitude": -36.72487, "longitude": -73.11743, "bearing": 78.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694870968", "vehicle": {"licensePlate": "LRGY25"}}}, {"id": "c5055477-fef7-4c9d-bb93-6c92e8fd6a87", "vehicle": {"position": {"latitude": -36.82906, "longitude": -73.1482, "bearing": 158.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819258", "vehicle": {"licensePlate": "FJZZ67"}}}, {"id": "ecfeee68-af02-4ed0-bc58-f6e54587e293", "vehicle": {"position": {"latitude": -36.796402, "longitude": -73.10002, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829571", "vehicle": {"licensePlate": "CYWK78"}}}, {"id": "e8992845-0eee-4998-be44-544ade7058b2", "vehicle": {"position": {"latitude": -36.78971, "longitude": -73.079124, "bearing": 196.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818260", "vehicle": {"licensePlate": "YE3093"}}}, {"id": "9f2dc56d-a9b8-4d3a-9cfc-4334da32d5db", "vehicle": {"position": {"latitude": -36.718822, "longitude": -73.12089, "bearing": 174.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816894", "vehicle": {"licensePlate": "HYCZ60"}}}, {"id": "37fcf44b-a012-4dcd-aafe-81ca3f1951bd", "vehicle": {"position": {"latitude": -36.721912, "longitude": -73.142784, "bearing": 204.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694874894", "vehicle": {"licensePlate": "FRKD98"}}}, {"id": "63726e18-db88-4dae-ac5f-7322c5a27ae9", "vehicle": {"position": {"latitude": -36.849792, "longitude": -73.1424, "bearing": 27.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694799994", "vehicle": {"licensePlate": "WT9888"}}}, {"id": "b735744a-03ad-42af-a154-03d5f9db5066", "vehicle": {"position": {"latitude": -36.958286, "longitude": -73.01084, "bearing": 140.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694870204", "vehicle": {"licensePlate": "BBGF22"}}}, {"id": "5328ff28-30ce-4ead-935e-9d068a6eb21c", "vehicle": {"position": {"latitude": -36.714027, "longitude": -72.97772, "bearing": 357.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694874438", "vehicle": {"licensePlate": "ZT1825"}}}, {"id": "99df40c7-94c3-40f5-b3f9-b4a33c1b08ac", "vehicle": {"position": {"latitude": -36.795097, "longitude": -73.107, "bearing": 82.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882342", "vehicle": {"licensePlate": "FDHJ53"}}}, {"id": "0f3091bf-1183-41e1-a14e-708003791ef9", "vehicle": {"position": {"latitude": -36.951523, "longitude": -73.01405, "bearing": 164.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694732304", "vehicle": {"licensePlate": "DJJH69"}}}, {"id": "d74d5652-2982-4591-b384-06ce66ccc686", "vehicle": {"position": {"latitude": -36.789757, "longitude": -73.07919, "bearing": 208.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821266", "vehicle": {"licensePlate": "BZLX96"}}}, {"id": "80dc78d7-afbd-44c5-b279-9fac046c1325", "vehicle": {"position": {"latitude": -36.779415, "longitude": -73.09916, "bearing": 139.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694702810", "vehicle": {"licensePlate": "FFTW83"}}}, {"id": "7a90b4bf-0043-42fa-9cd3-d6a52e7690a3", "vehicle": {"position": {"latitude": -36.828827, "longitude": -73.14761, "bearing": 175.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694888942", "vehicle": {"licensePlate": "RTYX44"}}}, {"id": "3f389a2b-55bd-465e-850e-00bab15c7400", "vehicle": {"position": {"latitude": -36.958347, "longitude": -73.011055, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691072238", "vehicle": {"licensePlate": "BJFK98"}}}, {"id": "c195f90e-5dc8-4be4-8f8a-738fe36d7ab6", "vehicle": {"position": {"latitude": -36.9262, "longitude": -73.03469, "bearing": 174.0, "odometer": 0.0, "speed": 6.111111}, "timestamp": "1694820359", "vehicle": {"licensePlate": "HYCZ54"}}}, {"id": "7d216689-0d42-48b0-a813-ecddb3b580d4", "vehicle": {"position": {"latitude": -36.805325, "longitude": -73.03842, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888607", "vehicle": {"licensePlate": "BSLJ49"}}}, {"id": "853b8dd1-3dbd-4fb5-acb8-b7cb141e412d", "vehicle": {"position": {"latitude": -36.78763, "longitude": -73.10399, "bearing": 84.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820888", "vehicle": {"licensePlate": "CSYZ74"}}}, {"id": "45c10aeb-ddf2-4ecd-8ba1-50a1c5f33395", "vehicle": {"position": {"latitude": -36.766953, "longitude": -73.11287, "bearing": 244.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694206464", "vehicle": {"licensePlate": "YS1125"}}}, {"id": "2296cd92-d93a-42f5-8b98-30beab92ff30", "vehicle": {"position": {"latitude": -36.60135, "longitude": -72.961105, "bearing": 118.0, "odometer": 0.0, "speed": 4.7222223}, "timestamp": "1694888676", "vehicle": {"licensePlate": "JJJC67"}}}, {"id": "9b1e1bfe-bd87-4c59-a6ed-dc3e0524ad38", "vehicle": {"position": {"latitude": -36.60338, "longitude": -72.96835, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888810", "vehicle": {"licensePlate": "CYWK15"}}}, {"id": "1b7854b1-3bfa-41bc-85ef-0a712016fb9f", "vehicle": {"position": {"latitude": -36.82594, "longitude": -73.04293, "bearing": 64.0, "odometer": 0.0, "speed": 15.1}, "timestamp": "1694888911", "vehicle": {"licensePlate": "FXFW83"}}}, {"id": "2f1e0597-e2cf-4d18-b453-21a56ea45ff5", "vehicle": {"position": {"latitude": -36.941223, "longitude": -73.02717, "bearing": 122.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694870764", "vehicle": {"licensePlate": "ZV6191"}}}, {"id": "50c9a640-43ce-49e6-bfed-ec5b8ba893ef", "vehicle": {"position": {"latitude": -36.769432, "longitude": -73.11371, "bearing": 260.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889015", "vehicle": {"licensePlate": "DBPC39"}}}, {"id": "5b5870cb-62e6-43dc-b823-4b79511de6f5", "vehicle": {"position": {"latitude": -36.76941, "longitude": -73.11387, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889000", "vehicle": {"licensePlate": "JTZY38"}}}, {"id": "d04e4219-7556-41a7-aac6-56f1ded81471", "vehicle": {"position": {"latitude": -36.604176, "longitude": -72.96848, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820238", "vehicle": {"licensePlate": "LVLG34"}}}, {"id": "7808d218-3bc3-4adc-aea2-716b4aa9b4ac", "vehicle": {"position": {"latitude": -36.713562, "longitude": -72.9776, "bearing": 266.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "DPZY62"}}}, {"id": "2e857e78-5820-4a95-9e21-40eda7f45531", "vehicle": {"position": {"latitude": -36.92825, "longitude": -73.021286, "bearing": 54.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694834508", "vehicle": {"licensePlate": "YG2312"}}}, {"id": "5470aad7-af87-405b-91d4-7c4d2714d2b4", "vehicle": {"position": {"latitude": -36.84264, "longitude": -73.009705, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889006", "vehicle": {"licensePlate": "YS3101"}}}, {"id": "33e35ea3-c65c-4b00-9f3b-1122b820c109", "vehicle": {"position": {"latitude": -36.830593, "longitude": -73.12349, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690659538", "vehicle": {"licensePlate": "YE2192"}}}, {"id": "6f2945dc-7c0c-471a-9afd-49ad5db2f2ef", "vehicle": {"position": {"latitude": -36.715225, "longitude": -72.97685, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1689091006", "vehicle": {"licensePlate": "FHZB99"}}}, {"id": "a7cbc6e4-f479-44e2-9d5e-dd55d700fd1e", "vehicle": {"position": {"latitude": -36.94937, "longitude": -72.93178, "bearing": 308.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694818748", "vehicle": {"licensePlate": "SSBD60"}}}, {"id": "95402368-8889-45a8-a879-42eec67c32f5", "vehicle": {"position": {"latitude": -36.94629, "longitude": -73.0139, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819120", "vehicle": {"licensePlate": "WW3307"}}}, {"id": "f180b007-40aa-43f4-9aca-057e7c7c35c8", "vehicle": {"position": {"latitude": -36.790794, "longitude": -73.09223, "bearing": 288.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888836", "vehicle": {"licensePlate": "GDBK11"}}}, {"id": "eeef2229-835c-4573-b01c-a05ea73c55e3", "vehicle": {"position": {"latitude": -36.8495, "longitude": -73.14236, "bearing": 121.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879712", "vehicle": {"licensePlate": "YU1955"}}}, {"id": "67a7edf5-e0e6-4f04-b2ac-ec7c9bf3d581", "vehicle": {"position": {"latitude": -36.824226, "longitude": -73.12997, "bearing": 203.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888565", "vehicle": {"licensePlate": "FXJS51"}}}, {"id": "801b8186-b15b-4ebe-a6d9-ea4ec4b51fc9", "vehicle": {"position": {"latitude": -36.80558, "longitude": -73.03837, "bearing": 230.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882350", "vehicle": {"licensePlate": "YU8640"}}}, {"id": "95a4c9d5-1c57-4725-888d-0642458ca042", "vehicle": {"position": {"latitude": -36.79425, "longitude": -73.04591, "bearing": 112.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819424", "vehicle": {"licensePlate": "LPSX78"}}}, {"id": "01ca1d22-2113-4c96-9096-492c03e3ef1d", "vehicle": {"position": {"latitude": -36.949234, "longitude": -73.011505, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876246", "vehicle": {"licensePlate": "HYCZ20"}}}, {"id": "1d7e9628-bc00-4d9e-8c5b-e83eebff03b0", "vehicle": {"position": {"latitude": -36.71094, "longitude": -72.97391, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694787798", "vehicle": {"licensePlate": "ZR7137"}}}, {"id": "a605b913-9ae4-421b-9dc6-15ad261841a7", "vehicle": {"position": {"latitude": -36.77846, "longitude": -73.0991, "bearing": 61.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694731299", "vehicle": {"licensePlate": "BFWV72"}}}, {"id": "377ac708-c347-4892-b076-eb54d6fb6a19", "vehicle": {"position": {"latitude": -36.957535, "longitude": -73.01004, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1690948799", "vehicle": {"licensePlate": "YB6655"}}}, {"id": "5c4c6e41-2b37-480b-a857-148ee55a95e2", "vehicle": {"position": {"latitude": -36.833836, "longitude": -73.149155, "bearing": 121.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692553359", "vehicle": {"licensePlate": "CVTG80"}}}, {"id": "3fdc4a70-0212-4d75-992b-659fbb0aa7dd", "vehicle": {"position": {"latitude": -36.75118, "longitude": -73.00647, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694825524", "vehicle": {"licensePlate": "DCVZ45"}}}, {"id": "f61295ae-ec13-4a81-ac6a-2075e8c2f4d3", "vehicle": {"position": {"latitude": -36.807102, "longitude": -73.02947, "bearing": 96.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817729", "vehicle": {"licensePlate": "JCCK42"}}}, {"id": "11cdd616-583f-4a45-9a5e-693ce44c0aed", "vehicle": {"position": {"latitude": -37.84301, "longitude": -73.4251, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888506", "vehicle": {"licensePlate": "CJHT88"}}}, {"id": "877dc403-44b6-490b-befd-c3a9c3dda7be", "vehicle": {"position": {"latitude": -36.6038, "longitude": -72.96866, "bearing": 184.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823782", "vehicle": {"licensePlate": "FYDV15"}}}, {"id": "acf5707a-03d6-43a8-9a54-84c2a35c98ca", "vehicle": {"position": {"latitude": -36.846573, "longitude": -73.14431, "bearing": 191.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824164", "vehicle": {"licensePlate": "YU1586"}}}, {"id": "44574553-7628-423e-aa87-25cf21eeb2fc", "vehicle": {"position": {"latitude": -36.797173, "longitude": -73.03799, "bearing": 51.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694811274", "vehicle": {"licensePlate": "BPZW59"}}}, {"id": "3cf0178a-a2ee-498e-9dbe-97b5e10ca4b4", "vehicle": {"position": {"latitude": -36.829327, "longitude": -73.06129, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694787930", "vehicle": {"licensePlate": "YE2820"}}}, {"id": "63be7389-bdbd-4cee-9a02-33aff3b1b75e", "vehicle": {"position": {"latitude": -36.85488, "longitude": -73.14383, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694559296", "vehicle": {"licensePlate": "KXWS22"}}}, {"id": "00dc4224-f897-46c1-8279-83a1bbcc5a8e", "vehicle": {"position": {"latitude": -36.76884, "longitude": -73.11322, "bearing": 94.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "JGJV29"}}}, {"id": "1e70fb56-ac33-41fb-b02c-8640f78f574c", "vehicle": {"position": {"latitude": -36.779263, "longitude": -73.09923, "bearing": 186.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "JGJV35"}}}, {"id": "09f75ca0-58c3-4cd3-ab4c-bfba69d4264b", "vehicle": {"position": {"latitude": -36.973114, "longitude": -72.92674, "bearing": 273.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HBRB50"}}}, {"id": "9f028e3e-773d-4de4-91b4-d1d733af6102", "vehicle": {"position": {"latitude": -36.604248, "longitude": -72.9682, "bearing": 56.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830678", "vehicle": {"licensePlate": "HRXG55"}}}, {"id": "b7b8b95e-179e-4513-bf70-669547980a0f", "vehicle": {"position": {"latitude": -36.603645, "longitude": -72.96849, "bearing": 56.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694818382", "vehicle": {"licensePlate": "FXJS39"}}}, {"id": "59b21f62-c803-4a73-a1cb-fdbd88063d08", "vehicle": {"position": {"latitude": -36.80564, "longitude": -73.03822, "bearing": 84.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888880", "vehicle": {"licensePlate": "CKRB11"}}}, {"id": "9e532018-f5bb-441c-a7f8-5ab761b9d218", "vehicle": {"position": {"latitude": -36.691128, "longitude": -73.11417, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694655008", "vehicle": {"licensePlate": "CBKD60"}}}, {"id": "14d686da-6791-45f0-be9c-cd7f1157f7d1", "vehicle": {"position": {"latitude": -36.76619, "longitude": -73.1131, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693675234", "vehicle": {"licensePlate": "ZY4351"}}}, {"id": "eb46d922-dc2b-492c-94f5-ed0349385a30", "vehicle": {"position": {"latitude": -36.603584, "longitude": -72.96854, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888802", "vehicle": {"licensePlate": "CXLC99"}}}, {"id": "38906fc4-c0d1-4b20-b841-6cde0dc61961", "vehicle": {"position": {"latitude": -36.799927, "longitude": -73.02728, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694863292", "vehicle": {"licensePlate": "LCTG92"}}}, {"id": "5b8913cf-37ff-4738-9840-ce90d5f4712e", "vehicle": {"position": {"latitude": -36.82414, "longitude": -73.13015, "bearing": 191.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821436", "vehicle": {"licensePlate": "CYSD90"}}}, {"id": "d051226e-108f-4b16-b500-73d43f7db67f", "vehicle": {"position": {"latitude": -36.74359, "longitude": -73.002144, "bearing": 210.0, "odometer": 0.0, "speed": 12.222222}, "timestamp": "1694888982", "vehicle": {"licensePlate": "YB7528"}}}, {"id": "3c214f86-bcb3-4a5b-b3fe-a4bf6939cb1a", "vehicle": {"position": {"latitude": -36.81924, "longitude": -73.06197, "bearing": 158.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888990", "vehicle": {"licensePlate": "HYYX67"}}}, {"id": "83a07ec1-1d44-4710-bec2-880f6a415240", "vehicle": {"position": {"latitude": -36.71243, "longitude": -73.13561, "bearing": 92.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694888974", "vehicle": {"licensePlate": "CXSS25"}}}, {"id": "a4cfaabd-45e0-4960-8ae7-1d345a7830e6", "vehicle": {"position": {"latitude": -36.76697, "longitude": -73.112724, "bearing": 236.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694116922", "vehicle": {"licensePlate": "DVYW29"}}}, {"id": "12b3de53-0541-4e1c-a44f-1d553b35fe6e", "vehicle": {"position": {"latitude": -36.95799, "longitude": -73.0107, "bearing": 335.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888325", "vehicle": {"licensePlate": "YJ3033"}}}, {"id": "9dc4d098-26ad-41de-ad33-f7e1145cd64e", "vehicle": {"position": {"latitude": -36.766766, "longitude": -73.11323, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888850", "vehicle": {"licensePlate": "CGXR99"}}}, {"id": "f248089d-7972-45ff-96d1-42f612357606", "vehicle": {"position": {"latitude": -36.82879, "longitude": -73.14746, "bearing": 80.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "ZY4652"}}}, {"id": "b36ef04b-f18a-4906-ab10-13a8c268b099", "vehicle": {"position": {"latitude": -36.713894, "longitude": -72.97763, "bearing": 200.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "JYBH89"}}}, {"id": "6ad67278-4909-405c-ae43-d4c09d320517", "vehicle": {"position": {"latitude": -36.957985, "longitude": -73.010414, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889032", "vehicle": {"licensePlate": "YV1859"}}}, {"id": "25488f38-5d33-4741-a80f-34506add8d53", "vehicle": {"position": {"latitude": -36.72006, "longitude": -72.97519, "bearing": 45.0, "odometer": 0.0, "speed": 13.333333}, "timestamp": "1694888989", "vehicle": {"licensePlate": "ZJ6367"}}}, {"id": "fb92ae69-0f6a-412f-8dbf-803f5b0c5003", "vehicle": {"position": {"latitude": -36.766823, "longitude": -73.11341, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815032", "vehicle": {"licensePlate": "FSRS64"}}}, {"id": "d719d81b-8405-4bfc-8616-7c58b659a49a", "vehicle": {"position": {"latitude": -36.81746, "longitude": -73.03805, "bearing": 242.0, "odometer": 0.0, "speed": 18.9}, "timestamp": "1694888921", "vehicle": {"licensePlate": "FCBR41"}}}, {"id": "8b1fde3d-e05e-4634-9253-d6791d5c4c58", "vehicle": {"position": {"latitude": -36.76682, "longitude": -73.11353, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694784110", "vehicle": {"licensePlate": "WG9925"}}}, {"id": "75a8726e-d1bc-4346-b47f-6880835e85c7", "vehicle": {"position": {"latitude": -36.94095, "longitude": -73.02718, "bearing": 322.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876230", "vehicle": {"licensePlate": "RRDZ68"}}}, {"id": "2511168d-1f58-4e3e-a88f-16f20ea65668", "vehicle": {"position": {"latitude": -36.94177, "longitude": -73.018234, "bearing": 161.0, "odometer": 0.0, "speed": 10.833333}, "timestamp": "1694889031", "vehicle": {"licensePlate": "HYCZ53"}}}, {"id": "0234c1bf-7d84-47c9-8992-1cc3a14a27c3", "vehicle": {"position": {"latitude": -36.95446, "longitude": -73.02074, "bearing": 232.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694888972", "vehicle": {"licensePlate": "XU2925"}}}, {"id": "88e1f408-b55a-4c15-8bff-4bd7dcbe2ece", "vehicle": {"position": {"latitude": -36.79433, "longitude": -73.04583, "bearing": 188.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888838", "vehicle": {"licensePlate": "LBKD81"}}}, {"id": "25c5a4da-3380-4537-87a4-04506bb2ad11", "vehicle": {"position": {"latitude": -36.888683, "longitude": -73.13301, "bearing": 168.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821950", "vehicle": {"licensePlate": "FXRL70"}}}, {"id": "7ac65e0c-8cd1-49a8-a776-38afdc5be633", "vehicle": {"position": {"latitude": -37.0008, "longitude": -73.16135, "bearing": 331.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888965", "vehicle": {"licensePlate": "YJ2354"}}}, {"id": "1ef95687-b8ed-47e7-86a9-19f1ae674711", "vehicle": {"position": {"latitude": -36.805626, "longitude": -73.038345, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "HXTT64"}}}, {"id": "ae06ac2e-eaf8-4525-967f-d3ec06778f6a", "vehicle": {"position": {"latitude": -36.889, "longitude": -73.14062, "bearing": 187.0, "odometer": 0.0, "speed": 2.777778}, "timestamp": "1694888980", "vehicle": {"licensePlate": "XF4441"}}}, {"id": "ee8483c8-6827-4e53-9cef-44a2dab18f00", "vehicle": {"position": {"latitude": -36.7148, "longitude": -72.97808, "bearing": 128.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889034", "vehicle": {"licensePlate": "DPGK80"}}}, {"id": "ccdeb069-8d55-4096-8e5e-a487134a7af2", "vehicle": {"position": {"latitude": -36.79825, "longitude": -73.08266, "bearing": 348.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815710", "vehicle": {"licensePlate": "DYCS26"}}}, {"id": "8fabe4da-31ba-4d10-b97a-6a50437fbfcc", "vehicle": {"position": {"latitude": -36.71377, "longitude": -72.977615, "bearing": 307.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889020", "vehicle": {"licensePlate": "BBFV11"}}}, {"id": "03e8c155-40f7-4fc9-8816-ddab65f12bf3", "vehicle": {"position": {"latitude": -36.824818, "longitude": -73.04332, "bearing": 241.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888908", "vehicle": {"licensePlate": "KFTW20"}}}, {"id": "8ecc1a17-0517-4c4d-b92f-10997e222105", "vehicle": {"position": {"latitude": -36.718502, "longitude": -73.13025, "bearing": 40.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "JZZJ60"}}}, {"id": "06a6abac-5c1a-4002-a2be-0d344f205006", "vehicle": {"position": {"latitude": -36.794636, "longitude": -73.04583, "bearing": 358.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816084", "vehicle": {"licensePlate": "BSZK41"}}}, {"id": "2943f578-421f-415e-98bd-3ad0114d17cd", "vehicle": {"position": {"latitude": -36.95366, "longitude": -73.022255, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694192188", "vehicle": {"licensePlate": "ZT3855"}}}, {"id": "93baef9b-aaa8-4546-b6af-f188b1428c9c", "vehicle": {"position": {"latitude": -36.843548, "longitude": -73.09428, "bearing": 59.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888889", "vehicle": {"licensePlate": "YE2813"}}}, {"id": "8c0827d9-1ab2-417e-b81f-bb4bf0cadf59", "vehicle": {"position": {"latitude": -36.94105, "longitude": -73.02722, "bearing": 30.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "RTXX13"}}}, {"id": "248f7681-0c10-4284-8ff2-793fa67c081b", "vehicle": {"position": {"latitude": -36.794025, "longitude": -73.04541, "bearing": 188.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694811903", "vehicle": {"licensePlate": "XA3080"}}}, {"id": "0ff5f335-ae68-4adc-97f9-82c6b759a33e", "vehicle": {"position": {"latitude": -36.949368, "longitude": -72.93189, "bearing": 285.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694816928", "vehicle": {"licensePlate": "HJYB80"}}}, {"id": "f34d0bba-4ef0-43a9-bf16-5efe35f1575c", "vehicle": {"position": {"latitude": -36.829056, "longitude": -73.14851, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889013", "vehicle": {"licensePlate": "LJKK23"}}}, {"id": "f7e24071-ab53-4560-a937-ce1042b932ca", "vehicle": {"position": {"latitude": -36.94925, "longitude": -73.01952, "bearing": 244.0, "odometer": 0.0, "speed": 6.388889}, "timestamp": "1694888986", "vehicle": {"licensePlate": "RYHY66"}}}, {"id": "77829db0-a940-406a-972e-5602069e1361", "vehicle": {"position": {"latitude": -36.83811, "longitude": -73.11516, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694121016", "vehicle": {"licensePlate": "FYBB80"}}}, {"id": "36603737-738d-4610-a70f-1faba96db50d", "vehicle": {"position": {"latitude": -36.953457, "longitude": -73.02246, "bearing": 264.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694888980", "vehicle": {"licensePlate": "LJKK86"}}}, {"id": "0364c522-ecce-40cb-ba92-77692f3170a9", "vehicle": {"position": {"latitude": -36.714066, "longitude": -72.977806, "bearing": 343.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818154", "vehicle": {"licensePlate": "HTYJ27"}}}, {"id": "0e3dab73-3811-4cf4-b2cf-17cfd63108b9", "vehicle": {"position": {"latitude": -36.941113, "longitude": -73.02719, "bearing": 196.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808782", "vehicle": {"licensePlate": "DCRD27"}}}, {"id": "f18c2aeb-850b-4a98-b2a0-d3cb3fea88a7", "vehicle": {"position": {"latitude": -36.80678, "longitude": -73.05129, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "DHSP89"}}}, {"id": "03e06f2e-4ae5-45d1-9b31-bf3a5a226746", "vehicle": {"position": {"latitude": -36.715477, "longitude": -72.97835, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889022", "vehicle": {"licensePlate": "KXCT29"}}}, {"id": "e09d2f1a-6a10-4312-86e3-41a1b5ba012a", "vehicle": {"position": {"latitude": -36.71426, "longitude": -72.9779, "bearing": 44.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694802565", "vehicle": {"licensePlate": "CZBY42"}}}, {"id": "15972446-57f8-4846-8dc3-99285deee61d", "vehicle": {"position": {"latitude": -36.711147, "longitude": -72.97441, "bearing": 161.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888701", "vehicle": {"licensePlate": "BZFV64"}}}, {"id": "cfef994b-58bc-4052-b29f-3d8d3c8506dd", "vehicle": {"position": {"latitude": -36.802887, "longitude": -73.0442, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694763188", "vehicle": {"licensePlate": "BHWD20"}}}, {"id": "c2d2fd12-703a-460a-a8ed-5366714af4fd", "vehicle": {"position": {"latitude": -36.78983, "longitude": -73.079025, "bearing": 116.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694719488", "vehicle": {"licensePlate": "GVXX89"}}}, {"id": "f04ef51d-95a6-4db0-be3f-0eb5156cae1e", "vehicle": {"position": {"latitude": -36.735855, "longitude": -73.10269, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817950", "vehicle": {"licensePlate": "HZRP11"}}}, {"id": "f3446974-df0f-4265-b038-8ca49811e9ed", "vehicle": {"position": {"latitude": -36.598965, "longitude": -72.95199, "bearing": 298.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823558", "vehicle": {"licensePlate": "LVLG33"}}}, {"id": "012cc0fa-7040-4f0f-a5fb-aad6f8e240c3", "vehicle": {"position": {"latitude": -36.804077, "longitude": -73.045135, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876898", "vehicle": {"licensePlate": "CGCR16"}}}, {"id": "865c2107-5b6a-4abc-aae7-5a1edf64b4b8", "vehicle": {"position": {"latitude": -36.824665, "longitude": -73.1301, "bearing": 44.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814530", "vehicle": {"licensePlate": "HPRP54"}}}, {"id": "21229d97-f9ec-415c-a0da-ace03c809037", "vehicle": {"position": {"latitude": -36.84307, "longitude": -73.009735, "bearing": 38.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694872880", "vehicle": {"licensePlate": "HYYX15"}}}, {"id": "36c641bf-4066-41de-af08-dbed5cf9ca4c", "vehicle": {"position": {"latitude": -36.94118, "longitude": -73.027016, "bearing": 350.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694845696", "vehicle": {"licensePlate": "FCBR88"}}}, {"id": "474f1f8b-7606-4b5c-987c-0fa648c21bff", "vehicle": {"position": {"latitude": -36.71401, "longitude": -72.977715, "bearing": 13.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694800354", "vehicle": {"licensePlate": "FXRZ53"}}}, {"id": "422827b3-d577-41a9-aa77-1f242aa52209", "vehicle": {"position": {"latitude": -36.79982, "longitude": -73.050514, "bearing": 9.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694812896", "vehicle": {"licensePlate": "CLYS37"}}}, {"id": "12196ee8-0535-4e43-8254-b7674f3ff32c", "vehicle": {"position": {"latitude": -36.849754, "longitude": -73.14239, "bearing": 34.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694802459", "vehicle": {"licensePlate": "FVZD15"}}}, {"id": "2932f601-793c-4f1a-885b-5c06dbf2e972", "vehicle": {"position": {"latitude": -36.937378, "longitude": -73.01621, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814476", "vehicle": {"licensePlate": "FXRL46"}}}, {"id": "03039d96-6ae4-4448-aedf-b523161c2b84", "vehicle": {"position": {"latitude": -36.832478, "longitude": -73.00386, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694437557", "vehicle": {"licensePlate": "CXBG41"}}}, {"id": "27e3a903-629e-4c6b-92c7-99bfbc5d3c40", "vehicle": {"position": {"latitude": -36.941128, "longitude": -73.027176, "bearing": 2.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HJRY28"}}}, {"id": "292714c7-d898-47b6-85b6-f1be33bdae23", "vehicle": {"position": {"latitude": -36.769054, "longitude": -73.11351, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808332", "vehicle": {"licensePlate": "FXRZ73"}}}, {"id": "d49e38cf-7fdc-45ca-8a2d-7919498d3a2b", "vehicle": {"position": {"latitude": -36.76869, "longitude": -73.113396, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694862364", "vehicle": {"licensePlate": "BBJZ67"}}}, {"id": "cb8740d8-d738-4a37-8788-24f2b02e8eea", "vehicle": {"position": {"latitude": -36.77765, "longitude": -73.11256, "bearing": 354.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694799138", "vehicle": {"licensePlate": "ZR7462"}}}, {"id": "798e3db1-19a0-4bbe-8a56-7abe6ff1ef37", "vehicle": {"position": {"latitude": -36.820717, "longitude": -73.00623, "bearing": 206.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1693863856", "vehicle": {"licensePlate": "LVLG35"}}}, {"id": "1c9360bc-1e29-4f96-ae8c-e416f6f43608", "vehicle": {"position": {"latitude": -36.953663, "longitude": -73.02228, "bearing": 258.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821870", "vehicle": {"licensePlate": "HKCZ76"}}}, {"id": "238887a5-17da-4947-9ca9-67117c1ff8d3", "vehicle": {"position": {"latitude": -36.71414, "longitude": -72.9778, "bearing": 239.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694795036", "vehicle": {"licensePlate": "LPDK12"}}}, {"id": "50f7a62b-819f-407e-afa8-4e8f656a0d75", "vehicle": {"position": {"latitude": -36.800037, "longitude": -73.05043, "bearing": 296.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694808838", "vehicle": {"licensePlate": "BFRP17"}}}, {"id": "c9c12328-1c43-47e0-92cd-d016717a89ee", "vehicle": {"position": {"latitude": -36.78105, "longitude": -73.091545, "bearing": 249.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818763", "vehicle": {"licensePlate": "HSTC57"}}}, {"id": "fe542b7d-3979-4713-8f0d-ad6a5fb20c22", "vehicle": {"position": {"latitude": -36.829914, "longitude": -73.0679, "bearing": 318.0, "odometer": 0.0, "speed": 24.3}, "timestamp": "1694817022", "vehicle": {"licensePlate": "YU8095"}}}, {"id": "303d191c-2106-47c1-a5b3-40ef04e6c4ae", "vehicle": {"position": {"latitude": -36.718727, "longitude": -73.12096, "bearing": 138.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694831544", "vehicle": {"licensePlate": "YV2161"}}}, {"id": "534eaabd-a05b-44aa-9051-357a94fd7f2a", "vehicle": {"position": {"latitude": -36.768574, "longitude": -73.11375, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694721720", "vehicle": {"licensePlate": "JGJW97"}}}, {"id": "4efdd9c0-6413-4032-a952-3593d3adf888", "vehicle": {"position": {"latitude": -36.77884, "longitude": -73.09952, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694825664", "vehicle": {"licensePlate": "LKCK13"}}}, {"id": "fc48fa3c-9207-4bd2-bffa-cf8b1b18984f", "vehicle": {"position": {"latitude": -36.85722, "longitude": -73.14047, "bearing": 140.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888882", "vehicle": {"licensePlate": "YP2189"}}}, {"id": "00f9c363-31f3-4a60-be53-1833fac54c6e", "vehicle": {"position": {"latitude": -36.8301, "longitude": -73.12333, "bearing": 356.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877773", "vehicle": {"licensePlate": "YE2440"}}}, {"id": "8902e930-88ed-4ef0-b981-e2f343dc933a", "vehicle": {"position": {"latitude": -36.953594, "longitude": -73.02221, "bearing": 48.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817690", "vehicle": {"licensePlate": "YT2604"}}}, {"id": "4ac372e2-a0b0-46ec-9f15-fdfe3fca4b2a", "vehicle": {"position": {"latitude": -36.815834, "longitude": -73.07178, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694811474", "vehicle": {"licensePlate": "YV3678"}}}, {"id": "0e8a512c-07b3-4d2f-88ce-514a322a6a88", "vehicle": {"position": {"latitude": -36.79514, "longitude": -73.1071, "bearing": 152.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694806012", "vehicle": {"licensePlate": "BLDT29"}}}, {"id": "054b9609-5a9f-4376-881d-8beb2b88750b", "vehicle": {"position": {"latitude": -36.95825, "longitude": -73.011, "bearing": 165.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814256", "vehicle": {"licensePlate": "KHSW59"}}}, {"id": "b5caabbe-d662-4b17-a4f7-986f4b4aedc0", "vehicle": {"position": {"latitude": -36.79504, "longitude": -73.10468, "bearing": 300.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694814088", "vehicle": {"licensePlate": "FXRL37"}}}, {"id": "77fc2049-2a46-429c-bde8-d3605ffc7ded", "vehicle": {"position": {"latitude": -36.849632, "longitude": -73.14256, "bearing": 296.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694806390", "vehicle": {"licensePlate": "YU1981"}}}, {"id": "3ce9fb26-8868-43d0-b022-9cf0c7071aaa", "vehicle": {"position": {"latitude": -36.941025, "longitude": -73.02721, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873770", "vehicle": {"licensePlate": "YA5387"}}}, {"id": "16acbe17-babd-499a-8c09-09d6060b1927", "vehicle": {"position": {"latitude": -36.829014, "longitude": -73.14758, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883908", "vehicle": {"licensePlate": "ZT4240"}}}, {"id": "01c0d732-13e3-4772-b0df-9061c4c37c99", "vehicle": {"position": {"latitude": -36.8496, "longitude": -73.14241, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694193324", "vehicle": {"licensePlate": "FSLC63"}}}, {"id": "bbf89a32-bf25-4ea2-b550-f7be2d3b780a", "vehicle": {"position": {"latitude": -36.60421, "longitude": -72.9683, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693745978", "vehicle": {"licensePlate": "KKPV71"}}}, {"id": "3dc6704e-0a9c-46a7-8927-8d2515f49dbc", "vehicle": {"position": {"latitude": -36.738464, "longitude": -73.12108, "bearing": 208.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694797859", "vehicle": {"licensePlate": "HYPH76"}}}, {"id": "28c3e801-9afb-457e-8802-3813c310f663", "vehicle": {"position": {"latitude": -36.722397, "longitude": -73.14304, "bearing": 48.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888791", "vehicle": {"licensePlate": "CYWK96"}}}, {"id": "451a48ac-5de8-41ef-b228-319c9f444437", "vehicle": {"position": {"latitude": -36.93873, "longitude": -73.018196, "bearing": 80.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829146", "vehicle": {"licensePlate": "CSYR79"}}}, {"id": "e0174052-4338-4e7a-b640-4dce60764d3a", "vehicle": {"position": {"latitude": -36.829018, "longitude": -73.147766, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694874874", "vehicle": {"licensePlate": "HYYX24"}}}, {"id": "2b3715f8-0921-45d4-ba73-f63b4539db90", "vehicle": {"position": {"latitude": -36.789593, "longitude": -73.0791, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823638", "vehicle": {"licensePlate": "BKVY89"}}}, {"id": "1c98ecad-abe7-4f6d-ac87-f8f83e9d2dd2", "vehicle": {"position": {"latitude": -36.789722, "longitude": -73.078964, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888834", "vehicle": {"licensePlate": "FXRL29"}}}, {"id": "0d07b326-1ac8-4831-bc6e-f47241bfdcf7", "vehicle": {"position": {"latitude": -36.779476, "longitude": -73.09903, "bearing": 192.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820570", "vehicle": {"licensePlate": "FXRR81"}}}, {"id": "2e98cdaf-bd35-4c41-b678-d525523bc1d8", "vehicle": {"position": {"latitude": -36.803574, "longitude": -73.04423, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694811926", "vehicle": {"licensePlate": "YU8293"}}}, {"id": "7ebc980f-7ac5-4a3a-ab36-5ce086147361", "vehicle": {"position": {"latitude": -36.83002, "longitude": -73.06099, "bearing": 43.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885784", "vehicle": {"licensePlate": "WF1304"}}}, {"id": "680d9b20-c172-41ee-9095-990b53c08452", "vehicle": {"position": {"latitude": -36.80554, "longitude": -73.03835, "bearing": 59.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888774", "vehicle": {"licensePlate": "ZV6223"}}}, {"id": "ed04ed1f-b6ad-4a5c-9f30-541ec1e85254", "vehicle": {"position": {"latitude": -36.71109, "longitude": -72.97464, "bearing": 262.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887803", "vehicle": {"licensePlate": "DRFP52"}}}, {"id": "0f7348bf-aa66-4700-beef-fbc79ac57a3a", "vehicle": {"position": {"latitude": -36.830738, "longitude": -73.12365, "bearing": 81.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693934635", "vehicle": {"licensePlate": "CTRG85"}}}, {"id": "6bcfaa68-05ce-48f5-ace1-00731bbd4e6e", "vehicle": {"position": {"latitude": -36.78966, "longitude": -73.07923, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875394", "vehicle": {"licensePlate": "FXRL38"}}}, {"id": "4bb73092-8079-4231-93aa-b7c2b96d09a0", "vehicle": {"position": {"latitude": -36.95798, "longitude": -73.01085, "bearing": 306.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888730", "vehicle": {"licensePlate": "ZJ6739"}}}, {"id": "2b21abb6-f00b-4235-95de-7a08872dba6f", "vehicle": {"position": {"latitude": -36.768757, "longitude": -73.11349, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694729780", "vehicle": {"licensePlate": "WE9164"}}}, {"id": "9535b101-5686-4c6f-a31b-a7b1f48504f5", "vehicle": {"position": {"latitude": -36.806953, "longitude": -73.05161, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876148", "vehicle": {"licensePlate": "DWVV72"}}}, {"id": "035172da-dba9-4623-8429-f580202d53d4", "vehicle": {"position": {"latitude": -36.862247, "longitude": -73.14175, "bearing": 88.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694807036", "vehicle": {"licensePlate": "XV1767"}}}, {"id": "081d55e3-d6ae-47c4-bbb1-fd857e277f1b", "vehicle": {"position": {"latitude": -36.94098, "longitude": -73.02721, "bearing": 312.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694803622", "vehicle": {"licensePlate": "CSYZ79"}}}, {"id": "6a0018a7-60a6-468b-9129-2e31738e68c1", "vehicle": {"position": {"latitude": -36.778038, "longitude": -73.09921, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693577314", "vehicle": {"licensePlate": "FXRL45"}}}, {"id": "5d8f25fa-288d-4ad3-859a-dcf2d6a6fe81", "vehicle": {"position": {"latitude": -36.825397, "longitude": -73.143906, "bearing": 110.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888711", "vehicle": {"licensePlate": "HPVS38"}}}, {"id": "59aacc30-67f9-42de-9a04-234f54236a9c", "vehicle": {"position": {"latitude": -36.971516, "longitude": -72.93278, "bearing": 336.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694812558", "vehicle": {"licensePlate": "ZY5134"}}}, {"id": "d8501c44-7b69-44ec-88a1-22f1a51f5b4a", "vehicle": {"position": {"latitude": -36.72892, "longitude": -73.1174, "bearing": 16.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694889038", "vehicle": {"licensePlate": "XF4443"}}}, {"id": "577b71b9-daf1-45aa-89d6-d95bfcb47682", "vehicle": {"position": {"latitude": -36.796227, "longitude": -73.08239, "bearing": 66.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694888972", "vehicle": {"licensePlate": "HYYX95"}}}, {"id": "1720bf95-29ee-4186-bc23-c19b7a0323d7", "vehicle": {"position": {"latitude": -36.77848, "longitude": -73.09958, "bearing": 272.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694838694", "vehicle": {"licensePlate": "CDTJ66"}}}, {"id": "d227341b-b220-4e40-8d44-640837ee6ee1", "vehicle": {"position": {"latitude": -36.828953, "longitude": -73.14816, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694639638", "vehicle": {"licensePlate": "WR7738"}}}, {"id": "8c128846-d6d4-4a5a-8291-5448239477d6", "vehicle": {"position": {"latitude": -36.78471, "longitude": -73.105286, "bearing": 221.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694874947", "vehicle": {"licensePlate": "RBTW74"}}}, {"id": "dcadc6a0-a206-4994-a245-598c92a57897", "vehicle": {"position": {"latitude": -36.807137, "longitude": -73.0293, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694813094", "vehicle": {"licensePlate": "JPRX77"}}}, {"id": "e9f1c2d1-bda6-4733-9160-e000c4861b29", "vehicle": {"position": {"latitude": -36.860104, "longitude": -73.14513, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875708", "vehicle": {"licensePlate": "XW2187"}}}, {"id": "5935e7c2-d41f-46fb-8b90-9b009198a738", "vehicle": {"position": {"latitude": -36.780884, "longitude": -73.11254, "bearing": 4.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884732", "vehicle": {"licensePlate": "HHKP76"}}}, {"id": "eb27e864-859a-4c3c-acad-afc345ebbd0d", "vehicle": {"position": {"latitude": -36.805508, "longitude": -73.03856, "bearing": 85.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694805568", "vehicle": {"licensePlate": "FXZX44"}}}, {"id": "a171d374-f635-4e8b-acb0-2e4e3903b873", "vehicle": {"position": {"latitude": -36.766838, "longitude": -73.11336, "bearing": 330.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694861488", "vehicle": {"licensePlate": "YR1889"}}}, {"id": "70f484e1-7917-45ab-bd09-e967f9f319fb", "vehicle": {"position": {"latitude": -36.825596, "longitude": -73.057785, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694029375", "vehicle": {"licensePlate": "RBKY78"}}}, {"id": "18d2c88b-73c2-4414-9fa2-fdfb5462f618", "vehicle": {"position": {"latitude": -36.7975, "longitude": -73.05094, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "HYCZ73"}}}, {"id": "4c43cbd3-1028-49c6-917f-e28b3a2c6126", "vehicle": {"position": {"latitude": -36.779438, "longitude": -73.098915, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876340", "vehicle": {"licensePlate": "CTRY45"}}}, {"id": "c8c6c228-94ff-49f0-a933-a9438600b9a8", "vehicle": {"position": {"latitude": -36.77143, "longitude": -73.08496, "bearing": 90.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "FXRZ39"}}}, {"id": "5e91bfce-d9a1-4442-bcf4-d85cb94f2822", "vehicle": {"position": {"latitude": -36.77883, "longitude": -73.09956, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694801458", "vehicle": {"licensePlate": "WK3617"}}}, {"id": "1f061ad3-4140-49ab-adcd-547897688326", "vehicle": {"position": {"latitude": -36.795086, "longitude": -73.10709, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888528", "vehicle": {"licensePlate": "YE3019"}}}, {"id": "4d831fe8-0c3c-47ea-a5ad-ca0976b67b09", "vehicle": {"position": {"latitude": -36.830494, "longitude": -73.123856, "bearing": 208.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889015", "vehicle": {"licensePlate": "FPHW76"}}}, {"id": "ad0836a6-6570-4fe7-a4b2-59feced933ca", "vehicle": {"position": {"latitude": -36.76695, "longitude": -73.11281, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694698156", "vehicle": {"licensePlate": "FXZX33"}}}, {"id": "d751bb71-5818-47ef-a4bd-bf350993dddb", "vehicle": {"position": {"latitude": -36.71094, "longitude": -72.97408, "bearing": 75.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694889035", "vehicle": {"licensePlate": "DJGD75"}}}, {"id": "1e8456ac-5bcd-46b1-8337-16be5898087c", "vehicle": {"position": {"latitude": -36.711132, "longitude": -72.97464, "bearing": 78.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694790863", "vehicle": {"licensePlate": "ZV6537"}}}, {"id": "e8427425-7985-46e6-823e-ef88e70f6ce6", "vehicle": {"position": {"latitude": -36.78469, "longitude": -73.10412, "bearing": 91.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694888722", "vehicle": {"licensePlate": "DPTC24"}}}, {"id": "19acc275-cd5b-4fb6-aeb0-48de464d84c3", "vehicle": {"position": {"latitude": -36.941326, "longitude": -73.02702, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694804026", "vehicle": {"licensePlate": "WK7571"}}}, {"id": "2db8f34e-76ce-4f34-b212-358993f50bfb", "vehicle": {"position": {"latitude": -36.744724, "longitude": -73.10031, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "BHYR93"}}}, {"id": "50b5fbab-9bec-40dc-bdc9-48151ad1f866", "vehicle": {"position": {"latitude": -36.824074, "longitude": -73.13022, "bearing": 30.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886556", "vehicle": {"licensePlate": "HLBC96"}}}, {"id": "da20b1d6-f3a6-4c0c-abb8-9059459646f6", "vehicle": {"position": {"latitude": -36.766834, "longitude": -73.11357, "bearing": 278.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888976", "vehicle": {"licensePlate": "RKKW55"}}}, {"id": "bd9fcb8d-1952-4cce-a41a-e62af7fb23f4", "vehicle": {"position": {"latitude": -36.953636, "longitude": -73.022354, "bearing": 268.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694812950", "vehicle": {"licensePlate": "XZ9717"}}}, {"id": "a7aebe38-4d13-4a67-a9e9-258969ba1527", "vehicle": {"position": {"latitude": -36.82601, "longitude": -73.057686, "bearing": 235.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694639765", "vehicle": {"licensePlate": "YE2443"}}}, {"id": "5aac42e4-682d-437a-a606-9f774fa5d143", "vehicle": {"position": {"latitude": -36.82727, "longitude": -73.139175, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888836", "vehicle": {"licensePlate": "LBWD97"}}}, {"id": "98925789-e768-4e2b-8d30-b8a1349f0c03", "vehicle": {"position": {"latitude": -36.7695, "longitude": -73.11372, "bearing": 208.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "ZY5136"}}}, {"id": "12d63c4e-1170-435d-bbdf-8e817543ce23", "vehicle": {"position": {"latitude": -36.817734, "longitude": -73.03834, "bearing": 61.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888923", "vehicle": {"licensePlate": "YE1783"}}}, {"id": "b50f5c3e-5f06-49af-9bfd-a28e233d6eca", "vehicle": {"position": {"latitude": -36.71696, "longitude": -72.97221, "bearing": 250.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694888388", "vehicle": {"licensePlate": "DCHP85"}}}, {"id": "d5240286-12f5-424a-9df7-69fcff0132f5", "vehicle": {"position": {"latitude": -36.79448, "longitude": -73.04558, "bearing": 174.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888842", "vehicle": {"licensePlate": "KHXX65"}}}, {"id": "d2f016a2-0988-4af3-a928-bdc87cdde38b", "vehicle": {"position": {"latitude": -36.95801, "longitude": -73.0105, "bearing": 342.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694888457", "vehicle": {"licensePlate": "DRFP47"}}}, {"id": "ac329f5d-62fa-4acc-8399-438100457fb2", "vehicle": {"position": {"latitude": -36.710934, "longitude": -72.97419, "bearing": 72.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888942", "vehicle": {"licensePlate": "DBLS50"}}}, {"id": "181fc332-fa7f-4c0d-b2ca-600386740501", "vehicle": {"position": {"latitude": -36.82508, "longitude": -73.13318, "bearing": 317.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888852", "vehicle": {"licensePlate": "KHSW70"}}}, {"id": "ba1d487f-c65d-4502-a4ca-e4c0d25e4bb5", "vehicle": {"position": {"latitude": -36.814205, "longitude": -73.07361, "bearing": 42.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826412", "vehicle": {"licensePlate": "FYDV28"}}}, {"id": "57ab6cea-1252-48cc-b1f9-1dc66f02abf7", "vehicle": {"position": {"latitude": -36.719124, "longitude": -73.12091, "bearing": 268.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884720", "vehicle": {"licensePlate": "XW2188"}}}, {"id": "01a561da-d865-4282-a458-30156814a4e5", "vehicle": {"position": {"latitude": -36.940815, "longitude": -73.027245, "bearing": 48.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694811998", "vehicle": {"licensePlate": "BBPB65"}}}, {"id": "4a931a44-85e5-4781-87b4-3b9b028aefad", "vehicle": {"position": {"latitude": -36.61944, "longitude": -72.87657, "bearing": 260.0, "odometer": 0.0, "speed": 14.722222}, "timestamp": "1694888792", "vehicle": {"licensePlate": "GWZC90"}}}, {"id": "14dc1b71-32cc-4ace-870c-e85637ff79e9", "vehicle": {"position": {"latitude": -36.79469, "longitude": -73.04589, "bearing": 3.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694866835", "vehicle": {"licensePlate": "DYSZ94"}}}, {"id": "b114c23e-82a1-43df-933d-e8c2456e60c7", "vehicle": {"position": {"latitude": -36.61689, "longitude": -72.91994, "bearing": 70.0, "odometer": 0.0, "speed": 13.333333}, "timestamp": "1694888522", "vehicle": {"licensePlate": "JXFY30"}}}, {"id": "fea39816-1e49-4c29-9509-bec387ff0589", "vehicle": {"position": {"latitude": -36.794712, "longitude": -73.04622, "bearing": 331.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694821856", "vehicle": {"licensePlate": "FXRR36"}}}, {"id": "3f0e3c57-b4ff-4162-84a8-8fd9babc6411", "vehicle": {"position": {"latitude": -36.936623, "longitude": -73.020546, "bearing": 161.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694889039", "vehicle": {"licensePlate": "FVDC88"}}}, {"id": "81f685b9-8cd4-439c-bacb-1e46ad316e6c", "vehicle": {"position": {"latitude": -36.81912, "longitude": -73.06194, "bearing": 322.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888906", "vehicle": {"licensePlate": "HYHR42"}}}, {"id": "5b0f4ed7-adf1-4fc6-9128-09e52a42fe02", "vehicle": {"position": {"latitude": -36.794712, "longitude": -73.046, "bearing": 22.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694863440", "vehicle": {"licensePlate": "CXPR39"}}}, {"id": "c27bf4e2-0b8d-4fb0-992d-b145e37df871", "vehicle": {"position": {"latitude": -36.76679, "longitude": -73.11366, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693527286", "vehicle": {"licensePlate": "WV1925"}}}, {"id": "943fc7b1-7c32-4d0a-ac09-b1532aa9e8d1", "vehicle": {"position": {"latitude": -36.829716, "longitude": -73.060486, "bearing": 340.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823159", "vehicle": {"licensePlate": "ZL3558"}}}, {"id": "c92845f0-b353-4a25-a9e9-40c3ff04f7c7", "vehicle": {"position": {"latitude": -36.794636, "longitude": -73.04604, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816619", "vehicle": {"licensePlate": "FPJK12"}}}, {"id": "b040cf9d-fb97-435a-bed6-aa146dca297f", "vehicle": {"position": {"latitude": -36.73967, "longitude": -73.09494, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694638834", "vehicle": {"licensePlate": "XC3923"}}}, {"id": "19727c65-818b-487d-b308-a1cafda30e0c", "vehicle": {"position": {"latitude": -36.77885, "longitude": -73.09961, "bearing": 282.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888760", "vehicle": {"licensePlate": "KVZH51"}}}, {"id": "9a3a1e5f-0799-408d-8735-6a85ffde9dab", "vehicle": {"position": {"latitude": -36.74893, "longitude": -72.999275, "bearing": 316.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815594", "vehicle": {"licensePlate": "CFTD78"}}}, {"id": "d54ea130-650b-448f-a171-0135a283a21f", "vehicle": {"position": {"latitude": -36.79641, "longitude": -73.03116, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816968", "vehicle": {"licensePlate": "YG6214"}}}, {"id": "b9546a50-0a88-455e-a46c-6194c9fc52de", "vehicle": {"position": {"latitude": -36.975163, "longitude": -72.93207, "bearing": 58.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888974", "vehicle": {"licensePlate": "FXRY44"}}}, {"id": "cda0f620-56e5-482f-9810-19073f349d85", "vehicle": {"position": {"latitude": -36.84623, "longitude": -73.09938, "bearing": 268.0, "odometer": 0.0, "speed": 12.4}, "timestamp": "1694888950", "vehicle": {"licensePlate": "HYCZ18"}}}, {"id": "8dcde36e-8316-40ff-9668-0ffb3ff755d0", "vehicle": {"position": {"latitude": -36.714306, "longitude": -73.1391, "bearing": 262.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "KPRK17"}}}, {"id": "805a75b2-2c43-41e4-9e85-06ec66aeec17", "vehicle": {"position": {"latitude": -36.94069, "longitude": -73.0187, "bearing": 340.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694438757", "vehicle": {"licensePlate": "FYDV91"}}}, {"id": "2890aa19-07e0-4eb3-9354-3d55c5e6229e", "vehicle": {"position": {"latitude": -36.78147, "longitude": -73.10423, "bearing": 134.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694888984", "vehicle": {"licensePlate": "FBLG82"}}}, {"id": "23d53fbe-e2b6-43b9-861a-602d62f88953", "vehicle": {"position": {"latitude": -36.76694, "longitude": -73.11276, "bearing": 58.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "SGYW74"}}}, {"id": "58e78ea8-8127-4b35-a3da-d09f5a6e35a1", "vehicle": {"position": {"latitude": -36.83067, "longitude": -73.12361, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694812860", "vehicle": {"licensePlate": "ZT3768"}}}, {"id": "64a86e0f-a56f-4723-9e3b-0bbb29c732b7", "vehicle": {"position": {"latitude": -36.715973, "longitude": -73.144, "bearing": 122.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889029", "vehicle": {"licensePlate": "JVXY88"}}}, {"id": "328d7c9d-0555-450a-94c4-ef7151fddbde", "vehicle": {"position": {"latitude": -36.843056, "longitude": -73.00968, "bearing": 86.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888864", "vehicle": {"licensePlate": "JSGK92"}}}, {"id": "cf2275d5-fe8d-4a6f-9711-f515ab110ea2", "vehicle": {"position": {"latitude": -36.957947, "longitude": -73.01062, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888628", "vehicle": {"licensePlate": "CTKY35"}}}, {"id": "b5fe92e0-dce2-431b-97e2-11cbd959f0c6", "vehicle": {"position": {"latitude": -36.940598, "longitude": -73.02457, "bearing": 162.0, "odometer": 0.0, "speed": 6.6666665}, "timestamp": "1694889000", "vehicle": {"licensePlate": "DRSD23"}}}, {"id": "20e6a69e-2d10-4781-9c67-55423626c156", "vehicle": {"position": {"latitude": -36.713295, "longitude": -72.97758, "bearing": 205.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889030", "vehicle": {"licensePlate": "CYRT91"}}}, {"id": "7ffbb23c-cfa3-4485-b36d-f10fa6981f8b", "vehicle": {"position": {"latitude": -36.954044, "longitude": -73.02188, "bearing": 150.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694876980", "vehicle": {"licensePlate": "XY7393"}}}, {"id": "99261b3e-4b0d-40ec-8f8e-1b85b0159e78", "vehicle": {"position": {"latitude": -36.828846, "longitude": -73.14771, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "MY5524"}}}, {"id": "f591d695-cfa7-491c-8b26-8fb29994fa2a", "vehicle": {"position": {"latitude": -36.805496, "longitude": -73.038475, "bearing": 139.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694799646", "vehicle": {"licensePlate": "HJPY82"}}}, {"id": "b1e17a54-f9ec-4702-93f7-c19da1783ab7", "vehicle": {"position": {"latitude": -36.828976, "longitude": -73.14805, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888666", "vehicle": {"licensePlate": "GWZC86"}}}, {"id": "17c28f94-9a17-4d56-88bf-66a2fd34f602", "vehicle": {"position": {"latitude": -36.853283, "longitude": -73.14922, "bearing": 356.0, "odometer": 0.0, "speed": 9.722222}, "timestamp": "1694888984", "vehicle": {"licensePlate": "FXRL53"}}}, {"id": "0a63e1aa-0da8-495b-afed-807e9ff80580", "vehicle": {"position": {"latitude": -36.80714, "longitude": -73.02929, "bearing": 121.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694825161", "vehicle": {"licensePlate": "JPRX94"}}}, {"id": "40eb583b-d89d-4a2c-878b-6512de5efbb4", "vehicle": {"position": {"latitude": -36.798786, "longitude": -73.0321, "bearing": 330.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694813604", "vehicle": {"licensePlate": "BFDL71"}}}, {"id": "6e0b632f-801b-47cd-aad4-3ff0daae14a8", "vehicle": {"position": {"latitude": -36.94878, "longitude": -73.01153, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694801140", "vehicle": {"licensePlate": "KFJH91"}}}, {"id": "0cc39a7b-5b4a-445d-b04a-6787d58ebda7", "vehicle": {"position": {"latitude": -36.953747, "longitude": -73.02221, "bearing": 316.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "YE2821"}}}, {"id": "b10edc15-d621-452a-9500-7c444d539597", "vehicle": {"position": {"latitude": -36.78734, "longitude": -73.112434, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "DFJK59"}}}, {"id": "e6a2b64e-95f4-4b6a-a0c0-8bae874917e0", "vehicle": {"position": {"latitude": -36.779438, "longitude": -73.09943, "bearing": 278.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "JXFX28"}}}, {"id": "b230b5f1-9445-44fa-bf5c-af1ca88a55ae", "vehicle": {"position": {"latitude": -36.777977, "longitude": -73.08762, "bearing": 264.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830892", "vehicle": {"licensePlate": "JGJV70"}}}, {"id": "c47a5fbb-4fd3-4678-aa0b-623bd4d6e5c0", "vehicle": {"position": {"latitude": -36.710968, "longitude": -72.97414, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888942", "vehicle": {"licensePlate": "BTSS99"}}}, {"id": "906e5ef8-8005-4a8b-82f8-fb2abd2f71ed", "vehicle": {"position": {"latitude": -36.710968, "longitude": -72.974304, "bearing": 265.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694888904", "vehicle": {"licensePlate": "BWXZ15"}}}, {"id": "6361cbcb-190b-4b52-bad2-130c2c27140e", "vehicle": {"position": {"latitude": -36.789803, "longitude": -73.07909, "bearing": 312.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888976", "vehicle": {"licensePlate": "KGYF43"}}}, {"id": "7ae74349-f991-4fa1-aeab-e8028865750f", "vehicle": {"position": {"latitude": -36.956528, "longitude": -73.01365, "bearing": 342.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "DRTS98"}}}, {"id": "a6b2463f-6a9c-493d-96c4-f488117a9bf1", "vehicle": {"position": {"latitude": -36.82499, "longitude": -73.12815, "bearing": 294.0, "odometer": 0.0, "speed": 9.722222}, "timestamp": "1694817653", "vehicle": {"licensePlate": "DWKX27"}}}, {"id": "9373169c-3841-4c5a-a668-f7e7af3eb066", "vehicle": {"position": {"latitude": -36.778645, "longitude": -73.09917, "bearing": 22.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694864052", "vehicle": {"licensePlate": "JLZB27"}}}, {"id": "52db5cff-8a39-4630-8497-122aebf11d27", "vehicle": {"position": {"latitude": -36.941116, "longitude": -73.02723, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808506", "vehicle": {"licensePlate": "RTRF83"}}}, {"id": "bb9b8656-3264-42d4-94a2-2d9de73bf55f", "vehicle": {"position": {"latitude": -36.778934, "longitude": -73.11237, "bearing": 344.0, "odometer": 0.0, "speed": 3.8888888}, "timestamp": "1694889006", "vehicle": {"licensePlate": "WD9835"}}}, {"id": "9befb5b2-57b8-422d-b0f3-47ef49860978", "vehicle": {"position": {"latitude": -36.714222, "longitude": -72.97793, "bearing": 246.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888984", "vehicle": {"licensePlate": "JRSK24"}}}, {"id": "c3b4e7a2-0f23-460f-8c7a-ef16604c056b", "vehicle": {"position": {"latitude": -36.953693, "longitude": -73.02226, "bearing": 146.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888992", "vehicle": {"licensePlate": "WF2069"}}}, {"id": "0b5de451-9250-4e34-b7c6-c105b934f7e7", "vehicle": {"position": {"latitude": -36.713814, "longitude": -72.97767, "bearing": 1.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694888788", "vehicle": {"licensePlate": "HVLT13"}}}, {"id": "1dba47d9-e1c8-4176-b419-a57738525f69", "vehicle": {"position": {"latitude": -36.78983, "longitude": -73.07902, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888680", "vehicle": {"licensePlate": "JRHH20"}}}, {"id": "ce2ef144-27ed-45a3-9ced-02aa44bcc5a7", "vehicle": {"position": {"latitude": -36.832348, "longitude": -73.003494, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694801954", "vehicle": {"licensePlate": "WG3479"}}}, {"id": "31481478-6711-4909-b69d-fde78d144bc6", "vehicle": {"position": {"latitude": -36.83446, "longitude": -73.00584, "bearing": 352.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694806422", "vehicle": {"licensePlate": "FXJS31"}}}, {"id": "a68da8fc-4746-4ef9-a874-3f3cab1192f5", "vehicle": {"position": {"latitude": -36.780537, "longitude": -73.08348, "bearing": 90.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877426", "vehicle": {"licensePlate": "DDXX31"}}}, {"id": "7577c2ff-dce7-43d6-b61f-1e62c5e0d7b9", "vehicle": {"position": {"latitude": -36.78841, "longitude": -73.10051, "bearing": 73.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888983", "vehicle": {"licensePlate": "BGTL84"}}}, {"id": "b890f031-a376-483e-94a9-e129b5f4da9d", "vehicle": {"position": {"latitude": -36.84979, "longitude": -73.14249, "bearing": 307.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888752", "vehicle": {"licensePlate": "WT9898"}}}, {"id": "9ab5cc7a-2117-49c7-9d53-9fa7bcdcebe3", "vehicle": {"position": {"latitude": -36.94149, "longitude": -73.02675, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888612", "vehicle": {"licensePlate": "DVWY63"}}}, {"id": "b05f3e7d-2f5e-4905-a811-e7166137119b", "vehicle": {"position": {"latitude": -36.794872, "longitude": -73.04582, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824780", "vehicle": {"licensePlate": "RVGP32"}}}, {"id": "b33cbd0b-95b2-44dc-bde6-e6b7aa7d05ec", "vehicle": {"position": {"latitude": -36.82869, "longitude": -73.14776, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888996", "vehicle": {"licensePlate": "BJFP86"}}}, {"id": "ba541b41-e534-485a-aad9-7e1fee45e582", "vehicle": {"position": {"latitude": -36.828957, "longitude": -73.14769, "bearing": 46.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888742", "vehicle": {"licensePlate": "GSRS44"}}}, {"id": "70fd799c-4d76-487a-b7c5-b9fb9ba1e58c", "vehicle": {"position": {"latitude": -36.805614, "longitude": -73.03838, "bearing": 130.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694888457", "vehicle": {"licensePlate": "BBGK91"}}}, {"id": "d7d0f319-260e-471c-8a80-6958f734dffc", "vehicle": {"position": {"latitude": -36.7687, "longitude": -73.11414, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "CFTK25"}}}, {"id": "f13dbef5-7f5d-409b-9cf6-d93c6c3a3232", "vehicle": {"position": {"latitude": -36.80552, "longitude": -73.03839, "bearing": 59.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888945", "vehicle": {"licensePlate": "WK3881"}}}, {"id": "ffc0937f-ab53-4d72-b389-8dc43f712c46", "vehicle": {"position": {"latitude": -36.76868, "longitude": -73.11415, "bearing": 170.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888708", "vehicle": {"licensePlate": "BZPB50"}}}, {"id": "40281954-b5ac-4fd1-8eae-5049bdc4ac66", "vehicle": {"position": {"latitude": -36.973278, "longitude": -72.92658, "bearing": 9.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888947", "vehicle": {"licensePlate": "HBSS36"}}}, {"id": "0e0e695d-f9b3-41af-9085-fc0f9cb827b5", "vehicle": {"position": {"latitude": -36.94936, "longitude": -72.93174, "bearing": 126.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818316", "vehicle": {"licensePlate": "CYSD24"}}}, {"id": "0593618c-abcc-401b-abe2-ebe8af4a509c", "vehicle": {"position": {"latitude": -36.60339, "longitude": -72.96834, "bearing": 92.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888868", "vehicle": {"licensePlate": "FYBC11"}}}, {"id": "28ae2e2d-247d-4f01-92a3-f40b19ccb6c1", "vehicle": {"position": {"latitude": -36.84991, "longitude": -73.13549, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888955", "vehicle": {"licensePlate": "BJFP66"}}}, {"id": "ee07032c-0973-41d5-ab5e-c39906519f20", "vehicle": {"position": {"latitude": -36.794315, "longitude": -73.04598, "bearing": 230.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694702784", "vehicle": {"licensePlate": "HRBS81"}}}, {"id": "f3c4880e-6ebf-46c5-917f-b5150c253051", "vehicle": {"position": {"latitude": -36.957943, "longitude": -73.0102, "bearing": 41.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888949", "vehicle": {"licensePlate": "JSBB44"}}}, {"id": "aed12c6b-11b3-41d4-ba2f-ec8ffabce07c", "vehicle": {"position": {"latitude": -36.809948, "longitude": -73.05068, "bearing": 152.0, "odometer": 0.0, "speed": 13.611111}, "timestamp": "1694889039", "vehicle": {"licensePlate": "CYVL58"}}}, {"id": "a782e11d-4479-4eb0-a443-9280bd632070", "vehicle": {"position": {"latitude": -36.81036, "longitude": -73.03203, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808611", "vehicle": {"licensePlate": "WW3721"}}}, {"id": "71c62178-d81e-4b02-9697-d4ebfa533ead", "vehicle": {"position": {"latitude": -36.846657, "longitude": -73.144035, "bearing": 102.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888280", "vehicle": {"licensePlate": "YX2282"}}}, {"id": "9a45d000-410d-47d1-a213-bcae8371e009", "vehicle": {"position": {"latitude": -36.794373, "longitude": -73.04619, "bearing": 189.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808231", "vehicle": {"licensePlate": "BWYC26"}}}, {"id": "c10a43b5-fc43-4ab9-8cc4-2014ebe21a52", "vehicle": {"position": {"latitude": -36.80552, "longitude": -73.03836, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888864", "vehicle": {"licensePlate": "BGFD11"}}}, {"id": "b1da4325-0b4c-4e43-97f7-1b799c77ff9a", "vehicle": {"position": {"latitude": -36.71527, "longitude": -72.9781, "bearing": 236.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694544512", "vehicle": {"licensePlate": "FGPH71"}}}, {"id": "c75cc13d-ed61-4cb0-be3b-a59fb6b2e793", "vehicle": {"position": {"latitude": -36.9491, "longitude": -73.01147, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694831860", "vehicle": {"licensePlate": "HJXW56"}}}, {"id": "2db1b09c-6b24-40d9-b9c3-960eab861408", "vehicle": {"position": {"latitude": -36.76339, "longitude": -73.09233, "bearing": 152.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826178", "vehicle": {"licensePlate": "XG3191"}}}, {"id": "6e3227de-5291-4e65-8190-d011d26f00d6", "vehicle": {"position": {"latitude": -36.952847, "longitude": -73.013756, "bearing": 352.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694794018", "vehicle": {"licensePlate": "ZP2769"}}}, {"id": "9c881459-8372-4c0e-ba86-45605dd5843d", "vehicle": {"position": {"latitude": -36.84052, "longitude": -73.114365, "bearing": 348.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694725976", "vehicle": {"licensePlate": "DHJC14"}}}, {"id": "a489c174-99ab-479f-ac60-c8128b69d0d2", "vehicle": {"position": {"latitude": -36.708992, "longitude": -73.13945, "bearing": 200.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694812176", "vehicle": {"licensePlate": "JCGF99"}}}, {"id": "fad302d1-53e4-40b4-ab18-3214f06e27d8", "vehicle": {"position": {"latitude": -36.941467, "longitude": -73.02707, "bearing": 142.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888834", "vehicle": {"licensePlate": "HFLS53"}}}, {"id": "365f48e7-272e-4cc5-848f-440fa97c811c", "vehicle": {"position": {"latitude": -36.603405, "longitude": -72.96844, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HYYX68"}}}, {"id": "0995a59a-c67d-4dfc-ad68-daed079164e0", "vehicle": {"position": {"latitude": -36.823692, "longitude": -73.06927, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694810002", "vehicle": {"licensePlate": "GLCW10"}}}, {"id": "a2649979-f929-46b7-8c28-bae2a93d6956", "vehicle": {"position": {"latitude": -36.778698, "longitude": -73.09921, "bearing": 38.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694803200", "vehicle": {"licensePlate": "JVTK83"}}}, {"id": "b55782c4-7bbb-4ff1-900d-d00882d74d9e", "vehicle": {"position": {"latitude": -36.829063, "longitude": -73.14821, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694807674", "vehicle": {"licensePlate": "MY2239"}}}, {"id": "38f117de-c91a-431a-91bc-e0b0d9b33fab", "vehicle": {"position": {"latitude": -36.76946, "longitude": -73.11357, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694791710", "vehicle": {"licensePlate": "YK7897"}}}, {"id": "87d2185a-5684-480d-b203-73c5b4ff83de", "vehicle": {"position": {"latitude": -36.843075, "longitude": -73.00966, "bearing": 200.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881704", "vehicle": {"licensePlate": "RHRY49"}}}, {"id": "593e2c62-acc4-4268-8aca-1491072498ae", "vehicle": {"position": {"latitude": -36.9538, "longitude": -73.02223, "bearing": 330.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694804270", "vehicle": {"licensePlate": "ZT3771"}}}, {"id": "98875317-8572-4709-830e-9de4ed958103", "vehicle": {"position": {"latitude": -36.94935, "longitude": -72.93196, "bearing": 289.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817764", "vehicle": {"licensePlate": "JCPJ32"}}}, {"id": "427ad44b-7566-41e0-93fb-49e81f7beabd", "vehicle": {"position": {"latitude": -36.778614, "longitude": -73.099434, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694798092", "vehicle": {"licensePlate": "CTZW20"}}}, {"id": "d24d6f85-2d72-4c76-baee-81a4367ab802", "vehicle": {"position": {"latitude": -36.786682, "longitude": -73.10151, "bearing": 272.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "BWYJ83"}}}, {"id": "76c6d4ec-1edd-4655-8c39-608b93bc1d0e", "vehicle": {"position": {"latitude": -36.957535, "longitude": -73.01025, "bearing": 287.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826818", "vehicle": {"licensePlate": "RTXW61"}}}, {"id": "4bfd62c6-0b75-47a2-8b4e-34e9da3d14aa", "vehicle": {"position": {"latitude": -36.95798, "longitude": -73.010704, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808459", "vehicle": {"licensePlate": "BBGL85"}}}, {"id": "d96f4369-a6bc-4e7a-8ef0-c6d717e445e7", "vehicle": {"position": {"latitude": -36.94159, "longitude": -73.014946, "bearing": 196.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887756", "vehicle": {"licensePlate": "BFRT89"}}}, {"id": "af09183c-3f60-4758-a88f-250d5f401aec", "vehicle": {"position": {"latitude": -36.95805, "longitude": -73.01092, "bearing": 229.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694802669", "vehicle": {"licensePlate": "XU3135"}}}, {"id": "24861ad2-7f6e-4fcb-b362-db0fee1d382b", "vehicle": {"position": {"latitude": -36.805584, "longitude": -73.03835, "bearing": 187.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694809134", "vehicle": {"licensePlate": "YX1620"}}}, {"id": "05153a8a-dab7-4fa5-99b8-214808f3b277", "vehicle": {"position": {"latitude": -36.71068, "longitude": -73.14432, "bearing": 96.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817706", "vehicle": {"licensePlate": "HYHP69"}}}, {"id": "0316dbbc-e71c-4a56-9dd3-35cdb73fb0af", "vehicle": {"position": {"latitude": -36.718952, "longitude": -73.12093, "bearing": 256.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694806376", "vehicle": {"licensePlate": "FYDV22"}}}, {"id": "e22666b8-4dee-493a-935a-60be89d3f1c7", "vehicle": {"position": {"latitude": -36.599174, "longitude": -72.951584, "bearing": 56.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888822", "vehicle": {"licensePlate": "KKPV66"}}}, {"id": "10b87f47-bce6-47e0-a551-2750593d5d9d", "vehicle": {"position": {"latitude": -36.849476, "longitude": -73.14221, "bearing": 230.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888999", "vehicle": {"licensePlate": "RWTK95"}}}, {"id": "07c18b89-0a72-41e2-905f-28f442c21369", "vehicle": {"position": {"latitude": -36.717216, "longitude": -73.11838, "bearing": 276.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824375", "vehicle": {"licensePlate": "KHSW56"}}}, {"id": "13998fd4-26fc-4153-9faa-0494e773aa7f", "vehicle": {"position": {"latitude": -36.95759, "longitude": -73.01018, "bearing": 331.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694823610", "vehicle": {"licensePlate": "FZWC15"}}}, {"id": "52dfdc40-84d0-4477-a618-de0773ebc6fb", "vehicle": {"position": {"latitude": -36.804268, "longitude": -73.046486, "bearing": 240.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694476604", "vehicle": {"licensePlate": "RXVT18"}}}, {"id": "13a00b97-42da-4af9-a987-d215377e2a4f", "vehicle": {"position": {"latitude": -36.941174, "longitude": -73.027214, "bearing": 294.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820418", "vehicle": {"licensePlate": "RTRF77"}}}, {"id": "9111d57c-b373-4b46-8ec9-18f982aa797d", "vehicle": {"position": {"latitude": -36.95796, "longitude": -73.01078, "bearing": 327.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814765", "vehicle": {"licensePlate": "GWLK25"}}}, {"id": "9d3cabd0-b86e-4247-ab47-7acad76e3bda", "vehicle": {"position": {"latitude": -36.606377, "longitude": -72.95244, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888562", "vehicle": {"licensePlate": "RFWX26"}}}, {"id": "35ba13a7-17cc-49aa-9d29-ace1981bde91", "vehicle": {"position": {"latitude": -36.828865, "longitude": -73.14748, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888765", "vehicle": {"licensePlate": "FXRL43"}}}, {"id": "a1372cf6-3bef-412a-ac23-3f13b1bf8916", "vehicle": {"position": {"latitude": -36.713554, "longitude": -72.977615, "bearing": 226.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888726", "vehicle": {"licensePlate": "SVYW40"}}}, {"id": "08378a4c-94da-40c1-89c5-bcb3fdae277a", "vehicle": {"position": {"latitude": -36.777153, "longitude": -73.112434, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881310", "vehicle": {"licensePlate": "JHJF65"}}}, {"id": "2df0c2ee-a15e-4c2c-bfc9-8a4352acab70", "vehicle": {"position": {"latitude": -36.94878, "longitude": -73.01176, "bearing": 216.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822842", "vehicle": {"licensePlate": "GRWL98"}}}, {"id": "815e2c3e-2ac5-4b9d-97ba-a579a65ab75a", "vehicle": {"position": {"latitude": -36.941277, "longitude": -73.02711, "bearing": 350.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888808", "vehicle": {"licensePlate": "FXJB65"}}}, {"id": "11570f05-753d-43ec-a5bf-9446b53b5fee", "vehicle": {"position": {"latitude": -36.77938, "longitude": -73.09931, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889034", "vehicle": {"licensePlate": "HXKJ49"}}}, {"id": "ca2c76a2-8cdc-4bd9-838c-c7bca1d56c33", "vehicle": {"position": {"latitude": -36.964344, "longitude": -72.93385, "bearing": 209.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694820910", "vehicle": {"licensePlate": "HRBS34"}}}, {"id": "5d197202-8dc2-4a47-838c-fbeb5eb6aea0", "vehicle": {"position": {"latitude": -36.713608, "longitude": -72.97755, "bearing": 61.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880897", "vehicle": {"licensePlate": "HYYX66"}}}, {"id": "780f5bcb-3a4d-42fe-b1cd-79440432f23c", "vehicle": {"position": {"latitude": -36.844475, "longitude": -73.126236, "bearing": 196.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "WH1336"}}}, {"id": "af92bec4-f5ad-4835-94a7-f5996fcb7aba", "vehicle": {"position": {"latitude": -36.78977, "longitude": -73.07906, "bearing": 290.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888518", "vehicle": {"licensePlate": "FJPD97"}}}, {"id": "e78afb30-0855-4ae7-82ca-03fc35a635b3", "vehicle": {"position": {"latitude": -36.80697, "longitude": -73.05139, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694790550", "vehicle": {"licensePlate": "DSKF39"}}}, {"id": "4cdfaaa8-fd7e-401c-8f8a-6045fb196ed7", "vehicle": {"position": {"latitude": -36.828686, "longitude": -73.01036, "bearing": 79.0, "odometer": 0.0, "speed": 11.9}, "timestamp": "1694888889", "vehicle": {"licensePlate": "JXKG53"}}}, {"id": "0b79ece0-587d-4ab8-848c-923b553ad3e5", "vehicle": {"position": {"latitude": -36.83062, "longitude": -73.123474, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694810585", "vehicle": {"licensePlate": "KFTV32"}}}, {"id": "c8a64b50-a29c-4290-89d1-7754f2351a52", "vehicle": {"position": {"latitude": -36.83757, "longitude": -73.08782, "bearing": 244.0, "odometer": 0.0, "speed": 37.3}, "timestamp": "1694804712", "vehicle": {"licensePlate": "WD9971"}}}, {"id": "c79fe072-f9cd-4313-a422-847a34b1a4f3", "vehicle": {"position": {"latitude": -36.958374, "longitude": -73.01103, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694794906", "vehicle": {"licensePlate": "FLRY73"}}}, {"id": "a5aae311-ab7b-43c0-a482-9120c4d5348c", "vehicle": {"position": {"latitude": -36.941406, "longitude": -73.026955, "bearing": 340.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817414", "vehicle": {"licensePlate": "FWJX86"}}}, {"id": "fedb7f5d-4597-4c9b-9d14-6f30b933cd3b", "vehicle": {"position": {"latitude": -36.941376, "longitude": -73.02731, "bearing": 174.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829906", "vehicle": {"licensePlate": "YX2292"}}}, {"id": "aafdb77d-f501-4e78-8f6d-0c951be702ea", "vehicle": {"position": {"latitude": -36.941357, "longitude": -73.02712, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694864552", "vehicle": {"licensePlate": "WW3021"}}}, {"id": "76d1b1d2-f36e-4bd0-ac62-657b5bc774ef", "vehicle": {"position": {"latitude": -36.718952, "longitude": -73.12116, "bearing": 76.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694802086", "vehicle": {"licensePlate": "YF1863"}}}, {"id": "297844ad-468a-4264-96ef-d97b42eed47c", "vehicle": {"position": {"latitude": -36.829037, "longitude": -73.14829, "bearing": 36.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694809614", "vehicle": {"licensePlate": "FRPG39"}}}, {"id": "ecb61d10-209a-4d90-a9c4-034ce5945358", "vehicle": {"position": {"latitude": -36.723354, "longitude": -73.12874, "bearing": 143.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694808966", "vehicle": {"licensePlate": "WW4028"}}}, {"id": "3a078b6e-d98a-4f84-8080-211e4f8fcd36", "vehicle": {"position": {"latitude": -36.842705, "longitude": -73.00978, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878372", "vehicle": {"licensePlate": "BU6919"}}}, {"id": "b1c1865a-c235-474a-a81d-99fa02b6e84f", "vehicle": {"position": {"latitude": -36.71391, "longitude": -72.97767, "bearing": 140.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885862", "vehicle": {"licensePlate": "LFVD12"}}}, {"id": "f333b3ed-8e0c-491c-bea2-a078db09a5f1", "vehicle": {"position": {"latitude": -36.942314, "longitude": -73.01223, "bearing": 252.0, "odometer": 0.0, "speed": 4.4444447}, "timestamp": "1694724826", "vehicle": {"licensePlate": "YE2812"}}}, {"id": "6c2c56c3-ff7b-4130-acd9-e5447ba85662", "vehicle": {"position": {"latitude": -36.832626, "longitude": -73.00383, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694798342", "vehicle": {"licensePlate": "FFTL54"}}}, {"id": "1badd376-fb6a-4289-8bac-b530bf68c017", "vehicle": {"position": {"latitude": -36.62914, "longitude": -72.954185, "bearing": 76.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888951", "vehicle": {"licensePlate": "RWKY42"}}}, {"id": "4cb4ebce-c737-4d83-b6a8-dc92dad7ec4d", "vehicle": {"position": {"latitude": -36.82724, "longitude": -73.12708, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694825958", "vehicle": {"licensePlate": "BBFT99"}}}, {"id": "a0f2e47c-7e4f-41ee-9d92-3f81c4e080f5", "vehicle": {"position": {"latitude": -36.85017, "longitude": -73.142365, "bearing": 22.0, "odometer": 0.0, "speed": 1.6666667}, "timestamp": "1694889023", "vehicle": {"licensePlate": "BFHJ55"}}}, {"id": "f8285b7e-42a4-4b22-9964-e76ae6f17e34", "vehicle": {"position": {"latitude": -36.796936, "longitude": -73.114876, "bearing": 258.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888984", "vehicle": {"licensePlate": "YR3387"}}}, {"id": "b4780ca7-1e0b-4a6e-ac47-fe0dfb01e4e9", "vehicle": {"position": {"latitude": -36.957977, "longitude": -73.01069, "bearing": 322.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815698", "vehicle": {"licensePlate": "XZ9640"}}}, {"id": "0e696444-2a61-4679-b8bd-f6268078474d", "vehicle": {"position": {"latitude": -36.94251, "longitude": -73.00962, "bearing": 78.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888904", "vehicle": {"licensePlate": "CYVP95"}}}, {"id": "e8278091-ea33-42bb-bfd3-05ae79fbaf21", "vehicle": {"position": {"latitude": -36.949047, "longitude": -72.931656, "bearing": 34.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694091032", "vehicle": {"licensePlate": "DCHR62"}}}, {"id": "ae5fdecb-a33e-4285-aa07-fa2803cec409", "vehicle": {"position": {"latitude": -36.710957, "longitude": -72.974014, "bearing": 206.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808612", "vehicle": {"licensePlate": "DRFP55"}}}, {"id": "48cd2327-7718-4de0-839c-56b8e20e2540", "vehicle": {"position": {"latitude": -36.824944, "longitude": -73.12524, "bearing": 283.0, "odometer": 0.0, "speed": 2.2}, "timestamp": "1694815322", "vehicle": {"licensePlate": "FXFW82"}}}, {"id": "66e0c29a-986a-4819-9662-5eda52af5f94", "vehicle": {"position": {"latitude": -36.78843, "longitude": -73.100464, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694635258", "vehicle": {"licensePlate": "CXLY24"}}}, {"id": "37a1f091-b28b-4062-b52b-8a81c5198ce5", "vehicle": {"position": {"latitude": -36.793987, "longitude": -73.09109, "bearing": 161.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694795358", "vehicle": {"licensePlate": "WS7665"}}}, {"id": "bd2da293-6467-4749-a74c-2658c2c976d9", "vehicle": {"position": {"latitude": -36.829494, "longitude": -73.05984, "bearing": 128.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888816", "vehicle": {"licensePlate": "KHXV50"}}}, {"id": "7069d025-2415-4931-bd02-da01e23ce531", "vehicle": {"position": {"latitude": -36.965893, "longitude": -72.92608, "bearing": 146.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888944", "vehicle": {"licensePlate": "GVYD71"}}}, {"id": "abf50f9c-6382-4e95-8125-e80d0232e00a", "vehicle": {"position": {"latitude": -36.94142, "longitude": -73.02707, "bearing": 326.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887482", "vehicle": {"licensePlate": "CJSD72"}}}, {"id": "556571ba-dbb1-48d3-b4ca-43ea5c9221ed", "vehicle": {"position": {"latitude": -36.79273, "longitude": -73.10272, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694645560", "vehicle": {"licensePlate": "FDHJ52"}}}, {"id": "92133084-dc0e-4828-9628-c9fb6a31baed", "vehicle": {"position": {"latitude": -36.91014, "longitude": -73.02792, "bearing": 343.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888873", "vehicle": {"licensePlate": "HJXG47"}}}, {"id": "d477903a-3051-4569-a7b2-e2a5512a692f", "vehicle": {"position": {"latitude": -36.82939, "longitude": -73.06089, "bearing": 99.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888829", "vehicle": {"licensePlate": "KHXV29"}}}, {"id": "53662e2f-652b-4404-8a93-79e45a057c94", "vehicle": {"position": {"latitude": -36.82902, "longitude": -73.147995, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815075", "vehicle": {"licensePlate": "BYPX40"}}}, {"id": "7c530d85-fdaf-4598-ac10-4784ed1cbd8f", "vehicle": {"position": {"latitude": -36.84691, "longitude": -73.14406, "bearing": 248.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824764", "vehicle": {"licensePlate": "GZRC77"}}}, {"id": "17200a37-14dd-41d6-9d5a-0cf49745c9fa", "vehicle": {"position": {"latitude": -36.941044, "longitude": -73.02712, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880970", "vehicle": {"licensePlate": "YU8141"}}}, {"id": "a2394b1c-8178-4b4b-ae21-9a7c4d3667d0", "vehicle": {"position": {"latitude": -36.800217, "longitude": -72.96008, "bearing": 356.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694795410", "vehicle": {"licensePlate": "DZFG16"}}}, {"id": "0be64288-9b2e-4048-9b20-9ee6d12d8107", "vehicle": {"position": {"latitude": -36.941555, "longitude": -73.02713, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881080", "vehicle": {"licensePlate": "FXRL55"}}}, {"id": "f25ee9f2-0f1a-4f71-9628-d3e007242085", "vehicle": {"position": {"latitude": -36.8055, "longitude": -73.03837, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879477", "vehicle": {"licensePlate": "BBGL62"}}}, {"id": "386555f1-d66e-4892-bed7-6da250d22bbb", "vehicle": {"position": {"latitude": -36.94132, "longitude": -73.02712, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887322", "vehicle": {"licensePlate": "DZYS83"}}}, {"id": "b2bd1998-5cf6-45e1-956d-c30e6ac05c55", "vehicle": {"position": {"latitude": -36.602947, "longitude": -72.95935, "bearing": 250.0, "odometer": 0.0, "speed": 4.4444447}, "timestamp": "1694889006", "vehicle": {"licensePlate": "KKPV67"}}}, {"id": "ce1df667-0770-474e-9c75-8549240409d0", "vehicle": {"position": {"latitude": -36.789703, "longitude": -73.07912, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879794", "vehicle": {"licensePlate": "DRFP48"}}}, {"id": "cd339500-58d5-4877-ac8a-9868af3b08a9", "vehicle": {"position": {"latitude": -36.78316, "longitude": -73.03956, "bearing": 52.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694881648", "vehicle": {"licensePlate": "CRVH45"}}}, {"id": "5327d30e-7237-4012-8f05-bee8e6848d12", "vehicle": {"position": {"latitude": -36.948795, "longitude": -73.01174, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888567", "vehicle": {"licensePlate": "DHTZ45"}}}, {"id": "572be774-269f-4ef2-9c42-bdd601bb1a56", "vehicle": {"position": {"latitude": -36.805614, "longitude": -73.038284, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694799313", "vehicle": {"licensePlate": "BKTP80"}}}, {"id": "3e2686c7-3b8a-44d2-9871-dbc800778e25", "vehicle": {"position": {"latitude": -36.807068, "longitude": -73.05179, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694797930", "vehicle": {"licensePlate": "FXRL35"}}}, {"id": "7b3e9bc9-eba3-4b84-ab0c-a32874573c85", "vehicle": {"position": {"latitude": -36.618397, "longitude": -72.954346, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694778116", "vehicle": {"licensePlate": "WK9163"}}}, {"id": "68275099-2816-42f0-8f0a-cae33266b540", "vehicle": {"position": {"latitude": -36.716667, "longitude": -73.12548, "bearing": 348.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882590", "vehicle": {"licensePlate": "LRJG53"}}}, {"id": "fcb42fab-8abe-43ac-8040-abcf3b49363c", "vehicle": {"position": {"latitude": -36.7141, "longitude": -72.97777, "bearing": 152.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888770", "vehicle": {"licensePlate": "JSBB14"}}}, {"id": "89585351-cf5e-40ad-aa89-3a5659140048", "vehicle": {"position": {"latitude": -36.806152, "longitude": -73.05166, "bearing": 102.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694789760", "vehicle": {"licensePlate": "FYBD34"}}}, {"id": "1c5ee8c3-46af-4c3a-ae61-16a128560815", "vehicle": {"position": {"latitude": -36.60369, "longitude": -72.96865, "bearing": 142.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878344", "vehicle": {"licensePlate": "MZ6641"}}}, {"id": "3f98a721-0c0d-4c9b-a8bd-aa55e2d6f80f", "vehicle": {"position": {"latitude": -36.8581, "longitude": -73.140816, "bearing": 120.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879243", "vehicle": {"licensePlate": "CVTG86"}}}, {"id": "59cb8498-551d-4210-91dc-09195cea0668", "vehicle": {"position": {"latitude": -36.95773, "longitude": -73.01036, "bearing": 63.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694728671", "vehicle": {"licensePlate": "DRTS68"}}}, {"id": "0bfc2ead-2228-470f-9241-9a3439b03c71", "vehicle": {"position": {"latitude": -36.958027, "longitude": -73.01073, "bearing": 209.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694635896", "vehicle": {"licensePlate": "WK6958"}}}, {"id": "e095183c-153d-46a6-b86f-8bf8621cdd28", "vehicle": {"position": {"latitude": -36.76681, "longitude": -73.11338, "bearing": 16.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694663062", "vehicle": {"licensePlate": "WG9761"}}}, {"id": "180bafa1-8219-462a-9dce-f59589c35766", "vehicle": {"position": {"latitude": -36.828888, "longitude": -73.147896, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868428", "vehicle": {"licensePlate": "FXJS18"}}}, {"id": "d4dd01df-eb1b-49ed-867a-bda2a062b94b", "vehicle": {"position": {"latitude": -36.735783, "longitude": -73.102776, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882324", "vehicle": {"licensePlate": "KDXL37"}}}, {"id": "b5df92d1-cfc8-4fd2-9f4f-1d959f891416", "vehicle": {"position": {"latitude": -36.829025, "longitude": -73.14811, "bearing": 161.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694817460", "vehicle": {"licensePlate": "FXRL71"}}}, {"id": "41986478-2dbc-45d7-9d71-10b16b2f85e6", "vehicle": {"position": {"latitude": -36.83067, "longitude": -73.12362, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879786", "vehicle": {"licensePlate": "HJRY66"}}}, {"id": "32b42c9b-1ce6-4206-8736-2fe599e3948d", "vehicle": {"position": {"latitude": -36.842945, "longitude": -73.00958, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879800", "vehicle": {"licensePlate": "CYSD10"}}}, {"id": "4945993e-a300-41a5-a672-0c4999eeeac3", "vehicle": {"position": {"latitude": -36.941433, "longitude": -73.02709, "bearing": 154.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694795272", "vehicle": {"licensePlate": "CGHC78"}}}, {"id": "76309832-1aba-4b75-aa5a-9b236ebfc686", "vehicle": {"position": {"latitude": -36.710968, "longitude": -72.974205, "bearing": 280.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694812302", "vehicle": {"licensePlate": "WC7740"}}}, {"id": "e31c723a-76be-43f4-b0ab-aa053156d0fd", "vehicle": {"position": {"latitude": -36.94943, "longitude": -72.931526, "bearing": 318.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888710", "vehicle": {"licensePlate": "CYWK97"}}}, {"id": "1a3d3661-8424-4862-869d-4e20ec2ad19b", "vehicle": {"position": {"latitude": -36.94929, "longitude": -72.93171, "bearing": 316.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694882928", "vehicle": {"licensePlate": "BZRG35"}}}, {"id": "d273a4f7-7ece-4709-ad3b-da8a6b5a1408", "vehicle": {"position": {"latitude": -36.840103, "longitude": -73.00167, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824017", "vehicle": {"licensePlate": "FXZY61"}}}, {"id": "5f0a1c13-366d-4620-9739-405325c5eaae", "vehicle": {"position": {"latitude": -36.997772, "longitude": -73.1716, "bearing": 160.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "HFYB65"}}}, {"id": "f6d66b8c-9b9a-4974-b30a-c422cff5138c", "vehicle": {"position": {"latitude": -36.721714, "longitude": -73.142494, "bearing": 356.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888938", "vehicle": {"licensePlate": "DHSL59"}}}, {"id": "083227df-45c3-493f-9768-508570466deb", "vehicle": {"position": {"latitude": -36.82425, "longitude": -73.1299, "bearing": 208.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888172", "vehicle": {"licensePlate": "FCBR42"}}}, {"id": "8b48e555-75b6-49a7-9b0d-800f0b54a67b", "vehicle": {"position": {"latitude": -36.829983, "longitude": -73.123276, "bearing": 38.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694861357", "vehicle": {"licensePlate": "FVDD42"}}}, {"id": "0c1dc551-ccfd-48d4-a50f-34092fd1972d", "vehicle": {"position": {"latitude": -36.79521, "longitude": -73.10714, "bearing": 38.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694101156", "vehicle": {"licensePlate": "FXJS22"}}}, {"id": "2522bed6-9832-45cc-825b-22c8a40a9e36", "vehicle": {"position": {"latitude": -36.80385, "longitude": -73.04449, "bearing": 157.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "YU8228"}}}, {"id": "9656fc5b-25d3-42c0-b755-46f12b734e27", "vehicle": {"position": {"latitude": -36.810867, "longitude": -73.05002, "bearing": 330.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694889004", "vehicle": {"licensePlate": "FWTT74"}}}, {"id": "50ba7353-d7a9-4d59-9caa-8e5eb9e3f1b7", "vehicle": {"position": {"latitude": -36.771706, "longitude": -73.1143, "bearing": 346.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "YA5666"}}}, {"id": "0b5260ff-86b6-4494-a1a5-29b07f2732da", "vehicle": {"position": {"latitude": -36.941166, "longitude": -73.02715, "bearing": 290.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694797232", "vehicle": {"licensePlate": "DKYW13"}}}, {"id": "c1d63286-038c-424c-a2cb-2c4d60533c98", "vehicle": {"position": {"latitude": -36.79484, "longitude": -73.04616, "bearing": 247.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694533585", "vehicle": {"licensePlate": "KYKJ75"}}}, {"id": "751b9315-f47e-420e-9a55-e2b97011f065", "vehicle": {"position": {"latitude": -36.766808, "longitude": -73.11355, "bearing": 26.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694796580", "vehicle": {"licensePlate": "WG9613"}}}, {"id": "fba0c994-8927-467f-9689-6f3a25bf0e5d", "vehicle": {"position": {"latitude": -36.841896, "longitude": -73.11271, "bearing": 269.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694811434", "vehicle": {"licensePlate": "XP4106"}}}, {"id": "7a0c84a2-4d17-43ab-a770-b70383fa8816", "vehicle": {"position": {"latitude": -36.717236, "longitude": -72.97176, "bearing": 123.0, "odometer": 0.0, "speed": 11.388889}, "timestamp": "1694889031", "vehicle": {"licensePlate": "LPDK21"}}}, {"id": "0b75799d-fbee-40bc-a9ff-f8991ce949d5", "vehicle": {"position": {"latitude": -36.941, "longitude": -73.02722, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888754", "vehicle": {"licensePlate": "YA5908"}}}, {"id": "38f93b88-564a-40d0-8451-398c27199501", "vehicle": {"position": {"latitude": -36.830452, "longitude": -73.12383, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888873", "vehicle": {"licensePlate": "JKYZ60"}}}, {"id": "64c5a24f-c234-416c-bf00-12e59debb144", "vehicle": {"position": {"latitude": -36.81395, "longitude": -73.040665, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694793838", "vehicle": {"licensePlate": "CGFG49"}}}, {"id": "358abc93-856a-4941-bd93-ebe4081fd6ef", "vehicle": {"position": {"latitude": -36.846653, "longitude": -73.14419, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693678486", "vehicle": {"licensePlate": "JGJW90"}}}, {"id": "6a0cf819-1e96-464a-a62f-f2ea8c00be1a", "vehicle": {"position": {"latitude": -36.76867, "longitude": -73.113304, "bearing": 74.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822940", "vehicle": {"licensePlate": "DPZY61"}}}, {"id": "df3ae136-7868-433b-8c66-e41c9bb3fbe9", "vehicle": {"position": {"latitude": -37.626892, "longitude": -73.45958, "bearing": 294.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885634", "vehicle": {"licensePlate": "LVLG31"}}}, {"id": "a2ec3e6f-6042-4e55-b6f7-e17208e080ca", "vehicle": {"position": {"latitude": -36.718872, "longitude": -73.12098, "bearing": 54.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694805672", "vehicle": {"licensePlate": "HWHK16"}}}, {"id": "c91f254b-2c75-4774-8a64-db2ffd304651", "vehicle": {"position": {"latitude": -36.849567, "longitude": -73.1425, "bearing": 5.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818240", "vehicle": {"licensePlate": "XB8589"}}}, {"id": "b903550d-91aa-452d-93d6-ca80ae81528e", "vehicle": {"position": {"latitude": -36.714916, "longitude": -72.978035, "bearing": 309.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694546014", "vehicle": {"licensePlate": "CWJW16"}}}, {"id": "13181fd5-0643-4de5-b18c-cb40f6ca67f7", "vehicle": {"position": {"latitude": -36.841137, "longitude": -73.11429, "bearing": 344.0, "odometer": 0.0, "speed": 2.7}, "timestamp": "1694812630", "vehicle": {"licensePlate": "KHFY70"}}}, {"id": "b4a46bf8-bd8e-4934-9c6f-491569b098b9", "vehicle": {"position": {"latitude": -36.769035, "longitude": -73.113914, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694800972", "vehicle": {"licensePlate": "FYBB45"}}}, {"id": "f7538592-7d4c-4070-af9b-070196dfd2b8", "vehicle": {"position": {"latitude": -36.805668, "longitude": -73.038246, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693584704", "vehicle": {"licensePlate": "XZ9669"}}}, {"id": "3914e6e5-9137-4acb-9bff-ff0f0e84f127", "vehicle": {"position": {"latitude": -36.603397, "longitude": -72.96849, "bearing": 340.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888612", "vehicle": {"licensePlate": "DRJZ49"}}}, {"id": "62ee3e74-7793-42bf-abae-bd879d9c65bf", "vehicle": {"position": {"latitude": -36.828915, "longitude": -73.14815, "bearing": 348.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694877899", "vehicle": {"licensePlate": "BBZC61"}}}, {"id": "58f8e4da-ecb4-4aa3-a20d-c33dbe59e0e6", "vehicle": {"position": {"latitude": -36.76905, "longitude": -73.113434, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694865618", "vehicle": {"licensePlate": "YR1542"}}}, {"id": "38c10acb-d823-490f-8814-9844ff3965fc", "vehicle": {"position": {"latitude": -36.768425, "longitude": -73.11369, "bearing": 283.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808661", "vehicle": {"licensePlate": "RFSC38"}}}, {"id": "12d8928c-3962-4986-955f-f9568b77c829", "vehicle": {"position": {"latitude": -36.768574, "longitude": -73.11331, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817650", "vehicle": {"licensePlate": "YR1543"}}}, {"id": "59ed885b-2112-4878-b461-48064fc892aa", "vehicle": {"position": {"latitude": -36.604107, "longitude": -72.96833, "bearing": 98.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821004", "vehicle": {"licensePlate": "LVLG32"}}}, {"id": "0c8f5e44-cc8c-40c2-b96c-7b110828fb0b", "vehicle": {"position": {"latitude": -36.795433, "longitude": -73.10677, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691586254", "vehicle": {"licensePlate": "DWHF41"}}}, {"id": "81829781-2a43-4d54-9325-6f6c4576db7b", "vehicle": {"position": {"latitude": -36.778584, "longitude": -73.09913, "bearing": 352.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694738137", "vehicle": {"licensePlate": "CRVH48"}}}, {"id": "36491eff-9dc1-4604-869e-e3a2a35026e7", "vehicle": {"position": {"latitude": -36.954098, "longitude": -73.021965, "bearing": 40.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694810484", "vehicle": {"licensePlate": "BLYY25"}}}, {"id": "2620c76e-d3eb-49fa-b7a1-e94153a7062b", "vehicle": {"position": {"latitude": -36.82896, "longitude": -73.14814, "bearing": 65.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "FXRZ33"}}}, {"id": "35435903-6c33-469f-b964-afa221b7466d", "vehicle": {"position": {"latitude": -36.83062, "longitude": -73.12352, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694726937", "vehicle": {"licensePlate": "DDDW22"}}}, {"id": "36ae3c88-9fff-473a-a3a7-e3adfc37ef32", "vehicle": {"position": {"latitude": -36.82621, "longitude": -73.121605, "bearing": 357.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694798339", "vehicle": {"licensePlate": "FYDV31"}}}, {"id": "e17d47bc-c496-40c8-99a3-a052fd3515e9", "vehicle": {"position": {"latitude": -36.7137, "longitude": -72.97766, "bearing": 326.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694812736", "vehicle": {"licensePlate": "BLFS44"}}}, {"id": "fe8e1623-0c73-44c4-96c1-bb6d88015180", "vehicle": {"position": {"latitude": -36.7772, "longitude": -73.11253, "bearing": 36.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "YG6209"}}}, {"id": "698a78cd-1baf-42f2-84f9-bfbceb926daf", "vehicle": {"position": {"latitude": -36.79473, "longitude": -73.04582, "bearing": 230.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694511349", "vehicle": {"licensePlate": "FYBF70"}}}, {"id": "b46020ce-2552-4765-b75e-a0e899b43919", "vehicle": {"position": {"latitude": -36.804653, "longitude": -73.05299, "bearing": 77.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694454843", "vehicle": {"licensePlate": "YV3065"}}}, {"id": "8c6c206c-2327-4fc2-90bf-585acb297685", "vehicle": {"position": {"latitude": -36.824127, "longitude": -73.13031, "bearing": 355.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694737095", "vehicle": {"licensePlate": "YJ3032"}}}, {"id": "f80703dd-d72f-4400-badb-03d5241a3190", "vehicle": {"position": {"latitude": -36.76888, "longitude": -73.11336, "bearing": 275.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824788", "vehicle": {"licensePlate": "WZ6732"}}}, {"id": "4729ca8b-f544-44da-8dd3-2dbc9cd56607", "vehicle": {"position": {"latitude": -36.71402, "longitude": -72.97776, "bearing": 348.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694832418", "vehicle": {"licensePlate": "FPYZ68"}}}, {"id": "9621a391-84cd-4357-81d2-d8f340210e1a", "vehicle": {"position": {"latitude": -36.824017, "longitude": -73.13031, "bearing": 317.0, "odometer": 0.0, "speed": 0.5}, "timestamp": "1694708461", "vehicle": {"licensePlate": "YE2805"}}}, {"id": "76327583-224b-4c7b-9044-b17dedd3b093", "vehicle": {"position": {"latitude": -36.60422, "longitude": -72.96823, "bearing": 60.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694834204", "vehicle": {"licensePlate": "JRZZ95"}}}, {"id": "12617f8b-ef49-4156-b6e4-d228f8bad49c", "vehicle": {"position": {"latitude": -36.768585, "longitude": -73.114174, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694865299", "vehicle": {"licensePlate": "RW9264"}}}, {"id": "c79ed8ba-9647-4048-b548-4dc5596bca05", "vehicle": {"position": {"latitude": -36.71321, "longitude": -72.9775, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694473818", "vehicle": {"licensePlate": "ZY9303"}}}, {"id": "f29c20d0-545c-453a-a7bf-f7f4ce2f70e2", "vehicle": {"position": {"latitude": -36.722145, "longitude": -73.14241, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694825326", "vehicle": {"licensePlate": "JHJJ51"}}}, {"id": "998c9992-8b32-470b-b020-648b45799f06", "vehicle": {"position": {"latitude": -36.718754, "longitude": -73.12108, "bearing": 146.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694730812", "vehicle": {"licensePlate": "ZR7483"}}}, {"id": "2fd5ff6e-5211-49ae-b269-b369cf632887", "vehicle": {"position": {"latitude": -36.794884, "longitude": -73.04589, "bearing": 180.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694459223", "vehicle": {"licensePlate": "YG2262"}}}, {"id": "c4faa539-7e6b-4d4e-9b4d-b00306ca8ae7", "vehicle": {"position": {"latitude": -36.941437, "longitude": -73.02726, "bearing": 136.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819098", "vehicle": {"licensePlate": "DZKF35"}}}, {"id": "3107d47f-c1da-475b-a6d4-c0c32535efb7", "vehicle": {"position": {"latitude": -36.76688, "longitude": -73.11354, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694620070", "vehicle": {"licensePlate": "DLYW10"}}}, {"id": "181fdd81-d75d-498a-97b0-4b804deac51e", "vehicle": {"position": {"latitude": -36.72285, "longitude": -73.143616, "bearing": 152.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694889002", "vehicle": {"licensePlate": "DRTS69"}}}, {"id": "c03c7de5-4c7b-4297-ba8e-a0b316b38df0", "vehicle": {"position": {"latitude": -36.72245, "longitude": -73.14303, "bearing": 58.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888726", "vehicle": {"licensePlate": "BJFL97"}}}, {"id": "85c3e80f-2f2b-4eb3-92dc-9f8e28e26e40", "vehicle": {"position": {"latitude": -36.72251, "longitude": -73.14301, "bearing": 94.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888816", "vehicle": {"licensePlate": "RKFC66"}}}, {"id": "add4d0e5-d126-4159-9b73-a122ca63adcb", "vehicle": {"position": {"latitude": -36.71096, "longitude": -72.974464, "bearing": 224.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888926", "vehicle": {"licensePlate": "BZPV75"}}}, {"id": "1902f37d-a0b7-488c-89ab-7ce0477c264f", "vehicle": {"position": {"latitude": -36.798515, "longitude": -73.06061, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694688028", "vehicle": {"licensePlate": "FXRZ70"}}}, {"id": "e8761268-846a-41d1-8877-9fa4baf77285", "vehicle": {"position": {"latitude": -36.784172, "longitude": -73.1124, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829839", "vehicle": {"licensePlate": "XZ9729"}}}, {"id": "7b97afe3-dad9-45bf-ad25-0ef97fac9d84", "vehicle": {"position": {"latitude": -36.80557, "longitude": -73.03813, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692300960", "vehicle": {"licensePlate": "YJ1864"}}}, {"id": "703b0895-bf02-416c-8aad-5078f57b1798", "vehicle": {"position": {"latitude": -36.72274, "longitude": -73.124466, "bearing": 119.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694889026", "vehicle": {"licensePlate": "FCJS56"}}}, {"id": "de35a8f6-0891-4200-ac4d-326f1bc6d2c3", "vehicle": {"position": {"latitude": -36.79463, "longitude": -73.04577, "bearing": 190.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694549313", "vehicle": {"licensePlate": "CVJL53"}}}, {"id": "dfea6313-5421-4510-b19a-5e289d821994", "vehicle": {"position": {"latitude": -36.79546, "longitude": -73.04858, "bearing": 201.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888961", "vehicle": {"licensePlate": "BHRY90"}}}, {"id": "2bf88050-66fd-467c-afe0-a8c2fa772467", "vehicle": {"position": {"latitude": -36.79482, "longitude": -73.04608, "bearing": 300.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888732", "vehicle": {"licensePlate": "FYBF99"}}}, {"id": "f31e70fe-343b-4887-986f-9ce1e877a3c9", "vehicle": {"position": {"latitude": -36.704376, "longitude": -72.97119, "bearing": 44.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694889006", "vehicle": {"licensePlate": "HSTC56"}}}, {"id": "a7543736-3de0-4370-9366-6c9e4d664aea", "vehicle": {"position": {"latitude": -36.79082, "longitude": -73.05397, "bearing": 59.0, "odometer": 0.0, "speed": 8.611111}, "timestamp": "1694889035", "vehicle": {"licensePlate": "GDBP20"}}}, {"id": "c52a638a-0fd7-421a-a0b5-af087f93d801", "vehicle": {"position": {"latitude": -36.959103, "longitude": -73.011055, "bearing": 16.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694832597", "vehicle": {"licensePlate": "CZCF67"}}}, {"id": "97c64bd4-09f0-4524-bd6c-5385bf61ca72", "vehicle": {"position": {"latitude": -36.77934, "longitude": -73.0989, "bearing": 192.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "RTZZ74"}}}, {"id": "13c0b732-60b5-4deb-822d-7fc3a0f584e6", "vehicle": {"position": {"latitude": -36.779446, "longitude": -73.099, "bearing": 112.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HBSK85"}}}, {"id": "74ead062-eb6b-4d34-bc98-cc193e6e3c0f", "vehicle": {"position": {"latitude": -36.808647, "longitude": -73.07712, "bearing": 316.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "FWTT75"}}}, {"id": "f6c7df0b-714d-443e-82e7-4ee60942fccb", "vehicle": {"position": {"latitude": -36.77935, "longitude": -73.09935, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "FBLC45"}}}, {"id": "7fac6d7a-da25-4d8f-b4f6-935d1130696c", "vehicle": {"position": {"latitude": -36.72341, "longitude": -73.12887, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888976", "vehicle": {"licensePlate": "ZT1157"}}}, {"id": "1115fc5b-e3f1-489b-8c06-9e1a124e8e3b", "vehicle": {"position": {"latitude": -36.77933, "longitude": -73.09928, "bearing": 290.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888984", "vehicle": {"licensePlate": "PCLT48"}}}, {"id": "12cb4185-9e13-4748-bbf5-e01d552397db", "vehicle": {"position": {"latitude": -36.958015, "longitude": -73.01049, "bearing": 16.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819325", "vehicle": {"licensePlate": "GVFL65"}}}, {"id": "601e198d-2d71-4545-bd70-7ad00472d046", "vehicle": {"position": {"latitude": -36.7669, "longitude": -73.11301, "bearing": 108.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888922", "vehicle": {"licensePlate": "JKTZ69"}}}, {"id": "9ecde173-5de2-4691-a3c6-422b982fa081", "vehicle": {"position": {"latitude": -36.735943, "longitude": -73.102646, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887805", "vehicle": {"licensePlate": "JSBB58"}}}, {"id": "1474f368-bbeb-43cc-ab9e-c994ce927d66", "vehicle": {"position": {"latitude": -36.78147, "longitude": -73.11269, "bearing": 74.0, "odometer": 0.0, "speed": 10.833333}, "timestamp": "1694889002", "vehicle": {"licensePlate": "RFSF88"}}}, {"id": "4c95ad46-99d3-4fbc-ab90-fb3330d71352", "vehicle": {"position": {"latitude": -36.76953, "longitude": -73.11399, "bearing": 244.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888598", "vehicle": {"licensePlate": "BDLT43"}}}, {"id": "e0cacf90-4fb8-4cd5-a81a-6ef1ff4d166a", "vehicle": {"position": {"latitude": -36.76938, "longitude": -73.11398, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "XF4445"}}}, {"id": "69f5625a-aa24-4acb-ab0d-ea0c02b3e071", "vehicle": {"position": {"latitude": -36.793835, "longitude": -73.08784, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694844186", "vehicle": {"licensePlate": "YR1523"}}}, {"id": "4ccc4b0a-14dd-45a6-a83b-be43d8e55193", "vehicle": {"position": {"latitude": -36.824215, "longitude": -73.12998, "bearing": 211.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888890", "vehicle": {"licensePlate": "JKYY10"}}}, {"id": "8389f15a-2e43-4524-8aff-d646492fbba7", "vehicle": {"position": {"latitude": -36.71366, "longitude": -72.977394, "bearing": 192.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694889036", "vehicle": {"licensePlate": "LJKK94"}}}, {"id": "0b56f10d-a02e-4ed5-b1f8-4f80a188fd22", "vehicle": {"position": {"latitude": -36.711166, "longitude": -72.97445, "bearing": 135.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692831606", "vehicle": {"licensePlate": "FXRZ49"}}}, {"id": "da99d0e9-e2b3-4c3c-b1d4-087d0305c3c8", "vehicle": {"position": {"latitude": -36.96435, "longitude": -72.92207, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1691158668", "vehicle": {"licensePlate": "LRJF10"}}}, {"id": "81aa659b-fad2-4a24-a97b-c07689db1f9c", "vehicle": {"position": {"latitude": -36.80705, "longitude": -73.05163, "bearing": 142.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694780450", "vehicle": {"licensePlate": "JBXY19"}}}, {"id": "ffd795f1-6027-44af-9a4c-9f1383c15775", "vehicle": {"position": {"latitude": -36.79337, "longitude": -73.117096, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816830", "vehicle": {"licensePlate": "BLLW65"}}}, {"id": "79c63404-fde1-47ae-a6e8-813c56ad5f57", "vehicle": {"position": {"latitude": -36.949406, "longitude": -72.932014, "bearing": 136.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694817361", "vehicle": {"licensePlate": "CZZL73"}}}, {"id": "e7cf2fc3-0a65-451a-9abb-4b43e5f69fd9", "vehicle": {"position": {"latitude": -36.7695, "longitude": -73.11393, "bearing": 322.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694699304", "vehicle": {"licensePlate": "HYYX38"}}}, {"id": "4547772f-e85f-4074-972b-618609033bc8", "vehicle": {"position": {"latitude": -36.949398, "longitude": -72.93192, "bearing": 86.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824164", "vehicle": {"licensePlate": "DCXX33"}}}, {"id": "744372a0-65b7-415b-8651-f40021ba1c78", "vehicle": {"position": {"latitude": -36.766815, "longitude": -73.11358, "bearing": 98.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816222", "vehicle": {"licensePlate": "BVBG99"}}}, {"id": "38b7d0a4-5447-4c13-8b0c-64f5b2bb8e42", "vehicle": {"position": {"latitude": -36.777145, "longitude": -73.112724, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888842", "vehicle": {"licensePlate": "CRGF19"}}}, {"id": "95d44f7c-a140-40b8-80ba-fbf343ded659", "vehicle": {"position": {"latitude": -36.97358, "longitude": -72.92663, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693853886", "vehicle": {"licensePlate": "CHXX47"}}}, {"id": "064b1481-400f-45de-aa2e-f46bf68ece94", "vehicle": {"position": {"latitude": -36.95812, "longitude": -73.0107, "bearing": 151.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694796109", "vehicle": {"licensePlate": "FCHP83"}}}, {"id": "52fb7ed5-4f8f-4bfe-a763-9c4c6d59853b", "vehicle": {"position": {"latitude": -36.949074, "longitude": -72.93167, "bearing": 42.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821825", "vehicle": {"licensePlate": "FSRV92"}}}, {"id": "039cbcbb-54ac-4e51-9a36-e431ff791917", "vehicle": {"position": {"latitude": -36.71407, "longitude": -72.97777, "bearing": 199.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "HYHP90"}}}, {"id": "7b3a30e9-aa06-4827-ab66-8475ece01472", "vehicle": {"position": {"latitude": -36.75243, "longitude": -73.09356, "bearing": 256.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693945950", "vehicle": {"licensePlate": "BJFL93"}}}, {"id": "859df95d-4b4d-434c-bb4b-ecd7ef35755c", "vehicle": {"position": {"latitude": -36.79467, "longitude": -73.045876, "bearing": 3.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694813537", "vehicle": {"licensePlate": "YA5779"}}}, {"id": "c6c64f30-2f54-4350-9030-3630a47a87ea", "vehicle": {"position": {"latitude": -36.80979, "longitude": -73.07555, "bearing": 120.0, "odometer": 0.0, "speed": 53.0}, "timestamp": "1694810877", "vehicle": {"licensePlate": "BLLW54"}}}, {"id": "4fe85acf-69b3-4244-a116-80d2ea36592b", "vehicle": {"position": {"latitude": -36.78583, "longitude": -73.11002, "bearing": 358.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888412", "vehicle": {"licensePlate": "GLZD60"}}}, {"id": "78debfcb-e5b2-40f4-8a65-1d7f911ced05", "vehicle": {"position": {"latitude": -36.727077, "longitude": -72.98674, "bearing": 19.0, "odometer": 0.0, "speed": 7.5}, "timestamp": "1694889036", "vehicle": {"licensePlate": "FRVC68"}}}, {"id": "c4d22d53-5028-4a8f-a43a-210df0a5c8e4", "vehicle": {"position": {"latitude": -36.745605, "longitude": -73.08572, "bearing": 86.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817782", "vehicle": {"licensePlate": "LTHR61"}}}, {"id": "c295bdee-94a4-4af2-a6f6-330b724271ac", "vehicle": {"position": {"latitude": -36.77741, "longitude": -73.1126, "bearing": 344.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888960", "vehicle": {"licensePlate": "FXRL31"}}}, {"id": "054a9445-9c7f-4fdd-a95e-6504f804c68b", "vehicle": {"position": {"latitude": -36.830532, "longitude": -73.1236, "bearing": 10.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694720142", "vehicle": {"licensePlate": "DRTS90"}}}, {"id": "10990262-5357-4a5c-9286-1eb712cb2be1", "vehicle": {"position": {"latitude": -36.779427, "longitude": -73.09899, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880876", "vehicle": {"licensePlate": "FHDP28"}}}, {"id": "90c86390-bbd1-4683-a66e-6065d6d843d1", "vehicle": {"position": {"latitude": -36.79459, "longitude": -73.04583, "bearing": 81.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694466537", "vehicle": {"licensePlate": "YE1782"}}}, {"id": "7b6c3969-94dc-42ae-b940-780b1328fcab", "vehicle": {"position": {"latitude": -36.778843, "longitude": -73.09941, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693495982", "vehicle": {"licensePlate": "JXFY29"}}}, {"id": "1d85f4c3-c124-4790-bd1a-a5f13ce04106", "vehicle": {"position": {"latitude": -36.76684, "longitude": -73.11312, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693661228", "vehicle": {"licensePlate": "YU1587"}}}, {"id": "e279da8a-dcef-43bf-99fb-fbddb5f5743e", "vehicle": {"position": {"latitude": -36.7186, "longitude": -73.121056, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694812468", "vehicle": {"licensePlate": "ZR7384"}}}, {"id": "861f1d86-33b4-426b-b395-e97c21279c26", "vehicle": {"position": {"latitude": -36.82429, "longitude": -73.129944, "bearing": 203.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694626887", "vehicle": {"licensePlate": "FTPC89"}}}, {"id": "cbb1752b-6a3f-4269-b317-8ae9924b7551", "vehicle": {"position": {"latitude": -36.718773, "longitude": -73.120964, "bearing": 222.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815936", "vehicle": {"licensePlate": "FXRL59"}}}, {"id": "3691fe2b-644c-4a1b-a29d-c93386175126", "vehicle": {"position": {"latitude": -36.778786, "longitude": -73.09956, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694863500", "vehicle": {"licensePlate": "TW8157"}}}, {"id": "5e76fdbf-7653-4b6c-a691-1846d8b7706e", "vehicle": {"position": {"latitude": -36.76686, "longitude": -73.11312, "bearing": 32.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888710", "vehicle": {"licensePlate": "WG9762"}}}, {"id": "4ec35611-6b2e-41c0-a965-c74413394ccc", "vehicle": {"position": {"latitude": -36.71338, "longitude": -72.977325, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821624", "vehicle": {"licensePlate": "FLVZ61"}}}, {"id": "0ae3bce0-d5c3-48e9-9eef-c33935e1938d", "vehicle": {"position": {"latitude": -36.800014, "longitude": -73.05045, "bearing": 282.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819464", "vehicle": {"licensePlate": "CDWP68"}}}, {"id": "199eb4a3-91d5-4be8-9e6d-f8c922ee798f", "vehicle": {"position": {"latitude": -36.794514, "longitude": -73.045715, "bearing": 350.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815342", "vehicle": {"licensePlate": "FHDR27"}}}, {"id": "d4078b98-d09e-4b1f-9d8e-7bf8b7d65688", "vehicle": {"position": {"latitude": -36.8055, "longitude": -73.0385, "bearing": 112.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694877938", "vehicle": {"licensePlate": "ZJ6338"}}}, {"id": "cabcc5f6-55b1-4ffe-8f87-c1bb9ebbac06", "vehicle": {"position": {"latitude": -36.805614, "longitude": -73.03834, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815340", "vehicle": {"licensePlate": "ZV6534"}}}, {"id": "43a1c77d-02d4-49da-9b97-854f8cea310c", "vehicle": {"position": {"latitude": -36.805584, "longitude": -73.03829, "bearing": 74.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694813867", "vehicle": {"licensePlate": "BKTP81"}}}, {"id": "04ef7780-fad7-46c8-ad17-91c4fbd2996e", "vehicle": {"position": {"latitude": -36.810303, "longitude": -73.03217, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888736", "vehicle": {"licensePlate": "YH1687"}}}, {"id": "54f7968c-0a7f-4ec8-be9b-5d70deff41ee", "vehicle": {"position": {"latitude": -36.80554, "longitude": -73.03853, "bearing": 126.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888567", "vehicle": {"licensePlate": "DLJX56"}}}, {"id": "998601e8-03d1-4061-9a69-e2b23b3bff8c", "vehicle": {"position": {"latitude": -36.807133, "longitude": -73.029366, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821080", "vehicle": {"licensePlate": "JPWD30"}}}, {"id": "6356ec63-f11d-4f11-a7db-afc75ad8cfdd", "vehicle": {"position": {"latitude": -36.803875, "longitude": -73.02642, "bearing": 164.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694827660", "vehicle": {"licensePlate": "JJJD44"}}}, {"id": "1e1d9256-c82f-45dc-bc6f-7b2406040f32", "vehicle": {"position": {"latitude": -36.795277, "longitude": -73.08986, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876938", "vehicle": {"licensePlate": "YG6361"}}}, {"id": "15fd77d6-ce09-4834-ad6e-3cb32f3559b9", "vehicle": {"position": {"latitude": -36.79937, "longitude": -73.03421, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826784", "vehicle": {"licensePlate": "WT7224"}}}, {"id": "27f481f7-530b-4ae8-9df2-63769c301973", "vehicle": {"position": {"latitude": -36.779377, "longitude": -73.09916, "bearing": 283.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888332", "vehicle": {"licensePlate": "FXRS15"}}}, {"id": "f8142647-9f05-4579-bede-01f0733718b1", "vehicle": {"position": {"latitude": -36.8184, "longitude": -73.06737, "bearing": 90.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888976", "vehicle": {"licensePlate": "FFVR31"}}}, {"id": "67ca6374-3eba-452b-8487-2a8050ee7ce1", "vehicle": {"position": {"latitude": -36.769512, "longitude": -73.113945, "bearing": 314.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694726516", "vehicle": {"licensePlate": "WE9170"}}}, {"id": "06b06cc9-ed37-43e7-898e-8f1efe13c1f4", "vehicle": {"position": {"latitude": -36.778706, "longitude": -73.09917, "bearing": 198.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888624", "vehicle": {"licensePlate": "JGYB33"}}}, {"id": "3e604404-a092-42b1-af68-b4b70d4e11aa", "vehicle": {"position": {"latitude": -36.79466, "longitude": -73.04617, "bearing": 262.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694871636", "vehicle": {"licensePlate": "DTCF89"}}}, {"id": "6570bf89-22fb-4658-b6b1-24d18312e207", "vehicle": {"position": {"latitude": -36.941303, "longitude": -73.02708, "bearing": 326.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694656926", "vehicle": {"licensePlate": "FFBT96"}}}, {"id": "1d47db63-17b1-4b11-ba9f-36531519824a", "vehicle": {"position": {"latitude": -36.843014, "longitude": -73.00952, "bearing": 256.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888832", "vehicle": {"licensePlate": "HWHK90"}}}, {"id": "6ece4f50-6fb2-4fe3-add2-a24f3bec9aa9", "vehicle": {"position": {"latitude": -36.72088, "longitude": -73.14266, "bearing": 22.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880560", "vehicle": {"licensePlate": "DRTK88"}}}, {"id": "2f12a63e-ae04-4d36-a058-ae020d908e6c", "vehicle": {"position": {"latitude": -36.768753, "longitude": -73.11392, "bearing": 342.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888502", "vehicle": {"licensePlate": "JWXT11"}}}, {"id": "64fe14f0-a9bc-4c5b-8d4f-062556ae6f55", "vehicle": {"position": {"latitude": -36.78947, "longitude": -73.07878, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888736", "vehicle": {"licensePlate": "HSPJ76"}}}, {"id": "fc5fe03e-0530-4fc6-911c-2bfeb955500d", "vehicle": {"position": {"latitude": -36.799973, "longitude": -73.05056, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824656", "vehicle": {"licensePlate": "BKFG52"}}}, {"id": "0d816fec-93fd-4296-a80a-1ae98177efbd", "vehicle": {"position": {"latitude": -36.973858, "longitude": -72.92699, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888778", "vehicle": {"licensePlate": "CJVF87"}}}, {"id": "7927e664-e0b9-4cbb-9901-cafe957ca73a", "vehicle": {"position": {"latitude": -36.96522, "longitude": -72.93555, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888743", "vehicle": {"licensePlate": "DHTZ43"}}}, {"id": "13d435dd-d414-4f20-8f57-cb98462b0a83", "vehicle": {"position": {"latitude": -36.794292, "longitude": -73.046165, "bearing": 194.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888974", "vehicle": {"licensePlate": "HYCZ75"}}}, {"id": "eb0dbe80-4493-4ffe-9a3f-d83dd3dac5b8", "vehicle": {"position": {"latitude": -36.935867, "longitude": -73.01321, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888864", "vehicle": {"licensePlate": "FLDG65"}}}, {"id": "0d4b5798-029a-4d0a-b1f8-113f6f6a10b1", "vehicle": {"position": {"latitude": -36.97311, "longitude": -72.926735, "bearing": 263.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694815219", "vehicle": {"licensePlate": "HFLR38"}}}, {"id": "615cf9a4-03d5-4103-8928-de26fb90eb4e", "vehicle": {"position": {"latitude": -36.715034, "longitude": -72.97803, "bearing": 200.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888684", "vehicle": {"licensePlate": "HVLT91"}}}, {"id": "f94caef0-3f98-4d66-ade7-a59e242b8282", "vehicle": {"position": {"latitude": -36.794178, "longitude": -73.04571, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889024", "vehicle": {"licensePlate": "JJJD24"}}}, {"id": "a309f682-2a51-4b20-b7ac-d00c00995d19", "vehicle": {"position": {"latitude": -36.788364, "longitude": -73.10072, "bearing": 295.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876277", "vehicle": {"licensePlate": "CFWC94"}}}, {"id": "915b4d0c-4d5a-456f-9761-1378d783b24d", "vehicle": {"position": {"latitude": -36.973602, "longitude": -72.92683, "bearing": 117.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888498", "vehicle": {"licensePlate": "GYGJ28"}}}, {"id": "a3146647-98d8-4e9d-9195-4780b5e7eb2f", "vehicle": {"position": {"latitude": -36.843014, "longitude": -73.009834, "bearing": 182.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888754", "vehicle": {"licensePlate": "DDFB28"}}}, {"id": "97576001-6ad8-4f83-b44d-2789094b4f25", "vehicle": {"position": {"latitude": -36.94874, "longitude": -73.01178, "bearing": 2.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694877029", "vehicle": {"licensePlate": "DPGK78"}}}, {"id": "7869c912-62da-494a-b62c-c578207084c1", "vehicle": {"position": {"latitude": -36.70941, "longitude": -73.13959, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816766", "vehicle": {"licensePlate": "WC2556"}}}, {"id": "e8ee2b8b-7db6-4dea-83b7-f09fdbd0b298", "vehicle": {"position": {"latitude": -36.84283, "longitude": -73.009514, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882250", "vehicle": {"licensePlate": "HYYX49"}}}, {"id": "e130472c-c3a3-4ad2-88b3-89d53e43e264", "vehicle": {"position": {"latitude": -36.80797, "longitude": -73.06859, "bearing": 308.0, "odometer": 0.0, "speed": 9.166667}, "timestamp": "1694888990", "vehicle": {"licensePlate": "BLYR50"}}}, {"id": "b5a5d891-0b75-430c-9b22-8e921adbbd8f", "vehicle": {"position": {"latitude": -36.710533, "longitude": -73.14478, "bearing": 280.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816098", "vehicle": {"licensePlate": "JZYF47"}}}, {"id": "007f660c-5bc3-4904-b0f4-148edf9a483f", "vehicle": {"position": {"latitude": -36.78965, "longitude": -73.07887, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818360", "vehicle": {"licensePlate": "JSBC90"}}}, {"id": "c3caebe2-ae60-49cd-840c-2ed7b4e249a3", "vehicle": {"position": {"latitude": -36.842693, "longitude": -73.00978, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878620", "vehicle": {"licensePlate": "CFZD34"}}}, {"id": "dd639815-cc89-482d-b09a-ef7ee1785b5c", "vehicle": {"position": {"latitude": -36.747234, "longitude": -73.08941, "bearing": 200.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876538", "vehicle": {"licensePlate": "LCCH59"}}}, {"id": "d2965af3-587e-49be-aeec-007fb506eb2d", "vehicle": {"position": {"latitude": -36.78982, "longitude": -73.07911, "bearing": 254.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888524", "vehicle": {"licensePlate": "GZPF58"}}}, {"id": "48872e08-1c10-465d-a5be-5848be908a62", "vehicle": {"position": {"latitude": -36.843067, "longitude": -73.009544, "bearing": 264.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888792", "vehicle": {"licensePlate": "HKWG94"}}}, {"id": "4f3fda8a-333a-4f11-9ec2-6296609d6ead", "vehicle": {"position": {"latitude": -36.928516, "longitude": -73.018394, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877249", "vehicle": {"licensePlate": "FFCC61"}}}, {"id": "9e2ff753-ed1b-4618-bc85-80b17fe2fca9", "vehicle": {"position": {"latitude": -36.94165, "longitude": -73.01533, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "WR4056"}}}, {"id": "52c6d5da-0015-4056-b222-956bd900626c", "vehicle": {"position": {"latitude": -36.919727, "longitude": -73.02464, "bearing": 333.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888967", "vehicle": {"licensePlate": "HFLR39"}}}, {"id": "1341105c-fed9-471f-86d9-afe4ce5fd06b", "vehicle": {"position": {"latitude": -36.914047, "longitude": -73.02446, "bearing": 273.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694828063", "vehicle": {"licensePlate": "DKYR64"}}}, {"id": "dc9ea0ab-7e68-4f0e-abfb-b01b74442343", "vehicle": {"position": {"latitude": -36.94872, "longitude": -73.01175, "bearing": 57.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694817028", "vehicle": {"licensePlate": "DBXV69"}}}, {"id": "6eec68de-cf7d-4692-97a1-64899170d5bb", "vehicle": {"position": {"latitude": -36.8429, "longitude": -73.01005, "bearing": 328.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694694096", "vehicle": {"licensePlate": "FYBC41"}}}, {"id": "c7d11308-fdde-4b6e-9a21-1b2c8e40d576", "vehicle": {"position": {"latitude": -36.93224, "longitude": -73.02534, "bearing": 301.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694827956", "vehicle": {"licensePlate": "CXLW89"}}}, {"id": "e0985350-2f77-430d-bbb6-4acb92966a8c", "vehicle": {"position": {"latitude": -36.94876, "longitude": -73.01173, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888762", "vehicle": {"licensePlate": "HYYX18"}}}, {"id": "5536ab73-b062-403d-b4c8-574b9cc93af3", "vehicle": {"position": {"latitude": -36.75289, "longitude": -73.10897, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694783976", "vehicle": {"licensePlate": "FYDV51"}}}, {"id": "c890d07a-3ae0-44cf-a5db-6d2035293887", "vehicle": {"position": {"latitude": -36.972878, "longitude": -72.92676, "bearing": 24.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694875780", "vehicle": {"licensePlate": "GJLW52"}}}, {"id": "db7a9db2-19ee-413e-9be3-5115a2593856", "vehicle": {"position": {"latitude": -36.962757, "longitude": -72.93211, "bearing": 46.0, "odometer": 0.0, "speed": 7.5}, "timestamp": "1694889036", "vehicle": {"licensePlate": "HYHP59"}}}, {"id": "a3287553-3d57-499f-8d9c-741fb7b4943d", "vehicle": {"position": {"latitude": -36.772896, "longitude": -73.09065, "bearing": 3.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817992", "vehicle": {"licensePlate": "GLDB89"}}}, {"id": "8cbcbebe-ea13-4625-8add-71fd3ea7460d", "vehicle": {"position": {"latitude": -36.973484, "longitude": -72.92656, "bearing": 24.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694818430", "vehicle": {"licensePlate": "FPYX34"}}}, {"id": "ac903df6-6eb7-43a5-aa90-280ac0fea0e1", "vehicle": {"position": {"latitude": -36.77454, "longitude": -73.023674, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694872256", "vehicle": {"licensePlate": "FGDF53"}}}, {"id": "b280bcec-dd66-4762-bd0f-db8e4438018b", "vehicle": {"position": {"latitude": -36.830593, "longitude": -73.12356, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694804994", "vehicle": {"licensePlate": "FTPC88"}}}, {"id": "e8afc77b-548c-48b6-8282-c806dbe84674", "vehicle": {"position": {"latitude": -36.832527, "longitude": -73.004585, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693001512", "vehicle": {"licensePlate": "BKXV50"}}}, {"id": "1e2f9bb6-c998-426c-8d09-b13772029025", "vehicle": {"position": {"latitude": -36.94207, "longitude": -73.01708, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879422", "vehicle": {"licensePlate": "FPHX87"}}}, {"id": "7b4f83dd-7c58-43e4-9fed-0454d9aabc0f", "vehicle": {"position": {"latitude": -36.830704, "longitude": -73.12387, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877810", "vehicle": {"licensePlate": "DRTS93"}}}, {"id": "df3e17f8-70cf-4803-bc5e-635168c70d57", "vehicle": {"position": {"latitude": -36.789684, "longitude": -73.07881, "bearing": 352.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694782372", "vehicle": {"licensePlate": "ZP1890"}}}, {"id": "522a9470-85bd-49ec-b125-9848ae5f269c", "vehicle": {"position": {"latitude": -36.779446, "longitude": -73.09951, "bearing": 122.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694865884", "vehicle": {"licensePlate": "DJTS15"}}}, {"id": "a7ffd3de-081c-4a50-a8b1-d8f7e06ad9be", "vehicle": {"position": {"latitude": -36.805656, "longitude": -73.03833, "bearing": 11.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876341", "vehicle": {"licensePlate": "CDGG94"}}}, {"id": "0a3e857e-1ce6-4de6-a3d9-7d26d46ee932", "vehicle": {"position": {"latitude": -36.77158, "longitude": -73.08646, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873910", "vehicle": {"licensePlate": "JSBB39"}}}, {"id": "ccce4dce-f250-4b9f-a9ed-711db0510e3b", "vehicle": {"position": {"latitude": -36.800636, "longitude": -73.09935, "bearing": 216.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694888968", "vehicle": {"licensePlate": "DRFL61"}}}, {"id": "046ea81c-9d29-41c8-ae6e-94aeeb7fc831", "vehicle": {"position": {"latitude": -36.84298, "longitude": -73.00948, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814234", "vehicle": {"licensePlate": "YR1526"}}}, {"id": "2d70e19a-1070-4608-afa4-e07903de28ef", "vehicle": {"position": {"latitude": -36.97336, "longitude": -72.926636, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888775", "vehicle": {"licensePlate": "DLDW43"}}}, {"id": "aaf39940-4f32-421a-87c2-1b2a6b577ec0", "vehicle": {"position": {"latitude": -36.84308, "longitude": -73.009705, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694783994", "vehicle": {"licensePlate": "DBHL18"}}}, {"id": "9de81ea6-7dcf-4cec-9a48-e1da349465fe", "vehicle": {"position": {"latitude": -36.84278, "longitude": -73.009865, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694784648", "vehicle": {"licensePlate": "GRWD85"}}}, {"id": "a7ff5181-b228-4f71-b45d-c7a9e0b10b1f", "vehicle": {"position": {"latitude": -36.884567, "longitude": -73.03762, "bearing": 174.0, "odometer": 0.0, "speed": 18.61111}, "timestamp": "1694889008", "vehicle": {"licensePlate": "UW8145"}}}, {"id": "21a1404d-347d-4ebc-8d58-d7e97e8652bb", "vehicle": {"position": {"latitude": -36.806793, "longitude": -73.05143, "bearing": 242.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882188", "vehicle": {"licensePlate": "HZHG85"}}}, {"id": "0b1c5178-88e4-49f1-aef2-21754c820a90", "vehicle": {"position": {"latitude": -36.852882, "longitude": -73.13289, "bearing": 196.0, "odometer": 0.0, "speed": 7.7777777}, "timestamp": "1694889002", "vehicle": {"licensePlate": "JSBB22"}}}, {"id": "ba2f8ae3-d48e-45fc-847e-41c45a56de9e", "vehicle": {"position": {"latitude": -36.82787, "longitude": -73.14771, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888578", "vehicle": {"licensePlate": "ZY3567"}}}, {"id": "ddfb9840-ff36-4a03-8a70-db9373a8ce8b", "vehicle": {"position": {"latitude": -36.793663, "longitude": -73.02433, "bearing": 79.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888900", "vehicle": {"licensePlate": "FTBB80"}}}, {"id": "16c072e1-b88b-4542-a62a-1fb1f3fa2278", "vehicle": {"position": {"latitude": -36.83343, "longitude": -73.147736, "bearing": 95.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888858", "vehicle": {"licensePlate": "FDCG86"}}}, {"id": "ac88e0fe-15f5-4bd3-bc9b-ad4cfd7fd68c", "vehicle": {"position": {"latitude": -36.829037, "longitude": -73.14792, "bearing": 160.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694872994", "vehicle": {"licensePlate": "WK9937"}}}, {"id": "76ed5738-0a1c-4192-96e0-797aec9d61ab", "vehicle": {"position": {"latitude": -36.828896, "longitude": -73.147766, "bearing": 81.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886334", "vehicle": {"licensePlate": "HYZB31"}}}, {"id": "951612b4-df65-46a4-a71f-b480a74f6346", "vehicle": {"position": {"latitude": -36.795227, "longitude": -73.08623, "bearing": 271.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694880253", "vehicle": {"licensePlate": "FFZZ68"}}}, {"id": "018aca5b-c022-4123-983a-52c1d8cf76f2", "vehicle": {"position": {"latitude": -36.718998, "longitude": -73.12084, "bearing": 153.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694801025", "vehicle": {"licensePlate": "XY6939"}}}, {"id": "8ae25a4c-744a-4323-86e1-7f90545b49aa", "vehicle": {"position": {"latitude": -36.97289, "longitude": -72.92677, "bearing": 249.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694828215", "vehicle": {"licensePlate": "HDBZ78"}}}, {"id": "bc00a0bc-64e7-4af8-b7b6-d695d7cc2477", "vehicle": {"position": {"latitude": -36.94581, "longitude": -73.016464, "bearing": 158.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694735940", "vehicle": {"licensePlate": "DVYS10"}}}, {"id": "4bc88f53-ccf2-49cb-bcfd-e2febb4b474e", "vehicle": {"position": {"latitude": -36.971027, "longitude": -72.9408, "bearing": 292.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888961", "vehicle": {"licensePlate": "GSRS43"}}}, {"id": "2721d4dd-b18d-4dfa-b2cf-be610d1cd34d", "vehicle": {"position": {"latitude": -36.957985, "longitude": -73.01073, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883630", "vehicle": {"licensePlate": "JXFY79"}}}, {"id": "0ab46b8e-0706-4faf-bc05-de08e5088596", "vehicle": {"position": {"latitude": -36.95792, "longitude": -73.01052, "bearing": 284.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694827928", "vehicle": {"licensePlate": "JHHJ90"}}}, {"id": "66b98987-9a1e-43e1-b485-3ba5a86679f3", "vehicle": {"position": {"latitude": -36.775074, "longitude": -73.08732, "bearing": 266.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824226", "vehicle": {"licensePlate": "RJWZ86"}}}, {"id": "a4c4a7fc-65e0-4862-b595-c99cef0d11b5", "vehicle": {"position": {"latitude": -36.797504, "longitude": -73.048645, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887101", "vehicle": {"licensePlate": "CXLF12"}}}, {"id": "2f49c0e2-1fea-4738-8c77-c9bc38e0a300", "vehicle": {"position": {"latitude": -36.794735, "longitude": -73.04582, "bearing": 190.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694723563", "vehicle": {"licensePlate": "YE1784"}}}, {"id": "53451c10-b977-43d5-b5d8-49fa2215ce7b", "vehicle": {"position": {"latitude": -36.79443, "longitude": -73.045525, "bearing": 208.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694810354", "vehicle": {"licensePlate": "BZPH33"}}}, {"id": "085fd450-b1e9-4a28-9d1f-d5ed28be53c0", "vehicle": {"position": {"latitude": -36.789608, "longitude": -73.078964, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877282", "vehicle": {"licensePlate": "FXRL34"}}}, {"id": "133c0be7-3362-4e1b-8936-c00a8a9f0592", "vehicle": {"position": {"latitude": -36.78967, "longitude": -73.078804, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820102", "vehicle": {"licensePlate": "RFSF84"}}}, {"id": "86128e48-9e3a-4b04-8fa9-522f22ecc960", "vehicle": {"position": {"latitude": -36.78988, "longitude": -73.07872, "bearing": 170.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822512", "vehicle": {"licensePlate": "LRJX48"}}}, {"id": "e54da266-10f8-4e35-b72f-15f5c1708678", "vehicle": {"position": {"latitude": -36.78986, "longitude": -73.07873, "bearing": 22.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694820638", "vehicle": {"licensePlate": "FYBD64"}}}, {"id": "7390cde2-e8f8-4d06-bf4f-a4b56f7cb5ba", "vehicle": {"position": {"latitude": -36.78981, "longitude": -73.078865, "bearing": 320.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888582", "vehicle": {"licensePlate": "CXPR28"}}}, {"id": "73b6a552-16ce-4da8-bae8-a322d604854f", "vehicle": {"position": {"latitude": -36.803593, "longitude": -73.044266, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694789194", "vehicle": {"licensePlate": "FXJV68"}}}, {"id": "69f270fa-8eea-4e56-a7df-3aed67958e42", "vehicle": {"position": {"latitude": -36.82903, "longitude": -73.14786, "bearing": 174.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888574", "vehicle": {"licensePlate": "LJKK69"}}}, {"id": "062bb761-d9d1-4214-8d48-78f7ef450f6f", "vehicle": {"position": {"latitude": -36.72462, "longitude": -72.9876, "bearing": 300.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884744", "vehicle": {"licensePlate": "FXJV67"}}}, {"id": "12b9e65a-2a20-47bc-8500-9bf61683dbe8", "vehicle": {"position": {"latitude": -36.710606, "longitude": -73.14439, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873748", "vehicle": {"licensePlate": "YS1136"}}}, {"id": "320af8b8-2d0d-4ae1-9f31-b5d733d1d4a5", "vehicle": {"position": {"latitude": -36.807, "longitude": -73.05142, "bearing": 236.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694797934", "vehicle": {"licensePlate": "FXRL36"}}}, {"id": "c6b4759d-1519-4802-b599-db9162fa6dce", "vehicle": {"position": {"latitude": -36.78073, "longitude": -73.108955, "bearing": 254.0, "odometer": 0.0, "speed": 1.3888888}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HRBZ32"}}}, {"id": "58026ef8-017d-426d-bc5d-c00a20a12b7a", "vehicle": {"position": {"latitude": -36.715717, "longitude": -72.978424, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694530611", "vehicle": {"licensePlate": "BHVB23"}}}, {"id": "b9733c71-8877-4ae1-b65c-c83aa2d641f4", "vehicle": {"position": {"latitude": -36.79509, "longitude": -73.107376, "bearing": 342.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817156", "vehicle": {"licensePlate": "FXRZ75"}}}, {"id": "483d7e86-5c87-4cd4-84c0-383b5b3ad4d2", "vehicle": {"position": {"latitude": -36.82396, "longitude": -73.05618, "bearing": 334.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "HYYX56"}}}, {"id": "e28ae597-0bba-48ab-912c-357c17c2e180", "vehicle": {"position": {"latitude": -36.769424, "longitude": -73.11378, "bearing": 190.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694869062", "vehicle": {"licensePlate": "DRTS62"}}}, {"id": "70f7d3cf-2d51-46ca-b6e4-ada861c4e186", "vehicle": {"position": {"latitude": -36.777275, "longitude": -73.111496, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "GKGT94"}}}, {"id": "8d5006ea-c308-47b8-b062-6cc2848f60f4", "vehicle": {"position": {"latitude": -36.779366, "longitude": -73.09904, "bearing": 113.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877888", "vehicle": {"licensePlate": "HVXY10"}}}, {"id": "c1cd8ce9-6d86-4321-a9c8-95b94be2d8f2", "vehicle": {"position": {"latitude": -36.769485, "longitude": -73.11358, "bearing": 56.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694730126", "vehicle": {"licensePlate": "BBGR90"}}}, {"id": "df811357-3072-4719-9c0a-b270047bd2bd", "vehicle": {"position": {"latitude": -36.769436, "longitude": -73.11363, "bearing": 110.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884162", "vehicle": {"licensePlate": "HKRJ92"}}}, {"id": "c7588801-53ea-4eae-bee6-4f5082d29fe0", "vehicle": {"position": {"latitude": -36.769093, "longitude": -73.11384, "bearing": 108.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884658", "vehicle": {"licensePlate": "BFVR84"}}}, {"id": "038f4c9a-6491-4a86-99fd-a51ed0447efe", "vehicle": {"position": {"latitude": -36.824497, "longitude": -73.13021, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694745034", "vehicle": {"licensePlate": "HRPG11"}}}, {"id": "eb4f5c9f-740e-4074-8f16-389b5f15270c", "vehicle": {"position": {"latitude": -36.76959, "longitude": -73.11365, "bearing": 230.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694865797", "vehicle": {"licensePlate": "DLVT14"}}}, {"id": "c539b8b8-ba62-44b0-8edb-d62b04c4d3c4", "vehicle": {"position": {"latitude": -36.828903, "longitude": -73.147644, "bearing": 173.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888998", "vehicle": {"licensePlate": "LJKK18"}}}, {"id": "7fe120a9-a024-4f91-95e0-364e8c6818b8", "vehicle": {"position": {"latitude": -36.940697, "longitude": -73.02318, "bearing": 166.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889006", "vehicle": {"licensePlate": "CBKL86"}}}, {"id": "199de7ce-561d-490f-99d1-877e9cb8661c", "vehicle": {"position": {"latitude": -36.949436, "longitude": -72.93189, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826400", "vehicle": {"licensePlate": "HJYB84"}}}, {"id": "d3e2379f-1688-40e6-9171-12065ac5e815", "vehicle": {"position": {"latitude": -36.966022, "longitude": -72.95627, "bearing": 117.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693850863", "vehicle": {"licensePlate": "FLHL95"}}}, {"id": "4740a8ec-7b2b-4f81-abe9-3bc5a7cd9f0c", "vehicle": {"position": {"latitude": -36.958187, "longitude": -73.010796, "bearing": 250.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814006", "vehicle": {"licensePlate": "YG6026"}}}, {"id": "90af81c0-cdd6-4788-b613-66b950551978", "vehicle": {"position": {"latitude": -36.794632, "longitude": -73.046196, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694469361", "vehicle": {"licensePlate": "HXZV35"}}}, {"id": "6d891daf-43f1-483b-92b5-00a7f96400db", "vehicle": {"position": {"latitude": -37.091557, "longitude": -73.155334, "bearing": 34.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888830", "vehicle": {"licensePlate": "RLXS59"}}}, {"id": "31869138-3302-42b5-9d91-02973f0b125e", "vehicle": {"position": {"latitude": -36.95816, "longitude": -73.01102, "bearing": 21.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694886612", "vehicle": {"licensePlate": "FFVP27"}}}, {"id": "8c7d74f8-bc96-4b45-bfdd-2bcb83230bb6", "vehicle": {"position": {"latitude": -36.94175, "longitude": -73.015335, "bearing": 352.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889025", "vehicle": {"licensePlate": "YR3697"}}}, {"id": "b5863d80-b1a0-4218-a879-c82c997f4b9a", "vehicle": {"position": {"latitude": -36.78956, "longitude": -73.09641, "bearing": 264.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889006", "vehicle": {"licensePlate": "GZGH33"}}}, {"id": "29229c27-527b-435e-9383-107754c779a5", "vehicle": {"position": {"latitude": -36.824646, "longitude": -73.130165, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888738", "vehicle": {"licensePlate": "FXRL61"}}}, {"id": "d69f93d6-f434-4536-b56c-eb4163806b8f", "vehicle": {"position": {"latitude": -36.89408, "longitude": -73.13311, "bearing": 12.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888979", "vehicle": {"licensePlate": "JZVD74"}}}, {"id": "9d69b4bc-9a94-4f91-9b5c-1c1ac346d335", "vehicle": {"position": {"latitude": -36.789642, "longitude": -73.086914, "bearing": 182.0, "odometer": 0.0, "speed": 10.555555}, "timestamp": "1694889002", "vehicle": {"licensePlate": "HLHP85"}}}, {"id": "f751c932-24f7-4828-8d08-93c7c7217e96", "vehicle": {"position": {"latitude": -36.95813, "longitude": -73.010956, "bearing": 34.0, "odometer": 0.0, "speed": 3.0555556}, "timestamp": "1694889034", "vehicle": {"licensePlate": "TJ9644"}}}, {"id": "7b155959-78dc-47ec-b6ab-edd87e24d805", "vehicle": {"position": {"latitude": -36.949135, "longitude": -72.93185, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694874776", "vehicle": {"licensePlate": "LPCT47"}}}, {"id": "4f1d7439-fddc-4cfc-9d0f-5cdc16a1b732", "vehicle": {"position": {"latitude": -36.849583, "longitude": -73.14228, "bearing": 93.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694644147", "vehicle": {"licensePlate": "FSLC61"}}}, {"id": "b0bdff69-a36d-4682-8a55-df48fcbb81d3", "vehicle": {"position": {"latitude": -36.950096, "longitude": -73.02429, "bearing": 248.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816118", "vehicle": {"licensePlate": "XV4457"}}}, {"id": "b3faa8d6-cac9-4bd9-a981-f803e30af70b", "vehicle": {"position": {"latitude": -36.79445, "longitude": -73.04613, "bearing": 267.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875575", "vehicle": {"licensePlate": "XZ9797"}}}, {"id": "84c9f6ea-8e02-44ab-a53f-40564b5d8160", "vehicle": {"position": {"latitude": -36.7948, "longitude": -73.04586, "bearing": 17.0, "odometer": 0.0, "speed": 2.7777777}, "timestamp": "1694816586", "vehicle": {"licensePlate": "BHXT56"}}}, {"id": "c6765fd9-80a9-470e-b47b-250831d895be", "vehicle": {"position": {"latitude": -36.78975, "longitude": -73.07916, "bearing": 234.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694828086", "vehicle": {"licensePlate": "FXRL32"}}}, {"id": "52f66dc9-f11e-46e9-9a22-acf5c4d034c6", "vehicle": {"position": {"latitude": -36.966053, "longitude": -72.95629, "bearing": 132.0, "odometer": 0.0, "speed": 3.0555556}, "timestamp": "1694889004", "vehicle": {"licensePlate": "FXRZ71"}}}, {"id": "0fc93254-7482-4115-bb41-00804adf9e66", "vehicle": {"position": {"latitude": -36.941498, "longitude": -73.027115, "bearing": 244.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878722", "vehicle": {"licensePlate": "FGYZ21"}}}, {"id": "3b598e23-c948-42fe-8e4b-8157ff4fa700", "vehicle": {"position": {"latitude": -36.828964, "longitude": -73.14821, "bearing": 15.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694816909", "vehicle": {"licensePlate": "XY6941"}}}, {"id": "825a39e2-b6ce-4869-8a3d-719af192dc27", "vehicle": {"position": {"latitude": -36.735687, "longitude": -73.1025, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694871587", "vehicle": {"licensePlate": "JCPP91"}}}, {"id": "ae91457f-ad93-45cd-9508-2c06202581c0", "vehicle": {"position": {"latitude": -36.71401, "longitude": -72.977745, "bearing": 241.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888518", "vehicle": {"licensePlate": "GVFL97"}}}, {"id": "755f6c0c-5988-46b4-bd88-08eb830a0681", "vehicle": {"position": {"latitude": -36.77941, "longitude": -73.09891, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694797138", "vehicle": {"licensePlate": "CSYY24"}}}, {"id": "ea3e05ec-a748-4449-b6a8-e271f0eda0de", "vehicle": {"position": {"latitude": -36.824677, "longitude": -73.13006, "bearing": 200.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889001", "vehicle": {"licensePlate": "FFTL52"}}}, {"id": "f787c927-1ca3-458c-8d90-965901ed1051", "vehicle": {"position": {"latitude": -36.828884, "longitude": -73.14752, "bearing": 87.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888612", "vehicle": {"licensePlate": "ZB7134"}}}, {"id": "b5a1ed52-7609-42bb-8143-772d23016fb6", "vehicle": {"position": {"latitude": -36.86916, "longitude": -73.13617, "bearing": 193.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889018", "vehicle": {"licensePlate": "HPVS37"}}}, {"id": "48272865-6049-44ce-a784-2a41934c1d09", "vehicle": {"position": {"latitude": -36.843494, "longitude": -73.05609, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "JHJF80"}}}, {"id": "11353411-3eed-4e8b-b339-1a47b5ded816", "vehicle": {"position": {"latitude": -36.805588, "longitude": -73.03829, "bearing": 78.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694882258", "vehicle": {"licensePlate": "DRFP69"}}}, {"id": "ffbd2a42-280d-440d-a778-77276c192642", "vehicle": {"position": {"latitude": -36.79468, "longitude": -73.04583, "bearing": 100.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694776444", "vehicle": {"licensePlate": "FXJV64"}}}, {"id": "1d76bd8f-9935-4bac-95dd-e41d5093e937", "vehicle": {"position": {"latitude": -36.794815, "longitude": -73.04585, "bearing": 46.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888838", "vehicle": {"licensePlate": "BFGY14"}}}, {"id": "0ddabeae-d38c-42a6-bdb7-4673125d8d89", "vehicle": {"position": {"latitude": -36.79468, "longitude": -73.04587, "bearing": 195.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694517514", "vehicle": {"licensePlate": "DRZR92"}}}, {"id": "26757fa7-e4c7-4be8-8784-be2a513e88f3", "vehicle": {"position": {"latitude": -36.794807, "longitude": -73.046, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694720146", "vehicle": {"licensePlate": "WZ6630"}}}, {"id": "734aa647-8889-45f0-98d7-dd36ea7d6e6d", "vehicle": {"position": {"latitude": -36.79453, "longitude": -73.04576, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694006397", "vehicle": {"licensePlate": "BBFC20"}}}, {"id": "38e66bc7-e2e4-44f9-9705-d9c62367b0af", "vehicle": {"position": {"latitude": -36.829945, "longitude": -73.12101, "bearing": 158.0, "odometer": 0.0, "speed": 3.3333335}, "timestamp": "1694889007", "vehicle": {"licensePlate": "DWKX29"}}}, {"id": "6c4f7a72-d68d-4a78-9471-c574cf33fad1", "vehicle": {"position": {"latitude": -36.8306, "longitude": -73.12343, "bearing": 10.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694880702", "vehicle": {"licensePlate": "HYVR34"}}}, {"id": "96e32aa1-0714-4e7d-b4fa-ffa52b5fdbb3", "vehicle": {"position": {"latitude": -36.794254, "longitude": -73.0461, "bearing": 186.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "DRXZ78"}}}, {"id": "18068472-c02e-4309-9868-83a5ce34f7bd", "vehicle": {"position": {"latitude": -36.805275, "longitude": -73.03941, "bearing": 260.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889002", "vehicle": {"licensePlate": "FXRZ72"}}}, {"id": "a3c5a734-3a07-40b4-a69d-196331de49cc", "vehicle": {"position": {"latitude": -36.794167, "longitude": -73.04609, "bearing": 10.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888652", "vehicle": {"licensePlate": "HYCZ50"}}}, {"id": "8b60b0f0-2a06-4abb-a63b-b254081265ae", "vehicle": {"position": {"latitude": -36.80711, "longitude": -73.0293, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693496706", "vehicle": {"licensePlate": "JPWD28"}}}, {"id": "1c12bad9-6da9-4bb9-895d-9cc17bf1a49b", "vehicle": {"position": {"latitude": -36.794098, "longitude": -73.04608, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694867060", "vehicle": {"licensePlate": "FHTB59"}}}, {"id": "6e67335e-4328-4919-ba20-cf5b2840daf5", "vehicle": {"position": {"latitude": -36.794308, "longitude": -73.04601, "bearing": 196.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888598", "vehicle": {"licensePlate": "CBKD97"}}}, {"id": "0142b8aa-0eed-473f-be01-b5bf83df65e8", "vehicle": {"position": {"latitude": -36.79415, "longitude": -73.04609, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694867272", "vehicle": {"licensePlate": "RFSC18"}}}, {"id": "3ca68ecd-9293-4e5e-88d2-c2ade37738c1", "vehicle": {"position": {"latitude": -36.792072, "longitude": -73.0409, "bearing": 312.0, "odometer": 0.0, "speed": 10.0}, "timestamp": "1694888912", "vehicle": {"licensePlate": "UW8872"}}}, {"id": "01659232-f63e-4a1e-b670-9a98a1c80760", "vehicle": {"position": {"latitude": -36.711685, "longitude": -73.13327, "bearing": 250.0, "odometer": 0.0, "speed": 5.5555553}, "timestamp": "1694883050", "vehicle": {"licensePlate": "YR1525"}}}, {"id": "7003047b-bf86-4306-b96e-c186e0399808", "vehicle": {"position": {"latitude": -36.789608, "longitude": -73.079155, "bearing": 158.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694867078", "vehicle": {"licensePlate": "BWYH23"}}}, {"id": "21aa3323-5d59-4c26-b8bf-153220686fc3", "vehicle": {"position": {"latitude": -36.789818, "longitude": -73.078896, "bearing": 298.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694778988", "vehicle": {"licensePlate": "WC7555"}}}, {"id": "e5c6ec68-2868-4510-8606-417644b7284b", "vehicle": {"position": {"latitude": -36.789867, "longitude": -73.078674, "bearing": 96.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694829148", "vehicle": {"licensePlate": "ZT3952"}}}, {"id": "e86c23ef-f3e3-42f0-a91e-55db4467ac41", "vehicle": {"position": {"latitude": -36.82417, "longitude": -73.13022, "bearing": 214.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694697714", "vehicle": {"licensePlate": "YE2817"}}}, {"id": "a129d775-bac6-4b38-99fe-acc06f8853dc", "vehicle": {"position": {"latitude": -36.8243, "longitude": -73.12985, "bearing": 145.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694700878", "vehicle": {"licensePlate": "FYBD16"}}}, {"id": "1facd996-e12c-483b-85bc-cc40afce8d16", "vehicle": {"position": {"latitude": -36.800953, "longitude": -73.05095, "bearing": 182.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1692738670", "vehicle": {"licensePlate": "FPZJ47"}}}, {"id": "4cb1016a-1929-4651-9c0f-afebc17c5e18", "vehicle": {"position": {"latitude": -36.973167, "longitude": -72.926605, "bearing": 99.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694880259", "vehicle": {"licensePlate": "HFLX60"}}}, {"id": "f148e20f-e66e-4d33-b422-519ecb07b2fd", "vehicle": {"position": {"latitude": -36.71435, "longitude": -73.13594, "bearing": 170.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819338", "vehicle": {"licensePlate": "HYHP70"}}}, {"id": "13d6b35f-ca28-499f-9e8b-f8f33b9e6f86", "vehicle": {"position": {"latitude": -36.94872, "longitude": -73.011604, "bearing": 354.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888968", "vehicle": {"licensePlate": "GJLK17"}}}, {"id": "7d19b2a9-06f8-4551-8fd6-f04bea9a0078", "vehicle": {"position": {"latitude": -36.973473, "longitude": -72.92675, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694874522", "vehicle": {"licensePlate": "HDKL63"}}}, {"id": "eacc131b-64cc-4b7b-b2fd-7a27a4ca2893", "vehicle": {"position": {"latitude": -36.843067, "longitude": -73.00964, "bearing": 202.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694613738", "vehicle": {"licensePlate": "FYBD24"}}}, {"id": "4eaecc90-240c-4700-bee5-a6d0dad66135", "vehicle": {"position": {"latitude": -36.720238, "longitude": -73.147156, "bearing": 294.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815778", "vehicle": {"licensePlate": "DRTS59"}}}, {"id": "4f15521c-a8d2-481a-9415-3e4ee8dacda5", "vehicle": {"position": {"latitude": -36.71975, "longitude": -73.14715, "bearing": 12.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694889002", "vehicle": {"licensePlate": "JRZZ56"}}}, {"id": "243df18f-568b-4334-bbed-c9bd973aad82", "vehicle": {"position": {"latitude": -36.842777, "longitude": -73.00971, "bearing": 192.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694779424", "vehicle": {"licensePlate": "DBHL20"}}}, {"id": "43428290-a5f4-4010-8982-2f1434e4e823", "vehicle": {"position": {"latitude": -36.800037, "longitude": -72.951775, "bearing": 268.0, "odometer": 0.0, "speed": 10.277778}, "timestamp": "1694889008", "vehicle": {"licensePlate": "KDXL77"}}}, {"id": "cb81695c-a66b-4eba-868c-0032c40ee17b", "vehicle": {"position": {"latitude": -36.973206, "longitude": -72.92657, "bearing": 307.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694826411", "vehicle": {"licensePlate": "FKLX54"}}}, {"id": "a23b4f26-70cb-48d4-8b63-ae7a3235ebbd", "vehicle": {"position": {"latitude": -36.73184, "longitude": -73.11727, "bearing": 13.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888613", "vehicle": {"licensePlate": "GRWB12"}}}, {"id": "8629855a-0fd4-413a-985b-adee00af4cbc", "vehicle": {"position": {"latitude": -36.722298, "longitude": -73.142975, "bearing": 204.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888624", "vehicle": {"licensePlate": "HFBC38"}}}, {"id": "00350871-c1d5-420a-9177-c51a60f0c2ea", "vehicle": {"position": {"latitude": -36.80475, "longitude": -73.04494, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693350845", "vehicle": {"licensePlate": "HWHP18"}}}, {"id": "ae83db35-f6e8-4578-aeb4-794f223ed37c", "vehicle": {"position": {"latitude": -36.71094, "longitude": -72.974205, "bearing": 278.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888890", "vehicle": {"licensePlate": "HYHR27"}}}, {"id": "fb0abe2d-fa17-4371-a153-d6d7d2455baf", "vehicle": {"position": {"latitude": -36.794567, "longitude": -73.04595, "bearing": 300.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888702", "vehicle": {"licensePlate": "GZRC58"}}}, {"id": "ee9fa836-7209-4f2b-92b1-6b33c4ac7467", "vehicle": {"position": {"latitude": -36.828808, "longitude": -73.14821, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694620934", "vehicle": {"licensePlate": "YU5093"}}}, {"id": "68b3b46a-6cb0-4b71-a7ba-091ceb63c647", "vehicle": {"position": {"latitude": -36.795933, "longitude": -73.096535, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694868750", "vehicle": {"licensePlate": "DRFJ89"}}}, {"id": "95f9742c-876d-4d9e-b75a-0a79f8d140c0", "vehicle": {"position": {"latitude": -36.723324, "longitude": -73.12889, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694886102", "vehicle": {"licensePlate": "ZR9367"}}}, {"id": "739ac32d-cc86-4624-ae73-13443e0d7809", "vehicle": {"position": {"latitude": -36.76662, "longitude": -73.113716, "bearing": 272.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888654", "vehicle": {"licensePlate": "CKRB20"}}}, {"id": "532a11a4-c141-4a61-acf0-712019a0ac0f", "vehicle": {"position": {"latitude": -36.71724, "longitude": -72.97264, "bearing": 244.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888667", "vehicle": {"licensePlate": "DCGT36"}}}, {"id": "197a0308-4975-447c-a8f7-31122c622fb1", "vehicle": {"position": {"latitude": -36.76957, "longitude": -73.113846, "bearing": 104.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "KBZD95"}}}, {"id": "6ed5f241-0d77-470a-9ceb-872b2914b371", "vehicle": {"position": {"latitude": -36.79136, "longitude": -73.07022, "bearing": 340.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889020", "vehicle": {"licensePlate": "RLLV59"}}}, {"id": "ac6fd527-d93e-4098-a49b-f2e57a0047bc", "vehicle": {"position": {"latitude": -36.60354, "longitude": -72.968475, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694875970", "vehicle": {"licensePlate": "BDBB66"}}}, {"id": "b8530620-56d3-480d-bf02-1971606c0b8e", "vehicle": {"position": {"latitude": -36.853996, "longitude": -73.14081, "bearing": 76.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888957", "vehicle": {"licensePlate": "FXRL62"}}}, {"id": "0b86b4a6-855f-4c33-8b33-ffb17f434b28", "vehicle": {"position": {"latitude": -36.94139, "longitude": -73.02712, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814658", "vehicle": {"licensePlate": "FYBB77"}}}, {"id": "6bf663a3-50fb-4bc8-81e4-c99bc8f0a0bd", "vehicle": {"position": {"latitude": -36.770363, "longitude": -73.11464, "bearing": 348.0, "odometer": 0.0, "speed": 9.444445}, "timestamp": "1694811058", "vehicle": {"licensePlate": "YJ2007"}}}, {"id": "48142910-7a23-4e3e-affc-106710e16b2e", "vehicle": {"position": {"latitude": -36.723377, "longitude": -73.12881, "bearing": 142.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889032", "vehicle": {"licensePlate": "FDCL34"}}}, {"id": "45b17efc-6fe6-4dba-9c1a-0eb4f5750dc3", "vehicle": {"position": {"latitude": -36.794655, "longitude": -73.04702, "bearing": 295.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889027", "vehicle": {"licensePlate": "HTYG77"}}}, {"id": "df9360eb-0568-4ca7-ad0d-09dba2591b61", "vehicle": {"position": {"latitude": -36.828976, "longitude": -73.14816, "bearing": 47.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889024", "vehicle": {"licensePlate": "DSSY59"}}}, {"id": "e0d8de9e-bcd8-4c18-9fae-19c7e750803e", "vehicle": {"position": {"latitude": -36.793972, "longitude": -73.109146, "bearing": 254.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "DXYT55"}}}, {"id": "c051e879-d3e7-403d-a7c0-9fc4fc9915ba", "vehicle": {"position": {"latitude": -36.769394, "longitude": -73.113914, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694571300", "vehicle": {"licensePlate": "HRBX77"}}}, {"id": "4b3abc37-c034-444d-bbbf-055a13397587", "vehicle": {"position": {"latitude": -36.805656, "longitude": -73.0383, "bearing": 233.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694711230", "vehicle": {"licensePlate": "DPGH46"}}}, {"id": "23adf2d0-a1f5-4471-bf82-785d2864df9b", "vehicle": {"position": {"latitude": -36.84332, "longitude": -73.00985, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824061", "vehicle": {"licensePlate": "RBXL22"}}}, {"id": "36dc61f1-6bcc-4e92-a716-c32a3d4ac647", "vehicle": {"position": {"latitude": -36.777897, "longitude": -73.08842, "bearing": 276.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822378", "vehicle": {"licensePlate": "DBYY95"}}}, {"id": "c0e3aa63-56d7-44d1-b48d-2f7e91d3f413", "vehicle": {"position": {"latitude": -36.733913, "longitude": -73.10658, "bearing": 318.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694889014", "vehicle": {"licensePlate": "RWSZ61"}}}, {"id": "323f1c94-ec50-48c5-b941-ab6d10397e73", "vehicle": {"position": {"latitude": -36.772427, "longitude": -73.08971, "bearing": 178.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694811357", "vehicle": {"licensePlate": "XU2768"}}}, {"id": "56f98cab-ef4c-478f-92f9-0a1df657a83e", "vehicle": {"position": {"latitude": -36.972958, "longitude": -72.92684, "bearing": 107.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694830742", "vehicle": {"licensePlate": "HJXW49"}}}, {"id": "dd98a238-8259-47fc-88b4-efa1c335c76e", "vehicle": {"position": {"latitude": -36.78059, "longitude": -73.09532, "bearing": 280.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889016", "vehicle": {"licensePlate": "FPZY97"}}}, {"id": "9e9d0166-26ea-4804-a270-6ef02a2286cb", "vehicle": {"position": {"latitude": -36.753628, "longitude": -73.095245, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885480", "vehicle": {"licensePlate": "YG6205"}}}, {"id": "54f1295d-4b3d-483a-aeb7-eaee19a94e11", "vehicle": {"position": {"latitude": -36.97328, "longitude": -72.92654, "bearing": 356.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888921", "vehicle": {"licensePlate": "DLDW48"}}}, {"id": "0f72cf54-bda1-4d1f-9707-58ccad24ef2c", "vehicle": {"position": {"latitude": -36.733437, "longitude": -73.116615, "bearing": 318.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "UW8655"}}}, {"id": "a2fec028-62b5-4c05-b8f2-13467e42e349", "vehicle": {"position": {"latitude": -36.90433, "longitude": -73.149635, "bearing": 181.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878146", "vehicle": {"licensePlate": "FHDR37"}}}, {"id": "c730d4b3-9c0d-4935-91e0-cc79bbc5e46a", "vehicle": {"position": {"latitude": -36.71386, "longitude": -72.97771, "bearing": 221.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694803112", "vehicle": {"licensePlate": "JGJV56"}}}, {"id": "2e7a5ec7-39fe-42dd-900a-826ea39af0b2", "vehicle": {"position": {"latitude": -36.797688, "longitude": -73.11283, "bearing": 26.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694879650", "vehicle": {"licensePlate": "JVTK97"}}}, {"id": "9151222c-a584-4ade-b380-f6ec35fd01b6", "vehicle": {"position": {"latitude": -36.766544, "longitude": -73.080246, "bearing": 118.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887018", "vehicle": {"licensePlate": "BVPW81"}}}, {"id": "f787412b-ea11-4e7e-9417-dca7a62c28da", "vehicle": {"position": {"latitude": -36.941444, "longitude": -73.027054, "bearing": 190.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883758", "vehicle": {"licensePlate": "XR8763"}}}, {"id": "1752bff3-5ce7-497a-83f3-e0eaaf5ac0d4", "vehicle": {"position": {"latitude": -36.79075, "longitude": -73.1001, "bearing": 20.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694707216", "vehicle": {"licensePlate": "CTRZ85"}}}, {"id": "4162cce4-20fe-4cbb-8eff-b132713bab72", "vehicle": {"position": {"latitude": -36.83282, "longitude": -73.06041, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694833154", "vehicle": {"licensePlate": "CVDY56"}}}, {"id": "d2cbf3bf-8747-4d24-8813-10c0f58da427", "vehicle": {"position": {"latitude": -36.842945, "longitude": -73.00979, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694807414", "vehicle": {"licensePlate": "JLZX49"}}}, {"id": "b8d7f200-3643-4a93-be28-7c7fd9b6edcc", "vehicle": {"position": {"latitude": -36.94883, "longitude": -73.01164, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888975", "vehicle": {"licensePlate": "GZGD13"}}}, {"id": "d698b0ed-efa0-4d49-b302-fc09b6436a74", "vehicle": {"position": {"latitude": -36.68656, "longitude": -73.11708, "bearing": 172.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694625990", "vehicle": {"licensePlate": "BFPL99"}}}, {"id": "ac49743c-1cb6-4318-a20c-3cfd0678935f", "vehicle": {"position": {"latitude": -36.973164, "longitude": -72.92651, "bearing": 110.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876628", "vehicle": {"licensePlate": "HFLX61"}}}, {"id": "265ed417-e64f-4216-a46f-d13218cdedda", "vehicle": {"position": {"latitude": -36.958187, "longitude": -73.01093, "bearing": 162.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887919", "vehicle": {"licensePlate": "WZ6604"}}}, {"id": "1b55e6c2-e14a-4a01-96f7-152953f3cf69", "vehicle": {"position": {"latitude": -36.82988, "longitude": -73.138756, "bearing": 12.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694888982", "vehicle": {"licensePlate": "YR1744"}}}, {"id": "25da5f19-62e8-41a9-8020-1fc6a006374c", "vehicle": {"position": {"latitude": -36.84951, "longitude": -73.142525, "bearing": 11.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822830", "vehicle": {"licensePlate": "WC8942"}}}, {"id": "9db12984-1fdc-4821-b43a-c2162863c19e", "vehicle": {"position": {"latitude": -36.712322, "longitude": -73.11545, "bearing": 1.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889036", "vehicle": {"licensePlate": "DXSH15"}}}, {"id": "7c34adf5-30c5-4950-bc62-dade6c741c32", "vehicle": {"position": {"latitude": -36.968086, "longitude": -72.928154, "bearing": 25.0, "odometer": 0.0, "speed": 2.2222223}, "timestamp": "1694889027", "vehicle": {"licensePlate": "HDCD41"}}}, {"id": "2d4fc684-27bb-46c6-850a-c565b51b8b45", "vehicle": {"position": {"latitude": -36.97287, "longitude": -72.926735, "bearing": 0.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694831362", "vehicle": {"licensePlate": "FPZB46"}}}, {"id": "50d86988-4f7f-47d3-8dab-c1715819a931", "vehicle": {"position": {"latitude": -36.948803, "longitude": -73.01164, "bearing": 287.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888992", "vehicle": {"licensePlate": "FRPH90"}}}, {"id": "68e3f55d-66ba-4112-8c84-f2cf5d2b4fcd", "vehicle": {"position": {"latitude": -36.779476, "longitude": -73.09892, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694698186", "vehicle": {"licensePlate": "ZR7180"}}}, {"id": "3b0619ef-89bd-4403-a9bd-55bdfde3b897", "vehicle": {"position": {"latitude": -36.714077, "longitude": -72.97777, "bearing": 281.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694708007", "vehicle": {"licensePlate": "KVYR52"}}}, {"id": "6a3ec6a3-c637-408a-843c-8cdce6f0ae53", "vehicle": {"position": {"latitude": -36.814228, "longitude": -73.07378, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694824602", "vehicle": {"licensePlate": "GWZC18"}}}, {"id": "966dcdc4-477f-4de4-844c-eef7fcaba9b2", "vehicle": {"position": {"latitude": -36.797077, "longitude": -73.110245, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888068", "vehicle": {"licensePlate": "WR9449"}}}, {"id": "94bfa256-36c1-48c8-9bb8-3fd9169774fe", "vehicle": {"position": {"latitude": -36.78898, "longitude": -73.043236, "bearing": 262.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889010", "vehicle": {"licensePlate": "HFYB66"}}}, {"id": "1630085d-0882-42ac-bf3b-36bd0ad7fa5d", "vehicle": {"position": {"latitude": -36.794113, "longitude": -73.04615, "bearing": 356.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "RSZG38"}}}, {"id": "de6bfb62-75f4-426e-883a-276665358b1a", "vehicle": {"position": {"latitude": -36.794388, "longitude": -73.04622, "bearing": 172.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814858", "vehicle": {"licensePlate": "YX2547"}}}, {"id": "eb0cf9b3-5d9e-49d9-82a9-803ca22dbfc3", "vehicle": {"position": {"latitude": -36.79434, "longitude": -73.04621, "bearing": 288.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881154", "vehicle": {"licensePlate": "BGLH33"}}}, {"id": "92d7324b-8e1f-4bcf-9305-7e628b059832", "vehicle": {"position": {"latitude": -36.80702, "longitude": -73.051636, "bearing": 85.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694885311", "vehicle": {"licensePlate": "WK4116"}}}, {"id": "1cd30962-ffb7-4c73-8b83-b9098a14f96c", "vehicle": {"position": {"latitude": -36.8056, "longitude": -73.038414, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694805364", "vehicle": {"licensePlate": "CXLY25"}}}, {"id": "a239182e-5889-41ee-a4c4-20950702b2fc", "vehicle": {"position": {"latitude": -36.77936, "longitude": -73.09893, "bearing": 208.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694623639", "vehicle": {"licensePlate": "DRPF80"}}}, {"id": "1ac73fb9-bddd-4678-a6d4-030bf6daebd3", "vehicle": {"position": {"latitude": -36.778896, "longitude": -73.09947, "bearing": 59.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873246", "vehicle": {"licensePlate": "KHXV45"}}}, {"id": "50a5c390-bded-4480-8e74-2778fb003de4", "vehicle": {"position": {"latitude": -36.71087, "longitude": -72.97409, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888654", "vehicle": {"licensePlate": "FXRZ50"}}}, {"id": "71304650-62c2-416a-98a1-46dc9c3eb430", "vehicle": {"position": {"latitude": -36.71148, "longitude": -73.13936, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694839496", "vehicle": {"licensePlate": "ZR7429"}}}, {"id": "4d7f6037-5221-4e77-9766-bc3774d7c456", "vehicle": {"position": {"latitude": -36.84961, "longitude": -73.14222, "bearing": 322.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694801449", "vehicle": {"licensePlate": "DWVX25"}}}, {"id": "87853e1a-e977-48b5-ac74-e441bcf055a6", "vehicle": {"position": {"latitude": -36.953587, "longitude": -73.0223, "bearing": 304.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873700", "vehicle": {"licensePlate": "FXRR89"}}}, {"id": "83dd22e1-bf9e-42e9-b99f-d1c3185b443b", "vehicle": {"position": {"latitude": -36.78969, "longitude": -73.07903, "bearing": 88.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694877624", "vehicle": {"licensePlate": "FXRL65"}}}, {"id": "c90df090-2367-452b-9c53-a24937b5a9e2", "vehicle": {"position": {"latitude": -36.80015, "longitude": -73.05049, "bearing": 150.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694878160", "vehicle": {"licensePlate": "XS5094"}}}, {"id": "34d41ce9-6365-4bc4-a54a-b5f702764508", "vehicle": {"position": {"latitude": -36.716633, "longitude": -73.13407, "bearing": 212.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694813680", "vehicle": {"licensePlate": "YR2263"}}}, {"id": "6c091fe3-f828-49a8-bc1b-f451655463c7", "vehicle": {"position": {"latitude": -36.806824, "longitude": -73.05181, "bearing": 286.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694881856", "vehicle": {"licensePlate": "JXFX71"}}}, {"id": "71ddd3a2-556f-44bf-965d-01d85c62138d", "vehicle": {"position": {"latitude": -36.77845, "longitude": -73.09957, "bearing": 277.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694804503", "vehicle": {"licensePlate": "WF1305"}}}, {"id": "e55d6c9e-53b6-4583-b3da-b0d5aa9b5cf1", "vehicle": {"position": {"latitude": -36.850952, "longitude": -73.13798, "bearing": 280.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887069", "vehicle": {"licensePlate": "XY1975"}}}, {"id": "21068c60-d79f-43c8-aa45-b4b1661def8e", "vehicle": {"position": {"latitude": -36.7669, "longitude": -73.11311, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694865594", "vehicle": {"licensePlate": "DWVL55"}}}, {"id": "e52e83a8-dc56-4223-984c-09f593a05319", "vehicle": {"position": {"latitude": -36.824505, "longitude": -73.13027, "bearing": 33.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694883402", "vehicle": {"licensePlate": "CVTG83"}}}, {"id": "e0876e20-b042-4f77-a762-6cf998676431", "vehicle": {"position": {"latitude": -36.84819, "longitude": -73.14182, "bearing": 129.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694876451", "vehicle": {"licensePlate": "WV1926"}}}, {"id": "be0092cc-0475-4d82-8f68-e956fb1d6c61", "vehicle": {"position": {"latitude": -36.735806, "longitude": -73.10222, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694871145", "vehicle": {"licensePlate": "KXWX33"}}}, {"id": "7bc040c9-af2a-4e70-98db-ad994f1df8bb", "vehicle": {"position": {"latitude": -36.7925, "longitude": -73.11341, "bearing": 300.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889012", "vehicle": {"licensePlate": "HYHP63"}}}, {"id": "c6e108fb-0bcd-4d4f-a335-213ec4413003", "vehicle": {"position": {"latitude": -36.82892, "longitude": -73.14786, "bearing": 270.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "YU8449"}}}, {"id": "6bdce928-248f-465e-9892-fa703adbffbf", "vehicle": {"position": {"latitude": -36.766956, "longitude": -73.11259, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694184742", "vehicle": {"licensePlate": "YU2039"}}}, {"id": "78556ef7-2fd1-4fd4-8502-b95ef664cff2", "vehicle": {"position": {"latitude": -36.716797, "longitude": -73.14421, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888988", "vehicle": {"licensePlate": "HYZC41"}}}, {"id": "58cbbb7c-df09-4c24-92b0-34407c5d6161", "vehicle": {"position": {"latitude": -36.7568, "longitude": -73.094604, "bearing": 18.0, "odometer": 0.0, "speed": 11.944445}, "timestamp": "1694889008", "vehicle": {"licensePlate": "ZT4461"}}}, {"id": "4182c6b7-265d-4ad9-8080-98a25c4e869f", "vehicle": {"position": {"latitude": -36.95796, "longitude": -73.010475, "bearing": 168.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817964", "vehicle": {"licensePlate": "FCBR61"}}}, {"id": "85732ec2-7c90-4888-a53f-2163352f4804", "vehicle": {"position": {"latitude": -36.953472, "longitude": -73.022316, "bearing": 210.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694788722", "vehicle": {"licensePlate": "XG3133"}}}, {"id": "4a521c29-e8a9-48ee-a5ec-ca45e1c9b066", "vehicle": {"position": {"latitude": -36.950695, "longitude": -73.01729, "bearing": 268.0, "odometer": 0.0, "speed": 8.055555}, "timestamp": "1694883564", "vehicle": {"licensePlate": "WK3744"}}}, {"id": "997b4960-a02f-4f1f-a3ef-776f4dcf64ed", "vehicle": {"position": {"latitude": -36.95354, "longitude": -73.0223, "bearing": 52.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884210", "vehicle": {"licensePlate": "CPFB37"}}}, {"id": "e3342340-6f3d-421d-8df5-840f13310e0e", "vehicle": {"position": {"latitude": -36.599205, "longitude": -72.951546, "bearing": 68.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694817534", "vehicle": {"licensePlate": "LVLG30"}}}, {"id": "0fb4570d-0130-4e35-9ea1-8ffc889eedde", "vehicle": {"position": {"latitude": -36.768436, "longitude": -73.11389, "bearing": 268.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888782", "vehicle": {"licensePlate": "LDDD47"}}}, {"id": "b52084db-a20a-45d9-87df-58b4fba8623d", "vehicle": {"position": {"latitude": -36.88338, "longitude": -73.13129, "bearing": 218.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888683", "vehicle": {"licensePlate": "YU2268"}}}, {"id": "ede2bf44-938e-47c1-9c5d-caeed041adef", "vehicle": {"position": {"latitude": -36.824516, "longitude": -73.13092, "bearing": 146.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889021", "vehicle": {"licensePlate": "CVTG78"}}}, {"id": "5f9c2f98-add0-4f7e-b450-20c84b818bd3", "vehicle": {"position": {"latitude": -36.953556, "longitude": -73.014404, "bearing": 172.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888398", "vehicle": {"licensePlate": "XY9416"}}}, {"id": "566fce30-3fc9-44bd-9587-09e864b42109", "vehicle": {"position": {"latitude": -36.71366, "longitude": -72.97761, "bearing": 243.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889015", "vehicle": {"licensePlate": "HXKL13"}}}, {"id": "c1775363-d8b4-4c79-801b-75894330b30e", "vehicle": {"position": {"latitude": -36.94166, "longitude": -73.008354, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888982", "vehicle": {"licensePlate": "FWBZ36"}}}, {"id": "33b87190-5ec0-44a4-9cd0-2505f3719db2", "vehicle": {"position": {"latitude": -36.828724, "longitude": -73.14757, "bearing": 210.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888463", "vehicle": {"licensePlate": "FXRL56"}}}, {"id": "b1892b4b-da71-4de4-9b75-c9e7f79ef3a1", "vehicle": {"position": {"latitude": -36.803055, "longitude": -73.045616, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694553936", "vehicle": {"licensePlate": "DWVZ74"}}}, {"id": "e7e07fd3-a160-47bd-9ef9-917e716960f0", "vehicle": {"position": {"latitude": -36.828926, "longitude": -73.14771, "bearing": 149.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815953", "vehicle": {"licensePlate": "WZ6588"}}}, {"id": "2a8e0f7d-c134-4dbd-b78c-84479e132d6d", "vehicle": {"position": {"latitude": -36.83018, "longitude": -73.05298, "bearing": 71.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "FXRL63"}}}, {"id": "3fa96681-40ee-4002-8759-1ff9c129541d", "vehicle": {"position": {"latitude": -36.830643, "longitude": -73.12366, "bearing": 224.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694739368", "vehicle": {"licensePlate": "GXYY76"}}}, {"id": "26067a7e-78c9-457d-b5a0-6bb93848542c", "vehicle": {"position": {"latitude": -36.849693, "longitude": -73.1424, "bearing": 84.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694884754", "vehicle": {"licensePlate": "CVTG85"}}}, {"id": "51b87b17-76cd-4e2c-9154-edb8ebc09c10", "vehicle": {"position": {"latitude": -36.603657, "longitude": -72.96869, "bearing": 240.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889000", "vehicle": {"licensePlate": "RWWZ52"}}}, {"id": "613a2f21-8753-4f8b-bf05-842da9e7bd6e", "vehicle": {"position": {"latitude": -36.842716, "longitude": -73.00974, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694713946", "vehicle": {"licensePlate": "DWVZ19"}}}, {"id": "5639bb22-3c8f-459d-94f0-2772ea2b9002", "vehicle": {"position": {"latitude": -36.73199, "longitude": -73.10851, "bearing": 328.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "FXRZ32"}}}, {"id": "9e455aaa-6a58-4b0e-9356-2f7da2dbb247", "vehicle": {"position": {"latitude": -36.842808, "longitude": -73.00948, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694867508", "vehicle": {"licensePlate": "YR2018"}}}, {"id": "e61d7dbf-e6c3-4e1e-8aae-70d3ffd578af", "vehicle": {"position": {"latitude": -36.743793, "longitude": -73.09435, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1693776031", "vehicle": {"licensePlate": "FVYT17"}}}, {"id": "99a1bc56-5258-4597-b496-7e31e8630c09", "vehicle": {"position": {"latitude": -36.721897, "longitude": -73.12625, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694777924", "vehicle": {"licensePlate": "HYYX93"}}}, {"id": "9e8af14a-701c-40a6-a5df-47a0284ca120", "vehicle": {"position": {"latitude": -36.969055, "longitude": -72.9342, "bearing": 330.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694888974", "vehicle": {"licensePlate": "RGGJ91"}}}, {"id": "b1a4c0fa-dce5-442e-b584-8372ecc21b71", "vehicle": {"position": {"latitude": -36.84298, "longitude": -73.01005, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888780", "vehicle": {"licensePlate": "BXFC65"}}}, {"id": "c6c79f07-fca3-44ac-bc7a-bf5fbd17f72f", "vehicle": {"position": {"latitude": -36.95524, "longitude": -73.01732, "bearing": 78.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889008", "vehicle": {"licensePlate": "LRGR48"}}}, {"id": "8c0111cd-7370-481a-9a9d-5dc923c6170a", "vehicle": {"position": {"latitude": -36.843033, "longitude": -73.01012, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694804358", "vehicle": {"licensePlate": "BKKS46"}}}, {"id": "2a5de641-27b6-4720-9a32-104c2980aa84", "vehicle": {"position": {"latitude": -36.839577, "longitude": -73.055595, "bearing": 256.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821019", "vehicle": {"licensePlate": "FXRZ21"}}}, {"id": "43f7049f-4345-4c5d-b46c-3d699d792703", "vehicle": {"position": {"latitude": -36.726437, "longitude": -73.11004, "bearing": 103.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694619779", "vehicle": {"licensePlate": "CSRS64"}}}, {"id": "b296b965-f4c7-4f63-9b8d-6eb7f248de80", "vehicle": {"position": {"latitude": -36.835354, "longitude": -73.04014, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889010", "vehicle": {"licensePlate": "KYDT38"}}}, {"id": "73e79cff-4574-45c8-a74e-dc025c2d5f14", "vehicle": {"position": {"latitude": -36.74934, "longitude": -73.09541, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694649806", "vehicle": {"licensePlate": "YU1608"}}}, {"id": "cfda979a-1494-4f24-af84-376ced4e3a4a", "vehicle": {"position": {"latitude": -36.72189, "longitude": -73.14276, "bearing": 22.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888702", "vehicle": {"licensePlate": "KKYJ64"}}}, {"id": "738ab4fa-990c-4893-bdec-fcd474c70054", "vehicle": {"position": {"latitude": -36.775112, "longitude": -73.02316, "bearing": 311.0, "odometer": 0.0, "speed": 3.3333333}, "timestamp": "1694873679", "vehicle": {"licensePlate": "FHGK25"}}}, {"id": "8f9d8a1d-df37-4b01-9d65-769e633432c5", "vehicle": {"position": {"latitude": -36.603573, "longitude": -72.96846, "bearing": 64.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888716", "vehicle": {"licensePlate": "GPGG82"}}}, {"id": "4a794435-4b40-484a-8d64-a5247f2579f6", "vehicle": {"position": {"latitude": -36.768795, "longitude": -73.114, "bearing": 194.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694879629", "vehicle": {"licensePlate": "FXRR68"}}}, {"id": "9bb171a7-8b40-41dc-96a5-7d71545e3f50", "vehicle": {"position": {"latitude": -36.7607, "longitude": -73.089066, "bearing": 156.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889000", "vehicle": {"licensePlate": "RTZB49"}}}, {"id": "6568ef50-ef83-46e5-9724-551c01905e7f", "vehicle": {"position": {"latitude": -36.597183, "longitude": -72.96929, "bearing": 358.0, "odometer": 0.0, "speed": 4.1666665}, "timestamp": "1694818288", "vehicle": {"licensePlate": "KHSW77"}}}, {"id": "773819c8-b69b-40cb-a3b2-b7e3d5eb8c0b", "vehicle": {"position": {"latitude": -36.6186, "longitude": -72.93647, "bearing": 94.0, "odometer": 0.0, "speed": 1.9444444}, "timestamp": "1694822166", "vehicle": {"licensePlate": "DWHF71"}}}, {"id": "813c9ab5-c809-473c-9834-bac15cb8efe2", "vehicle": {"position": {"latitude": -36.768604, "longitude": -73.11414, "bearing": 202.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694818720", "vehicle": {"licensePlate": "KRXK40"}}}, {"id": "b91040c7-50af-409e-9f5d-2417f70f7fc5", "vehicle": {"position": {"latitude": -36.713634, "longitude": -73.13713, "bearing": 192.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694812592", "vehicle": {"licensePlate": "FYBB62"}}}, {"id": "81ab9d58-c49d-40a7-8f0c-f697f874b4af", "vehicle": {"position": {"latitude": -36.768658, "longitude": -73.11335, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879996", "vehicle": {"licensePlate": "LJKK98"}}}, {"id": "5dfa428a-0fbd-4207-96e0-e800166daa0d", "vehicle": {"position": {"latitude": -36.603806, "longitude": -72.96869, "bearing": 4.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694827352", "vehicle": {"licensePlate": "JRZZ58"}}}, {"id": "ce4c3eae-c332-4575-a344-dca4b62a54c4", "vehicle": {"position": {"latitude": -36.59909, "longitude": -72.95174, "bearing": 90.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888654", "vehicle": {"licensePlate": "JJJC36"}}}, {"id": "42caac29-6296-4e90-ab94-7f5b8dd09941", "vehicle": {"position": {"latitude": -36.60358, "longitude": -72.96844, "bearing": 62.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694297710", "vehicle": {"licensePlate": "FLRY75"}}}, {"id": "5d9c2140-e92d-47a0-8ed7-be9d13739336", "vehicle": {"position": {"latitude": -36.742565, "longitude": -73.08828, "bearing": 176.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821122", "vehicle": {"licensePlate": "FCBR16"}}}, {"id": "dfb89f11-02f4-44e2-89f1-ab6dc902cf10", "vehicle": {"position": {"latitude": -36.770596, "longitude": -73.06582, "bearing": 24.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814302", "vehicle": {"licensePlate": "LGVV84"}}}, {"id": "1d67c1c3-fe38-431d-8240-0af6861ffa80", "vehicle": {"position": {"latitude": -36.93875, "longitude": -73.03048, "bearing": 328.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694808932", "vehicle": {"licensePlate": "XW8423"}}}, {"id": "02b6113b-f706-4be4-b5e6-efd6328b4948", "vehicle": {"position": {"latitude": -36.749397, "longitude": -73.09959, "bearing": 279.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888840", "vehicle": {"licensePlate": "DPGK83"}}}, {"id": "221df7ef-0020-49d9-94bb-8ea4c79ce86a", "vehicle": {"position": {"latitude": -36.925137, "longitude": -73.02178, "bearing": 142.0, "odometer": 0.0, "speed": 0.8333333}, "timestamp": "1694888918", "vehicle": {"licensePlate": "LZPT78"}}}, {"id": "3109e028-0817-484b-8be4-33d280f35529", "vehicle": {"position": {"latitude": -36.93264, "longitude": -73.01493, "bearing": 88.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694817245", "vehicle": {"licensePlate": "GYGG99"}}}, {"id": "680068f6-ae74-4729-a4ee-26ceaf6eeb0d", "vehicle": {"position": {"latitude": -36.932056, "longitude": -73.02247, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694723850", "vehicle": {"licensePlate": "FTPC75"}}}, {"id": "fae6af9a-0241-4f2b-8522-43ca0fb170a8", "vehicle": {"position": {"latitude": -36.791553, "longitude": -73.07071, "bearing": 154.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694814571", "vehicle": {"licensePlate": "CZBW17"}}}, {"id": "3be70b4d-6cf8-4420-8c69-b56f0ec9e500", "vehicle": {"position": {"latitude": -36.95847, "longitude": -73.01105, "bearing": 197.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889026", "vehicle": {"licensePlate": "ZY4551"}}}, {"id": "de5b2c9c-6a2d-4a42-b343-d587af108234", "vehicle": {"position": {"latitude": -36.94157, "longitude": -73.02724, "bearing": 340.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819796", "vehicle": {"licensePlate": "YJ7926"}}}, {"id": "48d2f4ca-c80f-4cc5-9bce-faec203b8faf", "vehicle": {"position": {"latitude": -36.958195, "longitude": -73.01078, "bearing": 45.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879188", "vehicle": {"licensePlate": "KTFG32"}}}, {"id": "ce425c77-231e-4a59-bf1c-c0c140015a72", "vehicle": {"position": {"latitude": -36.957848, "longitude": -73.0105, "bearing": 14.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694874446", "vehicle": {"licensePlate": "LGVH69"}}}, {"id": "1b5877e3-0481-47a9-ad2e-acf678f22354", "vehicle": {"position": {"latitude": -36.828804, "longitude": -73.14759, "bearing": 180.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888986", "vehicle": {"licensePlate": "HWHL53"}}}, {"id": "64fe0313-575b-4840-a6b8-158652d78bf1", "vehicle": {"position": {"latitude": -36.828987, "longitude": -73.14755, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694887552", "vehicle": {"licensePlate": "HJRY42"}}}, {"id": "22595704-f725-448b-82b6-ce50cb49d8a8", "vehicle": {"position": {"latitude": -36.830658, "longitude": -73.123344, "bearing": 22.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694802692", "vehicle": {"licensePlate": "YT2219"}}}, {"id": "d919c1f2-6bd4-4aa9-b040-7f5798bccfa8", "vehicle": {"position": {"latitude": -36.82878, "longitude": -73.147606, "bearing": 182.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "WF9290"}}}, {"id": "55b67ba0-3dc8-4ad0-af48-18469138658e", "vehicle": {"position": {"latitude": -36.829094, "longitude": -73.14769, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888720", "vehicle": {"licensePlate": "FXRL54"}}}, {"id": "09a1acfb-1b84-4b90-af4d-faf6314c90fb", "vehicle": {"position": {"latitude": -36.828957, "longitude": -73.148346, "bearing": 315.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694888726", "vehicle": {"licensePlate": "FLHP40"}}}, {"id": "82a599d5-f68d-41cb-a962-f710b8181dbd", "vehicle": {"position": {"latitude": -36.849407, "longitude": -73.14225, "bearing": 345.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888674", "vehicle": {"licensePlate": "HZSD20"}}}, {"id": "caae6e26-f625-4cd2-873f-0f3a973b1393", "vehicle": {"position": {"latitude": -36.826576, "longitude": -73.15008, "bearing": 342.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694815974", "vehicle": {"licensePlate": "LJKK13"}}}, {"id": "d3424fb3-135d-4778-b380-5e2cc8c0ffdf", "vehicle": {"position": {"latitude": -36.849735, "longitude": -73.14236, "bearing": 106.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694870531", "vehicle": {"licensePlate": "FSLB58"}}}, {"id": "aa383a41-96b6-4e46-a19a-d29c90828b10", "vehicle": {"position": {"latitude": -36.84957, "longitude": -73.14211, "bearing": 55.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819401", "vehicle": {"licensePlate": "YE1570"}}}, {"id": "d6da138b-b563-47d7-87fc-9fe34fe6403c", "vehicle": {"position": {"latitude": -36.849655, "longitude": -73.14227, "bearing": 114.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815468", "vehicle": {"licensePlate": "YU2126"}}}, {"id": "bc2355f0-a774-438b-bd29-2f2f634e8b90", "vehicle": {"position": {"latitude": -36.84968, "longitude": -73.142426, "bearing": 88.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694812240", "vehicle": {"licensePlate": "WR8678"}}}, {"id": "78deb406-5057-4635-bf8b-d357cf754153", "vehicle": {"position": {"latitude": -36.71399, "longitude": -72.97777, "bearing": 61.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888596", "vehicle": {"licensePlate": "GLZD62"}}}, {"id": "b764eeae-5569-4cd9-83ff-3fd673b5a0bf", "vehicle": {"position": {"latitude": -36.721886, "longitude": -73.14267, "bearing": 302.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822538", "vehicle": {"licensePlate": "DKTD35"}}}, {"id": "e56f00e6-b44b-4bdd-9f74-76eff9ee1513", "vehicle": {"position": {"latitude": -36.714073, "longitude": -72.977776, "bearing": 195.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694537714", "vehicle": {"licensePlate": "CRVL31"}}}, {"id": "4a17817f-bc30-465f-9366-df70be7122b7", "vehicle": {"position": {"latitude": -36.71089, "longitude": -72.974304, "bearing": 246.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889013", "vehicle": {"licensePlate": "BLYK22"}}}, {"id": "b54c5771-cd60-4bd5-a8d2-74f8bae6ae3f", "vehicle": {"position": {"latitude": -36.741413, "longitude": -72.992485, "bearing": 225.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694817030", "vehicle": {"licensePlate": "BLYY38"}}}, {"id": "ebfc601a-2048-4aa3-8461-349e4370dcde", "vehicle": {"position": {"latitude": -36.713497, "longitude": -72.9775, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694819162", "vehicle": {"licensePlate": "CKVL24"}}}, {"id": "22f7d3be-391b-47b0-8e64-dd14f455a29c", "vehicle": {"position": {"latitude": -36.723347, "longitude": -73.1288, "bearing": 132.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694457191", "vehicle": {"licensePlate": "FCJS57"}}}, {"id": "9443e8f2-e4f5-4c0a-97fc-3f2261f127f3", "vehicle": {"position": {"latitude": -36.71098, "longitude": -72.974495, "bearing": 247.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694888826", "vehicle": {"licensePlate": "FYBB66"}}}, {"id": "0f9d02a6-c1d2-4ce9-99cb-c67b1b2660f2", "vehicle": {"position": {"latitude": -36.71081, "longitude": -72.97414, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694629916", "vehicle": {"licensePlate": "FVZD67"}}}, {"id": "17818b5c-954c-4487-bf74-97e5dd7a12a1", "vehicle": {"position": {"latitude": -36.778877, "longitude": -73.1136, "bearing": 348.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888984", "vehicle": {"licensePlate": "HDLR86"}}}, {"id": "a7d8a996-261c-4ad0-bcff-eacd6fc20024", "vehicle": {"position": {"latitude": -36.766846, "longitude": -73.11378, "bearing": 196.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888766", "vehicle": {"licensePlate": "RKKW57"}}}, {"id": "f3489563-8241-4497-96fc-e64fb9c2c15d", "vehicle": {"position": {"latitude": -36.766853, "longitude": -73.11327, "bearing": 224.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694884776", "vehicle": {"licensePlate": "RLYS69"}}}, {"id": "c7d4e058-08a0-4b54-84b7-d356a53f7009", "vehicle": {"position": {"latitude": -36.71752, "longitude": -73.13734, "bearing": 74.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888980", "vehicle": {"licensePlate": "DHDV83"}}}, {"id": "7710501d-8d81-4b3b-8d8d-0fcd139396e1", "vehicle": {"position": {"latitude": -36.77152, "longitude": -73.114655, "bearing": 166.0, "odometer": 0.0, "speed": 5.0}, "timestamp": "1694888974", "vehicle": {"licensePlate": "YV2199"}}}, {"id": "e7ba6391-ad7f-481c-9427-729330db1c3c", "vehicle": {"position": {"latitude": -36.791595, "longitude": -73.10615, "bearing": 18.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694450021", "vehicle": {"licensePlate": "DWHP44"}}}, {"id": "f174bea3-e1c1-4e3e-8ac2-8fc1e06acd71", "vehicle": {"position": {"latitude": -36.72124, "longitude": -73.13288, "bearing": 202.0, "odometer": 0.0, "speed": 5.8333335}, "timestamp": "1694888984", "vehicle": {"licensePlate": "YR4587"}}}, {"id": "3b04c105-c2a8-4506-b915-e13e67ef39e0", "vehicle": {"position": {"latitude": -36.76932, "longitude": -73.1138, "bearing": 271.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873978", "vehicle": {"licensePlate": "FYBD31"}}}, {"id": "14ca2a90-4341-45a3-97dd-8dca32918ec3", "vehicle": {"position": {"latitude": -36.832554, "longitude": -73.00372, "bearing": 16.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694797070", "vehicle": {"licensePlate": "FXRL50"}}}, {"id": "29a0df92-be05-4615-a97b-cfd013241da1", "vehicle": {"position": {"latitude": -36.77946, "longitude": -73.098976, "bearing": 229.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694889014", "vehicle": {"licensePlate": "JRSS99"}}}, {"id": "39778789-5b79-4557-a261-e6c963b52154", "vehicle": {"position": {"latitude": -36.79473, "longitude": -73.04583, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694546273", "vehicle": {"licensePlate": "CYVJ50"}}}, {"id": "08646c91-9cd5-4137-9a9d-df293f1c63fd", "vehicle": {"position": {"latitude": -36.77935, "longitude": -73.09905, "bearing": 298.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822990", "vehicle": {"licensePlate": "HRCC76"}}}, {"id": "7ae21568-e5d4-448b-a4bb-746a35e70b06", "vehicle": {"position": {"latitude": -36.774704, "longitude": -73.087135, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694380283", "vehicle": {"licensePlate": "WC4676"}}}, {"id": "9a46132a-86ac-4bd8-bfdd-6b6f91636d12", "vehicle": {"position": {"latitude": -36.740364, "longitude": -73.09482, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694805587", "vehicle": {"licensePlate": "XU2661"}}}, {"id": "609b2e9a-227d-4db7-95db-fdabdd257482", "vehicle": {"position": {"latitude": -36.779346, "longitude": -73.09909, "bearing": 290.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888774", "vehicle": {"licensePlate": "RTZZ72"}}}, {"id": "b53bb5fb-0396-41d4-a7ae-eb6480f14566", "vehicle": {"position": {"latitude": -36.77937, "longitude": -73.098785, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694872200", "vehicle": {"licensePlate": "XY6940"}}}, {"id": "90e8daf2-472b-4fd2-bbfe-1a12fab35f8e", "vehicle": {"position": {"latitude": -36.7794, "longitude": -73.09883, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873382", "vehicle": {"licensePlate": "FWGC75"}}}, {"id": "bfe8f4e2-c324-45af-a712-6251b3ea6d6e", "vehicle": {"position": {"latitude": -36.794556, "longitude": -73.04582, "bearing": 247.0, "odometer": 0.0, "speed": 2.5}, "timestamp": "1694643404", "vehicle": {"licensePlate": "DCZK29"}}}, {"id": "ab6767dc-d73b-47a5-b53b-7cd7e817ec10", "vehicle": {"position": {"latitude": -36.788338, "longitude": -73.10299, "bearing": 269.0, "odometer": 0.0, "speed": 0.2777778}, "timestamp": "1694889003", "vehicle": {"licensePlate": "WW5182"}}}, {"id": "760a0029-aff1-4bd7-b7ef-be4150ebd67e", "vehicle": {"position": {"latitude": -36.778427, "longitude": -73.09914, "bearing": 190.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694873434", "vehicle": {"licensePlate": "FCHP81"}}}, {"id": "8f28c26a-8555-477e-8eb3-7c30b496d6c9", "vehicle": {"position": {"latitude": -36.77952, "longitude": -73.099304, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694857069", "vehicle": {"licensePlate": "FXRS14"}}}, {"id": "c65cb4fe-1bdf-47d4-9d7f-8a8f459e6da9", "vehicle": {"position": {"latitude": -36.780476, "longitude": -73.04998, "bearing": 250.0, "odometer": 0.0, "speed": 6.9444447}, "timestamp": "1694888986", "vehicle": {"licensePlate": "FXZX50"}}}, {"id": "a7238dc1-cd2f-47ff-a134-a1ed32bb756b", "vehicle": {"position": {"latitude": -36.797287, "longitude": -73.0486, "bearing": 4.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888774", "vehicle": {"licensePlate": "JSBB13"}}}, {"id": "33bd6961-15bb-438e-8348-a9d933cbeb19", "vehicle": {"position": {"latitude": -36.789246, "longitude": -73.04267, "bearing": 336.0, "odometer": 0.0, "speed": 8.333333}, "timestamp": "1694889037", "vehicle": {"licensePlate": "XV3434"}}}, {"id": "ed103d3b-322d-4414-a282-700d06ff9b50", "vehicle": {"position": {"latitude": -36.7188, "longitude": -73.12097, "bearing": 328.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888978", "vehicle": {"licensePlate": "FYBB82"}}}, {"id": "cecc1a88-2eed-4936-acee-dc3fb95ede8b", "vehicle": {"position": {"latitude": -36.794884, "longitude": -73.04575, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694744105", "vehicle": {"licensePlate": "YF9154"}}}, {"id": "6e55e460-3cab-48cc-b844-bf14b6fe297a", "vehicle": {"position": {"latitude": -36.803604, "longitude": -73.04421, "bearing": 62.0, "odometer": 0.0, "speed": 4.4444447}, "timestamp": "1694888718", "vehicle": {"licensePlate": "ZT4054"}}}, {"id": "5042c1cd-1d3c-4064-93ea-7d8213da8e31", "vehicle": {"position": {"latitude": -36.79485, "longitude": -73.04587, "bearing": 339.0, "odometer": 0.0, "speed": 1.6666666}, "timestamp": "1694819547", "vehicle": {"licensePlate": "YR4140"}}}, {"id": "e71bb626-bed5-4cac-a756-f6662288188f", "vehicle": {"position": {"latitude": -36.794575, "longitude": -73.04586, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694882496", "vehicle": {"licensePlate": "BZXX79"}}}, {"id": "79be5e6b-a681-4678-be5e-56a06fe48387", "vehicle": {"position": {"latitude": -36.719242, "longitude": -73.12078, "bearing": 332.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694791538", "vehicle": {"licensePlate": "RSTV25"}}}, {"id": "797d2b5c-986a-4cab-bf00-094f32b691a1", "vehicle": {"position": {"latitude": -36.892105, "longitude": -73.13804, "bearing": 288.0, "odometer": 0.0, "speed": 3.6111112}, "timestamp": "1694812246", "vehicle": {"licensePlate": "FNJS27"}}}, {"id": "b7db8e5b-7a6e-4f6a-b1e2-39f441f00e10", "vehicle": {"position": {"latitude": -36.80277, "longitude": -73.04577, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694533644", "vehicle": {"licensePlate": "YR4142"}}}, {"id": "7deb199b-71a9-415a-8c26-7d39f00d930c", "vehicle": {"position": {"latitude": -36.718803, "longitude": -73.12106, "bearing": 238.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694712296", "vehicle": {"licensePlate": "WV6704"}}}, {"id": "b987cc97-4c16-4cc6-90db-84e3af870450", "vehicle": {"position": {"latitude": -36.718925, "longitude": -73.121155, "bearing": 254.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694879362", "vehicle": {"licensePlate": "HJRY46"}}}, {"id": "1dccd6be-5c21-49eb-8400-dd139e324a58", "vehicle": {"position": {"latitude": -36.794353, "longitude": -73.04626, "bearing": 224.0, "odometer": 0.0, "speed": 0.5555556}, "timestamp": "1694885856", "vehicle": {"licensePlate": "YB7527"}}}, {"id": "c339ea41-0a7d-4c24-919b-90263ec2fbbb", "vehicle": {"position": {"latitude": -36.794277, "longitude": -73.04589, "bearing": 274.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821832", "vehicle": {"licensePlate": "YR1886"}}}, {"id": "928bf190-7521-4e31-9544-ffcdb3315439", "vehicle": {"position": {"latitude": -36.810333, "longitude": -73.03213, "bearing": 298.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694821922", "vehicle": {"licensePlate": "CPHW22"}}}, {"id": "b2625d35-725f-4921-8b5e-434be8083e76", "vehicle": {"position": {"latitude": -36.80559, "longitude": -73.03015, "bearing": 309.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694722822", "vehicle": {"licensePlate": "CKRB19"}}}, {"id": "12bd7037-f853-4fcf-818c-2e7a246a5d0a", "vehicle": {"position": {"latitude": -36.719437, "longitude": -73.13871, "bearing": 66.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694532100", "vehicle": {"licensePlate": "XY9669"}}}, {"id": "ff3a827a-d657-4e01-9e95-e0fca8bd0779", "vehicle": {"position": {"latitude": -36.794106, "longitude": -73.04617, "bearing": 346.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694888998", "vehicle": {"licensePlate": "RSZG39"}}}, {"id": "bce4d453-22dd-4398-b17a-9249995ffc01", "vehicle": {"position": {"latitude": -36.805347, "longitude": -73.03872, "bearing": 324.0, "odometer": 0.0, "speed": 1.1111112}, "timestamp": "1694858839", "vehicle": {"licensePlate": "YE2806"}}}, {"id": "06a06471-ef8f-437c-90fd-dca570fe139c", "vehicle": {"position": {"latitude": -36.794666, "longitude": -73.1064, "bearing": 302.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694870948", "vehicle": {"licensePlate": "HFYB67"}}}, {"id": "3238bfcd-8105-40c7-9518-cb5c6537eeb0", "vehicle": {"position": {"latitude": -36.80551, "longitude": -73.03843, "bearing": 144.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694815924", "vehicle": {"licensePlate": "CKGR61"}}}, {"id": "f7c79721-13f9-4862-b778-221a893ce05c", "vehicle": {"position": {"latitude": -36.808308, "longitude": -73.050316, "bearing": 0.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694822334", "vehicle": {"licensePlate": "BVPG38"}}}, {"id": "9ed06546-c0c2-48ab-889d-da13dcd732a8", "vehicle": {"position": {"latitude": -36.805553, "longitude": -73.038284, "bearing": 282.0, "odometer": 0.0, "speed": 0.0}, "timestamp": "1694721129", "vehicle": {"licensePlate": "BTRB60"}}}]} \ No newline at end of file diff --git a/scripts/__pycache__/BusImage.cpython-38.pyc b/scripts/__pycache__/BusImage.cpython-38.pyc deleted file mode 100644 index 0fa1d609be5859be3e40be293907dcc80b7166c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1152 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 Qfl6#nkU<7H?8719HzmGYDF6Tf diff --git a/scripts/__pycache__/MyDraw.cpython-38.pyc b/scripts/__pycache__/MyDraw.cpython-38.pyc deleted file mode 100644 index 1ccb11cedd594e5fe67bde06f0ef322ec72b2040..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3747 zcmb7H$!;9S8Sd(BdWJ)aq!vq}m$sZmqu3N+_#_BHtk^LG$dlMYd}st{6sKy)rh0RA zjc5|XOQd6vC&)oO>X>K9DX-AioN~wu1PGAtukKmN08S6Ox~l$KzJLGc_nVtN3(te2 ze~G_uTGl^ku>3d}{0eV1Mk6f2QY&h{EMgejDa-80W;ExdPUc2#=0%VxzOMK{_@eWgMV<&m7c;)- zi4A-^qAxb_4aAnXhHqDdVn^&^WlvleH!!myZi-v@_Qi+d9dR3!O>sxu#mtu26Yt`C zP23ajiT6R-79RNfsP?};B~C_!ZT3*##`|l$)i#yy@M3K`PMPM6!oR1Bo4b?|<^*uC^d#L!SB0Ew) zrRFL;AAs-(?>e4$R`4v8v7&Sb8|MM=GYkYfM~E{)@Sdi~OrZ}#y<=Ta0&()Kc9u2c zHt?P8nKU7|<`186l@=$Td@V&X$@aA#*WEF4Y+NO06evhzQJ~dC>eEsxa{kDr1p}w? z*`Lu&v!&$vXx&~m(t?Zlz+CbKOIyBO*vl;&v17O8duiDvB@o*tdXSV2Ltv6p5c-ZV z$p}4n$<`yM7>@^D?UbpG{3NT6ijyV+y8MTvLZYIHEA&%$N+n+=^5hv|ZSrKF_1M`~ zi?b!K1ZPqSB|?Mo0Xh`nj@cjVbLZTpK5`P0CIYlOwQpNv*JPo&Us7;{G$}YCtwZdQ zJ5ohC@R}&y(M1`LCc5q&6j~P<^_LRSdQhRQO`!e;2hLfzy9g_b6)RkjE6@G&&ls$5 z0qlF$xd&ro$haR*!4Z8mjO`WsBe=u3tA_3TaLUeo?SN-*&w9nqJNbilXK7Y+RSBv+ z^==T=pW0Xv&>rd;iMdmM+8IO3CN@xg=uG|uN%g|^`TTf-z!l0g)I8&V`)d&j8Kyim zNh}YuMCMxYD$IDU(I;9JmJm*%M#y%u+Mgda?|iNft4H$@U1UxR@Bi-Uv;C)3;xz5x zQTS|r6Au-9CzE-FW4T%!OZyRBD2JG;Exe!P`s1)D>3*K#kT27a=cA({L?V_tc}YA} zl8fTXLz)us@+pAAQ$109{TRM_%$%`rC06HaoUXCB%;7SBV(HM~+2b$dfm{|VSHKcN z7)2FMa^C2q3g_~{;u){|FmRKQ$z$r?cRZcQFO@1(?LbbEucQef0`J z?Ok?uy^RLTI|nG#S(9X`WFHO(J5+X41sun9FQ(i&NvYqD@}%*w%L6e#)qL{_@0?W9mt;zSPYV(~Z2l)}+Y#&ww%I!zAn--3E5am-iU n$DZ2DCmH^8*m-FVz6x6%JZ{ACONxFK*#Q7T#M|r!+Q9xVN!2>; diff --git a/scripts/__pycache__/TimeAnnouncement.cpython-38.pyc b/scripts/__pycache__/TimeAnnouncement.cpython-38.pyc deleted file mode 100644 index a7dd375fca7f5a6a6384526084edf8434d16a142..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2334 zcma)7OK%%D5GJ`#tyYelxQJc1uHv+4w~sh3dgviYpJ)-Fbqh4T>}9bMSMu8XP`DIq z3#*d@@zYWH$yYGLQBgg$aZL7>Z6&HyJ17? zY37AZu(L8h_d}nOZwa@#^OSHW@lTDg#pzEZaHlXc*$b$0zC4jh_2`Fysm7x`9wc9j z_-NkzrYvM&C`V^h4xcQWX zCbzf^e~UZZg}?obm?U&yWewGSoaV_FMNy85UXmw;>{0D=2H0ls;Y`&UfF!5njGhzN zJ*`Q^H~}wgZ;AtP@zrRU2<25W7Bb?vIlEg5o`@GznN^bY;opd&UKUqX6ulrXJ3H}k zxKs5+I+WGU)y3Q!o(RmYkMmrPMbuaHzw;J=au#Z901bw>f|ho)SkgSRz`};lStsXI%jP*+n&iW>6AwjstUQ?<%cxgorI=#GkX3y+KT(yA zlPNM*r)rA4)p?m(&{B2}2o78{#4Qv}G*MQZrGp~ylrQ(;1VqDF#CfHfSs8N(w8+XM z@eU4m28rx;VRlvwm8GM<%$c~YJ>t3oSF}J7A0oVg-3`55ZR_b}&N$K3?OCpsU-tW$ z+L@}QErw;4%Cs!5a-cQiK$S!|Yy+mKwg3pE-lIOe+pI%fW@|dk3E_;l{(}&6H@#Qo z1U=yf7JS$O+5;a9$jgimcs8!`!2mv3wWaw0r$+Mu3J&nW;;;B%PaJ91?38l%kcyBu zCPuLhJrsJpLrY}52|ewa{z|xCGr-nwrk{ zA1zvQ=FYXdsJK$J+DKTOTh9ud#j{bNAHtTL^`V5p$J*=_hdb22#NzRtf93E+&w;Dl zC@Nw&$&vD+C@=Xa!?qtqPeySz)9718ypBu#7~xX@)tX;Sy(G(`=)xXWa0pgkfoB5q zR$(e#=9_NAy`_7D73GTL$tbC0rC3@DtU}88@zHn7yIklhw3^3qn3Zrnbm4x(ma^x6 uW0*lfDn>cndpfH&IMMDetVYLH-v#c2+3p@9#q=%UQWrwlrfY!EV*ddAgd7Y2

y+g#g_*N!4vHY7B&wS7ifM@w6) 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 RG5N{d>)HpMvp$Hk{udT79%ldm diff --git a/data/input/font/Barlow/Barlow-MediumItalic.ttf b/data/input/font/Barlow/Barlow-MediumItalic.ttf deleted file mode 100644 index 62a4fb215c7f25ba12fe233a7b6b679c10f5cff3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 103848 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 diff --git a/data/input/font/Barlow/Barlow-Regular.ttf b/data/input/font/Barlow/Barlow-Regular.ttf deleted file mode 100644 index d39c293ef21e7ab13efc0497ae45a2b866df8199..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98812 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%0DptrYSynLh$SZh~-B%-J-`rx~ORb_QWXLZN< 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 diff --git a/data/input/font/Barlow/Barlow-SemiBold.ttf b/data/input/font/Barlow/Barlow-SemiBold.ttf deleted file mode 100644 index 58a643058e65a245dc361b066e56edf170fd9540..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 103016 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�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 Ju6h(#{eRP_kYE4+ diff --git a/data/input/font/Barlow/Barlow-SemiBoldItalic.ttf b/data/input/font/Barlow/Barlow-SemiBoldItalic.ttf deleted file mode 100644 index 8cbb7bff31b95492e87fff670e18704256f7abb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106380 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 EALw(isQ>@~ diff --git a/data/input/font/Barlow/Barlow-Thin.ttf b/data/input/font/Barlow/Barlow-Thin.ttf deleted file mode 100644 index a9d7cb96851691a9bd33230333bb23472db0aca3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 96292 zcmc${2S8Ov_CG!|_Z4{bj)3^!A*d9AN3+xI*cCJ?2&gE6BGzbPOgHtLo^0Btn4UaL zZ?2oT8;Oyw!gY{tq?OJg(!Y?;+%Pv`@D~@5h7=p5aEx_ zm@~3)Zt)F=g^)LbzOi{t)7qs)$Pnx@TbwXY*k7MTHhXGhbT z*7UObK zSjE-Cj=~HRbHxRqI6XWL^=6@P?PG5l(p~!7gWg@1a`FlMr~b%3a%ER)#3zTBMvVPl z*tL&|;*kB9H)@Nk-u$@9Pemnis8?WYuk@Rs>8k&3@$k*vzW z=|t~O{&({6{-ny)M0$$B_)8Hfl)rkyNaYFdkHCNO{)##@^3YbxX9>jAN5p~I^*vHv z*x-?m28kfiytYT!D<2Xy#UjlrM$k)n=oHK7pgdcqCDCqm7+!U%(pF>{p@vx5E3|TN z^uF+YA^U>&*~(F&As~yY+$+k>Kk|E&s-(InL!L9M-cx=~J-xS7_Y9-=M}mazA*vga zd$P#uv7jA7TFTF9p39U7pnv6|)6`g7zGaw7vRcDOJR-ekdMp?8C{caCwZ$f?s|6|$ zfL?@up=fK1+NRDG3T?YfXzDz5p^)lEbsIvINP~nWfqt+kgF9NxfjbY21$V|A|vJh^OoCSA|TmZL0w!m$btAawG69 z@;tZ~$ZOzUDoc~w#%}PwkyC*vW&ZV+4CK-& zW`ep?tU~I|EF~4lgX)^(iKJtgS--xzT4A)t2Go|nu2!)`j)b3Ia)(2rh1hQVy(kWg zZ=^*g$s9Re&Xmh!w>%4d|6aLIzAQhGUn!+xRi-LL|DLZ7Xj$5J?IP`umMY6U%L>bG ztHl~`O|`aIH(JlJh1ybW`Ly z@SPD65%VH$j`%imTI7<*wUK{|d_VI0sLP^uN4uiuN8cL#aP-$PT1;F_R?MiFnwSMK zZ80auTo7}0%v~{0#=I1BB<9=Lm9bl6&yRgNE+KAs+?crOaZBUwkNYm(7M~bDBEBSk zQvAaB_W1kb{}TU3{3r3hB-j&T5{4vXCyYy&obW)xzJ%U{LkS-ze23vIG%+=CL}E!| zZQ|_2C5fvNHzw{(yfE>a#NC7D4r(0Ko|K$)LDKihGC3^y;pC^2UrH%Yc{kyW4+gNKY9GG@rcA#S=-*~7E1%|4v{S@w@Pi*wp? zHslV<9h!S~?xDQNdGqqF&bu|QC-3RJm-7Ce_m8}9^SmP$j$A&nYvd^-ca6Ma* z&9BIxp5Kt)n*VD4NBKV%Y$-Ui;J*qE6s8moD=aE3FPv6*L*XZdzqrHPL)_W!aqb!J zCim^`2i*JIz3xNq58PiB-CkT-{B6m$l7l5jOTH_$l_r*sC>>i`SGusYz4VmQFUzKt z-B8w3_VlRoQL{(=*Ql>YYokL(&lue_dj05kMt?a*j)@sFbWG`(TgSXNws`Esu?=Id z85cfo3Qz8haNe(m_3hinFpDcf={7Ct?6`d8QRaz^jR$f*4LDjgb8C6YHPgT8I^-=Yz>g%dMtM03D z)RfoEu4$>+SaVLzH8pqFhSUzOom+c*?PImQweQw`HL-l+X%jDw*mn&RlTEf*MNY z*WcX`*|4$UjD|ZFrY-zxQS749MJpCvx#+8trkr%@Nj)dMcG5eG<>H}>a~IEDeA43f z#WyWJwD{*GDNEKY*|Ox0C2uYbUz)#k{L+r49gX3Q4>iqi`f}NnWw$iPHs9J3-*R!w zgDr2irnXkLp4a+b>-Wo_TmJouv=yZ*PFZo;iaS?)u(ELF>Xje0WwhnAZEm}7m9}c) zs;gJqSMOc@a(hDiFKez?bExCY&cx2Yt(~;?;wfO4?|P=|rLOPS zr>q~ge%AWU>u*^9_wKmvA>B*5Z|wedL(+z(4d-mQc*EWe|Jd-ajRhMwZ2ZH<{Tu(e zDRxuprX`!M-1N6if8X@srq4J1YjfDW0FY`KAT zD$Uwyro%G{ep+lvc-|s*2%E?N7KZU_lsHAkU^Z4DOQCTm$?5VGd6B$C{!x15i}F?Z zq5OyZM1Co~Dp?It!&RwjP?xAD)HCW?^^RuILbVtzS#xQ_v@-27?GEh;ZC~n{sXsX* zp%Idtsm^p~rZeB^c8+#dJGVG*cHZrL%=u(mOj>$cW?Ej_l5~}BOOHs8PLE4ZN>5GC zPM?(CnBF?{xvWoqQCRQLzc7q2`51$5l<_iGy5%TYE~m&D%;k;pKKVjFE)&7!FoVm- z)nCEoAx&sDEtYvuy10Y zyDzOTmHdyU9i(@QkBmApb-A;c>DUd7T7TRJ)Vbg{XJcVRe)+ z-#>K-zHjSq>X3R1Z*Qp&)MvhM|5JUWzM?nndhI4{x8MK7n06MZ0s22}hY!Q-e6Sj) zGBCC;SF6-`m4%jcsX8@C<*GzAR3$+M=c(D?eu!$rN+bpA5SPe;438G$G2@#i>M-}5 zixtU2u?{m6n#XR3v|oyK$<x@aN3M-6m)vm5mYvh}1lv=3r zP^;IfwW?kPsbF;}YI(IvQ&%Xvd`pd1(JD&CD5r?SqAv_9sTeT`D^(|Ec*8_C=3o;s zYpW8~=$#FiT`v+RVUD#-&BXlpEODARU7R8QAiAVm>=pNlhp@_eLOdn*i)Y0<;&0+r z@s{{ed?UUS--{PyIOb51GFoQJL^Vrhpl_GSF>Kbm&I7|31*)E5aYzBVz-=xrRtYrg7{oa z6~AHL|BLt*bKze_jrbaS1k)jKx5>$3rnHFJ(k5m}tF((bSpUtJA>wv9MJ$k^qF#oH zHPR)cM7vBEYh{+$fPI8JZH(n$s zik)(l_%AtATqtYB#d3zYLe3M{%0=QjakE?|ZpDi77TGM8V^8NCS&o&|gW@hZUED3} z#0c?<+N!pwE7j%dGIh1OUR|edP=7#=I8~jd&Qxcq)75sY8P8T{s2ysjxJoV%m&>{0 zN;w}I^+^#g{v^W1!`Lx;R77DV87&^i?#v^?E<7Sw>=6!ezX(C^4-!4XE#4Nz;$6(< zkBA)c8fL_AK=U4gR(n(AVsB@X_z5ePe~D%}NVLjiu~^24r7})5%6QQv6T}i3D^|$C zqD>AFtE5w`mT6+8OciI!apG(_L7Xcq#CftxoG+`z1+qr$l9l2H?8;m(7ei|<6@QeC z(1>Nqt%_BNDpDKNCY7$1sTpdTYE}yrcE#jQqZb~)6QD+k%>OOWc8XzYlUS#ghy??} zDumq+2z(O${|e)f#&YBt2-m^yI^hPagUk}N0^$I6z+6BBARkZ&Q0NOTdSbu8#Q;sC zN*G#==Q=gU`-$p>-(3Sh2lD@)g-Mj2b_vp*F4|N+phQ%wX5{UIN--XLBK;vv)Pc6h zgiFOr^*;rp#4xQ>q-tILK^2J+*iZTQ;1tEskA9%GqB^F!r1B8YR2DqtcVhJa7HH$e zXcdnh*eB`+0)*8mJAj@9;s0YWRbf|wK+YCfDg^kk;DTR*XavL<&qm1PJd9^^029Su zyuSke1^5*2rAAmZ@L2f?(Rn|>9^8C-im$x?6d&s#kD|N)Xexra&@S{$f+kuDt&^&a z;U!y1g)9<`!TT7jH{KRY z0doMrF)w~wR02}fv*hpn3b;#tCI%}DWamtxo;`=oNX=i~6#bIqqk3FdjZ@_f|M z>6jrdhm0@BO!#G-)x3;xSVJEoSk7=E<}A4k_oEJHmOPC7#+D zVgc0wz#{r+uIG&a+z!B+&5Ide-w`}D0M7TkI0vOO#J+Fv#6Ch_7oJ-I*8(;J?gDH9 zVD;!d6X94b{)XD?15Mv$SXpIZ#+o6AVwQa}*2nKb_DZn6_ygb`;FBPq#KXy`?+ECF zIq(<1_440?za8X1oXL4aj?*LN)z>sQoj7_6pEcEEo3pUqQ(O$YE%$4&aiX%y6I11E zY^>~2u~n5lL$xZ8s+zmm=?QfKscLHRSY~eCgY9M{<4J2xNh9Aq;c>Du#R=3^xhF=( zAk5_vGwWL$_QXq~%=K7uJX*FVuBx8$^TbzG83f7B7N=+5OphgV;hteKtg5ED#$&6g zPxEL)8)h%62XXSQdZ%aROn8+yBs)E2gq1ZkID2$za5M~F#+%cVPvQAQxo>8@6Sc9c z$?0*-tZ#&mlfoQ?l@M0anB0h?z+}{xC$y^BBWBlo#8e_q!+Y{nPby)lQ=1-%6wO5O zh*d0WXlQA|F=uu|gHeJ8XA8>Xs%*&hSaX~;PLE}16Ut<-npy9$yDB|Fu1d53qBQ1u zY+T)_31>@>eOaZG0;#ykI{V~$tc^9z9_xrS1XekBId>tio_y<2)X=Q@#+k`Yvm5GN z4QUNdPx+jBge6nG7_8)a>^Yv`s_Z?OkaMjE;nh{?g1ERUn>=dSa*u2VBOd#RTu*S0 zlei5>u`FU4NWgD-V*`;iRx`JboISzeqN=8HM4Bl$Avyg8DO68IW`l()6ur?|v&+>) zjmniRlBq#F&SWs@;}T8lYO2<=2s=S^PX=NkvRSmiNZ};^uFCtvLWNd?CQ5dtHH?4| zN96Pu zbb6vtZMmN4oT+o`dn_&04H=%WR@dfSPfX6#S@l!r=$^@G@Q-2t*qj~_T{W-1Cpx;y zBbzEcQQ6exAX=3@5#&U|@yK|zg*J314$IL%sIJOgXkla!4Xg(bBK;aYxJ()rq zP?Cw@eg=E>v=rM~vTt4IGw-xEw6IRn6RbPqeGjS>p+Z_=UM3auCH> z_%wothZ7SemhLg4va*tDA{LAwtS2@o+jCxaaysNZ9)*p|&h;eZ^hkOpqT=Z}D5poG zXHrg&g`UYdJyv?A|BEXLb&%MQ;d?tr1o3a^`vDV(K=z zo}7Tdcr$RF9+(>tm}v%f>4DB1;fcsTQGuzf59(#5f(Di^4dru!uXL1;o-UM+o*5_~ zJ%^%v^vp#0=$VD`(Q_EeN6+CXA3aB)eDuuAagOC4H8KZPoY?4u_LGey98Gw7@<@2| zb37xnJtNUE3(zMfLUaf0nXaZX7isu^O98pe^%VNrx+mOLL!##?7|~;uaW(bOj?{|o zfa*CBO;L`sm^m*-YI-^~$LkBIp#ixie-W>5^;VB}mGuH`HBFishO$bxov9sTIfj!niPcO?$-L`aI`YjO@g{ z(mj!=*%ThzP`ph>kU5Fb8}WF_Yjhc{g&`o zBvjSUOvd2q9NUoBlP_b@Z!7wR&Q6}$FSN2>s4s3{ddJ47%JGcO4kYkJ@?}_^;~A5^ z3*tvIwhKM|M7*Iv^E~-rv4)FGVw|bhd=qABm3q-hoL%T?dFXk1fogMl92j&+`dRY- zGm)M+kbwQ)NHNtn>9Mh{vgEV?c}Z(9_?!p@JUZJ~E0gdxCOeJVjOxWGjadbgQ3Y{& zx5qREJv=7QQ-WSTA00bc`(~I>wd|9b-!=&l-?5Ql5k~QJ#b>qdW;|CYnh=T8M^_R-z$f zInfZZg88ZjwvzcGtd031Y!&lG*lOmBuy*E)urnO$8qN7B<73qxAlRQ~R ziC~+K62W%RjyKagh2J>6Q+1TccjzdQpN5#@_4Ib?C=r~lqeO59XeXHIoyl*U-dQ?I z>JQ? zAyp73nApm4OOjC4wbSOx*!HIG4xGk(ENm4EYnsN+;gT@EQI~nT=JPT zclK1WRuWi~hT)_p0_R{uuofMO)0uIiMoh=v=weto>ESk{7?0DjOq|yg;qtz!Z5DPrnv8ITGo)yo5vF4mO_pHgI47DZ>O~`mhoTmOF?}5*(r`Lg zij%mBIQv|HT{a6<5lR?}M-a}Z5(SmH1Sh1mI3JxamWbs|P3_(4<=^i%7p`wsz5jvR zyk@Q1-~7AXmX6LfYVYrNmv=Qas|S9++upXKN!|M&xSh@I>UP+0x2v1jy_Vf8*u9wD zT^$?Nbg46bzuVc>g7fy@@2*ACYV+@R*RN?_tGfOJcf;ECs(t^i~6#x6;)ME@k0taBy$8QHRgp+{oZ3hyM_3V+zI!dnc# z5jM!a&{k{x&U%G)C;u&Ex6(Sonqm#Ijr?6j=1oTLuQB(WQ|%BP@blQxm)DGEI; zT)rvaV)#~mC%>0J$bZQnvY+{6x*do%DMOl@Ndmg1E zEkAIIQdn^6tyG$shqPV~TrVH!&=;++SIC2oNJ39V2wO1c5+-2>ja@RrRxxIQE{X@0 zLoP?QnrwydSF#Ot@FCvFruakHFcAF;giHfwg-#*chOZQ*=qu&BIBjp2Yh;J)lxyWW z*(KM*%5sC;C^yN?u({qUPnO%{cGv-(DtE}!d`){xceFgSEugTZt8#o7|HoOOR4FV_q51~e$z@HV?5_=(8 z`^2-5sprM3(3)?-t|1v#6YoHOzlSs3RMgWypeH}Yp9{7ipQA;-!e1urDX{Agn~EQx zLx03yHmnBT1CYbeSP4V24qF z)1o3-hCOiDVPMC9yd01H+gdphrxi2gOtBDlCMSuL{Qm$|C#?#&}kWRvU$J*NL%v0$QyC zBX}l8!HJ-qjIlNceP9~;RvoNp$mVz%M!**QO@Mv$R*a_GVNo-KZEEJiy5=m5j2DXk z!U%dPtVb4!8}PSW+$3(rj``jATWz+5gakPP-fZ3;Qa7D%ohJJX0A4VpZpM^cc;d3*~kM4C`yUJ;lw<^LNr5YbAU-}&SQ z8Wm@|gOE>Bx4Ab(y*e`tfXaGu$)Pjc`v@e}sEV0L5;mxQ!`pVTxOs0<{TC zozsmv%i}tu@|PozSjY#JFdjJFWH}E^U!X3*n?7RbwdbRtyCLUt*`ZO2?7BS?g>qRzho{}MGUabhXuM}Q9j9{}D590eQ!90t(oXoRxKUlGTm z!j%J_i^u3X&@i5TD?b5`Uik;`__g>!qP8#=-VXOo+0M1eqomv?-uYh|J^sBO`d=M6)I67wS!sL4q;uJ z&boFe>)H{lYqMF`=0evtKx2{J;%L^mV_D;lV~snWHSToQxU*T~&Si}|k2P)sYupyr zxUH;l+t9=A!>tn<$=i7(@8FTVQ_x7hmPhifJd&TmBl%f8lAp~Z`MErjpU)%t1w4jd z#AEoyJceJ&WB6q}dSA(-_f;6Z!(llXi81_U9>Z_pG5l5@!*}x-ejAVBck&qi5Rc)H z^BDdlkKucH4By9N_)|QFzrbVoi>#MlhV|-DLH4u?fPdZxF_sPR4|hAEtU;w=40#s3 zSztM7lXmbIES`a7YKRP#Vc>Nc^v6BmHwyEOX4KThSchi964NVMV9y;3-TjG-lku3f zw8{j`Mh?h9C`+cL$Zoxm8`~ze+}*i{=#)w3j6cPSn0kB`_R{5;W$;iE~mjF zy^iWu&SE>dlt89n6<(Je0%8(|57Su<>2&3QBIW}z!! z^>MwJ;hQ~+_p$1qrO%-;!pw#(>~7e_nsaHfP2LR~+2iKZu=;!mJ+23P5?_!_G|jGI z_wXqC$FHzPIu~krVUvCyXR(4~pkn@PfaHAT&V#rizlS6cw9 z@CMk3FMd5VcI4|+7i`YEVY9mt zR=b`<&S8!`7S z7m=7(?Gg8@Q?VDdAJ%{mux@==+#&9SX8jY!1qW=MPg6TFpLtT)F}K6b0ez;p z0v6F{WBvOj<}i;4r??3FPD8}yu&lpS+=iJ@6UKx~#I@=i%%rY?wf(KIO1TPa;lIK@ z+J#m8Inem$iCvg2osK)j=VPDhW3f|RAf8ees*BXc>c4QSCkmZc;a^Thy&;x4I2l@&c^jj=(zc5XO+VvG?{KMuNi_2i{b7s5{kN z>TY$9x>wz&JeIn7)27)fmUXpmY_)IbXe+3xsL`L5CB`$~corJZB6{W*R8{Nm75t8P zRmQs!ucFL&uP~lQIu(WXiZxBmU7a2Fip~|C9j&WFs+!xnnm4Rj-rl;|QPtAf-PGLN z+R<&RZf*h<9$lSH-L@KjqqOo13yriZ4PL8^Jgba6stjJMiX1g&dO91GzNi)U8iS1* zoed+rDr8~+I}^?5mPyN+x)2PT=~$sBU2T-6+F-fbC{?vlehZo7F9ao@Ur<(SnTras z&DF`~1xQeh!Cy^@b)KJ}8lx1oMyYCi{26@J)P&9J$Im>YI_K%tX`R>A*0I7ik1N%- zKxb=#pRM2pEp4q`t?S#?+ZL?oYTDQu(%=u&tE9Hb*1$o=t5JWoWwwQ!oMWNc+Ik@i zx$g1{+)SBYP*kk@7aQ*-dU#<0mo2}rpu*M^P!ScidPbF{#tz8%Sc7OF0xT`GfV9eH`2X%0e)(Q#i3~1qMqq3@v8mTrat=eeGYG0)qEm~D; z?euqvYJ=|@Uo3;F+GvuRg0RkhU7}MjT1e;m_NMhKbSYHS)I`N+LaqT|)}~gtmSyBLQ%JL!do#Bx z{6a8dwzRdk6L(?$eos+a;MiKbSK<+@s{tLOL6yQO@!(c7NnJ(2j|&7X0W`d|e}Ryd zu4xe#=2s4!kXbxKGf+x~asX;sP7arEg|Ftq{0e{qiBUT#0D5VI6Wr!wF1)QjA8i4A zgc7MwEd;mu*s!*(g1^Ji35=R`ZJ{8`YI54)1nXLWF<-svt?I5~PwsR?y@s3)^3$~g zW4JAHgd_Urgaz+v=#PRqwhaHlU5YbOiIS_B7m zQ!fT$Sw{}lW3a9y81wOISx>LJzF^E30OeuIl7&RXP8x(rbR_~zmyLo-pq333vcW9f zhW@475LmhmX6gE=4o*LYU%~1^5taNj91GR z^4nta7@#pI=9WMnbXp`_|U3&b;pB zHq3D8(Y=Y@&^BGI^lo3?xuJ`nZ5ug!ecNUVUypfs2O+I(D^_+BK}Q=W5X|Y(A#f0- z$OxrLh(k}6&|pqi$0%i{qqLb$Pn}UceJ11_7~?$X(3bOHgz_N7$b(Ql4;`aCn2z#b zIz10Y^*or6^B|1tE5B0L`}vjn%pkv#$AiNBQm#ilc}&8S#|=DLhvUf;Ej&jBqZT;* zm7!dE9bX@^92^;VD6?X`==th1tHS(({OFZi)~;;rSgJo*$rDLosXp-K<0BWAnhjl@ z?3rK5lhwlfN*?_Rjd2T4ozH?oozKF2eVog$EViv_>!5LYeQR@PM+>J?P~Z-3UEd8| z)ZNNH`Gt@Zo{UxU=$c^^Yu9He7z3c`FdJz zg9mqhMKEiJfEYz#D?2+^H!bVj2(EnT6d3Uf^fB38P#KExaan77=O#aqUch{Jp+11S z^%YpY+sze#r(STkG2px1Wg%2BFaszE!1Dv}Q31HyzzYND3HQ+x?xQE%&3o<+?1ydB z?Oa5vVdp~U3S{9yr!5**?f!S#U&Kk;>ej9fF;;iiG}%K%#Aib|ZLY(KL^$>qg0S~ig1x{I z*sn~*o(ImX`l>V++&^ej;O@}!;2zR~;f~gZ!!6WSzzyQidbl{2!213+eN$#mi-v8Q12fL+55`0WBsDE6D@W0!0ScKF7lz6!B}nTb6LI-j~j zJqY(3wI6OBzVs%=rR>&|>wSUTzCWv%fo~y7??wfqIqw<{J&WC5az&`pZ-$?abE>n| zx!9|?l6NR>0H-2pAK);*gmplcHnAs3>~sl_?X#3c!ngf-!95i0LVC`rgq{FwfLjW994UxwkAnviIQMw?iu ziP=odA6NMN;(s=&K?)ek1n8 z*Xm)w%1vyviTOhfEWRipMxIGG%*1?j>G3J1U%ZZimq-(H=vchP=M&fGOBtBKOI%;v zk9v4O=r?hn8F3EAePm*XP0a7-$KEnhc{T3E#E;_+0A7uI%EX>9v4;%I6X*B4(+s`E z#I83nUwWQ^l&>;FFEKG6oj>3IF2?x-#Pz4*$IjB};O;O=xz#5daa-fMkMrw@TWR=p z#4R&1(@*z7Y8`PWnfQEzZf4w+e}h%WjYqsPKy_T9iRGABriuCJoB=VC%+Od9^U?X! z`|o0e4-nT(g?KmkGyUR>7zhb6%d31??5{q|9~%3E?ic%2?58I7fr-6qV!qHr0dy~$ zp}i*dR~<|IICh^8^XY@w$NYXiEZ*Pu&EAt}_Jufq>-$^F-{z)Y>;tj)8XPS8CESfz=XerDXd*s;fkBE=HJFF$sKiDj6W>8JaEKHt|yz)}sm!~nl& zGj6Df*-Xq#&&(~+#PVZ>k1pnCALb9$eTajY?{qxoi#_u=G3{5w&6caO2Mht%*@n$H-WFub+b(kCg zGh*m|6hp@-hK^ZG%%8G>MfZ_(M*j%tqZuAyiTk6!K@5~K`m^Yd^pXQRY+^pYx1wJ) z{N9Rw(ZozY-3O_>6@9=6eJc8i0kDS*KM&P-^ql|?wTF&H-{Qmkq0!eL=XX^==q0|; z=<|IThn|HuJ!Qi580;5KF?5V#Fh*@|U?x|-JpBDFKqgIT3aGWG0_wn5FaA34P^ex? zU&_%Q&KGrnkR4|1ttQrOV*bz$-7k7&^fD7W$;9THm@jl@0NoTbwA#eR>lipFGcjKa z76$nFLvu{JOcQgOm_IaW0KeD){QNQeSh!9X9Tcs6Sk$jR%kWVP=hX}#iY76>Ixl?x;E-!(|4EYXN1Phj5@>cJ0)tfiFKKn-_MV= z>!B#wauaJbv4tk)51l)JpFh-()tPjYbS$beYOINsn3&HmKWc>Gmmg*18x`QEhk?(G zs8oaQ-(!hU(FR>&RH%vBOw1oD2JkaO^)TdXrkD6}J{0*)I@t~i}j=wSRO4y`77v4-8#+3n!C zL*y+;!KPW@26Ots#GCk9bHXQy-F$YFRResmr381ns)ifE?qKFEh|Bd)?~g>o`*JTb z4?nW|lll$*VFpedzCraV4&nPnQXIt>Y$Pmku&XBS!`F4B97(%U@BuEqVE0XYnFjux zdp7N`$+_&VVs{>;1M6dQLpYry?5`*t>0mqr-{Fz+ZKgpoz{AL2oTa+q9)abP6rVGt z#{OS0Z(rlvXi|L1KAb)*{U~lE?f&5|4CP4sq1fG|Qs7<;`!EmhaB2~>yD3-D{-vBo zyPGnYxw?hh(atnM%-dkb*Xt>;8^gJTFphmgaB@C#avr-Mv3n-I>m$Wl#yi;UBzm!$ zcQSA0xNYpSjJYafnq`KIIuV<6oN0D2eY6G(ZW+q{w<+R3j{O~y+R@JCjbPsFoaWm^ zDZ{y>%ekaexujO_9QfbNB~4};JEvnMIf0cO#R_59$!;iz3YH?p{Qu19ALLNU={Iot z<2n5+DP{2!hibH2EPmEjz&%Jb;%BN=^fi(JC&!8)O4zAFmSEFMt!CpsZsQc^{Wl%+j{Of3kKp+#&2gmD8ET_+)Jh z{Fe}p+Y3|!li8ihX~r;~$hbq|TfxvOl*>qVlQ?t;*H10`lr!ZU>_49K9jBcF`V!7P zlxfCkpTg&IOBCF#8p&rV^Ye;!5O^`uOeGg~hr~|_yQQ4+Qckm-X%>(_?E8pj7>ABv z+{JheyHDcFQBv;ZK6?(u#rLTw);bCmJBTYWpHdS$hzD^hDxpb4cbVs>#)f{&ryEUA`Wag9i>g720adYToc8l02 z3SUE%GJ|tTVV=L{P#5QQGUwIEc|F3pBy(tnhWm6f#ezOAzGj*fZtKC!PbK^0GbR0o zjD%%1ot`9OPo2gI`i+zX*ul?%y)*qr%5e;gbyd zr6MFnrxtP-&M!1^Jx(%kJ_Fn8N<8svm%+B4HQ@4?*} z);F>2^374%!2P>{Wu${nfn*fBaU^%}1s~9hGvEr?R^!ejEPct&cdBZE?Jj<^25=bg z7T{IDi+}@wrvTIsFh;ndRND#Q-JR`}Dn6bK!74}iY0 z#CKmIx!xDNzrcNjMl1T-8r)ady_-WHVfRd?|1;yKvAd4lYuVk%ZU?@ID7_twSFp=t zoc9ODUuE|kxOxlWM2K4`2Jb<_7IB&VWo;qKxdi8WbgPQmZ4#fWL3q3vJ0L~V5n@OC zY{T1MaWg|grs>X71nyEu+@;8XOScLntgY!DDq;fCIjy;9IeeZSX?+e~{KFR_$%QmR z_RgofqoB3nUg~DtL)wY2{VDjK5BCqar$oO8gmBy- zjQ4TVlipu2=-&Rt4{12KGuX&%RJbn3kUk6UWu{dPE_i5ZXM431p z>GhyQzk!FRj99pD%@*)ZSi2XqH9J|cqt2j1; zzS zPO_j_78LFre27;52zP8TTf%5dUs%UoB$f`v(xLFh_2KXzAxD5F8+T0{xM@-#LZJUj zAPc3qRbs(?l8JC9;R}Ki8gMFTrpajtoi3+?vQE|kpMh_KTX0uo0q)n;%X$$Bt=R~i zZh&aG|FH^jaRXWeY;4ULY@md%L_BE^Z~meLy|{_YwIxZiPRAyAd|r zK7JAO2j#0Gh-F#9HoprR<5XDG(_JbXZW=hD>FBPH4Rv3P6WCH!ihFitstj~!2a-!?>SYxt~XX%g+!>w_P2~WhmdYi)Jpvn9DHk z`C;7WBLaH6m3w%EoGd598i9JaHK2!ExePY$+reBC8~1H1mnVYzs>Z$4g4;$P;WylH z9|%1bzaAmta2sd{?!izGjpdSu;l@u1`Xu$!81AQby`OT8*tkZb)cMe#^o58axM}w^ zG#Qm#Ge^7U(W^-${Szb6*WQ1@{m?h2 z2d3ctByjY_xOEiqKP3ttRp0Y|$~^QT?LLgYJgx@D|NXc>ccg^$d@<<_xq)xv-%xt` z!+qZRll$|H;M$<~{=|II4B!XcLG1repHJ$3gXw{K&~rOhiw2>tkM%Rs@|BrtfcT={ zmhu1NS~_?lZgo06raz8>4S3(w2%|5w&@74bH2nHK{I%K78}&%@7vDe3ZfF+5?TP0P zc*krD5_Je~FB;m^9FQ z=~sRR@oZJ`Y?Z!nGYxvT4u8p9hCwJp188Xes(AjYz~MUh&@5I7n#IyOavStC&0;M) zi?#CTX5)M3cAm>B9_cJxPWmRterQV?jP?C8`?G# z?U#kW2(;}eP|;e%#;t3El#Yi?P#cGE8(Z+LmO0n~AZgXOr8RD88_TSXTiTA_qwGSO z)ZR9%v^QeRrdAK;RuAV^cL>~cMw+K%g&x8Z5Q^KXS7Qc4>lhp4{5D9&9rz1kIdHHX zI9T4pS>D50-a}d5!?`Ub*L5hbQt4M~w+kC;{4}gHs0Y~41Fpr2z5?vn?wrlB=QD86;{5;&B&<&P0uR0TQzqrape-(PG{IN`Pr z@Wh|(UHwn(r#H11e|HBZ$y%iDi;*PDDUKZ7KZbNlvaYQHKlC*TvLOz}7g*@FvHq2= zNc5WM<8DKzpw%xOe+PQq3;3#)8*<)`TJ?R2 z>JrrC9@JO=Z$%x%dJ4Obs2A)Lc)yT40p|n$;QdwJjOQNOO^`1^&r5kRG;)L322Fhr z=5;J{Qy|;;%2nK-j2ZToWOl&fm_T%JO-c@{u6*F0eb;|0_+3)8Gx~m z=j}8i{uOyV12_P97Vtcv7w`h$MZimdgMhyQUIx4Zcopy(;B~+ofJ1;c0dE2R4xr!D zcn9z<;61=$z!AVlDBC~0eKNxPy^I7z17ZNNfH*)rAOVmF7z9WHBm+_ag8`|4Apj>J z4Ui6S0WtuYfGofWq@RavD4f{f>kk6!3VdP{e$(+>QC>#yoql z8Va8hk%`qW_8?`O*DLXrH1D&*3a|m}fFM9HzySyWgaX0<;eZH0Bp?b94Tu560^$Ji zfCNAyU=Sb)kPJw{ct05H*;K#~fD@1oaKV2lAPX=IFdQ%fkPXNIlBLVq<0ze_a z4JZN>14;m;fHJ@+z-Xj91~3jV4Kv$$@M{1p#QP$^Nr1(GC4i-XMnDr_8K4=^0%!#+ z2dn_B1hfHG0agRr0c!xAfVF^iNP9h=o6zE$0b2lD0o%O2VmJKn@g5fU0`3EN06l;` zfcpUt03HN91b7(m2;fn`V}Qp2PXL|->;?P@un+KOz*B&y0s8@eMLy2}4gj77JP+sv zya0F+@Dku4;BSDJ0j~gF1-u4$9q}8_FhPPuN;Q-hXY0+?`%AC0J(rX=#-Iwd_VyJ zvLTDS|CGgm5ysV*!v0IUXb@3V3X@U4K80owrE0jHpR7vOmz;3B~7fI9$p0`3Cb4Y&tzFTexn0XzVB z1nEBtcnt73v_qozJ~arCpAQ`Y7v;0#4 zrvfg;`(=R30apO71Y8BU8gLDEtNsAE7H}QldcX~U8v%a=+==*iL!-5$jB5ZLfKI?# zz&bz|U_GE4umP|UfPO2VK%6H5djWp}JPW_)0M7$@0a!E17Xb&oN95lCF9Tiyyy`uI zdi(+P_yg*TPCT!s+csjnj)P-5gY#k@6@*dwEpY|D`Vx*e-fhHeY8Y_L9{TNRQyfKK zF+rGyue2QDx9Qlotb-rz?z4+fT2Tnh&@zY;sTiv!=meyIZ@YX%{ybMy#{LQInP4{_ zAxI}6g%L&yZz4VX1IKjgLf>rB_o?YiXIA*>|B!+jN9pii4s#KOk(a)|b~{d6_F^ac zLb&IMotWiq#IE%!oD$JVPSk*3p81}>DT8lzTJY7FAt-GL(k}zGCcpK*g|iYRf59vU z-_Y~Ez%J@pMbbJ5u!puZ1LIo?zF<178e)ma%Ga2yD&a3)@HZqUbalr%Vm*UEtbBsES_ZiGHy|Jc8Nne zDvFECGtv_i9a>0qbXZtaRG39QV6pr*?JY-PN=8C*?$Dg#;_N{V6`WX9UQwJ|loFd7 zSKv5ZrwxlnRf$YEQ7Ae6Mo~`raHm8$r%{Vai&%lS7(3mn;d6E4uu&;el0g>lE-JJ+ z24y?5vNBN?yWQq;rI*H(xZQ>LiE|VrBOV1U$zbeoH0^?*5OqgT&~FPY_J=eCzNS=PHd=}~#ECASPD#5u zRo;nTM-A%1dg&QYaW+e`UiH^{Gyy0@Cp=Qc>C#od&<&bRKs2 z1oAvx-paJvv3Ulh_s4jd}r#oI`&S+x2ya- zT!&R8X;fWC-!$W%Ax}M?f2u2On@Mw~ysLlu=&`U0(a5HPet)~7e0&K`$&4Z*` z5iEm*RSUANfJU<~6?Xer3>=!J$tEq9ah5uFLBVME=;Dk*ca^Kk>2RcG3)V-m=)J6k zpqpaReF;xXhek4ccxI_A;Q*nlv2?rC#yR?KuvorxIKH!3WRt_ucecaQ_ob$$YQdp4 zt0p_OV0nS#x78MCPfhiC)s2?E*DQ`8P`yGA$1aO@q1|p(ci0_4eZdxa1XM#%JghQm16EvK7^mwcB`j8D!EeWDaw(Me*y%QDwTh)E>^M>9a=Avja)xG1!gXLr za<+&~h$n3d^#rwx0} ziyFtvoN-Hvik6I%j$m!(vSl;-4$f?Do~dyBF@9+gq>_1M?TX!T)~-*n#K{0ncP!22 zIAbQMH)*)c)m-L@;i`k0bq(dABeRBQQ0)~2JBDNnZu1k>mn$8D z5f_U=)|H->Sz20>z!h4Qg(@fTSG$U|S&psKC^|m2~c6rq$O^d%?oJU|yeRUQ^1PNpkw+IhNnfK*pT= zYV_Sfu(2vFFG8L+m@_Jz^jj<%=1Q7|R;Ou`-fM*@$Q?0kXj&@mG~;KHii0t^5b@}y zM$e`G3u$-j%q1A?P$%|lEMinCuy@p98S8M2wK$IMUH~2~=Q|wdTfi~Q>YA8Whn!<^ z*c=w=c02->``+ibzNam7CZTq@<}m9^$DSDVhMm~sJ9eBU8Y&-sQ5r-XCj;;JW@kC= zp5lYQiqx-lDa2Y=zxV+N*1oKDZRp-Ut?SdY{j@IHfc#a4qi+ioYZ4UeM|hr%CzPzb z!Eu}(g+6iwkpvNM8Qhz*nEz8@7tv2T2B5hddu;t^s7&7J_%h=Y_>RDesh$M%;9&s; z3tFo8T#PGA?KG}TN3Z2hTwz7m9cq%=gw{nMN z4b7?aIwzZBrU{srti!z0Y!{wWZRGaxr58At)!UHfRC;>1YL4U6qjt8?oJyzJeIgp3 zQ|UCfosfpKiB7XkJ~?n+nxAI7Tz7mOQ28J)oDR>sP(HJ6XfCOze~O%Od|Z}Uns@0m zXR9+$KtuB`o#t9l^lJx}**fN-Ty#A+41s2`j zI_n=8L&5U(fokhXhu+0Ve=hL;i0{Sj$I4ruEm@Vc?!ayX*4>!tooKdHAoAT+|G{jD znB!3dgGRulse~p?^LWy<(sG-_@h3+~OGS`-@i|BQhvSU#i{1Ko4bC-Mb&lrVd>M8>`bi~v0GEz6vQBdvEO!T{p&q8wY{#!n^rIo^ zM(gD8D3ey6irPUXsTG)5V;-sL<9Q(#=I(qRU1)5K!cv^XOK&HmZP=eD@G6{I#eu2# zx!gX$4MrRF{R!<@fzi$l4rtsPgRd^vlvkEXt1U@}2sJG<*sfU} z79~QgFr|hMt{bcf!o1dG4L?m*T`?Xp#}pM7x#GwPqfTQE;K#FSwwKvz#I~;m-EJFj zDq0+tD{8f)fC^!h#ggxEYPr% zI5ZbDcLvaG$4Tn3c{RY2{tlEV9p`~qi>dSIOb$HYgh^Z!z{4qG*Ku*lp5-Ntbh*yM z*>c};G>SUCM!H<5xfZf@EDtX4WO1F&!`H;ah1gXj9w=@ouaEV(XToB&UtA>Z^8P64 z`#{NJ80I37Mr>5>;GHZi9<(MbL9{B37F@|9sVJk^is>e;wtS++ivgYn(-hR^dbFt+ z?bSMab_*WGjT3?j7LJ+iaLk#uc=0s(J@i}Xn1uzz8}d~{Sz4y)(xPSzBrW)k^%MBI zduF-IH6$hoy#{6llH>-_GWTsg`11Yw(B9TUWX*j>G`=cof5?0kL6`ov4>Btm1#` zpq0KM=Zfyiq{C`JUuhmM=cMH*XQn~BpDP#Z^9XNgKmYS#dyYiBpMairFWt1x$xj~? z9~ELli%;X`#)?z$HUSnpns5#dwh6Zew&Sz)oeXeG3Nn+nFw?P{i7~m9);qfPjK>SM zGE0sldYgoyk+RoCrus}?P@?%DBNPSq8TjOVzkL7)W#p- zcdxS8v8il*6x$rQ`@%YX5laIkb!c3OM#2CY$9zR%sT`o&U1eGBd>(cKRePpgqcsw? zT6GaH_Bj$_;tNY-)OdR+*h6DHWwm3^dOzj^_!nxo{te>rlA-BUH&(HIf3w?hQ}F>U$AP`0()t5g^a0aEiG-W==;2)xiqofu5)&i_A5`5|K`l*HU^raWLC#~m6>nA4^+M6fh6N48wo{)HQ>c z2``HQR1gqQk_zgoEBLDD%NlmqysNGYtW5Ryf6lr0R#kU3;QRZ&56AAVQ>Sj7^PJ~A zIRKJEf0A=<+iH%`pX8j|x12+go1AkJc6qVCjcdoLi8;hi(M62t;YQe;VzDh?L;O@e z|2qEqv~#Y5&S}nh2P*NWgYk6&e#cVIDiv;fxO@)gY*=UVXU%n{e)dItmewhsZ?1Fm zoGYz4=O77_G=(`*no0u`%9PyCBB9G-j1lr##miX zXG7Rql*OGO$HX1j8d#c8YLqqXc1W2Wj73|jw}&)b7qUcx?u&~;${JpRJ%As8M;O+@ zB4Q6kMGAg149lCOU@EwCp%fu_z*f(g2Un_Pxl-k|HmAd>HE{05Rg0`(BxrNG;yVh^ zDyo%G~+H7{mxT;1c#m)3!tk-3? zpZ|G1q}xBKYGoDOPBvZ#@jZuL(v?l%8c`Psvvcf;4KNebMV$tocA{tMLTna|^ppya zVL>FN{_J!L11-Ro;#?5ctr=L9UDA?ko9*iAn(CSiwFd&i;^j_Kkdv);rmY9Emq(am z6V}(FLLuza3`No^0^&=2{N_Ta2?~O$Ec6aVB<*Lq( z>T&mcUEM+?G9M1lM>ZMFCR847itg!Ton3pQ&0(%iz~*!Q!ur`}*4;c;Uq9Czf1-J| z9{l(OxR8fG4A1^{r72bqUkWY}xkurqJU}*8As|7@$U{7F-uAq5kltKnTh!-(hy+un zuw)7$O>*em6t}}y4T^ods$35_ zoehbBw5Ukxsy=o2$l~K-RS+SbpoKl5X;1Kiqf3iNv>T-YbEAf(jgHEtVQs_fXBk!X zEQOCM91Cu9Pyho`!9Y!*<3^+D3?OiUniufe2X z;$?f*+Ai8ftI~E|)V3D8|Jc&fG5SA$9Flqb+1-~pwBx#dTytEuo7MCmZ2jlOBS#kF zKcb&lA4wCnLYk>lBC)0-xTUZ>^Du2Ten7~LcF+i^!PSNQ9-MgvG;0SyR|QE6FiSc~ z!(9)Fi=dg}TY_ca6HJA>3;+Fj;qd&hjem^c!oN}b$MlHd(dz+=!Hr81A&DN#;P3peAkS7zi?A9dL6Cr$x2KtHs=KSI#4qJPZcUu;SA9rOrN~^k=cJPvy z1^TZ2s;w>(s!`FjOmmVesxiXt`=(ySIix#z&^=_9fDU2&uI}yjEyuCkuNyHzM-nN?1Q7@hqKUxk^Gh z9~eEj?Tw3WFwbvlcK2c*I{`myq^Ngtx<9Y2(XDwqvf2hCVR-OVSG0e!H~#*?wqlsd zMhe>oft0u~3VR9krAUE|4!V+}!q+A=3xl5Eor1xrmlXR=wl8U)tY$Ci-xdV!Q7DpM zf_4ON`T5s?O1xL-(MjLZNV<%Tkq$*3Cp*3`;qfO^?T{DWHB?22rx4j9BA@V?VFbbq z{S~*Wrm0Dz!JG~2O#ZC7&eYGofX~u8<@3#TZk|Jusho2T`7J5jD-BFe zb7vZO0;hylAoqJSGJ{en6XD&gfO$mO71OIgw2Kf`LNN;DCMvh#0s#^2c0uZgU{*&& z;u@I1fCj2xf|rN^)Q)bL#z5nBU$@^=SkUCqD@;R(9h82v--ol{m9Ze~-7R-saeSv4P;A1o4W#gYBF*1uaL9zqYYf<<84@CnJ3VizwDeLgN}E z7L27}AVG{EFXxz$Pv(|ENK8~Mr;u){3lK1kl>{7Vt1MLV+oNO)gme@jdx$hYk*!jg zr%>w$@qUOt`Dak7r&X8Bt^NY>K~8>$=5U@r%{f2qbe~^!f-Y17!4~jsVfr>-o(pjc zY?|!1WE}+|1yKvM20Dawre)K&CBC=NvWp=E5f-xFsOZw^a;oBo^7j=^yAA7ep}8MFf2|AnDApLu?k;F7HpFn4=NZ6){>pB z#g9-;h_Qm^r$WpSV#%B+!B(%T&vO1Ocfw})Z5-aWZH^2(#u!T-gR6B8_NO_G+a2-8 zNy3K+6~9YW<6od5){Q{UCs1{U*2(^abyh0gSXFT*7xqr5nK<4AK2<8^!JuhdPQOwi zfXCVQxy$9SJ&KjV!s)VW>h~Eg3mbrvaZs$~0jy<|*76BPx)e@DtN=BpJjiL1T;LNpu<&&*66^p0mD3>{iSXl(S1v_>Ip$#fr9g{!P~N zuY(qzew}Z%=A1)DTgn_jycN6rB_O_?Y#_O?-ja}oXJJ^z&yheTgcRH@j6&C0iL6M+ z1Bexak6MHQO6xw18x-41T3U6hhQ_Km*t3B6O%Mj&f*0&cFx+Fh+venNh6WCi0Dqpp zPW(w!NvuZPn@<_g|G=g@v2o4^kd2l?$F1kky^+tklC^A_v%20Wyvn9e^?G(4YEZbK z3*5K<0v$D;^E!AH$hz%8-W&0@>lscnWgNCxG5$Ggob*Qz^5f+A2gG=EeL~26LgvBz z8`u#s-iI}i*5yGa9bwz`$UE4$hUj{G%4e@UiyF>5Uf-_FSS3^|W^avSL>Pf|Tp0LJ9-dx5hsNNYOaw z?|&_Rnd9oDF|P7Y@NXL9d)Te0JSXQlp7UOwf5%P1_&l^~@aZhL1_0}4`E+jCy*IQsgl6#`H6Bf~UV(rPFyH#zl z)^e-$xfj^&>a;a}ThjQgs@EF7J$alzV2z(-mnFU*m?giT?9qUo32SRz2+|}omo@&h zHUB#FF-eTS-Wccn=9Actz}yM;D4yR3JK_zo>|Ew_v}SVd1X)&82wN2pwnEVN98T47 z9O9MGwntz;bUHcNA%ef>Yp4P?Cox8A|q2t zk;|d+6jEF`=YHh-Y>}l={vun*gxKVf6?aj>tn$jHB`;B zy9SXW);MZ8n&ao#+vz^gedB+|Sqvfj=76#kn=b_q=w&vIPiHzgioj@yvq8`}V|KIcyV+Q&l(KX_-jHnzHG?5Fbr)XBocNo zjY}<@qOfJC1{uc5Y+hJsD(}MXn=ABpQ+;>vWI*3^@Zz-u;gLXntB0$(EA2xENR5v_ zs_l$Lrnjk(1yq)^r@v=)8`xaV@&0dUETCzwg|4o7nElV<1m+G*bvp;g#%8s?z9~VW z1hfy@ZFQ{^-FYnyZtYn2U`vPq;?Sb~%?+G2w6IF8H$OT!(3%sAzZmN~ruB8VcMzr@ z1daYCZj6umEyW`6kJ_|s*wDaWg-salUuo{@iP!)?(>w6JG9R0A=fTiS5rah!WiXrlXHYCF4wIn4tD&3Uz*UA6ct)&dEFtT|5r zgQ8?@&H|o*3&G%k2b{(x#fHFyh#$eeqYY_>;V|e62JPTGg;+OTHo8kig+&Ovb_icP zS#{}R89Qlhj}lrq>>@1tn+LKpGP3uN3?I(apgN$txawN!>0QvBPWOCo_X;sX7YZ10 z_mL6jcu(E(OjFPJXf&Huu10&6w!oPJ8PJ-4wAOLFK+qHv}9= z^8D0s&Obl_24epsV*j(s!N+X^-7@hK&TtT&^mpvTiHp@Vv@Z+UaJH;{ z!%cMM=s(wFXXm`G;Q}}pJ3A+!hKUHeF1l5<<2{AAac$<6WBmNT)^>H)=E+;u(N&w< z5*uhXc6dK_IHc^MD9GNf=8(6l*unS!WsMl*gnay$z| z(^J_!KHj~3*dLDMcaN2q*c`)?oRu@D2LB7}F|4sbRqdJ|_R}H^a#d4vk@54P^6^8F z#^&a%=)gcUyVvLM$!Z-KXf7@G`=HKn_Klfp2g!swV3a>IH1^jdi46_(QeiQ}p2`3G!_h!Oh86%i#Tz zXTcf(yt24G>zmDyruTiZ;eFd+Td-vv7#Uy7Ah!NxoV~u#3#yOvYSwJ-g`WK8kg&Z+ zddIqp+M|u_g*_8f{dv)PnC9CvS_jy72BL+-nl@a}I$+ZJ#{_14PhiGXOzLYyPaYFe zJ;sGpe`BgtFQ78Q2r7N35&U{d?Q0bj%COl8w)M}cP^ zP5Tj|_{IJGiqb#RKRr5x@9J%fHq-?I2%Am@szYWh0k~GaQY$X1p!$C|taDbnk;2sE zvl5uP;5F)6$bQw(Z|cz~p9wxBna$Ke9;DIMS2_@b?kAte8TMg|?*Bk&O7fg;LF9%! zza^X#X-YI6fTn`V)DWA+=L{{()aAvQ3av>#<5ue#IBTIb$?@A##z||Ej|pgz|%G2H`&sswgRl19kO7D5&};zMl5NtF_o>ya6VN~SylHH8VR9Z+G<4w#cM z3@^QUH0_57LrVq+6=iUKaBgB$8Bk)K?ahsTPf>{*(p}=-OKW!##L}cR2gBT*N*rGm zLC9U{LiPi5G~2f&%;9Y|d-r12--D;TxzS|{8Cenj+DIK#u93D^jj5zh$rCuoJ}6FL z3i$UmgI2<#ro60M({NgbAe?RKv^3c*;)@K8bCc8ZAxIn$h9?dpyI*G$nx-%Iw$6ZX zx}fjmfpYH8zG5CkGX7m6lD+ImJNSEoGA`$~4hXsljfMzk{KkQ35uBESNHS$|y`TLO zQC98BaBLuon0|_gKq#ojPdi|lMW_JGCC~^DfLrz_(>R;b(pVSRUQu3Jke8t=?Y4F& zRP5YBikg*qw+U)RvK7P%68({53ACu$U|6&vR3hM+zqI|`mk&=u`{Mf0@bS|P$L1o# zsvQ_=V`Z==#eWLR(~NG9zW_{T_TCEyF215bb=lo&-rAw|eO=jLRFKfM=fF8&eAFHG z?}O@y9SUmyOM}|qE~q_O0)-6+rw9uOqkQ8quP=920r**uJFhIEkXT_tOq5FQ?B&`#?5Nlka@+JLSPXgza9hcd0 zA61JZ;GBI+{OMVo!wAX1lk2VQUSM7jT%sq|8APa$FNfPn*A&aL*^C>Ha}u{ag&_qS zf!vvbOziFn?c+~f2ut{+>%`z7P4fZW?SN@aB~jg6uv5WTYW54 z4(k%=hY|81O#&lGh!N@eI7W|BjVQDz83rtav=xSoi(@!OVc{UnjIHg*>gW50kZwW$ zsjP51!d}`p6~7l3WF)pQ7mMF7tr+V-EFWEBsueBPgSv&Wj;L4<;`NYh?bHMz6QKsq zHPlIPCa7>gH9E^&p2&TDw!|G^_X1IiTKJr#mc*W*bYlsW)7t;IZb^Y^@o6_%~ zMnq8@()B~)kCSpYz+?ekSXw-&Uu$8$-(Bs(Z#2D#<8_IfWVF3!s< zF3HUmC&P~x=j9d`=jIikzgcHLhZktOj&EGTkyG~rGdHUL6>_7N#KWuyU~gl1!tDaP z{)E3^tx@nBRb)}!Re4g_|K<2uf)B=@$M{o8^Uo;%CB}b?@n?nfCg-12o)y%j9pg77 zjbEv}Ta2$D2a4e3K{ZkO-glC%9_vA9z38>#p>+Usr!K}XjOXLm-JB#j`TXnHr;O*+ zqu-SE93`&2NaIxLT=@lJxy|R?Oapk%4&*(3Pp)Txd;?b+^2fWB?^~byqpVRZ z86V`R_+GDk1fO#wdvkT_u4Wm}kT_&j6`V^GbwFf1gMzet8PAY1O@+jlFA$+3qrA8v zN1}pb6Dr^qh`3z31r)ovUmSmN-Z?!&F*##{37mN8o8Vz;ca$S9@BH@$CJ_(H#EMS= zH*%B?xn63VgGFLDYe0WKz#*h&0rm{$HY)qjPmvaGypN=YsFxhXcDjlwizqO^{0AGq z5ilnhQ4b%FvW};a76H0sP_TzF9#BHDKy?M>WDyY))+Jg}QeIX-sj1yEFAGK#QU6Ff z(4pv3SmZ&XTU=SUIkJ%?d5X#%x!g|mJuq~<-O9-72it^<;iNqrR%O`CyZaYX8agB`v$0=89 zRlY=!0-~kaM={ukEG)1O)(qg+a~m?VG_?bUZHgy<5@XP6?btBUVE(V{C3Llc1-zve z`aIT0k^tr1+Si=qDH)joV>P*4hteJ(Hs^!q6&9l{SPA6e#C9Yv5&VPf}U+;t1}K$Jbnk z;`2=gu74GK@hHjM8rKeCgu;NI%oG1V;nu_*IuFR;fUX%<1#pvo+k2PGwgtGF1IS;EC34;2b849N_xR4uxKDhb%VZIBJg z6hz2mx>FuMkZmJN+QE^LLzxao*4ju9#k9JYdU{|>v%#hYpGjeRq_G2b>51;j!OE(E z%I=Bsf!4x3dtf;mXf0b=ElpU^9v3%0+c+QS!8kXvwmeS!7rDxGZfDthlg5cc$ni5t z-W9}tS>w0xZyWRX;5p`e@`bmF=OuscakAz{IDdS#i{PyH=;;Y8| zlgJ2``@r|(Jj`+N{nq}>b&cw)k#stc zs*KaQS&?4wiS@t0j!3l~2O*QfZZkdJ9tlsI>c&;lZ?4#!F-_86VmOhn}s2#jzzZ63~Z zbmQ6%H*1WB;n3cWR4|t#es>1sg- zyygY>ag~PcHfNKnR@CBD-&Tl_N~!`?EpIyAdT$}DD<4O9$AMPBSHg?n>)UX~bnA(# z$=iL7eTd#CYM?rBi#lMJJfKX*#=OjFM@e=>8BpC*n^QaPc7aQpF$NADPDEvm2V;0hJKPF^PzJJ24ErKo0O45hn13WYxQJI0(=-i>_$%U1@5#y) zMAGs<@N?7I6gGhVFT49Yb`$_C1v@*XqbqCQV8^a}Fx%CRq5au5I3&IX%iCPfeVbfb zSIz0T-iS1C&voUu)Ecn^eI1DXYU~*Afvc-7QqVoo*HJeh1fV!RFa|# z3^qYYj9UpCTLu?=&yfi~=R~1QX(qu#dZ$WJ#?HCe)j5umALRe+=$d!2J+bXogOxqw zwKX7m@wgN%O_$U!g5AA=Z4tOSvxB{c`;&HeaJ_?l1JvJ#x+kETkzzO)$+5d3cw)o$ zg7pZVkWAfjc&2VH5jjBwGug50C?M>h3-}E?PPkluJw?^H8 ztbIe4-x?tyor|!Eh%k{(*j)cAE5A@KNlgfB!H5+xjC7wfV?rW1wOt+3gAKZT5VF@i zdl7M?ftarZ7aFIB-LDCqNr;t5L&ON`2Si!}BJV}eNkJM@56v{6G!Yi4dVWPP=95RG zvVyTj_M%(WGhC{xZXz82XNb9wBO!sSVNrWStV75Vs0S;!(glJeq>e+5BzBE;52KFv zO;~rk@OY-rhXX$_^WjECJ{%?^nX9H%=EEiBYY|3~h5KbP;wm{=P#&JGgCW#65b8r9 zdwc6(-M*=5vT@D!_f7lSo4W=Z_f2b_E^oH3XO%UU_cm4s3vzNQB7v^a@pdRMYPhq# zt};-Pom&6Rf4=2+DsG#TP-& z;mS-Tz=1w_5s@KGYh*}!br5AYEsl^cGbshGx*9<&!z-@<<>@K7PJ|27OoJ;gi57Bg zqWM)pJ{{c8kVI+Rh-df{h;>HoLpOu2Ng1Y8`IFoz38NcZbC6?0UXNB}T1KLgUL@$2 zQ%x1Y(MVyjQ-BmdypMjS~(O!6_2L&69;DD@n2k>9Us*7p^?e? z$&n=nG~?=yLx)#77qY?V^7akvJ_t;iAG^yzBl(qJDcSM^T>wrZz1 z0BNngpr}|I$|9!hNP839Cf2@?S&a<3*Qag{FERKCc8GgTXFyecJuC{mB3lat0_+@B zBfwYw3Jo3<7df1uxGFX&X)Or_l9}*XUvzWH7%R`-vgC@3mLr@xKoGF_nU<-2M3G{{ z3*@`mPTD&626j&gyU6_mvvV=NG($Ol)`+=~^&S#DQUR`O6?M?s?0iu7Ho-a@hru)r^mTs)<+1=OBEHGPVpvS_3G5NO zF~^gjk}^LDDi|lI$ma;CSkEVEUyh$cci(i-J-=ll_=x-PF4%rJxr03 zf_7sN|Bfb;Z~$49U+#6zdRxiwH5mvHKoJ#~wlFgB=2s@=hJX7dHKd|Iau!uye6m4Zi4Z#2J_w z3T4K%H*dTZzAfaRVpL$nzoQ!_k&7a$tD~vDHb86<5zs|QIw(vn`zgXRw-$xpu(TqGo0;>m}O5#HuQKog^24m+FUL zy7(YcK;7!?sw>mUegOkWd<+)%`+r__ocNpzy~?XJxP^7>H7xuFc<; zn%4*d5inC4?@_NuCa4ScJe6IgI^l`A3X3@~2^~=BPffSf{wP4Y$cIA`Uf+ zd%f+t=C7?R;rz2AdH80m<|dIm{77L4#s*rBZ8d{MVj-$PIKud3OBIl730Hvf6rW@5_-f{PY%j> zL(g0xw5fr5?Ub&cN(7j(IqMB8@@!PsM>TfT@Y)+;9Iu&$CO9wx?>anOaYVu})FQ#3 zzJ;yc_$UQ^Q1Hk3F)MBZa3^?gx8OYy8(ppB6jVovsl#0 zOtu@Ch2Xli{d;yMK{P618ruel=Dpe=I{^Ief~b@o!75sF-lv_>^)m_RnXqFm=3j~U zJqg7gFk<}2Ufc?9i(7&3Q84<$~RYuV-3pkq1bY6`hEnzfdYZ<`R z9_Zgf9|7;DZW)l1-R_NYG6ks#0dK$wvb%fd{Os^xe{W|S@{0VGs7{u*4HA*=%Ot;g zGA_ZMD8kNONs6WjQyKPQcvM@F9Jw(p4XO@*zrc;++~1S;J-s;n9NrlpfTz0Sr#Su% zV)X+idd2^OP(jd~tz!vs2ozkxfv;*$5N{lV3H{TE);f^TT+tyGXt*cWY*F3*P3xJiJ%)RAnPOM zz1$QN11mM;7t~6Qp*);VX^u6(ZwQANG*1l6_FqBS{;QVFmY1NIoUh!6xzqy8;e53% z!0uN4Fr5ERWq!fG9}+FVzD6y;9)$aQ9n9o3nEO@E*Q)Ak5o}qH@*6+U95;gUvNuD{ zx{m0*Sf}a$f4JD-=GP&+Sa=1eOs}Ba3;A;8oU`oe^mAbDHRoK--l>es=ZvR3C+WM+ zuy<_n9Gmr=ljw;c*2C{gT~E?;AakaF4*!MqoNH0nc+HQ9se@Bo1P}9DxqXd@5Lb&b^>Ds@l zypQ@xA$YRg=3p!O`F~>kX}tdo_i29+QPQa4j&ScwH1%~*!FfG3le!3o*VE*%ISphLHk!N7HuCq|Kdnj*QoY9-9dO_ zk$sC81HaN2>!!GPI+^tSq(XEsvY%8~^po-{HPjI)TH|z5KPdpe%?RWa_G5BRlc}9n z52`PkNqO(S;DXg1$EoYlzM0|0ofG4$pf1OEI1jJ)I z&gH{&JH;y1EMVE2jobM_>wi0-v2?0tJu5#*H3QVcTqdpw=tTv`pjE)0 z*aQt&?bTy(0uW_D*zo+5jVTKWy31{wYJYD;V+*1>a zH*|FZg@!;NyE=hPZ|v&ieEF_U2lPj0_wJp2G++Bn|I}pcGw2yor!S1g|6_Eqe5i|M zb`5KB1q6b=9hIPBqN`JHtP4fXq2%G4?Z^O4?(GEn;E=tYaECVZb}DFffoq6>I5OL9 zGAS9ooiLLgW=&4RX_>{oWtJx=EjT9VY+Qd{{!gQB#sEb0lf)>>0JvnsYTOejSo?4w?7s!1@g6U_WA%5Xnds9=01~!NQl9 z=+b0ti-aKB*Kjc49rB_@6J4h*w+2!oEexq%JvjBmDGLB>+Vqzp?x8~ycK)z?JOSUR9PXjK8l)gj8aga|7$I;Wd>^GYZy~2T*HpE2JAxiFf*#o)H zXgH+8@kL9d{KZ;um zj+n|H36V|jwB7rK3oh8TibBKs>crH}ol}!Lw0G+Ir}g8jj$?bD+I#HiE{NrPW_ic_ zQ}a7^%p(B=O@o&A9wRy=)~b>O3hxL==UMiiR7!8nA#Nb&P<^XZZXn_OGr-xaZ0H9R z6miMm1V%p~qDfL)lb4YoZb4aSaTE`g!@f!oM#Oad>jKskJKd%6n123g0N#e0s0P5} z=Rvbjtrc>W!n?5o>IZ~eo8&G)$Dv+YU4X0wSzUlSr~%NR=mJDoY!FIwQOOImz-|Gb z7Hb~FhAu$e`aCV&*ntKg_^f!1ebDgyW%Leq#U7@tr}%}5eX$RU+@>pZ{R&MJKi{og zqT!#x1(Yj6HO<)ipvYnYfWad~Y<+^o3cwz~m*GFU5a*u}5&UG+{i2$U^F)*^*&>zm zh(i?e(UM8O0ZrwHNpsFX7u_&t{jZqwZ)&FXoRi376La`o)^i3i=fg>Ju0(~p4bP$a zh02xIciH)=Hzmy=UJ1|Q2_BQ*gFujvC_g2QW1Vtg{)q0x=02`f{R2N~e^}U!OO#@GT5S*>HrAmw zD{0!jXN~~q%cG;q_;qy2abN+i>#E_oxncG$Fxbl%h=~f0{%d^W=KecDndeb!_TQ;P zo(H}!P5&Lr^DtsE;8(Cioe>C3#}1XX#pckF>G4CA{}Fa{n6`ca<@SI`^#HYs{}2?F zH6zvIrzns3fb6}~23z@Fu6`dO@N$KZV1;Jy9RUm3dq=KK_TF)(>%Buu&={f*kOx4t z@%(Q|njoqJ3}lZ8T@;m83=AYa5Vby~zG}#q#y5-Dbc7b5K01^r)RUtFk)`g%BDPl) z7h;8I0%T9SkX-4J6}|_rH)&buoYRFq2yis?+8hW2wHC>K>99?~w=iWF_}9*8B_65^ zL%vOM*RUF_{W*-M>GnfJ2Jcc)L)=VNvAX>@Q@Z_ttdshguG>!y-(hU1bTg1#x=r^^Eu$( z=S@2P5;D90+iw3We#LEqfr?~mMqHFG$ZtUBHun0l=$+{G<9y{_KkQqy5)=)Mf5lh@ zDuj+=8N8n;qJ#a76mwJ&1c`LS5s9U;=jqhx`vq0{H2xxw%@;RO7deMGqnvX!dTY;1 zJf2TTxo;Eu2$0n7&Eu+qdSIf64nzY6m#x5O#5$|9-Yz6X+Y*4bGDO;=0hSsui=JDk z5+t_Pj0CqJ{Pgkr65AVr3bSMDF1n`%>yY zaTh1n|A&1C5{;?r8F?Zhk*O)$D1_N8oE1t|Sr!uTF)^dY4n~yF^C@Z!w!2Mm4*!ic=UQ0pQq}``CAR)2 z_Cs`Kt5I5%eg$~|?a@$RdqGBOR~R8EDr=xTVP&?btFgYayjBBfDKdpJFaTGmIe1~_ z0szKDJ17kx(Gf;iSA3X94Pk_hh5gXxW31|;oy%y4RYl!kY(CDbPV8K6SNV481@mE4 zIs$p&^|Mnu*?1lTfL>&*Zgy%n?{jvjYQqRls!7$F;D)xD11FkQtr0z7;v+uDHt$u{ zMx5f`{E*jBE~o*2TjxpEQwcxHMoNW^z&QRiFpm1=ti%?ZQMD1>YZU4LgFG8kS2Q}n z07OQyc_Gn@4xzP)4luC8baZr#bPNaEYm5#sFRQJH60>GRgfvs7^nXc4Vh)|)-!<() zU4Ib!Edj0lF4!(|vt|w+oN1XZgbR{2>+uWFVq;)oVZhQCq>T`zZ+yYEx!=tl4%Tog zf#*E`?+ZhJ7+PG!59A?mWhXHHX+DTd-z|E*2wn&tv#Hk$IH7c=Bo%;2>Z&4)f>*BY z7<-7MQT>_D(b0~FHSJ+Oh+ZFPPeN5`o4 z7wSUOwf+(ISzt>sER*Q;l5Hnqx2e-hh=eJhr=kq=ioo}Uw~4}9DOp~M_7qt}CvNn4 zF^qI<{OGP3A+*ozKDzRemC>=4m9fzkK6YfsPZkb2w0V>T&>V*rezN1p{S(W}6F;RN z1To?dKgQ{yKN@8er0?(oJ1^KY$q9;*+~EZPd*u!k?J=&K$aJXM~Fu053FN$+r9`2rl5+8q&qr;0|`=d70-Y)79iWLjV>>h*GzCYDM zZ*ayR3!PEUxf*qoQoI(ppIwlpAI6EiT!$B2TQi~^R}@#+>hJ;;3)SQkhn%rDafc6*O7C`iY(_`4S&W)D{|NRsDQ+b z(iv-e`Ccsmh*3%pq+T{^3FJ88#h^g-txQ_Uaq80a|8jx<02F(8?+SFA_Qo2+*0s%E zTGhj}g*`6|z3F+lz(i+qGf16!wb*9*UIjz}KyWXG-2>{ep&N-wFmU`vHxeQg@6{|3u?pTYo`-&BjJqQ<&)Om0OHZ1M8;O8{xH%6BoVuD_C2kII z%JTPx5lKmK@-WO1+QvA3%Sh{IArF_3g@s(h0&-ibrKTn-n7#SJ?tSzkfN$6INuD#u>87 z5LgYnv(-xjP&JB|L!uRpH1eAq&O{@PSKmj2Jp>pZSyFj(Y8#D4n`35=aS9O9(&adsjS-cV9WqE! zPQ<#QK`RCPh`7jKs}I2&?o#iDiiB1xPPh71_{g2So*HEQ4F&@n;@W=TB%DMPCVvLs zwmB{m_6wLxaM1#-!Jv{J zvATDO4jJ_n7YQ+y{g3q<9Ws7^xX3vC^_=1ώrIOn*9BLz>U%ppI! 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 JN4?7&^*_XzI&%O3 diff --git a/data/input/font/Barlow/Barlow-ThinItalic.ttf b/data/input/font/Barlow/Barlow-ThinItalic.ttf deleted file mode 100644 index 8678b9971701c065104f7737ae1bfdb8623005b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 101800 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 Q?)>+xH~4qG!QA!#0Nl<2+yDRo diff --git a/data/input/font/Barlow/OFL.txt b/data/input/font/Barlow/OFL.txt deleted file mode 100644 index 264ffc5..0000000 --- a/data/input/font/Barlow/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2017 The Barlow Project Authors (https://github.com/jpt/barlow) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/data/input/gtfs-realtime.proto b/data/input/gtfs-realtime.proto deleted file mode 100644 index f9b2b83..0000000 --- a/data/input/gtfs-realtime.proto +++ /dev/null @@ -1,638 +0,0 @@ -// Copyright 2015 The GTFS Specifications Authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Protocol definition file for GTFS Realtime. -// -// GTFS Realtime lets transit agencies provide consumers with realtime -// information about disruptions to their service (stations closed, lines not -// operating, important delays etc), location of their vehicles and expected -// arrival times. -// -// This protocol is published at: -// https://github.com/google/transit/tree/master/gtfs-realtime - -syntax = "proto2"; - -package transit_realtime; - -option java_package = "com.google.transit.realtime"; - -// The contents of a feed message. -// A feed is a continuous stream of feed messages. Each message in the stream is -// obtained as a response to an appropriate HTTP GET request. -// A realtime feed is always defined with relation to an existing GTFS feed. -// All the entity ids are resolved with respect to the GTFS feed. -// Note that "required" and "optional" as stated in this file refer to Protocol -// Buffer cardinality, not semantic cardinality. See reference.md at -// https://github.com/google/transit/tree/master/gtfs-realtime for field -// semantic cardinality. -message FeedMessage { - // Metadata about this feed and feed message. - required FeedHeader header = 1; - - // Contents of the feed. - repeated FeedEntity entity = 2; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// Metadata about a feed, included in feed messages. -message FeedHeader { - // Version of the feed specification. - // The current version is 2.0. - required string gtfs_realtime_version = 1; - - // Determines whether the current fetch is incremental. Currently, - // DIFFERENTIAL mode is unsupported and behavior is unspecified for feeds - // that use this mode. There are discussions on the GTFS Realtime mailing - // list around fully specifying the behavior of DIFFERENTIAL mode and the - // documentation will be updated when those discussions are finalized. - enum Incrementality { - FULL_DATASET = 0; - DIFFERENTIAL = 1; - } - optional Incrementality incrementality = 2 [default = FULL_DATASET]; - - // This timestamp identifies the moment when the content of this feed has been - // created (in server time). In POSIX time (i.e., number of seconds since - // January 1st 1970 00:00:00 UTC). - optional uint64 timestamp = 3; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// A definition (or update) of an entity in the transit feed. -message FeedEntity { - // The ids are used only to provide incrementality support. The id should be - // unique within a FeedMessage. Consequent FeedMessages may contain - // FeedEntities with the same id. In case of a DIFFERENTIAL update the new - // FeedEntity with some id will replace the old FeedEntity with the same id - // (or delete it - see is_deleted below). - // The actual GTFS entities (e.g. stations, routes, trips) referenced by the - // feed must be specified by explicit selectors (see EntitySelector below for - // more info). - required string id = 1; - - // Whether this entity is to be deleted. Relevant only for incremental - // fetches. - optional bool is_deleted = 2 [default = false]; - - // Data about the entity itself. Exactly one of the following fields must be - // present (unless the entity is being deleted). - optional TripUpdate trip_update = 3; - optional VehiclePosition vehicle = 4; - optional Alert alert = 5; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// -// Entities used in the feed. -// - -// Realtime update of the progress of a vehicle along a trip. -// Depending on the value of ScheduleRelationship, a TripUpdate can specify: -// - A trip that proceeds along the schedule. -// - A trip that proceeds along a route but has no fixed schedule. -// - A trip that have been added or removed with regard to schedule. -// -// The updates can be for future, predicted arrival/departure events, or for -// past events that already occurred. -// Normally, updates should get more precise and more certain (see -// uncertainty below) as the events gets closer to current time. -// Even if that is not possible, the information for past events should be -// precise and certain. In particular, if an update points to time in the past -// but its update's uncertainty is not 0, the client should conclude that the -// update is a (wrong) prediction and that the trip has not completed yet. -// -// Note that the update can describe a trip that is already completed. -// To this end, it is enough to provide an update for the last stop of the trip. -// If the time of that is in the past, the client will conclude from that that -// the whole trip is in the past (it is possible, although inconsequential, to -// also provide updates for preceding stops). -// This option is most relevant for a trip that has completed ahead of schedule, -// but according to the schedule, the trip is still proceeding at the current -// time. Removing the updates for this trip could make the client assume -// that the trip is still proceeding. -// Note that the feed provider is allowed, but not required, to purge past -// updates - this is one case where this would be practically useful. -message TripUpdate { - // The Trip that this message applies to. There can be at most one - // TripUpdate entity for each actual trip instance. - // If there is none, that means there is no prediction information available. - // It does *not* mean that the trip is progressing according to schedule. - required TripDescriptor trip = 1; - - // Additional information on the vehicle that is serving this trip. - optional VehicleDescriptor vehicle = 3; - - // Timing information for a single predicted event (either arrival or - // departure). - // Timing consists of delay and/or estimated time, and uncertainty. - // - delay should be used when the prediction is given relative to some - // existing schedule in GTFS. - // - time should be given whether there is a predicted schedule or not. If - // both time and delay are specified, time will take precedence - // (although normally, time, if given for a scheduled trip, should be - // equal to scheduled time in GTFS + delay). - // - // Uncertainty applies equally to both time and delay. - // The uncertainty roughly specifies the expected error in true delay (but - // note, we don't yet define its precise statistical meaning). It's possible - // for the uncertainty to be 0, for example for trains that are driven under - // computer timing control. - message StopTimeEvent { - // Delay (in seconds) can be positive (meaning that the vehicle is late) or - // negative (meaning that the vehicle is ahead of schedule). Delay of 0 - // means that the vehicle is exactly on time. - optional int32 delay = 1; - - // Event as absolute time. - // In Unix time (i.e., number of seconds since January 1st 1970 00:00:00 - // UTC). - optional int64 time = 2; - - // If uncertainty is omitted, it is interpreted as unknown. - // If the prediction is unknown or too uncertain, the delay (or time) field - // should be empty. In such case, the uncertainty field is ignored. - // To specify a completely certain prediction, set its uncertainty to 0. - optional int32 uncertainty = 3; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features - // and modifications to the spec. - extensions 1000 to 1999; - } - - // Realtime update for arrival and/or departure events for a given stop on a - // trip. Updates can be supplied for both past and future events. - // The producer is allowed, although not required, to drop past events. - message StopTimeUpdate { - // The update is linked to a specific stop either through stop_sequence or - // stop_id, so one of the fields below must necessarily be set. - // See the documentation in TripDescriptor for more information. - - // Must be the same as in stop_times.txt in the corresponding GTFS feed. - optional uint32 stop_sequence = 1; - // Must be the same as in stops.txt in the corresponding GTFS feed. - optional string stop_id = 4; - - optional StopTimeEvent arrival = 2; - optional StopTimeEvent departure = 3; - - // The relation between this StopTime and the static schedule. - enum ScheduleRelationship { - // The vehicle is proceeding in accordance with its static schedule of - // stops, although not necessarily according to the times of the schedule. - // At least one of arrival and departure must be provided. If the schedule - // for this stop contains both arrival and departure times then so must - // this update. - SCHEDULED = 0; - - // The stop is skipped, i.e., the vehicle will not stop at this stop. - // Arrival and departure are optional. - SKIPPED = 1; - - // No data is given for this stop. The main intention for this value is to - // give the predictions only for part of a trip, i.e., if the last update - // for a trip has a NO_DATA specifier, then StopTimes for the rest of the - // stops in the trip are considered to be unspecified as well. - // Neither arrival nor departure should be supplied. - NO_DATA = 2; - } - optional ScheduleRelationship schedule_relationship = 5 - [default = SCHEDULED]; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features - // and modifications to the spec. - extensions 1000 to 1999; - } - - // Updates to StopTimes for the trip (both future, i.e., predictions, and in - // some cases, past ones, i.e., those that already happened). - // The updates must be sorted by stop_sequence, and apply for all the - // following stops of the trip up to the next specified one. - // - // Example 1: - // For a trip with 20 stops, a StopTimeUpdate with arrival delay and departure - // delay of 0 for stop_sequence of the current stop means that the trip is - // exactly on time. - // - // Example 2: - // For the same trip instance, 3 StopTimeUpdates are provided: - // - delay of 5 min for stop_sequence 3 - // - delay of 1 min for stop_sequence 8 - // - delay of unspecified duration for stop_sequence 10 - // This will be interpreted as: - // - stop_sequences 3,4,5,6,7 have delay of 5 min. - // - stop_sequences 8,9 have delay of 1 min. - // - stop_sequences 10,... have unknown delay. - repeated StopTimeUpdate stop_time_update = 2; - - // Moment at which the vehicle's real-time progress was measured. In POSIX - // time (i.e., the number of seconds since January 1st 1970 00:00:00 UTC). - optional uint64 timestamp = 4; - - // The current schedule deviation for the trip. Delay should only be - // specified when the prediction is given relative to some existing schedule - // in GTFS. - // - // Delay (in seconds) can be positive (meaning that the vehicle is late) or - // negative (meaning that the vehicle is ahead of schedule). Delay of 0 - // means that the vehicle is exactly on time. - // - // Delay information in StopTimeUpdates take precedent of trip-level delay - // information, such that trip-level delay is only propagated until the next - // stop along the trip with a StopTimeUpdate delay value specified. - // - // Feed providers are strongly encouraged to provide a TripUpdate.timestamp - // value indicating when the delay value was last updated, in order to - // evaluate the freshness of the data. - // - // NOTE: This field is still experimental, and subject to change. It may be - // formally adopted in the future. - optional int32 delay = 5; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// Realtime positioning information for a given vehicle. -message VehiclePosition { - // The Trip that this vehicle is serving. - // Can be empty or partial if the vehicle can not be identified with a given - // trip instance. - optional TripDescriptor trip = 1; - - // Additional information on the vehicle that is serving this trip. - optional VehicleDescriptor vehicle = 8; - - // Current position of this vehicle. - optional Position position = 2; - - // The stop sequence index of the current stop. The meaning of - // current_stop_sequence (i.e., the stop that it refers to) is determined by - // current_status. - // If current_status is missing IN_TRANSIT_TO is assumed. - optional uint32 current_stop_sequence = 3; - // Identifies the current stop. The value must be the same as in stops.txt in - // the corresponding GTFS feed. - optional string stop_id = 7; - - enum VehicleStopStatus { - // The vehicle is just about to arrive at the stop (on a stop - // display, the vehicle symbol typically flashes). - INCOMING_AT = 0; - - // The vehicle is standing at the stop. - STOPPED_AT = 1; - - // The vehicle has departed and is in transit to the next stop. - IN_TRANSIT_TO = 2; - } - // The exact status of the vehicle with respect to the current stop. - // Ignored if current_stop_sequence is missing. - optional VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO]; - - // Moment at which the vehicle's position was measured. In POSIX time - // (i.e., number of seconds since January 1st 1970 00:00:00 UTC). - optional uint64 timestamp = 5; - - // Congestion level that is affecting this vehicle. - enum CongestionLevel { - UNKNOWN_CONGESTION_LEVEL = 0; - RUNNING_SMOOTHLY = 1; - STOP_AND_GO = 2; - CONGESTION = 3; - SEVERE_CONGESTION = 4; // People leaving their cars. - } - optional CongestionLevel congestion_level = 6; - - // The degree of passenger occupancy of the vehicle. This field is still - // experimental, and subject to change. It may be formally adopted in the - // future. - enum OccupancyStatus { - // The vehicle is considered empty by most measures, and has few or no - // passengers onboard, but is still accepting passengers. - EMPTY = 0; - - // The vehicle has a relatively large percentage of seats available. - // What percentage of free seats out of the total seats available is to be - // considered large enough to fall into this category is determined at the - // discretion of the producer. - MANY_SEATS_AVAILABLE = 1; - - // The vehicle has a relatively small percentage of seats available. - // What percentage of free seats out of the total seats available is to be - // considered small enough to fall into this category is determined at the - // discretion of the feed producer. - FEW_SEATS_AVAILABLE = 2; - - // The vehicle can currently accommodate only standing passengers. - STANDING_ROOM_ONLY = 3; - - // The vehicle can currently accommodate only standing passengers - // and has limited space for them. - CRUSHED_STANDING_ROOM_ONLY = 4; - - // The vehicle is considered full by most measures, but may still be - // allowing passengers to board. - FULL = 5; - - // The vehicle is not accepting additional passengers. - NOT_ACCEPTING_PASSENGERS = 6; - } - optional OccupancyStatus occupancy_status = 9; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// An alert, indicating some sort of incident in the public transit network. -message Alert { - // Time when the alert should be shown to the user. If missing, the - // alert will be shown as long as it appears in the feed. - // If multiple ranges are given, the alert will be shown during all of them. - repeated TimeRange active_period = 1; - - // Entities whose users we should notify of this alert. - repeated EntitySelector informed_entity = 5; - - // Cause of this alert. - enum Cause { - UNKNOWN_CAUSE = 1; - OTHER_CAUSE = 2; // Not machine-representable. - TECHNICAL_PROBLEM = 3; - STRIKE = 4; // Public transit agency employees stopped working. - DEMONSTRATION = 5; // People are blocking the streets. - ACCIDENT = 6; - HOLIDAY = 7; - WEATHER = 8; - MAINTENANCE = 9; - CONSTRUCTION = 10; - POLICE_ACTIVITY = 11; - MEDICAL_EMERGENCY = 12; - } - optional Cause cause = 6 [default = UNKNOWN_CAUSE]; - - // What is the effect of this problem on the affected entity. - enum Effect { - NO_SERVICE = 1; - REDUCED_SERVICE = 2; - - // We don't care about INsignificant delays: they are hard to detect, have - // little impact on the user, and would clutter the results as they are too - // frequent. - SIGNIFICANT_DELAYS = 3; - - DETOUR = 4; - ADDITIONAL_SERVICE = 5; - MODIFIED_SERVICE = 6; - OTHER_EFFECT = 7; - UNKNOWN_EFFECT = 8; - STOP_MOVED = 9; - } - optional Effect effect = 7 [default = UNKNOWN_EFFECT]; - - // The URL which provides additional information about the alert. - optional TranslatedString url = 8; - - // Alert header. Contains a short summary of the alert text as plain-text. - optional TranslatedString header_text = 10; - - // Full description for the alert as plain-text. The information in the - // description should add to the information of the header. - optional TranslatedString description_text = 11; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features - // and modifications to the spec. - extensions 1000 to 1999; -} - -// -// Low level data structures used above. -// - -// A time interval. The interval is considered active at time 't' if 't' is -// greater than or equal to the start time and less than the end time. -message TimeRange { - // Start time, in POSIX time (i.e., number of seconds since January 1st 1970 - // 00:00:00 UTC). - // If missing, the interval starts at minus infinity. - optional uint64 start = 1; - - // End time, in POSIX time (i.e., number of seconds since January 1st 1970 - // 00:00:00 UTC). - // If missing, the interval ends at plus infinity. - optional uint64 end = 2; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// A position. -message Position { - // Degrees North, in the WGS-84 coordinate system. - required float latitude = 1; - - // Degrees East, in the WGS-84 coordinate system. - required float longitude = 2; - - // Bearing, in degrees, clockwise from North, i.e., 0 is North and 90 is East. - // This can be the compass bearing, or the direction towards the next stop - // or intermediate location. - // This should not be direction deduced from the sequence of previous - // positions, which can be computed from previous data. - optional float bearing = 3; - - // Odometer value, in meters. - optional double odometer = 4; - // Momentary speed measured by the vehicle, in meters per second. - optional float speed = 5; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// A descriptor that identifies an instance of a GTFS trip, or all instances of -// a trip along a route. -// - To specify a single trip instance, the trip_id (and if necessary, -// start_time) is set. If route_id is also set, then it should be same as one -// that the given trip corresponds to. -// - To specify all the trips along a given route, only the route_id should be -// set. Note that if the trip_id is not known, then stop sequence ids in -// TripUpdate are not sufficient, and stop_ids must be provided as well. In -// addition, absolute arrival/departure times must be provided. -message TripDescriptor { - // The trip_id from the GTFS feed that this selector refers to. - // For non frequency-based trips, this field is enough to uniquely identify - // the trip. For frequency-based trip, start_time and start_date might also be - // necessary. - optional string trip_id = 1; - - // The route_id from the GTFS that this selector refers to. - optional string route_id = 5; - - // The direction_id from the GTFS feed trips.txt file, indicating the - // direction of travel for trips this selector refers to. This field is - // still experimental, and subject to change. It may be formally adopted in - // the future. - optional uint32 direction_id = 6; - - // The initially scheduled start time of this trip instance. - // When the trip_id corresponds to a non-frequency-based trip, this field - // should either be omitted or be equal to the value in the GTFS feed. When - // the trip_id corresponds to a frequency-based trip, the start_time must be - // specified for trip updates and vehicle positions. If the trip corresponds - // to exact_times=1 GTFS record, then start_time must be some multiple - // (including zero) of headway_secs later than frequencies.txt start_time for - // the corresponding time period. If the trip corresponds to exact_times=0, - // then its start_time may be arbitrary, and is initially expected to be the - // first departure of the trip. Once established, the start_time of this - // frequency-based trip should be considered immutable, even if the first - // departure time changes -- that time change may instead be reflected in a - // StopTimeUpdate. - // Format and semantics of the field is same as that of - // GTFS/frequencies.txt/start_time, e.g., 11:15:35 or 25:15:35. - optional string start_time = 2; - // The scheduled start date of this trip instance. - // Must be provided to disambiguate trips that are so late as to collide with - // a scheduled trip on a next day. For example, for a train that departs 8:00 - // and 20:00 every day, and is 12 hours late, there would be two distinct - // trips on the same time. - // This field can be provided but is not mandatory for schedules in which such - // collisions are impossible - for example, a service running on hourly - // schedule where a vehicle that is one hour late is not considered to be - // related to schedule anymore. - // In YYYYMMDD format. - optional string start_date = 3; - - // The relation between this trip and the static schedule. If a trip is done - // in accordance with temporary schedule, not reflected in GTFS, then it - // shouldn't be marked as SCHEDULED, but likely as ADDED. - enum ScheduleRelationship { - // Trip that is running in accordance with its GTFS schedule, or is close - // enough to the scheduled trip to be associated with it. - SCHEDULED = 0; - - // An extra trip that was added in addition to a running schedule, for - // example, to replace a broken vehicle or to respond to sudden passenger - // load. - ADDED = 1; - - // A trip that is running with no schedule associated to it, for example, if - // there is no schedule at all. - UNSCHEDULED = 2; - - // A trip that existed in the schedule but was removed. - CANCELED = 3; - } - optional ScheduleRelationship schedule_relationship = 4; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// Identification information for the vehicle performing the trip. -message VehicleDescriptor { - // Internal system identification of the vehicle. Should be unique per - // vehicle, and can be used for tracking the vehicle as it proceeds through - // the system. - optional string id = 1; - - // User visible label, i.e., something that must be shown to the passenger to - // help identify the correct vehicle. - optional string label = 2; - - // The license plate of the vehicle. - optional string license_plate = 3; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// A selector for an entity in a GTFS feed. -message EntitySelector { - // The values of the fields should correspond to the appropriate fields in the - // GTFS feed. - // At least one specifier must be given. If several are given, then the - // matching has to apply to all the given specifiers. - optional string agency_id = 1; - optional string route_id = 2; - // corresponds to route_type in GTFS. - optional int32 route_type = 3; - optional TripDescriptor trip = 4; - optional string stop_id = 5; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} - -// An internationalized message containing per-language versions of a snippet of -// text or a URL. -// One of the strings from a message will be picked up. The resolution proceeds -// as follows: -// 1. If the UI language matches the language code of a translation, -// the first matching translation is picked. -// 2. If a default UI language (e.g., English) matches the language code of a -// translation, the first matching translation is picked. -// 3. If some translation has an unspecified language code, that translation is -// picked. -message TranslatedString { - message Translation { - // A UTF-8 string containing the message. - required string text = 1; - // BCP-47 language code. Can be omitted if the language is unknown or if - // no i18n is done at all for the feed. At most one translation is - // allowed to have an unspecified language tag. - optional string language = 2; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; - } - // At least one translation must be provided. - repeated Translation translation = 1; - - // The extensions namespace allows 3rd-party developers to extend the - // GTFS Realtime Specification in order to add and evaluate new features and - // modifications to the spec. - extensions 1000 to 1999; -} diff --git a/data/input/proto_file/input.proto b/data/input/proto_file/input.proto deleted file mode 100644 index bd9dba9b2924e2e61e01114751f64d655f8851d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 613230 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