Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.46 KB | None | 0 0
  1. {
  2.     "route_id": "CR-Haverhill",
  3.     "route_name": "Haverhill Line",
  4.     "route_type": "2",
  5.     "mode_name": "Commuter Rail",
  6.     "direction": [
  7.         {
  8.             "direction_id": "0",
  9.             "direction_name": "Outbound",
  10.             "trip": [
  11.                 {
  12.                     "trip_id": "CR-Haverhill-CR-Weekday-Haverhill-May15-209",
  13.                     "trip_name": "209 (1:10 pm from North Station)",
  14.                     "trip_headsign": "Haverhill",
  15.                     "vehicle": {
  16.                         "vehicle_id": "1634",
  17.                         "vehicle_lat": "42.59283",
  18.                         "vehicle_lon": "-71.16631",
  19.                         "vehicle_bearing": "7",
  20.                         "vehicle_speed": "45",
  21.                         "vehicle_timestamp": "1441043644"
  22.                     },
  23.                     "stop": [
  24.                         {
  25.                             "stop_sequence": "8",
  26.                             "stop_id": "Reading",
  27.                             "stop_name": "Reading",
  28.                             "sch_arr_dt": "1441041600",
  29.                             "sch_dep_dt": "1441041600",
  30.                             "pre_dt": "1441045080",
  31.                             "pre_away": "1306"
  32.                         },
  33.                         {
  34.                             "stop_sequence": "9",
  35.                             "stop_id": "North Wilmington",
  36.                             "stop_name": "North Wilmington",
  37.                             "sch_arr_dt": "1441042380",
  38.                             "sch_dep_dt": "1441042380",
  39.                             "pre_dt": "1441045500",
  40.                             "pre_away": "1726"
  41.                         },
  42.                         {
  43.                             "stop_sequence": "15",
  44.                             "stop_id": "Ballardvale",
  45.                             "stop_name": "Ballardvale",
  46.                             "sch_arr_dt": "1441043580",
  47.                             "sch_dep_dt": "1441043580",
  48.                             "pre_dt": "1441045980",
  49.                             "pre_away": "2206"
  50.                         },
  51.                         {
  52.                             "stop_sequence": "16",
  53.                             "stop_id": "Andover",
  54.                             "stop_name": "Andover",
  55.                             "sch_arr_dt": "1441044000",
  56.                             "sch_dep_dt": "1441044000",
  57.                             "pre_dt": "1441046400",
  58.                             "pre_away": "2626"
  59.                         },
  60.                         {
  61.                             "stop_sequence": "17",
  62.                             "stop_id": "Lawrence",
  63.                             "stop_name": "Lawrence",
  64.                             "sch_arr_dt": "1441044360",
  65.                             "sch_dep_dt": "1441044360",
  66.                             "pre_dt": "1441046760",
  67.                             "pre_away": "2986"
  68.                         },
  69.                         {
  70.                             "stop_sequence": "18",
  71.                             "stop_id": "Bradford",
  72.                             "stop_name": "Bradford",
  73.                             "sch_arr_dt": "1441044900",
  74.                             "sch_dep_dt": "1441044900",
  75.                             "pre_dt": "1441047300",
  76.                             "pre_away": "3526"
  77.                         },
  78.                         {
  79.                             "stop_sequence": "19",
  80.                             "stop_id": "Haverhill",
  81.                             "stop_name": "Haverhill",
  82.                             "sch_arr_dt": "1441045080",
  83.                             "sch_dep_dt": "1441045080",
  84.                             "pre_dt": "1441047480",
  85.                             "pre_away": "3706"
  86.                         }
  87.                     ]
  88.                 }
  89.             ]
  90.         },
  91.         {
  92.             "direction_id": "1",
  93.             "direction_name": "Inbound",
  94.             "trip": [
  95.                 {
  96.                     "trip_id": "CR-Haverhill-CR-Weekday-Haverhill-May15-216",
  97.                     "trip_name": "216 (1:30 pm from Andover)",
  98.                     "trip_headsign": "North Station",
  99.                     "vehicle": {
  100.                         "vehicle_id": "1635",
  101.                         "vehicle_lat": "42.47375",
  102.                         "vehicle_lon": "-71.12776",
  103.                         "vehicle_bearing": "203",
  104.                         "vehicle_speed": "57",
  105.                         "vehicle_timestamp": "1441043633"
  106.                     },
  107.                     "stop": [
  108.                         {
  109.                             "stop_sequence": "19",
  110.                             "stop_id": "North Station",
  111.                             "stop_name": "North Station",
  112.                             "sch_arr_dt": "1441043940",
  113.                             "sch_dep_dt": "1441043940",
  114.                             "pre_dt": "1441044720",
  115.                             "pre_away": "946"
  116.                         }
  117.                     ]
  118.                 }
  119.             ]
  120.         }
  121.     ],
  122.     "alert_headers": [
  123.         {
  124.             "alert_id": 91160,
  125.             "header_text": "Haverhill Line Commuter Rail service between Boston and Reading Stations will be suspended beginning Monday, August 24, through Friday, October 23, from 9:00 am until 3:30 pm to allow for necessary railroad tie replacement.",
  126.             "effect_name": "Schedule Change"
  127.         }
  128.     ]
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement